@charset "utf-8";
:root {
  --color: #E90044;
  --color2: #0047BB;
  --vh: 100vh;
}
.font12 {
  font-size: 12px;
  line-height: calc(22/12);
}
.font14 {
  font-size: 14px;
  line-height: calc(24/14);
}
.font16 {
  font-size: 16px;
  line-height: calc(26/16);
}
.font18 {
  font-size: 18px;
  line-height: calc(26/18);
}
.font20 {
  font-size: 20px;
  line-height: calc(30/20);
}
.font22 {
  font-size: 22px;
  line-height: calc(32/22);
}
.font24 {
  font-size: 24px;
  line-height: calc(34/24);
}
.font26 {
  font-size: 26px;
  line-height: calc(36/26);
}
.font28 {
  font-size: 28px;
  line-height: calc(38/28);
}
.font30 {
  font-size: 30px;
  line-height: calc(40/30);
}
.font32 {
  font-size: 32px;
  line-height: calc(42/32);
}
.font34 {
  font-size: 34px;
  line-height: calc(44/34);
}
.font36 {
  font-size: 36px;
  line-height: calc(46/36);
}
.font38 {
  font-size: 38px;
  line-height: calc(48/38);
}
.font40 {
  font-size: 40px;
  line-height: calc(50/40);
}
.font42 {
  font-size: 42px;
  line-height: calc(52/42);
}
.font44 {
  font-size: 44px;
  line-height: calc(54/44);
}
.font46 {
  font-size: 46px;
  line-height: calc(56/46);
}
.font48 {
  font-size: 48px;
  line-height: calc(58/48);
}
.font50 {
  font-size: 50px;
  line-height: calc(60/50);
}
.font52 {
  font-size: 52px;
  line-height: calc(62/52);
}
.font54 {
  font-size: 54px;
  line-height: calc(64/54);
}
.font56 {
  font-size: 56px;
  line-height: calc(66/56);
}
.font58 {
  font-size: 58px;
  line-height: calc(68/58);
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18,
  .font20 {
    font-size: 16px;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 18px;
  }
  .font30,
  .font32,
  .font34,
  .font36,
  .font38 {
    font-size: 24px;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48 {
    font-size: 36px;
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font58 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .font30,
  .font32,
  .font34,
  .font36,
  .font38 {
    font-size: 20px;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48 {
    font-size: 28px;
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font58 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font12 {
    font-size: 10px;
    line-height: calc(15/10);
  }
  .font14 {
    font-size: 12px;
    line-height: calc(18/12);
  }
  .font16 {
    font-size: 14px;
    line-height: calc(21/14);
  }
  .font18,
  .font20 {
    font-size: 16px;
    line-height: calc(24/16);
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 18px;
    line-height: calc(27/18);
  }
  .font30,
  .font32,
  .font34,
  .font36,
  .font38 {
    font-size: 20px;
    line-height: calc(30/20);
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48 {
    font-size: 24px;
    line-height: calc(34/24);
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font58 {
    font-size: 32px;
    line-height: calc(42/32);
  }
}
@font-face {
  src: url('../fonts/OPPO Sans 4.0.ttf') format('truetype');
  font-family: 'OPPO-4';
  font-display: swap;
}
@font-face {
  src: url('../fonts/gilroy-regular-3.otf') format('opentype');
  font-family: 'gilroy';
  font-display: swap;
}
* {
  font-family: 'OPPO-4', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 500;
}
.font-en {
  font-family: 'gilroy', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.oppo-m {
  font-family: 'OPPO-4', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 500;
}
.oppo-r {
  font-family: 'OPPO-4', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 400;
}
.oppo-b {
  font-family: 'OPPO-4', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 700;
}
.public-pc-img {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .public-pc-img {
    display: none;
  }
}
.public-mb-img {
  display: none;
}
@media (max-width: 991px) {
  .public-mb-img {
    display: flex;
    justify-content: center;
  }
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.textflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.font10 {
  font-size: 12px;
}
.public-menu-list {
  margin-top: 0.6rem;
  display: flex;
  overflow: auto;
  gap: 0.1rem;
}
@media (max-width: 767px) {
  .public-menu-list {
    width: calc(100vw);
    padding: 0 5vw 0.3rem;
    transform: translateX(-5vw) !important;
  }
}
.public-menu-list .pmcn1 {
  flex-shrink: 0;
  padding: 0 0.3rem;
  border: 1px solid #d9d9d9;
  color: #000;
  line-height: 50px;
  border-radius: 0.5rem;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .public-menu-list .pmcn1 {
    line-height: 40px;
  }
}
.public-menu-list .pmcn1 span {
  margin-left: 0.05rem;
  font-size: 0.6875em;
}
.public-menu-list .pmcn1.on,
.public-menu-list .pmcn1:hover {
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
  color: #Fff;
}
.news-page {
  padding: 1.1rem 0;
  background-color: #Fff;
  position: relative;
}
.news-page .container {
  position: relative;
}
.news-page .casebgimg {
  position: absolute;
  right: 0;
  top: -1.8rem;
}
.news-page .casebgimg img {
  width: 7.98rem;
}
.news-page .title {
  color: #000;
  position: relative;
  z-index: 3;
}
.container1400 {
  max-width: 1400px;
}
.public-news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem -0.15rem 0;
}
.public-news-list .pbox {
  margin-bottom: 0.3rem;
  min-height: 4.4rem;
  width: calc(100% / 3);
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .public-news-list .pbox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-news-list .pbox {
    margin-bottom: 0.6rem;
    width: 100%;
  }
}
.public-news-list .pbox .plinks {
  display: block;
}
.public-news-list .pbox .plinks .pimg::before {
  padding-top: 64.44444444%;
}
.public-news-list .pbox .plinks .ptitle {
  margin-top: 0.3rem;
  color: #000;
}
.public-news-list .pbox .plinks .pinfo {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.public-news-list .pbox .plinks .pinfo .pcate {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.public-news-list .pbox .plinks .pinfo .pcate .picon {
  width: 10px;
  height: 10px;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
}
.public-news-list .pbox .plinks .pinfo .pcate .pcate2 {
  color: #777;
}
.public-news-list .pbox .plinks .pinfo .ptime {
  color: #777;
}
.public-news-list .pbox .plinks:hover .pimg img {
  transform: scale(1.05);
}
.hi-pagination6 {
  margin-top: 0.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.12rem;
}
.hi-pagination6 a,
.hi-pagination6 input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  color: #777;
}
@media (max-width: 767px) {
  .hi-pagination6 a,
  .hi-pagination6 input {
    width: 30px;
    height: 30px;
  }
}
.hi-pagination6 a img,
.hi-pagination6 input img,
.hi-pagination6 a svg,
.hi-pagination6 input svg {
  width: 50%;
  height: auto;
}
.hi-pagination6 a img path,
.hi-pagination6 input img path,
.hi-pagination6 a svg path,
.hi-pagination6 input svg path {
  fill: currentColor;
  transition: all 0.4s;
}
.hi-pagination6 a:hover,
.hi-pagination6 a.on {
  color: #fff;
  background: linear-gradient(47.73deg, #0047BB 9.17%, #E90044 88.1%);
}
.hi-pagination6 a:hover svg path,
.hi-pagination6 a.on svg path {
  fill: #fff;
}
.hi-pagination6 .c-prev {
  color: #000;
}
.hi-pagination6 .c-prev img,
.hi-pagination6 .c-prev svg {
  transform: rotate(180deg);
}
.hi-pagination6 .c-next {
  color: #000;
}
.search-news-box {
  background-color: #F4f4f4;
  padding: 0.75rem 0 0.95rem;
}
.search-news-box .cn1 {
  text-align: center;
  color: #000;
}
.search-news-box .box {
  position: relative;
  margin: 0.3rem auto 0;
  max-width: 444px;
}
.search-news-box .box input {
  width: 100%;
  line-height: 56px;
  background-color: #Ffff;
  border-radius: 56px;
  padding-left: 0.6rem;
  color: #000;
}
@media (max-width: 1580px) {
  .search-news-box .box input {
    line-height: 40px;
  }
}
.search-news-box .box input::placeholder {
  color: #777;
}
.search-news-box .box button {
  width: 0.6rem;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  left: 0;
}
.search-news-box .box button img {
  width: 33%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .search-news-box .box button img {
    width: 50%;
  }
}
.search-news-box .box2 {
  margin: 0.3rem auto 0;
  max-width: 444px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.search-news-box .box2 p {
  line-height: 24px;
  color: #777777;
}
.search-news-box .box2 a {
  line-height: 24px;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 24px;
  padding: 0 0.15rem;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .search-news-box .box2 a {
    padding: 0 0.2rem;
  }
}
.search-news-box .box2 a:hover {
  background: linear-gradient(47.73deg, #0047BB 9.17%, #E90044 88.1%);
  color: #Fff;
}
.news-bread {
  background-color: #fff;
  z-index: 50;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 86px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .news-bread {
    top: 60px;
  }
}
.news-bread .container {
  overflow: hidden;
  width: 95%;
  max-width: 1800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
.news-bread .container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
@media (max-width: 1580px) {
  .news-bread .container {
    width: 90%;
  }
}
.news-bread .container .cn1 {
  padding: 0.2rem 0;
  color: #000;
  flex-shrink: 0;
}
.news-bread .container .right {
  overflow: auto;
  display: flex;
  align-items: center;
  gap: 0.48rem;
}
@media (max-width: 767px) {
  .news-bread .container .right {
    gap: 0.2rem;
  }
}
.news-bread .container .right .cn2 {
  padding: 0.2rem 0;
  flex-shrink: 0;
  color: #777;
  transition: all 0.5s;
}
.news-bread .container .right .cn2:hover {
  color: #333;
}
.c-head-move .news-bread {
  top: -0.2rem;
}
.c-head-move .news-bread .container .cn1 {
  transform: translateY(0.1rem);
}
.c-head-move .news-bread .container .right {
  transform: translateY(0.1rem);
}
.news-info {
  padding: 0.9rem 0 1.1rem;
}
.news-info .container960 {
  max-width: 960px;
  padding-bottom: 1.25rem;
}
.news-info .container1400 {
  padding-top: 0.8rem;
  border-top: 1px solid #ddd;
}
.news-info .cn1 {
  color: #000;
}
.news-info .cn2 {
  margin-top: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-info .cn2 .cn2a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
}
.news-info .cn2 .cn2a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #d9d9d9;
}
.news-info .cn2 .cn2a span {
  width: 10px;
  height: 10px;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
  margin-right: 10px;
}
.news-info .cn2 .cn2a .cn2a2 {
  color: #777;
}
.news-info .cn2 .cn2b {
  color: #777;
}
.news-info .cn3 {
  margin-top: 0.9rem;
  color: #333;
}
.news-info .cn3 h3 {
  font-size: 2em;
}
.news-info .cn4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.9rem;
  justify-content: space-between;
}
.news-info .cn4 .cn5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-info .cn4 .cn6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-info .cn4 .x-fz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E9E9E9;
  border-radius: 100px;
  height: 48px;
  padding: 0 0.28rem;
  color: #000;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .news-info .cn4 .x-fz {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .news-info .cn4 .x-fz {
    height: 40px;
  }
}
.news-info .cn4 .x-fz:hover {
  background-color: var(--color);
  color: #fff;
}
.news-info .cn4 .x-fz i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .news-info .cn4 .x-fz i {
    width: 16px;
    height: 16px;
  }
}
.news-info .cn4 .x-fz i svg {
  width: 100%;
  height: 100%;
}
.news-info .cn4 .news-info-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
}
.news-info .cn4 .news-info-share a {
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  justify-content: center;
  color: #010308;
}
.news-info .cn4 .news-info-share a::before {
  display: none;
}
.news-info .cn4 .news-info-share a svg {
  color: #010308;
  transition: all 0.5s;
  height: 18px;
}
.news-info .cn4 .news-info-share a svg path {
  opacity: 1;
  stroke: none;
}
.news-info .cn4 .news-info-share a:hover {
  background-color: var(--color);
}
.news-info .cn4 .news-info-share a:hover svg {
  color: #Fff;
}
.news-info .title {
  text-align: center;
  color: #000;
}
.case-info1 {
  background-color: #Fafafa;
  padding: 0.9rem 0;
}
.case-info1 .container1200 {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-info1 .container1200 .left {
  width: 45.83333333%;
}
@media (max-width: 767px) {
  .case-info1 .container1200 .left {
    width: 100%;
  }
}
.case-info1 .container1200 .left .cn1 {
  color: #000;
}
.case-info1 .container1200 .left .cn2a {
  margin-top: 0.16rem;
}
.case-info1 .container1200 .left .cn3 {
  margin-top: 0.45rem;
  color: #333;
}
.case-info1 .container1200 .right {
  width: 45.33333333%;
  border-radius: 0.16rem;
}
@media (max-width: 767px) {
  .case-info1 .container1200 .right {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.case-info1 .container1200 .right::before {
  padding-top: 62.5%;
}
.public-cate {
  display: flex;
  align-items: center;
  margin-right: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
}
.public-cate span {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
  margin-right: 10px;
}
.public-cate .public-cate2 {
  color: #777;
}
.case-info2 {
  padding: 0.66rem 0 1.1rem;
}
.case-info2 .container1200 {
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.case-info2 .container1200 .left {
  width: 67.41666667%;
}
@media (max-width: 767px) {
  .case-info2 .container1200 .left {
    width: 100%;
  }
}
.case-info2 .container1200 .right {
  position: sticky;
  position: -webkit-sticky;
  right: 0;
  top: 1rem;
  width: 25%;
}
@media (max-width: 767px) {
  .case-info2 .container1200 .right {
    position: relative;
    top: 0;
    margin-top: 1.1rem;
    width: 100%;
  }
}
.case-info2 .container1200 .right .rightbox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0.2rem;
  border-radius: 0.16rem;
}
.case-info2 .container1200 .right .rightbox .rcn1 {
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .case-info2 .container1200 .right .rightbox .rcn1 {
    font-size: 20px;
  }
}
.case-info2 .container1200 .right .rightbox .zpublic-btn-box {
  margin-top: 0.3rem;
}
.public-content h3 {
  color: #000;
  font-size: 24px;
  line-height: calc(34/24);
  font-family: 'OPPO-4', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 500;
}
.zpublic-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zpublic-btn-box .zpublic-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 1.63rem;
  line-height: 40px;
  text-align: center;
  color: #Fff;
  border-radius: 20px;
  background-image: linear-gradient(90deg, #0047BB 0%, #E90044 110%);
  transition: all 0.5s;
  padding: 0 20px;
}
.zpublic-btn-box .zpublic-btn:hover {
  opacity: 0.8;
}
.case-page {
  padding-top: 0.77rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.case-page .public-menu-list {
  z-index: 2;
  position: relative;
}
.case-page .public-download-list {
  z-index: 2;
  position: relative;
}
.case-page .case-box1 .box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.case-page .case-box1 .box2 {
  margin-top: 0.5rem;
}
.case-page .case-box1 .box2 .box2a {
  display: none;
}
.case-page .case-box1 .box2 .box2a.on {
  display: block;
}
.case-page .case-box1 .box2 .box2a .hi-steady-carousel {
  margin-top: 0.12rem;
}
@media (max-width: 991px) {
  .case-page .case-box1 .box2 .box2a .hi-steady-carousel {
    overflow: initial;
  }
}
.case-page .case-box1 .box2 .box2a .hi-steady-carousel .c-item {
  width: 2.23rem;
  margin: 0 0.06rem;
  background-color: #F8f8f8;
}
@media (max-width: 991px) {
  .case-page .case-box1 .box2 .box2a .hi-steady-carousel .c-item {
    width: 3rem;
  }
}
.case-page .case-box1 .box2 .box2a .hi-steady-carousel .c-item::before {
  padding-top: 53.81165919%;
}
.case-page .case-box2 {
  padding-top: 1.2rem;
}
.public-case-list {
  margin-top: -0.78rem;
}
.public-case-list .pbox {
  margin-top: 0.78rem;
}
.public-case-list .pbox .plinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.public-case-list .pbox .plinks .pimg {
  width: 48.57142857%;
}
@media (max-width: 767px) {
  .public-case-list .pbox .plinks .pimg {
    width: 100%;
    order: 0;
    margin-bottom: 0.3rem;
  }
}
.public-case-list .pbox .plinks .pimg::before {
  padding-top: 73.52941176%;
}
.public-case-list .pbox .plinks .pright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 44.28571429%;
}
@media (max-width: 767px) {
  .public-case-list .pbox .plinks .pright {
    order: 1;
    width: 100%;
  }
}
.public-case-list .pbox .plinks .pright .pright2 .picon {
  margin-bottom: 0.2rem;
}
.public-case-list .pbox .plinks .pright .pright2 .picon img {
  height: 0.45rem;
}
@media (max-width: 767px) {
  .public-case-list .pbox .plinks .pright .pright2 .picon img {
    height: 0.8rem;
  }
}
.public-case-list .pbox .plinks .pright .pright2 .ptitle {
  margin-bottom: 0.2rem;
  color: #000;
}
.public-case-list .pbox .plinks .pright .pright2 .ptext {
  margin-bottom: 0.4rem;
  color: #666;
}
.public-case-list .pbox .plinks .pright .pright2 .public-btn {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .public-case-list .pbox .plinks .pright .pright2 .public-btn {
    margin-bottom: 0.8rem;
  }
}
.public-case-list .pbox .plinks .pright .pright3 {
  padding-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  border-bottom: 1px solid #ddd;
}
.public-case-list .pbox .plinks .pright .pright3 .pright3a {
  background-color: #f8f8f8;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  padding: 0 0.24rem 0 0.14rem;
  color: #000;
  line-height: 0.48rem;
}
.public-case-list .pbox .plinks .pright .pright3 .pright3a img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .public-case-list .pbox .plinks .pright .pright3 .pright3a img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.public-case-list .pbox .plinks:hover .pimg img {
  transform: scale(1.05);
}
.public-case-list .pbox .plinks:hover .pright .pright2 .public-btn {
  color: #Fff;
}
.public-case-list .pbox .plinks:hover .pright .pright2 .public-btn span {
  color: #Fff;
}
.public-case-list .pbox .plinks:hover .pright .pright2 .public-btn::before {
  opacity: 0;
}
.public-case-list .pbox .plinks:hover .pright .pright2 .public-btn::after {
  opacity: 1;
}
.public-case-menu {
  flex-wrap: wrap;
  gap: 0.48rem;
  display: none;
}
.public-case-menu.on {
  display: flex;
}
.public-case-menu .pccn1 {
  padding: 0.15rem 0;
  color: #777;
  transition: all 0.4s;
  position: relative;
}
.public-case-menu .pccn1::before {
  content: "";
  transition: all 0.4s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  height: 2px;
  background: linear-gradient(90deg, #0047BB 0%, #E90044 110%);
}
.public-case-menu .pccn1.on {
  color: #000;
}
.public-case-menu .pccn1.on::before {
  opacity: 1;
}
.esg-box1 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  position: relative;
}
.esg-box1 .bgimg {
  width: 100%;
  height: 100%;
  position: relative;
}
.esg-box1 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg-box1 .bgimg .yinying {
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: fill;
}
.esg-box1 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.esg-box1 .container .cn1 {
  color: #fff;
}
.esg-box1 .container .cn2 {
  margin-top: 0.2rem;
  color: #fff;
}
.esg-box2 {
  width: 100%;
  height: 200vh;
  position: relative;
  background-color: #fff;
}
.esg-box2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 0;
}
.esg-box2 .container .title {
  color: #000;
  text-align: center;
  line-height: 46px;
  position: relative;
}
@media (max-width: 767px) {
  .esg-box2 .container .title {
    line-height: 30px;
    font-size: 18px;
  }
  .esg-box2 .container .title br {
    display: none;
  }
}
.esg-box2 .container .title .tu0 {
  position: absolute;
  left: -25px;
  top: 0;
}
@media (max-width: 767px) {
  .esg-box2 .container .title .tu0 {
    display: none;
  }
}
@media (max-width: 767px) {
  .esg-box2 .container .title .tu1 {
    display: none;
  }
}
.esg-box2 .container .title .tu1 img {
  transform: rotate(180deg);
  vertical-align: bottom;
}
.esg-box3 {
  padding-top: 10vh;
  position: relative;
  margin-top: -150vh;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .esg-box3 {
    padding-top: 30vh;
  }
}
.esg-box3 .cn1 {
  padding-top: 1.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .esg-box3 .cn1 {
    padding-top: 30vh;
  }
}
.esg-box3 .public-esg-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4rem -0.1rem 0;
}
.esg-box3 .public-esg-box .pbox {
  margin-top: 0.2rem;
  width: 25%;
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .esg-box3 .public-esg-box .pbox {
    width: 100%;
  }
}
.esg-box3 .public-esg-box .pbox .plinks {
  border-radius: 0.16rem;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .esg-box3 .public-esg-box .pbox .plinks {
    display: flex;
    flex-direction: column;
  }
}
.esg-box3 .public-esg-box .pbox .plinks .pimg {
  border-radius: 0.16rem;
}
.esg-box3 .public-esg-box .pbox .plinks .pimg::before {
  padding-top: 169.27083333%;
}
@media (max-width: 767px) {
  .esg-box3 .public-esg-box .pbox .plinks .pimg {
    order: 1;
    height: 4rem;
  }
}
.esg-box3 .public-esg-box .pbox .plinks .ptext {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 0.4rem;
}
@media (max-width: 991px) {
  .esg-box3 .public-esg-box .pbox .plinks .ptext {
    padding: 0.4rem 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .esg-box3 .public-esg-box .pbox .plinks .ptext {
    order: 0;
  }
}
.esg-box3 .public-esg-box .pbox .plinks .ptext .pcn1 {
  color: #Fff;
}
@media (max-width: 991px) {
  .esg-box3 .public-esg-box .pbox .plinks .ptext .pcn1 {
    color: #000;
  }
}
.esg-box3 .public-esg-box .pbox .plinks .ptext .pcn2 {
  margin-top: 0.1rem;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .esg-box3 .public-esg-box .pbox .plinks .ptext .pcn2 {
    opacity: 1;
    color: #000;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .esg-box3 .public-esg-box .pbox .plinks:hover .pimg img {
    transform: scale(1.05);
  }
  .esg-box3 .public-esg-box .pbox .plinks:hover .ptext .pcn2 {
    opacity: 1;
  }
}
.esg-box4 {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
}
.esg-box4 .cn1 {
  color: #000;
}
.esg-box4 .cn2 {
  margin-top: 0.24rem;
  color: #000;
}
.esg-box4 .imgbox {
  margin-top: 0.66rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.esg-box4 .imgbox .imgbox1 {
  width: 32.5%;
  border-radius: 0.16rem;
}
@media (max-width: 767px) {
  .esg-box4 .imgbox .imgbox1 {
    width: 100%;
  }
}
.esg-box4 .imgbox .imgbox1::before {
  padding-top: 103.84615385%;
}
.esg-box4 .imgbox .imgbox2 {
  width: 65.8125%;
  border-radius: 0.16rem;
}
@media (max-width: 767px) {
  .esg-box4 .imgbox .imgbox2 {
    margin-top: 0.66rem;
    width: 100%;
  }
}
.esg-box4 .imgbox .imgbox2::before {
  padding-top: 51.28205128%;
}
.esg-box5 {
  z-index: 2;
  position: relative;
}
@media (max-width: 1580px) {
  .esg-box5 {
    background-color: #f5f5f7;
  }
}
.esg-box5 .box {
  background-color: #f5f5f7;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.esg-box5 .box .left {
  padding-top: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 1.2rem;
  width: 50%;
  padding-left: 8%;
}
@media (max-width: 1580px) {
  .esg-box5 .box .left {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .esg-box5 .box .left {
    width: 100%;
    padding-right: 5%;
  }
}
.esg-box5 .box .left .cn1 {
  color: #000;
}
.esg-box5 .box .left .cn2 {
  max-width: 575px;
  margin-top: 0.24rem;
  color: #000;
}
.esg-box5 .box .left .cn3 {
  margin-top: 0.24rem;
}
.esg-box5 .box .left .cn3 .public-cate {
  margin-top: 0.16rem;
}
.esg-box5 .box .left .cn3 .public-cate .public-cate2 {
  color: #000;
}
.esg-box5 .box .right {
  width: 50%;
}
@media (max-width: 767px) {
  .esg-box5 .box .right {
    width: 100%;
  }
}
.esg-box5 .box .right::before {
  padding-top: 84.7983454%;
}
.esg-box6 {
  padding: 1.2rem 0;
  position: relative;
  overflow: hidden;
  background-color: #Fff;
}
.esg-box6 .cn1 {
  text-align: center;
  color: #000;
}
.esg-box6 .box {
  margin-top: 0.6rem;
}
.esg-box6 .box .hi-steady-carousel {
  margin-top: 0.1rem;
  overflow: inherit;
}
.esg-box6 .box .hi-steady-carousel .c-item {
  margin: 0 0.05rem;
  width: 4rem;
}
.esg-box6 .box .hi-steady-carousel .c-item::before {
  padding-top: 62.5%;
}
.team-page {
  padding: 1.1rem 0 2.4rem;
  position: relative;
  overflow: hidden;
  padding-bottom: calc(168px + 0.72rem);
}
.team-page canvas {
  position: absolute;
  left: 0;
  top: calc(100% - 168px);
  width: 100%;
  height: 240px;
}
.team-page .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #d9d9d9;
}
.team-page .box1 .cn1 {
  width: 50%;
  color: #000;
}
@media (max-width: 767px) {
  .team-page .box1 .cn1 {
    width: 100%;
  }
}
.team-page .box1 .cn2 {
  width: 33.57142857%;
}
@media (max-width: 767px) {
  .team-page .box1 .cn2 {
    margin-top: 0.2rem;
    width: 100%;
  }
}
.team-page .box1 .cn2 .cn2a {
  color: #666;
}
.team-page .box1 .cn2 .cn2b {
  display: flex;
  margin-top: 0.2rem;
}
.team-page .box2 {
  padding-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.team-page .box2 .left {
  width: 44.42857143%;
  padding-top: 0.25rem;
}
@media (max-width: 767px) {
  .team-page .box2 .left {
    width: 100%;
  }
}
.team-page .box2 .left .cn1 {
  margin-bottom: 0.3rem;
}
.team-page .box2 .left .cn3 {
  color: #000;
}
.team-page .box2 .left .cn2 {
  margin-top: 0.3rem;
  text-align: right;
}
.team-page .box2 .left .cn2 img {
  transform: rotate(180deg);
}
.team-page .box2 .left .cn4 {
  margin-top: 0.7rem;
}
.team-page .box2 .left .cn4 .cn4a {
  color: #101010;
}
.team-page .box2 .left .cn4 .cn4b {
  margin-top: 0.1rem;
  color: #101010;
}
.team-page .box2 .right {
  width: 46.42857143%;
}
@media (max-width: 767px) {
  .team-page .box2 .right {
    margin-top: 0.3rem;
    width: 100%;
  }
}
.team-page .box2 .right:hover img {
  transform: scale(1.05);
}
.team-page .box3 {
  margin-top: 1.2rem;
}
.team-page .box3 .cn1 {
  color: #000;
}
.zpublic-btn-nocolor {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex-wrap: wrap;
}
.zpublic-btn-nocolor .zpublic-title {
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.zpublic-btn-nocolor .zpublic-icon {
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.zpublic-btn-nocolor .zpublic-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zpublic-btn-nocolor .zpublic-icon img:nth-child(1) {
  left: 0;
  top: 0;
}
.zpublic-btn-nocolor .zpublic-icon img:nth-child(2) {
  left: -16px;
  top: 16px;
}
.zpublic-btn-nocolor:hover .zpublic-icon img:nth-child(1) {
  left: 16px;
  top: -16px;
}
.zpublic-btn-nocolor:hover .zpublic-icon img:nth-child(2) {
  left: 0;
  top: 0;
}
.public-team-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}
.public-team-box .pbox {
  margin-top: 0.66rem;
  width: 25%;
  padding: 0 0.16rem;
}
@media (max-width: 1260px) {
  .public-team-box .pbox {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .public-team-box .pbox {
    width: 50%;
  }
}
.public-team-box .pbox .plinks .ptitle {
  margin-top: 0.2rem;
  color: #000;
}
.public-team-box .pbox .plinks .ptext {
  margin-top: 0.1rem;
}
.public-team-box .pbox .plinks:hover .pimg img {
  transform: scale(1.05);
}
.contact-page {
  padding: 1.25rem 0 1.7rem;
  position: relative;
  overflow: hidden;
}
.contact-page .gradient-canvas2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
}
.contact-page .container {
  position: relative;
  z-index: 2;
  box-shadow: 8px 8px 36.3px 4px #0000000F;
  background-color: #Fff;
  padding: 0.6rem 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.2rem;
}
@media (max-width: 991px) {
  .contact-page .container {
    padding: 0.6rem 0.3rem;
  }
}
.contact-page .container .cn1 {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #d9d9d9;
}
.contact-page .container .left {
  width: 42.5%;
}
@media (max-width: 991px) {
  .contact-page .container .left {
    width: 100%;
  }
}
.contact-page .container .left .cn2 {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 0.5rem;
}
.contact-page .container .left .cn2 .cn3 {
  margin-bottom: 0.5rem;
}
.contact-page .container .left .cn2 .cn3:last-child {
  margin-bottom: 0;
}
.contact-page .container .left .cn2 .cn3 .cn3a {
  color: #666;
  margin-bottom: 0.1rem;
}
.contact-page .container .left .cn2 .cn3 .cn3b {
  color: #222;
}
.contact-page .container .left .cn4 {
  padding-top: 0.4rem;
}
.contact-page .container .left .cn4 .cn3 .cn3a {
  color: #777;
}
.contact-page .container .left .cn4 .cn5 {
  margin-top: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.12rem;
}
.contact-page .container .left .cn4 .cn5 .cn6 {
  position: relative;
}
.contact-page .container .left .cn4 .cn5 .cn6 .cn7 {
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010308;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .contact-page .container .left .cn4 .cn5 .cn6 .cn7 {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.contact-page .container .left .cn4 .cn5 .cn6 .cn7 img,
.contact-page .container .left .cn4 .cn5 .cn6 .cn7 svg {
  width: 45%;
  height: auto;
}
@media (max-width: 767px) {
  .contact-page .container .left .cn4 .cn5 .cn6 .cn7 img,
  .contact-page .container .left .cn4 .cn5 .cn6 .cn7 svg {
    width: 50%;
  }
}
.contact-page .container .left .cn4 .cn5 .cn6 .cn8 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 100%;
  width: 110px;
  height: 110px;
  padding-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .contact-page .container .left .cn4 .cn5 .cn6 .cn8 {
    left: 0;
    transform: translateX(0);
  }
}
.contact-page .container .left .cn4 .cn5 .cn6 .cn8 img {
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  width: 100%;
  padding: 5px;
}
.contact-page .container .left .cn4 .cn5 .cn6:hover .cn7 {
  color: #Fff;
  background-color: var(--color);
  border-color: var(--color);
}
.contact-page .container .left .cn4 .cn5 .cn6:hover .cn8 {
  opacity: 1;
  visibility: visible;
}
.contact-page .container .right {
  width: 45.39473684%;
}
@media (max-width: 991px) {
  .contact-page .container .right {
    margin-top: 1.2rem;
    width: 100%;
  }
}
.public-form-box {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.public-form-box .input-box {
  width: calc(50% - 0.1rem);
}
@media (max-width: 767px) {
  .public-form-box .input-box {
    width: 100%;
  }
}
.public-form-box .input-box.w100 {
  width: 100%;
}
.public-form-box .input-box .input {
  margin-top: 0.1rem;
  width: 100%;
}
.public-form-box .input-box .input input,
.public-form-box .input-box .input textarea {
  height: auto;
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  padding: 0.15rem 0;
  box-shadow: none !important;
  color: #000;
}
.public-form-box .input-box .input input::placeholder,
.public-form-box .input-box .input textarea::placeholder {
  color: #000;
}
.public-form-box .input-box .input textarea {
  height: 1.2rem;
}
.public-form-box .input-box .input .layui-form-select dl {
  top: 100%;
}
.public-form-box .input-box .input .layui-edge {
  margin: 0;
  right: 0.15rem;
  border: 0;
  width: 11px;
  margin-top: -3px;
  height: 6px;
  background-image: url(../images/zimg91.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .public-form-box .input-box .input .layui-edge {
    right: 0.3rem;
  }
}
.public-form-box .button-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin-top: 0.5rem;
  width: 100%;
}
.public-form-box button {
  color: #fff;
  background: linear-gradient(90deg, #0047BB 0%, #E90044 110%);
  line-height: 48px;
  min-width: 1.62rem;
  padding: 0 0.3rem;
  border-radius: 0.56rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
@media (max-width: 1580px) {
  .public-form-box button {
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .public-form-box button {
    width: calc(50% - 0.12rem);
  }
}
.public-form-box button:hover {
  opacity: 0.8;
}
.public-form-box button.reset {
  background: #EBEBEB;
  color: #666;
}
.public-download-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem -0.15rem 0;
}
.public-download-list .pbox {
  margin-bottom: 0.3rem;
  min-height: 4.4rem;
  width: calc(100% / 3);
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .public-download-list .pbox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-download-list .pbox {
    margin-bottom: 0.6rem;
    width: 100%;
  }
}
.public-download-list .pbox .plinks {
  display: block;
}
.public-download-list .pbox .plinks .pimg::before {
  padding-top: 64.44444444%;
}
.public-download-list .pbox .plinks .ptitle {
  margin-top: 0.3rem;
  color: #000;
}
.public-download-list .pbox .plinks .pinfo {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.public-download-list .pbox .plinks .pinfo .pcate {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.public-download-list .pbox .plinks .pinfo .pcate .picon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-download-list .pbox .plinks .pinfo .pcate .pcate2 {
  color: #777;
  line-height: 20px;
}
.public-download-list .pbox .plinks .pinfo .pcate:hover .pcate2 {
  background: linear-gradient(90deg, #0047BB 0%, #E90044 110%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.public-download-list .pbox .plinks .pinfo .ptime {
  color: #777;
}
.public-download-list .pbox .plinks:hover .pimg img {
  transform: scale(1.05);
}
.opv-tech {
  position: relative;
  background-color: #000;
  min-height: 100vh;
}
.opv-tech #starCanvas {
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.opv-tech .opv-box1 {
  overflow: hidden;
  margin-top: -100vh;
  position: relative;
}
.opv-tech .opv-box1 .pimg {
  width: 100%;
  height: 100vh;
}
.opv-tech .opv-box1 .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opv-tech .opv-box1 .textbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .opv-tech .opv-box1 .textbox {
    top: 25%;
    text-align: center;
  }
}
.opv-tech .opv-box1 .cn1 {
  color: #Fff;
  line-height: 1.41666667;
}
.opv-tech .opv-box1 .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0.05rem;
  background: linear-gradient(360deg, #E90044 0%, #0047BB 100%);
  height: 0.5rem;
  animation: gradientShift 3s ease infinite;
  background-size: 100% 200%;
  /* 扩大背景尺寸实现移动 */
}
.opv-tech .opv-box1 .iconbox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .opv-tech .opv-box1 .iconbox {
    bottom: 1rem;
    gap: 0.4rem;
  }
}
.opv-tech .opv-box1 .iconbox .iconbox2 {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding-right: 0.1rem;
}
@media (max-width: 991px) {
  .opv-tech .opv-box1 .iconbox .iconbox2 {
    width: calc(50% - 0.2rem);
  }
}
.opv-tech .opv-box1 .iconbox .iconbox2 img {
  width: 20px;
}
.opv-tech .opv-box1 .iconbox .iconbox2 span {
  background: linear-gradient(-90deg, #0047BB 0%, #E90044 110%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.opv-tech .opv-box2 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.2rem 0;
}
.opv-tech .opv-box2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.opv-tech .opv-box2 .container .left {
  position: relative;
  z-index: 3;
  width: 37.8125%;
  opacity: 0;
  transform: translateX(-10%);
}
@media (max-width: 767px) {
  .opv-tech .opv-box2 .container .left {
    width: 100%;
  }
}
.opv-tech .opv-box2 .container .left .cn1 {
  color: #fff;
}
.opv-tech .opv-box2 .container .left .cn2 {
  width: 2.37rem;
  height: 0.06rem;
  background: linear-gradient(90deg, #0047BB 5.06%, #E90044 38.38%, rgba(233, 0, 68, 0) 94.99%);
  margin: 0.35rem 0;
}
.opv-tech .opv-box2 .container .left .cn3 {
  color: #fff;
}
@media (max-width: 767px) {
  .opv-tech .opv-box2 .container .left .cn3 {
    font-size: 14px;
  }
}
.opv-tech .opv-box2 .container .left .public-btn {
  margin-top: 0.6rem;
}
.opv-tech .opv-box2 .container .right {
  transform: translateX(5%);
  width: 46.5%;
  position: relative;
}
@media (max-width: 767px) {
  .opv-tech .opv-box2 .container .right {
    width: 100%;
    transform: translateX(0);
    margin-top: 1.2rem;
  }
}
.opv-tech .opv-box2 .container .right .img {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(0.6rem);
}
.opv-tech .opv-box2 .container .right .img::before {
  padding-top: 92.06989247%;
}
.opv-tech .opv-box2 .container .right .bgimg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15vh;
  width: 100vw;
  opacity: 0;
}
@media (max-width: 767px) {
  .opv-tech .opv-box2 .container .right .bgimg {
    bottom: -5vh;
  }
}
.opv-tech .opv-box2 .container .right .bgimg img {
  animation: myscalebgimg 4s infinite linear;
  width: 100%;
}
@keyframes myscalebgimg {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.opv-box3 {
  position: relative;
  z-index: 2;
  padding: 1.7rem 0 1.3rem;
}
.opv-box3 .gradient-canvas2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
}
.opv-box3 .container {
  position: relative;
  z-index: 3;
  max-width: 1170px;
}
.opv-box3 .container .cn1 {
  text-align: center;
  color: #fff;
}
.opv-box3 .container .cn10 {
  background: #D9D9D90A;
  border-radius: 0.16rem;
  margin-top: 0.65rem;
  line-height: 0.72rem;
  text-align: center;
  color: #Fff;
  position: relative;
  z-index: 0;
}
.opv-box3 .container .cn10::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.16rem;
  padding: 1px;
  /* 边框宽度 */
  background: linear-gradient(255.44deg, #0047BB 28.32%, #E90044 64.89%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.opv-box3 .container .bigbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
.opv-box3 .container .bigbox .box {
  width: calc(100% / 3);
  margin-top: 0.6rem;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .opv-box3 .container .bigbox .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .opv-box3 .container .bigbox .box {
    width: 100%;
  }
}
.opv-box3 .container .bigbox .box .boxlink {
  min-height: 4.06rem;
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 0.34rem 0.22rem;
  background: #000;
  border-radius: 0.16rem;
  overflow: hidden;
}
.opv-box3 .container .bigbox .box .boxlink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.16rem;
  padding: 1px;
  /* 边框宽度 */
  background: linear-gradient(331.56deg, #000000 25.94%, #ADADAD 111.09%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
  pointer-events: none;
}
.opv-box3 .container .bigbox .box .boxlink::after {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  border-radius: 0.05rem;
  background-image: conic-gradient(transparent, #Fff, transparent 5%);
  background-position: 0 0;
  background-repeat: no-repeat;
  animation: rotate 4s linear infinite;
  z-index: 1;
  opacity: 1;
}
.opv-box3 .container .bigbox .box .boxlink .bg {
  position: absolute;
  left: 1px;
  border-radius: 0.16rem;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #000;
  z-index: 2;
}
.opv-box3 .container .bigbox .box .boxlink .cn2 {
  position: relative;
  z-index: 3;
  color: #Fff;
}
.opv-box3 .container .bigbox .box .boxlink .cn3 {
  position: relative;
  z-index: 3;
  margin-top: 0.5rem;
}
.opv-box3 .container .bigbox .box .boxlink .cn3 .cn4 {
  margin-bottom: 0.1rem;
  padding: 0.15rem 0.2rem;
  display: flex;
  align-items: center;
  background: #D9D9D91A;
  gap: 0.1rem;
}
.opv-box3 .container .bigbox .box .boxlink .cn3 .cn4 img {
  width: 24px;
  object-fit: contain;
  height: 24px;
  flex-shrink: 0;
}
.opv-box3 .container .bigbox .box .boxlink .cn3 .cn4 .cn5 {
  line-height: 24px;
  color: #fff;
}
.opv-box3 .container .bigbox .box .boxlink .cn3 .cn4.on {
  background: linear-gradient(244.2deg, #0047BB 16.59%, #E90044 84%);
}
.opv-box3 .container .bigbox .box .boxlink:hover::after {
  opacity: 1;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.opv-box4 {
  padding: 1.2rem 0 1.6rem;
  position: relative;
  background-color: #Fff;
}
.opv-box4 .cn1 {
  text-align: center;
  color: #000;
}
.opv-box4 .cn2 {
  margin-top: 0.15rem;
  color: #000;
  text-align: center;
}
.opv-box4 .bigbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0.45rem -0.1rem 0;
}
.opv-box4 .bigbox .box {
  margin-top: 0.2rem;
  width: 25%;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .opv-box4 .bigbox .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .opv-box4 .bigbox .box {
    width: 100%;
  }
}
.opv-box4 .bigbox .box .boxlink {
  padding: 60px 0.4rem 40px;
  position: relative;
  z-index: 0;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .opv-box4 .bigbox .box .boxlink {
    height: 360px;
    padding: 0.4rem 0.3rem;
  }
}
@media (max-width: 991px) {
  .opv-box4 .bigbox .box .boxlink {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .opv-box4 .bigbox .box .boxlink {
    height: 5rem;
  }
}
.opv-box4 .bigbox .box .boxlink .bg {
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.16rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.opv-box4 .bigbox .box .boxlink .bg img,
.opv-box4 .bigbox .box .boxlink .bg svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opv-box4 .bigbox .box .boxlink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.16rem;
  padding: 1px;
  /* 边框宽度 */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(44.42% 42.75% at 50.13% 78%, rgba(233, 0, 68, 0.5) 57.48%, rgba(117, 36, 128, 0.5) 67.31%, rgba(88, 44, 142, 0.377951) 70.87%, rgba(0, 71, 187, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.opv-box4 .bigbox .box .boxlink .icon {
  width: 65px;
  height: 71px;
  margin-bottom: 29px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1260px) {
  .opv-box4 .bigbox .box .boxlink .icon {
    width: 52px;
    height: 56.8px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .opv-box4 .bigbox .box .boxlink .icon {
    width: 32.5px;
    height: 35.5px;
    margin-bottom: 10px;
  }
}
.opv-box4 .bigbox .box .boxlink .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.opv-box4 .bigbox .box .boxlink .icon .tu1 {
  opacity: 1;
}
.opv-box4 .bigbox .box .boxlink .icon .tu2 {
  opacity: 0;
}
.opv-box4 .bigbox .box .boxlink .icon img,
.opv-box4 .bigbox .box .boxlink .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.opv-box4 .bigbox .box .boxlink .textbox {
  padding-right: 0.2rem;
  overflow: auto;
  max-height: calc(100% - 100px);
  position: relative;
  z-index: 4;
}
@media (max-width: 1260px) {
  .opv-box4 .bigbox .box .boxlink .textbox {
    max-height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .opv-box4 .bigbox .box .boxlink .textbox {
    max-height: calc(100% - 46px);
  }
}
.opv-box4 .bigbox .box .boxlink .textbox .cn3 {
  color: #000;
}
.opv-box4 .bigbox .box .boxlink .textbox .cn4 {
  margin-top: 15px;
  line-height: 25px;
  color: #000;
}
.opv-box4 .bigbox .box .boxlink .textbox .cn4 li {
  line-height: 25px;
  padding-left: 15px;
  position: relative;
}
.opv-box4 .bigbox .box .boxlink .textbox .cn4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
}
.opv-box4 .bigbox .box .boxlink .textbox .cn4a {
  display: none;
  margin-top: 15px;
  line-height: 25px;
  color: #000;
}
.opv-box4 .bigbox .box .boxlink .textbox .cn4a li {
  line-height: 25px;
  padding-left: 15px;
  position: relative;
}
.opv-box4 .bigbox .box .boxlink .textbox .cn4a li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
}
.opv-box4 .bigbox .box .boxlink:hover .bg {
  opacity: 1;
}
.opv-box4 .bigbox .box .boxlink:hover .icon .tu1 {
  opacity: 0;
}
.opv-box4 .bigbox .box .boxlink:hover .icon .tu2 {
  opacity: 1;
}
.opv-box4 .bigbox .box .boxlink:hover .textbox .cn4 {
  display: none;
}
.opv-box4 .bigbox .box .boxlink:hover .textbox .cn4a {
  display: block;
}
.opv-box5 {
  position: relative;
  min-height: 4rem;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.opv-box5:hover .bgimg img {
  transform: scale(1.05);
}
.opv-box5 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.opv-box5 .bgimg img {
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opv-box5 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 1rem;
}
.opv-box5 .container .cn1 {
  color: #Fff;
}
.opv-box5 .container .cn2 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(131.13deg, #0047BB 14.75%, #E90044 107.67%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.opv-box5 .container .cn2:hover {
  opacity: 0.8;
}
.server-page {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 1.2rem 0;
}
.server-page .gradient-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5rem;
}
.server-page .gradient-canvas2 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.server-page .server-box1 {
  position: relative;
}
.server-page .server-box1 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.server-page .server-box1 .box .left {
  width: 55.71428571%;
}
@media (max-width: 1260px) {
  .server-page .server-box1 .box .left {
    width: 45%;
  }
  .server-page .server-box1 .box .left br {
    display: none;
  }
}
@media (max-width: 991px) {
  .server-page .server-box1 .box .left {
    width: 100%;
    text-align: center;
  }
  .server-page .server-box1 .box .left br {
    display: block;
  }
}
@media (max-width: 767px) {
  .server-page .server-box1 .box .left br {
    display: none;
  }
}
.server-page .server-box1 .box .left .cn1 {
  color: #000;
}
@media (max-width: 991px) {
  .server-page .server-box1 .box .left .cn1 {
    text-align: center;
  }
}
.server-page .server-box1 .box .left .public-btn {
  margin-top: 0.3rem;
}
.server-page .server-box1 .box .right {
  width: 470px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1260px) {
  .server-page .server-box1 .box .right {
    width: 430px;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .server-page .server-box1 .box .right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .server-page .server-box1 .box .right {
    gap: 5%;
  }
}
.server-page .server-box1 .box .right .rightbox {
  width: 130px;
}
@media (max-width: 767px) {
  .server-page .server-box1 .box .right .rightbox {
    width: 30%;
  }
}
.server-page .server-box1 .box .right .rightbox .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .server-page .server-box1 .box .right .rightbox .icon {
    width: 40px;
    height: 40px;
  }
}
.server-page .server-box1 .box .right .rightbox .icon img {
  width: 37.5%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .server-page .server-box1 .box .right .rightbox .icon img {
    width: 50%;
  }
}
.server-page .server-box1 .box .right .rightbox .cn2 {
  margin-top: 0.14rem;
  text-align: center;
  color: #000;
}
.server-page .server-box1 .box2 {
  margin-top: 0.85rem;
  border-radius: 0.16rem;
}
.server-page .server-box1 .box2::before {
  padding-top: 35.71428571%;
}
@media (max-width: 767px) {
  .server-page .server-box1 .box2::before {
    padding-top: 60%;
  }
}
.server-page .server-box2 {
  padding-top: 1.2rem;
  position: relative;
  overflow: hidden;
}
.server-page .server-box2 .cn1 {
  color: #000;
}
.server-page .server-box2 .server-swiper {
  margin-top: 0.9rem;
}
.server-page .server-box2 .server-swiper .swiper-slide {
  background-color: #f6f6f6;
  border-radius: 0.2rem;
  padding: 0.7rem 0.3rem;
  min-height: 2.6rem;
  position: relative;
}
.server-page .server-box2 .server-swiper .swiper-slide .num {
  position: absolute;
  left: 0.3rem;
  line-height: 0.6rem;
  top: -0.3rem;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.server-page .server-box2 .server-swiper .swiper-slide .title {
  color: #000;
}
.server-page .server-box2 .server-swiper .swiper-slide .text {
  margin-top: 0.2rem;
  color: #777777;
}
.server-page .server-box2 .server-swiper .swiper-slide .arrow {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
  position: absolute;
}
@media (max-width: 991px) {
  .server-page .server-box2 .server-swiper .swiper-slide .arrow {
    display: none;
  }
}
.server-page .server-box2 .server-swiper .swiper-slide .arrow img {
  width: 20px;
}
.server-page .server-box2 .server-swiper .swiper-slide:last-child .arrow {
  display: none;
}
.server-page .server-box3 {
  padding-top: 0.6rem;
  position: relative;
}
.server-page .server-box3 .container .box {
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
  min-height: 3.54rem;
}
.server-page .server-box3 .container .box .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.server-page .server-box3 .container .box .bgimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.server-page .server-box3 .container .box .textbox {
  padding: 0.7rem 0.6rem;
  position: relative;
  z-index: 2;
}
.server-page .server-box3 .container .box .textbox .cn1 {
  color: #000;
}
.server-page .server-box3 .container .box .textbox .public-btn {
  margin-top: 0.3rem;
}
.server-page .server-box4 {
  padding-top: 1.25rem;
  position: relative;
}
.server-page .server-box4 .titlebox .cn1 {
  color: #999;
}
.server-page .server-box4 .titlebox .cn2 {
  margin-top: 0.2rem;
  color: #000;
}
.server-page .server-box4 .bigbox .box {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.server-page .server-box4 .bigbox .box .img {
  border-radius: 0.16rem;
  width: 50%;
}
@media (max-width: 991px) {
  .server-page .server-box4 .bigbox .box .img {
    width: 100%;
    order: 1;
  }
}
.server-page .server-box4 .bigbox .box .img::before {
  padding-top: 67.57142857%;
}
.server-page .server-box4 .bigbox .box .text {
  padding-left: 1.25rem;
  width: 50%;
  padding-top: 0.9rem;
}
@media (max-width: 1260px) {
  .server-page .server-box4 .bigbox .box .text {
    padding-top: 0.3rem;
  }
}
@media (max-width: 991px) {
  .server-page .server-box4 .bigbox .box .text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.6rem;
    order: 0;
  }
}
.server-page .server-box4 .bigbox .box .text .icon {
  width: 0.86rem;
  height: 0.86rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .server-page .server-box4 .bigbox .box .text .icon {
    width: 1rem;
    height: 1rem;
  }
}
.server-page .server-box4 .bigbox .box .text .icon img {
  width: 46.5%;
  height: auto;
}
.server-page .server-box4 .bigbox .box .text .cn3 {
  margin-top: 0.6rem;
  color: #000;
}
@media (max-width: 991px) {
  .server-page .server-box4 .bigbox .box .text .cn3 {
    margin-top: 0.3rem;
  }
}
.server-page .server-box4 .bigbox .box .text .cn4 {
  margin-top: 0.3rem;
  color: #777;
}
.server-page .server-box4 .bigbox .box .text .cn4 li {
  line-height: 25px;
  padding-left: 15px;
  position: relative;
}
.server-page .server-box4 .bigbox .box .text .cn4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
}
.server-page .server-box4 .bigbox .box:nth-child(even) {
  flex-direction: row-reverse;
}
.server-page .server-box4 .bigbox .box:nth-child(even) .text {
  padding-left: 0;
  padding-right: 1.25rem;
}
@keyframes slideInUp2 {
  0% {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp2 {
  -webkit-animation-name: slideInUp2;
  animation-name: slideInUp2;
}
.opv-module {
  position: relative;
  background-color: #000;
  min-height: 100vh;
}
.opv-module .opv-module1 {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}
.opv-module .opv-module1 .globx-box {
  transform: rotate(-7deg);
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
  width: 100vh;
  height: 100vh;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .opv-module .opv-module1 .globx-box {
    display: none;
    width: 10rem;
    height: 10rem;
  }
}
.opv-module .opv-module1 .globx-box canvas {
  width: 100%;
  height: 100%;
}
.opv-module .opv-module1 .pimg {
  position: absolute;
  top: 0;
  right: 5%;
  width: calc(1257/1920*100%);
}
@media (max-width: 991px) {
  .opv-module .opv-module1 .pimg {
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    right: 15%;
  }
}
.opv-module .opv-module1 .pimg img {
  width: 100%;
  animation-delay: 1s !important;
}
@media (max-width: 767px) {
  .opv-module .opv-module1 .pimg img {
    animation-delay: 0.2s !important;
  }
}
.opv-module .opv-module1 .textbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .opv-module .opv-module1 .textbox {
    top: 25%;
    text-align: center;
  }
  .opv-module .opv-module1 .textbox .cn1 {
    justify-content: center;
  }
  .opv-module .opv-module1 .textbox .public-btn {
    margin-top: 0.3rem;
  }
}
.opv-module .opv-module1 .cn1 {
  color: #Fff;
  font-size: 0.64rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem;
}
.opv-module .opv-module1 .cn1 img {
  height: 0.46rem;
}
.opv-module .opv-module1 .cn2 {
  margin-bottom: 0.2rem;
  color: #Fff;
}
.opv-module .opv-module1 .public-btn {
  margin-top: 0.6rem;
}
.opv-module .opv-module1 .iconbox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .opv-module .opv-module1 .iconbox {
    bottom: 1rem;
    gap: 0.4rem;
  }
}
.opv-module .opv-module1 .iconbox .iconbox2 {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding-right: 0.1rem;
}
@media (max-width: 991px) {
  .opv-module .opv-module1 .iconbox .iconbox2 {
    width: calc(50% - 0.2rem);
  }
}
.opv-module .opv-module1 .iconbox .iconbox2 img {
  width: 20px;
}
.opv-module .opv-module1 .iconbox .iconbox2 span {
  background: linear-gradient(-90deg, #0047BB 0%, #E90044 110%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.opv-module .opv-module2 {
  padding: 1.2rem 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.opv-module .opv-module2 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.opv-module .opv-module2 .cn3 {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .opv-module .opv-module2 .cn3 {
    width: 100%;
    justify-content: center;
    margin-top: 0.6rem;
  }
}
.opv-module .opv-module2 .cn3 .cn4 {
  display: block;
  width: 120px;
}
@media (max-width: 767px) {
  .opv-module .opv-module2 .cn3 .cn4 {
    width: calc((100% / 3) - (1rem / 3));
  }
}
.opv-module .opv-module2 .cn3 .cn4 .cn4a {
  border: 1px solid #FFFFFF3B;
  border-radius: 0.16rem;
  width: 100%;
  background-color: rgba(80, 80, 80, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.opv-module .opv-module2 .cn3 .cn4 .cn4a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/zimg122.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  opacity: 0;
  transform: scale(1.2);
}
.opv-module .opv-module2 .cn3 .cn4 .cn4a::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.opv-module .opv-module2 .cn3 .cn4 .cn4a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 5;
}
.opv-module .opv-module2 .cn3 .cn4 .cn4b {
  margin-top: 0.1rem;
  width: 100%;
  text-align: center;
  color: #Fff;
}
.opv-module .opv-module2 .cn3 .cn4.on .cn4a::after {
  opacity: 1;
}
.opv-module .opv-module2 .left {
  width: 50%;
}
@media (max-width: 991px) {
  .opv-module .opv-module2 .left {
    width: 100%;
    text-align: center;
  }
}
.opv-module .opv-module2 .left .cn1 {
  color: #Fff;
}
.opv-module .opv-module2 .left .cn2 {
  margin-top: 0.25rem;
  color: #Fff;
  max-width: 542px;
}
.opv-module .opv-module2 .left .public-btn {
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .opv-module .opv-module2 .left .cn3 {
    display: none;
  }
}
.opv-module .opv-module2 .right {
  width: 50%;
}
@media (max-width: 991px) {
  .opv-module .opv-module2 .right {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.opv-module .opv-module2 .right .rightbox {
  margin: 0 auto;
  width: 100%;
}
.opv-module .opv-module2 .right .rightbox::before {
  padding-top: calc(501/500*100%);
}
.opv-module .opv-module2 .right .rightbox .rightbox2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.opv-module .opv-module2 .right .rightbox .rightbox2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  box-sizing: border-box;
}
.opv-module .opv-module2 .right .rightbox .rightbox2.on {
  opacity: 1;
}
.opv-module .opv-module2 .right .rightbox .rightbox2 img,
.opv-module .opv-module2 .right .rightbox .rightbox2 video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.opv-module .opv-module2 .right .cn3 {
  display: none;
}
@media (max-width: 767px) {
  .opv-module .opv-module2 .right .cn3 {
    display: flex;
  }
}
.opv-module .opv-module3 {
  padding: 1.2rem 0 1.6rem;
  position: relative;
}
.opv-module .opv-module3 .gradient-canvas2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
}
.opv-module .opv-module3 .container {
  position: relative;
  z-index: 3;
}
.opv-module .opv-module3 .cn1 {
  text-align: center;
  color: #fff;
}
.opv-module .opv-module3 .cn2 {
  margin-top: 0.15rem;
  color: #fff;
  text-align: center;
}
.opv-module .opv-module3 .bigbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0.45rem -0.1rem 0;
}
.opv-module .opv-module3 .bigbox .box {
  margin-top: 0.2rem;
  width: 25%;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .opv-module .opv-module3 .bigbox .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .opv-module .opv-module3 .bigbox .box {
    width: 100%;
  }
}
.opv-module .opv-module3 .bigbox .box .boxlink {
  padding: 60px 0.4rem 40px;
  position: relative;
  z-index: 0;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .opv-module .opv-module3 .bigbox .box .boxlink {
    height: 360px;
    padding: 0.4rem 0.3rem;
  }
}
@media (max-width: 991px) {
  .opv-module .opv-module3 .bigbox .box .boxlink {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .opv-module .opv-module3 .bigbox .box .boxlink {
    height: 5rem;
  }
}
.opv-module .opv-module3 .bigbox .box .boxlink .bg {
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.16rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.opv-module .opv-module3 .bigbox .box .boxlink .bg img,
.opv-module .opv-module3 .bigbox .box .boxlink .bg svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opv-module .opv-module3 .bigbox .box .boxlink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.16rem;
  padding: 1px;
  /* 边框宽度 */
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), radial-gradient(44.42% 42.75% at 50.13% 78%, rgba(233, 0, 68, 0.5) 57.48%, rgba(117, 36, 128, 0.5) 67.31%, rgba(88, 44, 142, 0.377951) 70.87%, rgba(0, 71, 187, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.opv-module .opv-module3 .bigbox .box .boxlink .icon {
  width: 65px;
  height: 71px;
  margin-bottom: 29px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1260px) {
  .opv-module .opv-module3 .bigbox .box .boxlink .icon {
    width: 52px;
    height: 56.8px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .opv-module .opv-module3 .bigbox .box .boxlink .icon {
    width: 32.5px;
    height: 35.5px;
    margin-bottom: 10px;
  }
}
.opv-module .opv-module3 .bigbox .box .boxlink .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.opv-module .opv-module3 .bigbox .box .boxlink .icon .tu1 {
  opacity: 1;
}
.opv-module .opv-module3 .bigbox .box .boxlink .icon .tu2 {
  opacity: 0;
}
.opv-module .opv-module3 .bigbox .box .boxlink .icon img,
.opv-module .opv-module3 .bigbox .box .boxlink .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.opv-module .opv-module3 .bigbox .box .boxlink .textbox {
  padding-right: 0.2rem;
  overflow: auto;
  max-height: calc(100% - 100px);
  position: relative;
  z-index: 4;
}
@media (max-width: 1260px) {
  .opv-module .opv-module3 .bigbox .box .boxlink .textbox {
    max-height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .opv-module .opv-module3 .bigbox .box .boxlink .textbox {
    max-height: calc(100% - 46px);
  }
}
.opv-module .opv-module3 .bigbox .box .boxlink .textbox .cn3 {
  color: #fff;
}
.opv-module .opv-module3 .bigbox .box .boxlink .textbox .cn4 {
  margin-top: 15px;
  line-height: 25px;
  color: #fff;
}
.opv-module .opv-module3 .bigbox .box .boxlink .textbox .cn4 li {
  line-height: 25px;
  padding-left: 15px;
  position: relative;
}
.opv-module .opv-module3 .bigbox .box .boxlink .textbox .cn4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
}
.opv-module .opv-module3 .bigbox .box .boxlink .textbox .cn4a {
  display: none;
  margin-top: 15px;
  line-height: 25px;
  color: #fff;
}
.opv-module .opv-module3 .bigbox .box .boxlink .textbox .cn4a li {
  line-height: 25px;
  padding-left: 15px;
  position: relative;
}
.opv-module .opv-module3 .bigbox .box .boxlink .textbox .cn4a li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
}
.opv-module .opv-module3 .bigbox .box .boxlink:hover .bg {
  opacity: 1;
}
.opv-module .opv-module3 .bigbox .box .boxlink:hover .icon .tu1 {
  opacity: 0;
}
.opv-module .opv-module3 .bigbox .box .boxlink:hover .icon .tu2 {
  opacity: 1;
}
.opv-module .opv-module3 .bigbox .box .boxlink:hover .textbox .cn4 {
  display: none;
}
.opv-module .opv-module3 .bigbox .box .boxlink:hover .textbox .cn4a {
  display: block;
}
.opv-module .opv-module4 {
  padding: 0.7rem 0 1.5rem;
}
.opv-module .opv-module4 .container .cn1 {
  color: #Fff;
}
@media (max-width: 991px) {
  .opv-module .opv-module4 .container .cn1 {
    text-align: center;
  }
}
.opv-module .opv-module4 .container .cn2 {
  margin-top: 0.2rem;
  color: #fff;
}
@media (max-width: 991px) {
  .opv-module .opv-module4 .container .cn2 {
    text-align: center;
  }
}
.opv-module .opv-module4 .container .bigbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0.75rem -0.18rem 0;
}
@media (max-width: 767px) {
  .opv-module .opv-module4 .container .bigbox {
    margin-top: 0.18rem;
  }
}
.opv-module .opv-module4 .container .bigbox .box {
  margin-top: 0.36rem;
  padding: 0 0.18rem;
  width: calc(100% / 3);
}
@media (max-width: 991px) {
  .opv-module .opv-module4 .container .bigbox .box {
    width: 100%;
    margin-top: 0.72rem;
  }
}
@media (max-width: 767px) {
  .opv-module .opv-module4 .container .bigbox .box {
    margin-top: 1rem;
  }
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks {
  height: 100%;
  padding: 0.6rem 0.5rem;
  position: relative;
  background: #FFFFFF0F;
  border-radius: 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.16rem;
  padding: 1px;
  background: linear-gradient(331.56deg, rgba(255, 255, 255, 0.06) 25.94%, #ADADAD 111.09%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .cn3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #Fff;
  opacity: 0;
  transition: all 0.5s;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .cn3 span {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
  line-height: 45px;
  padding: 0 0.5rem;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .cn3 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0.16rem;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .textbox {
  position: relative;
  z-index: 3;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .textbox .cn4 {
  color: #Fff;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .textbox .cn5 {
  margin-top: 0.14rem;
  color: #Fff;
  max-width: 329px;
  font-weight: lighter;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .textbox .cn6 {
  max-width: 100%;
  width: 2.37rem;
  height: 0.06rem;
  background: linear-gradient(90deg, #0047BB 5.06%, #E90044 38.38%, rgba(233, 0, 68, 0) 94.99%);
  margin: 0.3rem 0 0;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .imgbox {
  position: relative;
  z-index: 3;
  margin-top: 0.36rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .imgbox .imgbox2 {
  width: calc((100% / 3) - 0.24rem);
  transition: all 0.3s;
  padding-bottom: calc(24px + 0.1rem);
  position: relative;
}
@media (max-width: 767px) {
  .opv-module .opv-module4 .container .bigbox .box .boxlinks .imgbox .imgbox2 {
    margin-top: 0.36rem;
  }
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .imgbox .imgbox2 .img2 {
  border-radius: 0.16rem;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .imgbox .imgbox2 .text2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  margin-top: 0.1rem;
  text-align: center;
  color: #Fff;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .imgbox .imgbox2:hover {
  transform: translateY(-14px);
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks .imgbox .imgbox2:hover .text2 {
  bottom: -24px;
  height: 48px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.opv-module .opv-module4 .container .bigbox .box .boxlinks:hover .cn3 {
  opacity: 1;
  transform: translateY(-45px);
}
.opv-module5 {
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  padding: 1.2rem 0 1.95rem;
}
@media (max-width: 991px) {
  .opv-module5 {
    padding: 1.2rem 0;
  }
}
.opv-module5 .cn1 {
  color: #666;
}
@media (max-width: 991px) {
  .opv-module5 .cn1 {
    text-align: center;
  }
}
.opv-module5 .cn2 {
  margin-top: 0.1rem;
  color: #000;
}
@media (max-width: 991px) {
  .opv-module5 .cn2 {
    text-align: center;
  }
}
.opv-deve1 {
  margin-top: -0.86rem;
  width: 100%;
  height: 250vh;
  position: relative;
}
.opv-deve1 .opv-deve1a {
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 0;
  overflow: hidden;
}
.opv-deve1 .opv-deve1a .tu3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14.9rem;
  clip-path: polygon(0 0, 50% 0%, 50% 100%, 0 100%);
  opacity: 0.1;
}
@media (max-width: 991px) {
  .opv-deve1 .opv-deve1a .tu3 {
    width: 130%;
  }
}
.opv-deve1 .opv-deve1a .tu3 img {
  width: 100%;
  transform: rotate(90deg);
  transition: all 0s;
}
.opv-deve1 .opv-deve1a .tu4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14.9rem;
  clip-path: polygon(50% 0, 100% 0%, 100% 100%, 50% 100%);
  opacity: 0.1;
}
@media (max-width: 991px) {
  .opv-deve1 .opv-deve1a .tu4 {
    width: 130%;
  }
}
.opv-deve1 .opv-deve1a .tu4 img {
  width: 100%;
  transform: rotate(90deg) scale(-1);
  transition: all 0s;
}
.opv-deve1 .opv-deve1a .tu1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14.9rem;
  clip-path: polygon(50% 0, 100% 0%, 100% 100%, 50% 100%);
}
@media (max-width: 991px) {
  .opv-deve1 .opv-deve1a .tu1 {
    width: 130%;
  }
}
.opv-deve1 .opv-deve1a .tu1 img {
  width: 100%;
  transform: rotate(-90deg);
  transition: all 0s;
}
.opv-deve1 .opv-deve1a .tu1 img.on {
  transform: rotate(0deg);
}
.opv-deve1 .opv-deve1a .tu2 {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14.9rem;
  clip-path: polygon(0 0, 50% 0%, 50% 100%, 0 100%);
}
@media (max-width: 991px) {
  .opv-deve1 .opv-deve1a .tu2 {
    width: 130%;
  }
}
.opv-deve1 .opv-deve1a .tu2 img {
  width: 100%;
  transform: rotate(-90deg);
  transition: all 0s;
}
.opv-deve1 .opv-deve1a .tu2 img.on {
  transform: rotate(0deg);
}
.opv-deve1 .opv-deve1a .textbigbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 5;
  top: 0;
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2.on {
  opacity: 1;
  pointer-events: initial;
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2.on .container .cn1 {
  opacity: 1;
  transform: translateY(0);
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2.on .container .cn2 {
  opacity: 1;
  transform: translateY(0);
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2.on .container .cn3 {
  opacity: 1;
  transform: translateY(0);
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2.on .container .cn4 {
  opacity: 1;
  transform: translateY(0);
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2 .container {
  text-align: center;
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2 .container .cn1 {
  color: #000;
  line-height: 1.33333333;
  opacity: 0;
  transform: translateY(0.3rem);
  transition: all 0.5s 0.3s;
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2 .container .cn2 {
  margin-top: 0.6rem;
  height: 1.4rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  opacity: 0;
  transform: translateY(0.3rem);
  transition: all 0.5s 0.4s;
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2 .container .cn2 .cn2-num-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(238.69deg, #0047BB 14.83%, #E90044 90.87%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2 .container .cn2 .cn2-icon img {
  height: 0.59rem;
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2 .container .cn3 {
  margin-top: 0.3rem;
  color: #000;
  opacity: 0;
  transform: translateY(0.3rem);
  transition: all 0.5s 0.5s;
}
.opv-deve1 .opv-deve1a .textbigbox .textbigbox2 .container .cn4 {
  margin-top: 0.3rem;
  color: #999;
  opacity: 0;
  transform: translateY(0.3rem);
  transition: all 0.5s 0.6s;
}
.opv-deve2 {
  min-height: 100vh;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .opv-deve2 {
    min-height: auto;
  }
}
.opv-deve2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .opv-deve2 .container {
    flex-wrap: wrap;
  }
}
.opv-deve2 .container .left {
  width: 476px;
}
@media (max-width: 991px) {
  .opv-deve2 .container .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .opv-deve2 .container .left {
    width: 100%;
  }
}
.opv-deve2 .container .left .cn1 {
  color: #000;
}
@media (max-width: 767px) {
  .opv-deve2 .container .left .cn1 {
    text-align: center;
  }
}
.opv-deve2 .container .left .num-box {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.opv-deve2 .container .left .num-box .num-box2 {
  margin-top: 0.4rem;
  width: calc(50% - 0.4rem);
}
.opv-deve2 .container .left .num-box .num-box2 .num-num {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}
.opv-deve2 .container .left .num-box .num-box2 .font100 {
  line-height: 1;
  font-size: 1rem;
  background: linear-gradient(-90deg, #0047BB 0%, #E90044 110%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 991px) {
  .opv-deve2 .container .left .num-box .num-box2 .font100 {
    font-size: 0.6rem;
  }
}
.opv-deve2 .container .left .num-box .num-box2 .font40 {
  line-height: 1;
  background: linear-gradient(-90deg, #0047BB 0%, #E90044 110%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.opv-deve2 .container .left .num-box .num-box2 .num-title {
  margin-top: 0.2rem;
  color: #000;
}
.opv-deve2 .container .right {
  width: calc(100% - 476px);
}
@media (max-width: 991px) {
  .opv-deve2 .container .right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .opv-deve2 .container .right {
    width: 100%;
  }
}
.opv-deve2 .container .right .swiper-deve2 {
  margin: 0 0 0 auto;
  width: 600px;
}
@media (max-width: 1580px) {
  .opv-deve2 .container .right .swiper-deve2 {
    width: 520px;
  }
}
@media (max-width: 991px) {
  .opv-deve2 .container .right .swiper-deve2 {
    width: 5rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .opv-deve2 .container .right .swiper-deve2 {
    width: 5rem;
    margin: 0.6rem auto 0;
  }
}
.opv-deve2 .container .right .swiper-deve2 .zswiper-wrapper {
  align-items: center;
}
.opv-deve2 .container .right .swiper-deve2 .swiper-slide {
  will-change: transform, opacity;
  backface-visibility: hidden;
  /* 防止闪烁 */
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-origin: right center;
}
.opv-deve2 .container .right .swiper-deve2 .swiper-slide .img {
  background-color: #Fff;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.5rem #00000010;
  width: 100%;
}
.opv-deve2 .container .right .swiper-deve2 .swiper-slide .img img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 79.29515419%;
  height: auto;
  transition: all 0s;
  object-fit: cover;
  pointer-events: none;
  /* 提升性能 */
}
.opv-deve2 .container .right .swiper-deve2 .swiper-slide .img::before {
  padding-top: 129.5154185%;
}
.opv-deve3 {
  padding: 1.6rem 0;
  background-color: #000;
}
.opv-deve3 .cn1 {
  color: #fff;
}
@media (max-width: 991px) {
  .opv-deve3 .cn1 {
    text-align: center;
  }
}
.opv-deve3 .box {
  margin: 0.45rem -0.25rem 0;
  display: flex;
}
@media (max-width: 767px) {
  .opv-deve3 .box {
    margin: 0;
    flex-wrap: wrap;
  }
}
.opv-deve3 .box .box2 {
  flex: 1;
  margin: 0 0.25rem;
  height: 6.8rem;
  border-radius: 0.16rem;
  transition: flex 0.5s;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .opv-deve3 .box .box2 {
    flex: 0 0 auto;
    margin: 0.45rem 0 0;
    width: 100%;
  }
}
.opv-deve3 .box .box2 .img-wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.opv-deve3 .box .box2 img {
  width: 100%;
  height: 100%;
  transition: all 0s;
  object-fit: cover;
}
.opv-deve3 .box .box2 .yinying {
  position: absolute;
  z-index: 1;
  top: initial;
  bottom: -0.5rem;
  width: 100%;
  max-width: initial;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .opv-deve3 .box .box2 .yinying {
    opacity: 1;
  }
}
.opv-deve3 .box .box2 .textbox {
  bottom: 0.35rem;
  width: calc(100% - 0.7rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.1rem;
  z-index: 3;
  padding: 0.2rem 0.3rem;
}
.opv-deve3 .box .box2 .textbox .cn2 {
  color: #000;
}
.opv-deve3 .box .box2 .textbox .cn3 {
  margin-top: 0.1rem;
  color: #000;
  display: none;
}
@media (max-width: 767px) {
  .opv-deve3 .box .box2 .textbox .cn3 {
    display: block;
  }
}
@media (min-width: 992px) {
  .opv-deve3 .box .box2.on {
    flex: 1.97;
  }
  .opv-deve3 .box .box2.on .yinying {
    opacity: 1;
  }
  .opv-deve3 .box .box2.on .textbox .cn2 {
    font-size: 1.25em;
  }
  .opv-deve3 .box .box2.on .textbox .cn3 {
    display: block;
  }
}
.opv-deve4 {
  width: 100%;
  height: 200vh;
  position: relative;
}
.opv-deve4 .opv-deve4a {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 0;
  overflow: hidden;
}
.opv-deve4 .opv-deve4a .bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opv-deve4 .opv-deve4a .yinying {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
}
.opv-deve4 .opv-deve4a .color {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.opv-deve4 .opv-deve4a .container {
  position: absolute;
  left: 50%;
  z-index: 3;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.opv-deve4 .opv-deve4a .container .cn1 {
  color: #Fff;
  opacity: 0;
  transform: translateY(0.3rem);
}
.opv-deve4 .opv-deve4a .container .cn2 {
  margin-top: 0.18rem;
  color: #Fff;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(0.3rem);
}
.zpublic-swiper-box {
  margin-top: 0.55rem;
  position: relative;
  height: 5.2rem;
}
@media (max-width: 767px) {
  .zpublic-swiper-box {
    height: 6rem;
    padding-bottom: 60px;
  }
}
.zpublic-swiper-box .zswiper-wrapper {
  transition: all 0.5s;
  display: flex;
  position: relative;
  transform: translateX(0);
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide {
  width: 30%;
  flex-shrink: 0;
  margin-right: 20px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .zpublic-swiper-box .zswiper-wrapper .zswiper-slide {
    width: 50%;
  }
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide:last-child {
  margin-right: 0;
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide.active {
  width: 50%;
}
@media (max-width: 991px) {
  .zpublic-swiper-box .zswiper-wrapper .zswiper-slide.active {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .zpublic-swiper-box .zswiper-wrapper .zswiper-slide.active {
    width: 100%;
  }
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide.active .pimg::after {
  height: 100%;
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide.active .pimg .textbox {
  transform: scale(1);
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide .pimg::before {
  padding-top: 64.8310388%;
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide .pimg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #0047BB 5.81%, #E90044 53.64%, rgba(0, 0, 0, 0) 113.53%);
  z-index: 3;
  width: 0.06rem;
  height: 0;
  transition: all 0.5s;
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide .pimg .yinying {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  top: initial;
  height: auto;
  z-index: 2;
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide .pimg .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.6rem;
  z-index: 3;
  transform-origin: bottom left;
  transform: scale(0.66);
  transition: all 0.5s;
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide .pimg .textbox .icon {
  height: 0.3rem;
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide .pimg .textbox .icon img {
  height: 100%;
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide .pimg .textbox .title {
  margin-top: 0.15rem;
  color: #Fff;
}
.zpublic-swiper-box .zswiper-wrapper .zswiper-slide .pimg:hover .pic {
  transform: scale(1.05);
}
.zpublic-swiper-box .zswiper-arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 0.18rem;
  align-items: center;
  z-index: 3;
}
.zpublic-swiper-box .zswiper-arrow-box .zswiper-prev,
.zpublic-swiper-box .zswiper-arrow-box .zswiper-next {
  width: 56px;
  height: 56px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .zpublic-swiper-box .zswiper-arrow-box .zswiper-prev,
  .zpublic-swiper-box .zswiper-arrow-box .zswiper-next {
    width: 40px;
    height: 40px;
  }
}
.zpublic-swiper-box .zswiper-arrow-box .zswiper-prev img,
.zpublic-swiper-box .zswiper-arrow-box .zswiper-next img,
.zpublic-swiper-box .zswiper-arrow-box .zswiper-prev svg,
.zpublic-swiper-box .zswiper-arrow-box .zswiper-next svg {
  width: 33%;
  height: auto;
}
.zpublic-swiper-box .zswiper-arrow-box .zswiper-prev:hover,
.zpublic-swiper-box .zswiper-arrow-box .zswiper-next:hover {
  background-color: #000;
  color: #Fff;
}
.zpublic-swiper-box .zswiper-arrow-box .zswiper-prev {
  transform: rotate(180deg);
}
.z-policy {
  padding: 1rem 0;
  background-color: #Fff;
  position: relative;
}
.z-policy .container {
  max-width: 1280px;
}
.z-policy .title-box {
  text-align: center;
}
.z-policy .title-box .title {
  color: #000;
}
.z-policy .title-box .cn2 {
  margin-top: 0.4rem;
  color: #777;
}
.z-policy .public-content {
  margin-top: 0.8rem;
  font-size: 16px;
  line-height: calc(26/16);
  font-family: 'OPPO-4', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 400;
  color: #666;
}
.z-policy .public-content b {
  color: #000;
  font-family: 'OPPO-4', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 500;
}
.z-policy .public-content h3 {
  color: #000;
  font-family: 'OPPO-4', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 500;
  font-size: 32px;
  line-height: calc(42/32);
}
.z-error {
  background-color: #fff;
  text-align: center;
  padding: 2rem 0 2.55rem;
}
.z-error .img {
  mix-blend-mode: multiply;
}
.z-error .cn1 {
  color: #000;
  margin-top: 0.2rem;
}
.z-error .cn2 {
  margin-top: 0.2rem;
  color: #909090;
}
.z-error .public-btn-box {
  margin-top: 0.6rem;
}
.search-page {
  padding-bottom: 1.2rem;
}
.search-page .public-news-list {
  margin-top: 0.36rem;
}
.search-page .public-news-list .pbox .pright {
  width: 100%;
}
.search-page .public-news-list .pbox .pright .plinks .pimg {
  width: 26.953125%;
}
@media (max-width: 767px) {
  .search-page .public-news-list .pbox .pright .plinks .pimg {
    width: 100%;
  }
}
.search-page .public-news-list .pbox .pright .plinks .ptext {
  width: 73.046875%;
}
@media (max-width: 767px) {
  .search-page .public-news-list .pbox .pright .plinks .ptext {
    width: 100%;
  }
}
.search-page .public-case-list {
  margin-top: 0.6rem;
}
.search-page .public-case-list .f_item {
  width: calc(100%/3);
}
@media (max-width: 991px) {
  .search-page .public-case-list .f_item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .search-page .public-case-list .f_item {
    width: 100%;
  }
}
.search-input {
  padding: 1.2rem 5%;
}
.search-input form {
  width: 100%;
}
.search-fenlei {
  padding: 0 5%;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  overflow: auto;
}
.search-fenlei .font18 {
  line-height: 0.6rem;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0.5rem;
  position: relative;
  flex-shrink: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .search-fenlei .font18 {
    margin: 0 0.2rem;
  }
}
.search-fenlei .font18::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--color);
}
.search-fenlei .font18:nth-child(1) {
  margin: 0 0.5rem 0 auto;
}
.search-fenlei .font18:last-child {
  margin: 0 auto 0 0.5rem;
}
.search-fenlei .font18.on {
  color: #000;
}
.search-fenlei .font18.on::before {
  width: 100%;
}
.public-search-input {
  width: 7.5rem;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
.public-search-input input {
  width: 100%;
  line-height: 66px;
  border: 1px solid #777;
  border-radius: 50px;
  color: #000;
  padding: 0  60px;
}
@media (max-width: 991px) {
  .public-search-input input {
    line-height: 40px;
  }
}
.public-search-input input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.public-search-input button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-search-input .layui-input-affix {
  line-height: 66px;
  right: 20px;
}
@media (max-width: 991px) {
  .public-search-input .layui-input-affix {
    line-height: 40px;
  }
}
.public-search-input .layui-input-affix .layui-icon {
  color: #e6e6e6;
  font-size: 24px;
}
.public-no-result {
  padding-top: 1.7rem;
  padding-bottom: 1.2rem;
}
.public-no-result .pimg {
  text-align: center;
}
.public-no-result .pimg img {
  height: 0.45rem;
}
.public-no-result .ptext {
  margin-top: 0.3rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.public-top-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.22rem 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .public-top-search {
    align-items: flex-end;
  }
}
.public-top-search .pcn1 {
  display: flex;
  gap: 0.1rem;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .public-top-search .pcn1 {
    align-items: flex-start;
    flex-direction: column;
  }
}
.public-top-search .pcn1 .pcn1a {
  color: #000;
}
.public-top-search .pcn1 .pcn1b {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .public-top-search .pcn1 .pcn1b {
    font-size: 14px;
  }
}
.public-top-search .pcn2 .pcn1b {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .public-top-search .pcn2 .pcn1b {
    font-size: 14px;
  }
}
.public-top-search .pcn2 .pcn2a {
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.4s;
}
.public-top-search .pcn2 .pcn2a svg path {
  transition: all 0.4s;
}
.public-top-search .pcn2 .pcn2a:hover {
  color: var(--color);
}
.public-top-search .pcn2 .pcn2a:hover svg {
  color: var(--color);
}
.public-top-search .pcn2 .pcn2a:hover svg path {
  stroke: var(--color);
}
.public-search-list {
  padding: 0.9rem 0;
}
.public-search-list .psbox {
  margin-top: 0.9rem;
}
.public-search-list .psbox:nth-child(1) {
  margin-top: 0;
}
.resulthide {
  display: none;
}
.public-zcase-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
.public-zcase-list .pbox {
  margin-top: 0.6rem;
  padding: 0 0.12rem;
  width: calc(100% / 3);
}
@media (max-width: 991px) {
  .public-zcase-list .pbox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-zcase-list .pbox {
    width: 100%;
  }
}
.public-zcase-list .pbox .pboxlinks {
  display: block;
}
.public-zcase-list .pbox .pboxlinks:hover .pimg img {
  transform: scale(1.05);
}
.public-zcase-list .pbox .pimg {
  border-radius: 0.12rem;
}
.public-zcase-list .pbox .pimg::before {
  padding-top: 75.12195122%;
}
.public-zcase-list .pbox .ptitle {
  margin-top: 0.25rem;
  color: #000;
}
.public-zcase-list .pbox .ptext {
  margin-top: 0.12rem;
  color: #777;
}
.index-cookies {
  position: fixed;
  left: 0;
  padding: 0.1rem;
  bottom: 0.1rem;
  z-index: 100;
  width: 100%;
  display: none;
}
.index-cookies .container {
  width: 100%;
  max-width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0.4rem;
  gap: 0.4rem;
  border-radius: 0.15rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px -10px 30px 0px rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .index-cookies .container {
    flex-wrap: wrap;
  }
}
.index-cookies .container .left {
  max-width: 840px;
  color: #fff;
}
.index-cookies .container .left a {
  color: var(--color);
}
.index-cookies .container .right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.2rem;
}
#c-header .container .c-nav .news-xiala {
  width: 100%;
  padding: 0;
  margin: 0;
}
#c-header .container .c-nav .public-xiala-box {
  white-space: wrap;
  display: flex;
  width: 100%;
  background-color: #Fff;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-left {
  width: 27.08333333%;
  background: #F9F9F9;
  padding: 0.5rem 0.5rem 0.5rem 1.6rem;
  text-align: left;
  position: relative;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-left::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f4f4f4;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-left .pltitle {
  color: #000;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-left .pltext {
  margin-top: 0.2rem;
  color: #777;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu {
  width: 23.95833333%;
  padding: 0.4rem 0.5rem;
  position: relative;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f4f4f4;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu2 {
  width: 46.875%;
  padding: 0.4rem 0.5rem;
  position: relative;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f4f4f4;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-list {
  padding: 0.4rem 1.6rem 0.4rem 0.5rem;
  width: 48.95833333%;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-list2 {
  padding: 0.4rem 1.6rem 0.4rem 0.5rem;
  width: 29.16666667%;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box.te {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box.te .pmenulinks {
  width: calc(50% - 0.15rem);
  padding: 0.15rem 0.4rem 0.15rem 0.15rem;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box.te .pmenulinks img,
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box.te .pmenulinks svg {
  right: 0.15rem;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box .pmenulinks {
  background: transparent;
  line-height: 1.5;
  min-height: 0.6rem;
  display: flex;
  align-items: center;
  padding: 0.15rem 0.6rem 0.15rem 0.24rem;
  position: relative;
  color: #000;
  text-align: left;
  border-radius: 45px;
  transition: all 0.4s;
  white-space: wrap;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box .pmenulinks span {
  color: #000;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box .pmenulinks img,
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box .pmenulinks svg {
  position: absolute;
  right: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box .pmenulinks:hover,
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box .pmenulinks.on {
  background: #FAFAFA;
  color: var(--color);
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box .pmenulinks:hover span,
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-box .pmenulinks.on span {
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox {
  width: 50%;
  text-align: left;
  padding: 0 0.16rem;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .pxlinks {
  display: block;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .pxlinks:hover .pimg img {
  transform: scale(1.05);
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .pxlinks:hover .x-public-morm .x-jt {
  background-color: var(--color);
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .pimg::before {
  padding-top: 56.25%;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .ptext {
  margin-top: 0.2rem;
  color: #000;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .pinfo {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .pinfo .pcate {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .pinfo .pcate .picon {
  width: 10px;
  height: 10px;
  background: linear-gradient(225.09deg, #0047BB 7.5%, #E90044 97.5%);
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .pinfo .pcate .pcate2 {
  color: #777;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-about .pxbox .pinfo .ptime {
  color: #777;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-case .pimg {
  margin-top: 0.24rem;
  border-radius: 0.12rem;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-case .pimg:nth-child(1) {
  margin-top: 0;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-case .pimg::before {
  padding-top: 50.14084507%;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-case .pimg:hover img {
  transform: scale(1.05);
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu-title {
  color: #777;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 0.2rem;
  padding: 0 0.24rem 0.2rem;
  text-align: left;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu2box {
  display: flex;
  justify-content: space-between;
}
#c-header .container .c-nav .public-xiala-box .public-xiala-menu2box .public-xiala-menu2box2 {
  width: calc(50% - 0.15rem);
}
