@charset "UTF-8";
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.woff2");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff2");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff2");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff2");
}
@keyframes decryptHighlight {
  0% {
    color: white;
    opacity: 0.2;
  }
  100% {
    color: white;
    opacity: 1;
  }
}
body {
  margin: 0;
  background-color: #000;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  overflow-x: hidden;
  font-family: "Roboto-Light", "MicrosoftYaHei";
}

.container {
  margin: 0 auto;
  max-width: 1600px;
}

.global-hd {
  font-size: 0.313rem;
  line-height: 1;
  font-family: "Roboto-Bold";
}

.global-sub-title {
  font-size: max(18px, 0.125rem);
  font-family: "Roboto-Bold";
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(14, 14, 14, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 100;
  font-family: "Roboto-Regular";
  font-size: 14px;
}

.header.home-header {
  position: fixed;
  background-color: transparent;
}

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  z-index: 1;
}

.header .logo {
  width: 180px;
}

.header .logo img {
  display: block;
  width: 100%;
}

.header .nav ul {
  display: flex;
  gap: 0 0.208rem;
}

.header .nav li {
  position: relative;
  text-align: center;
}

.header .nav li.on span {
  color: #fff;
}

/* .header .nav li:hover span {
  color: #fff;
  transition: color 0.3s 0.3s linear;
} */
.header .nav a {
  position: relative;
  display: block;
  overflow: hidden;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  animation-duration: 3s;
}
.header .nav a:hover {
  animation: shine 2s linear infinite;
}

.header .nav span {
  color: rgba(255, 255, 255, 0.5019607843);
  transition: color 133.5ms linear;
  will-change: color; /* 提示浏览器优化 */
}

.header .nav .mark {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}

.header .nav .txt {
  opacity: 1;
}

.header .language {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 100%;
  color: #878787;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}

.header .language:hover {
  color: #fff;
}

.header .language i {
  margin-right: 10px;
  display: block;
  font-size: 20px;
}

/* Language dropdown */
.header .language .language-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 0;
  min-width: 140px;
  z-index: 1000;
}

.header .language:hover .language-menu {
  display: block;
}

.header .language .language-menu li {
  list-style: none;
}

.header .language .language-menu a {
  display: block;
  padding: 8px 12px;
  color: #cfcfcf;
  font-size: 14px;
}

.header .language .language-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

/* @media (hover: hover) and (pointer: fine) {
  .header .nav span:hover {
    color: #fff;
    transition: color 0.3s 0.3s linear; 
  }
} */
/* 旧字符：红色 + 淡出 */
.old {
  color: #fff;
  transition: all 0.3s;
}

/* 新字符：绿色 + 正常显示 */
.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner .video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .conainer {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.banner h3 {
  margin-top: -60px;
  margin-bottom: 120px;
  font-size: 0.417rem;
  text-align: center;
  line-height: 0.521rem;
  font-family: "Roboto-Medium";
  text-shadow: 2px 2px 4px #000000;
}

.banner .desc {
  width: 620px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-shadow: 2px 2px 8px #000000;
}

.banner .btns {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}

.banner .btns::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2A2A2A;
}

.banner .btns a {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.938rem;
  height: 0.938rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(14, 14, 14, 0.2);
  font-family: "Roboto-Regular";
  text-align: center;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  font-size: max(12px, 0.083rem);
}

.banner .btns a img {
  display: block;
  margin-bottom: 8px;
  width: max(15px, 0.125rem);
  animation: float 1.5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-6px);
  }
  100% {
    transform: translatey(0px);
  }
}
.home-section1 {
  margin-bottom: 0.885rem;
  padding-bottom: 0.729rem;
  background: url("../img/bg_1.png") no-repeat;
  background-position: left 0.99rem;
  background-size: 6.25rem 4.922rem;
}

.home-section1 .hd {
  padding: 0.365rem 0 0.313rem;
}

.home-section1 .bd {
  position: relative;
}

.home-section1 .bd li {
  display: flex;
  align-items: center;
}

.home-section1 .bd li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 3.26rem;
}

.home-section1 .bd li img {
  width: 4.333rem;
}

.home-section1 .bd li .txt {
  font-family: "Roboto-Regular";
  font-size: 0.417rem;
  line-height: 0.469rem;
  width: 2.083rem;
}

.home-section1 .bd .btns {
  position: absolute;
  top: 2.969rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-section1 .bd .btns .swiper-button-prev, .home-section1 .bd .btns .swiper-button-next {
  position: static;
  margin: 0;
  color: #fff;
}

.home-section1 .bd .btns .swiper-button-prev i, .home-section1 .bd .btns .swiper-button-next i {
  font-size: 36px;
}

.home-section1 .bd .btns .swiper-button-prev::after, .home-section1 .bd .btns .swiper-button-next::after {
  display: none;
}

.home-section1 .bd .pagination {
  position: static;
  display: flex;
}

.home-section1 .bd .pagination .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0;
  min-width: 0;
  height: 0.885rem;
  background-color: #0E0E0E;
  border: 1px solid #2D2D2D;
  font-size: max(18px, 0.156rem);
  font-family: "Roboto-Regular";
  color: #5a5a5a;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
  transition: all 0.3s;
  overflow: hidden;
}

.home-section1 .bd .pagination .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_2.png") no-repeat left;
  background-size: cover;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.3s;
}

.home-section1 .bd .pagination .item:hover {
  color: #fff;
}

.home-section1 .bd .pagination .item.swiper-pagination-bullet-active {
  color: #fff;
}

.home-section1 .bd .pagination .item.swiper-pagination-bullet-active::before {
  transform: translate3d(0, 0, 0);
}

.home-section1 .bd .pagination .item span {
  position: relative;
  z-index: 1;
}

.home-section2 {
  margin-bottom: 1.46rem;
}

.home-section2 .hd {
  margin-bottom: 0.417rem;
}

.home-section2 ul {
  display: flex;
}

.home-section2 ul li {
  position: relative;
  padding: 0.208rem;
  flex: 1;
  min-width: 0;
  border: 1px solid #2D2D2D;
  height: 3.073rem;
  transition: all 0.3s;
  overflow: hidden;
}

.home-section2 ul li:hover {
  border-color: rgba(255, 255, 255, 0.4);
  /*   .spotlight{
      opacity: .6;
    } */
}

.home-section2 ul li:hover .bg {
  opacity: 1;
}

.home-section2 ul li:hover .txt {
  color: #fff;
}

.home-section2 ul .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  background-blend-mode: multiply;
}

.home-section2 ul .img {
  margin-bottom: 0.833rem;
  width: 0.964rem;
}

.home-section2 ul .img img {
  width: 100%;
}

.home-section2 ul .txt {
  color: #5a5a5a;
  transition: all 0.3s;
}

.home-section2 ul .txt h3 {
  margin-bottom: 20px;
  font-size: 0.188rem;
  line-height: 1;
  font-family: "Roboto-Bold";
}

.home-section2 ul .txt .desc {
  font-size: max(14px, 0.094rem);
}

.home-section3 {
  margin-bottom: 1.61rem;
}

.home-section3 .container {
  display: flex;
}

.home-section3 .left {
  width: 3.073rem;
}

.home-section3 .left h3 {
  margin-bottom: 0.417rem;
}

.home-section3 .left .sub-tit {
  margin-bottom: 0.26rem;
}

.home-section3 .left .title {
  margin-bottom: 0.13rem;
  font-size: 0.417rem;
  line-height: 0.469rem;
  font-family: "Roboto-Regular";
}

.home-section3 .left .desc {
  font-size: 0.125rem;
  line-height: 0.188rem;
  color: #7b7b7b;
}

.home-section3 .right {
  position: relative;
  flex: 1;
  min-width: 0;
}

.home-section3 .right .img {
  position: absolute;
  right: -5%;
  top: -0.78rem;
  width: 4.4rem;
}

.home-section3 .right img {
  transform-origin: center;
  will-change: transform;
}

.home-section4 {
  margin-bottom: 1.354rem;
}

.home-section4 .hd {
  margin-bottom: 0.286rem;
}

.home-section4 .bd {
  position: relative;
  margin-left: 0.469rem;
  width: 6.948rem;
}

.home-section4 .bg, .home-section4 .dd {
  will-change: transform; /* 提前告知浏览器优化 */
}

.home-section4 .bg {
  position: absolute;
  top: 0.083rem;
  left: 0.188rem;
  width: 100%;
  height: 3.776rem;
  z-index: 0;
}

.home-section4 .bg img {
  display: block;
  width: 100%;
}

.home-section4 ul {
  display: flex;
  justify-content: space-between;
}

.home-section4 li {
  display: flex;
  flex-direction: column;
}

.home-section4 .txt {
  font-size: 0.115rem;
  line-height: 0.156rem;
  color: rgba(255, 255, 255, 0.9);
}

.home-section4 .hr {
  margin-bottom: 0.104rem;
}

.home-section4 .hr .dot {
  margin: 0 auto;
  width: max(18px, 0.125rem);
  height: max(18px, 0.125rem);
  border-radius: 50%;
  background-color: #0052D9;
}

.home-section4 .hr .line {
  margin: 0 auto;
  width: 1px;
  height: 2.083rem;
  background-color: #2D2D2D;
}

.home-section4 .name {
  font-size: 0.25rem;
  font-family: "Roboto-Bold";
  line-height: 1;
  color: #fff;
  text-align: center;
}

.home-section4 dl {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-section4 dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.115rem;
  line-height: 1;
}

.home-section4 dd img {
  margin-bottom: 10px;
  display: block;
  width: 40px;
}

.home-section4 li:nth-child(1) .txt {
  margin-top: 1.229rem;
  margin-bottom: 0.313rem;
  width: 2.344rem;
}

.home-section4 li:nth-child(2) .txt {
  margin-top: 0.667rem;
  margin-bottom: 0.208rem;
  width: 1.927rem;
}

.home-section4 li:nth-child(2) .hr .line {
  height: 2.448rem;
}

.home-section4 li:nth-child(3) .name {
  margin-top: 0.104rem;
  margin-bottom: 0.083rem;
}

.home-section4 li:nth-child(3) .hr {
  margin-bottom: 0.234rem;
}

.home-section4 li:nth-child(3) .hr .line {
  height: 0.833rem;
}

.home-section5 {
  margin-bottom: 1.51rem;
}

.home-section5 .hd {
  margin-bottom: 1.031rem;
}

.home-section5 .bd {
  position: relative;
}

.home-section5 .bd::before, .home-section5 .bd::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(24px, 8%, 120px);
  height: 100%;
  z-index: 1;
}

.home-section5 .bd::before {
  left: 0;
  background-image: linear-gradient(to right, #0b0b0b 0%, rgba(0, 0, 0, 0) 100%);
}

.home-section5 .bd::after {
  right: 0;
  background-image: linear-gradient(to left, #0b0b0b 0%, rgba(0, 0, 0, 0) 100%);
}

.home-section5 ul {
  display: flex;
}

.home-section5 li {
  margin-right: 0.182rem;
  flex-shrink: 0;
  width: 2.083rem;
  height: 0.781rem;
  border: solid 1px transparent;
  transition: all 0.5s;
}

.home-section5 li:hover {
  border-color: #2d2d2d;
  background-color: #191919;
}

.home-section5 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.182rem 0.25rem;
  width: 100%;
  height: 100%;
}

.home-section5 li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.home-section6 {
  margin-bottom: 1.042rem;
}

.home-section6 .hd {
  margin-bottom: 0.417rem;
}

.home-section6 .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-section6 .info li {
  margin-bottom: 0.521rem;
  display: flex;
}

.home-section6 .info li:nth-child(1) .content {
  margin-right: 0.438rem;
  order: 0;
}

.home-section6 .info li:nth-child(1) .img {
  order: 1;
}

.home-section6 .info li:nth-child(2) .content {
  margin-left: 0.438rem;
  order: 1;
}

.home-section6 .info li:nth-child(2) .img {
  order: 0;
}

.home-section6 .info .img {
  width: 2.5rem;
}

.home-section6 .info .img img {
  display: block;
  width: 100%;
}

.home-section6 .info .content {
  width: 3.229rem;
}

.home-section6 .info .desc {
  margin-bottom: 60px;
  padding: 0.26rem;
  background-color: #191919;
  border-radius: 16px;
  font-size: 0.115rem;
  line-height: 0.156rem;
}

.home-section6 .info .desc img {
  margin-bottom: 30px;
  display: block;
  width: 0.198rem;
}

.home-section6 .info .name .t1 {
  line-height: 1;
  font-size: 0.25rem;
  font-family: "Roboto-Bold";
}

.home-section6 .info .name .t2 {
  margin-top: 10px;
  font-size: 0.125rem;
}

.home-section6 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.208rem 0.51rem;
}

.home-section6 .list li a {
  display: block;
}

.home-section6 .list .txt {
  margin-top: 0.182rem;
}

.home-section6 .list .txt .name {
  font-size: 0.188rem;
  font-family: "Roboto-Bold";
}

.home-section6 .list .txt .work {
  font-size: max(14px, 0.104rem);
  color: #7b7b7b;
}

.home-section7 {
  position: relative;
  margin-bottom: 1.146rem;
}

.home-section7 .hd {
  margin-bottom: 0.417rem;
}

.home-section7 .bd {
  position: relative;
  /*   padding-left: 2.917rem; */
  display: flex;
  align-items: center;
  gap: 0.781rem 0;
}

.home-section7 .bd .swiper-pagination {
  position: static;
  width: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-section7 .bd .swiper-pagination span {
  position: relative;
  border: 1px solid transparent;
  padding: 10px;
  display: block;
  opacity: 1;
  background-color: transparent;
}

.home-section7 .bd .swiper-pagination span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #959595;
  border-radius: 50%;
}

.home-section7 .bd .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #fff;
}

.home-section7 .bd .swiper-pagination span.swiper-pagination-bullet-active::before {
  background-color: #fff;
}

.home-section7 .bd .bigSwiper {
  position: relative;
  /* margin-right: 0.781rem; */
  width: 2.6rem;
  height: 3.39rem;
  z-index: 2;
}

.home-section7 .thumbsSwiper {
  padding-left: 0.52rem;
  flex: 1;
  min-width: 0;
  /* position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 1200px; */
  height: 1.95rem;
}

.home-section7 .thumbsSwiper li {
  margin-right: 0.78rem;
  width: 1.563rem;
  height: 1.953rem;
}

.home-section7 .thumbsSwiper li::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 0.807rem 0.208rem;
  background-position: center;
}

.home-section7 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color: #0e0e0e;
  border: solid 1px #2d2d2d;
}

.home-section7 li::before {
  content: "";
  position: absolute;
  top: 0.26rem;
  left: 0.26rem;
  width: 0.807rem;
  height: 0.208rem;
  background: url("../img/img_11.png") no-repeat;
  background-size: cover;
}

.home-section8 {
  margin-bottom: 0.521rem;
}

.home-section8 .hd {
  margin-bottom: 0.417rem;
}

.home-section8 .hd h3 {
  margin-bottom: 0.365rem;
}

.home-section8 .bd ul {
  display: flex;
}

.home-section8 .bd li {
  flex: 1;
  min-width: 0;
}

.home-section8 .bd li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #2d2d2d;
  opacity: 0.45;
  transition: all 0.6s;
}

.home-section8 .bd li a:hover {
  opacity: 1;
  border-color: #0052D9;
}

.home-section8 .bd li a:hover .img::before {
  opacity: 1;
}

.home-section8 .bd li .img {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 1.854rem;
}

.home-section8 .bd li .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_3.png") no-repeat center;
  background-size: 1.964rem;
  opacity: 0;
  transition: all 0.8s ease;
}

.home-section8 .bd li .img img {
  position: relative;
  margin-bottom: 0.47rem;
  display: block;
  width: 0.479rem;
  z-index: 1;
}

.home-section8 .bd li .txt {
  flex: 1;
  min-height: 0;
  padding: 0.21rem;
  font-size: 0.15rem;
  line-height: 0.19rem;
  font-family: "Roboto-Light";
}

.home-section9 {
  margin-bottom: 0.495rem;
  font-family: "Roboto-Regular";
}

.home-section9 .bd {
  position: relative;
  margin-bottom: 0.417rem;
}

.home-section9 .bd .content {
  position: relative;
  z-index: 1;
  width: 48%;
}

.home-section9 .bd .hd {
  margin-bottom: 0.573rem;
}

.home-section9 .bd h3 {
  margin-bottom: 0.313rem;
  font-size: 0.385rem;
  line-height: 0.469rem;
}

.home-section9 .bd .title {
  font-size: 0.188rem;
}

.home-section9 .bd .desc {
  font-size: 0.125rem;
  font-family: "Roboto-Light";
  line-height: 0.208rem;
  color: #7b7b7b;
}

.home-section9 .bd .img {
  position: absolute;
  top: 0;
  right: -0.453rem;
  width: 4.74rem;
}

.home-section9 .bd .img img {
  display: block;
  width: 100%;
  transform-origin: center;
  will-change: transform;
}

.home-section9 .ft {
  position: relative;
  z-index: 1;
}

.home-section9 .ft .title {
  margin-bottom: 0.104rem;
  font-family: "Roboto-Regular";
  font-size: 0.188rem;
}

.home-section9 .ft ul {
  display: flex;
}

.home-section9 .ft li {
  padding: 35px 40px;
  border: solid 1px #2d2d2d;
  flex: 1;
  min-width: 0;
  background-color: #0E0E0E;
}

.home-section9 .ft li .img {
  margin-bottom: 0.13rem;
  width: 0.24rem;
}

.home-section9 .ft li .img img {
  display: block;
  width: 100%;
}

.home-section9 .ft li p {
  font-size: 0.104rem;
  color: #7b7b7b;
  line-height: 0.156rem;
}

.home-section10 {
  margin-bottom: 1.146rem;
}

.home-section10 .hd {
  margin-bottom: 0.417rem;
}

.home-section10 .bd ul {
  display: flex;
}

.home-section10 .bd li {
  padding-top: 0.26rem;
  flex: 1;
  min-width: 0;
  border: solid 1px #2d2d2d;
  height: 1.042rem;
  text-align: center;
  background-color: #0E0E0E;
}

.home-section10 .bd li:nth-child(2n) {
  background-color: #1C1C1C;
}

.home-section10 .bd .top {
  font-size: 0.208rem;
  font-family: "Roboto-Bold";
}

.home-section10 .bd .date {
  display: flex;
  flex-direction: column;
  font-size: max(12px, 0.094rem);
  font-family: "Roboto-Regular";
  color: #767676;
}

.home-section11 {
  margin-bottom: 0.377rem;
}

.home-section11 .bd {
  position: relative;
  padding: 0.667rem 0 0.781rem;
  height: 5.151rem;
  pointer-events: visible !important;
}

.home-section11 .bd .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_4.png") no-repeat center;
  background-size: 5.151rem;
}

.home-section11 .bd .img {
  position: absolute;
  top: 160px !important;
  left: 609px !important;
  width: 517px;
  z-index: 9;
}

.home-section11 .bd .layer {
  position: absolute;
  padding: 0 30px;
  display: flex !important;
  align-items: center;
  height: 110px;
  background-color: #000;
  box-shadow: inset 0 0 0 1px #2d2d2d;
  font-size: 30px;
  font-family: "Roboto-Medium";
  transition: all 0.3s ease;
  z-index: 9;
}

.home-section11 .bd .layer::before, .home-section11 .bd .layer::after {
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 22px;
  height: 22px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 1;
}

.home-section11 .bd .layer::before {
  top: 1px;
  right: -18px;
}

.home-section11 .bd .layer::after {
  background-color: #2d2d2d;
  z-index: 0;
  transition: all 0.3s ease;
}

.home-section11 .bd .layer:hover {
  box-shadow: inset 0 0 0 1px #0052D9;
}

.home-section11 .bd .layer:hover::after {
  background-color: #0052D9;
}

.home-section11 .bd .layer img {
  margin-right: 25px;
  display: block;
  width: 50px;
}

.home-section11 .bd .layer4::before, .home-section11 .bd .layer4::after, .home-section11 .bd .layer5::before, .home-section11 .bd .layer5::after {
  right: auto;
  left: -21px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.home-section11 .bd .layer4::before, .home-section11 .bd .layer5::before {
  left: -18px;
}

.home-section11 .bd .layer1 {
  top: 105px !important;
  left: 210px !important;
  width: 564px;
}

.home-section11 .bd .layer2 {
  top: 350px !important;
  left: 110px !important;
  width: 498px;
}

.home-section11 .bd .layer3 {
  top: 660px !important;
  left: 40px !important;
  width: 505px;
}

.home-section11 .bd .layer4 {
  left: auto !important;
  top: 394px !important;
  right: 43px !important;
  width: 508px;
}

.home-section11 .bd .layer5 {
  left: auto !important;
  top: 600px !important;
  right: 160px !important;
  width: 466px;
}

.home-section12 {
  margin-bottom: 1.042rem;
  padding-bottom: 0.125rem;
  background: url("../img/img_26.png") no-repeat left center;
  background-size: contain;
}

.home-section12 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home-section12 .bd {
  position: relative;
  width: 4.167rem;
}

.home-section12 .bd .spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}

.home-section12 .bd .dot-grid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.home-section12 .bd .dot-grid-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-section12 .bd:hover .spotlight, .home-section12 .bd:hover .dot-grid-wrapper {
  opacity: 1;
}

.home-section12 .bd ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.home-section12 .bd li {
  margin-right: -1px;
  margin-bottom: -1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.156rem 0.182rem;
  padding-bottom: 0.26rem;
  width: 50%;
  height: 2.083rem;
  border: 1px solid #2c2c2c;
}

.home-section12 .bd li .txt {
  font-size: max(12px, 0.104rem);
}

.home-section12 .bd li img {
  display: block;
  width: 0.26rem;
}

.home-section13 {
  margin-bottom: 1.125rem;
}

.home-section13 .title {
  margin-bottom: 0.313rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-section13 .title .more {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.3s;
}
.home-section13 .title .more img {
  display: block;
  width: 0.21rem;
}
.home-section13 .title .more:hover {
  opacity: 1;
}

.home-section13 .bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-section13 .list {
  padding: 0.26rem 0.182rem;
  border: solid 1px #2d2d2d;
  background-color: #0E0E0E;
}

.home-section13 li {
  transition: all 0.3s;
}

.home-section13 li .date {
  transition: all 0.3s;
}

.home-section13 li:hover {
  color: #fff;
}

.home-section13 li:hover .date {
  color: #fff;
}

.home-section13 ul {
  font-size: 0.125rem;
  line-height: 0.188rem;
  font-family: "Roboto-Bold";
  color: #767676;
}

.home-section13 ul .date {
  margin-top: 0.104rem;
  font-size: max(12px, 0.094rem);
  color: #424242;
}

.home-section13 .left {
  width: 47.5%;
}

.home-section13 .left ul {
  display: flex;
  flex-direction: column;
  gap: 0.26rem 0;
}

.home-section13 .left li {
  position: relative;
  padding-left: 0.156rem;
}

.home-section13 .left li::before {
  content: "";
  position: absolute;
  top: 0.063rem;
  left: 0;
  width: max(6px, 0.052rem);
  height: max(6px, 0.052rem);
  border-radius: 50%;
  background-color: #0052D9;
}

.home-section13 .left a {
  display: block;
}

.home-section13 .left .desc {
  max-width: 90%;
}

.home-section13 .right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.home-section13 .right .list {
  flex: 1;
  min-height: 0;
  padding: 0 0.208rem;
}

.home-section13 .right ul {
  display: flex;
  flex-direction: column;
}

.home-section13 .right li {
  flex: 1;
  min-height: 0;
  padding: 0.313rem 0 0.26rem;
  border-bottom: 1px solid #2d2d2d;
}

.home-section13 .right li:last-child {
  border-bottom: none;
}

.home-section13 .right a {
  display: flex;
}

.home-section13 .right .txt {
  padding-right: 0.26rem;
  flex: 1;
  min-width: 0;
}

.home-section13 .right .img {
  width: 1.198rem;
}

.home-section13 .right .img img {
  display: block;
  width: 100%;
}

.footer .hd {
  margin-bottom: 0.417rem;
}

.footer .bd ul {
  display: flex;
}

.footer .bd li {
  padding: 0.182rem 0.208rem 0.234rem;
  flex: 1;
  min-width: 0;
  border: solid 1px #2d2d2d;
  background-color: #0E0E0E;
}

.footer .bd li:hover .txt {
  color: #fff;
}

.footer .bd .img {
  margin-bottom: 0.156rem;
  width: 0.26rem;
}

.footer .bd .img img {
  display: block;
  width: 100%;
}

.footer .bd .txt {
  font-size: 0.104rem;
  color: #7b7b7b;
  transition: color 0.3s ease;
}

.footer .bd .txt .tit {
  margin-bottom: 0.052rem;
  font-family: "Roboto-Bold";
}

.footer .bd .share {
  display: flex;
  gap: 0 20px;
}

.footer .bd .share a {
  display: block;
  color: #7b7b7b;
}

.footer .bd .share a:hover {
  color: #fff;
}

.footer .bd .share i {
  font-size: 0.177rem;
  transition: all 0.3s;
}

.footer .ft p {
  padding: 0.26rem 0;
  text-align: center;
  font-size: max(14px, 0.094rem);
  color: #7b7b7b;
}

.article-wrap .hd {
  padding-top: 0.885rem;
  padding-bottom: 0.417rem;
  border-bottom: 1px solid #535353;
}

.article-wrap .hd h3 {
  margin-bottom: 0.156rem;
  font-size: 0.417rem;
  font-family: "Roboto-Medium";
}

.article-wrap .hd .info {
  margin-top: 5px;
  display: flex;
  gap: 0 30px;
  font-size: 18px;
  color: #5a5a5a;
  font-family: "Roboto-Medium";
}

.article-wrap .hd .info li {
  display: flex;
  align-items: center;
}

.article-wrap .hd .info i {
  margin-right: 10px;
  display: block;
  font-size: 24px;
}

.article-wrap .bd {
  border-bottom: 1px solid #535353;
  padding: 0.417rem 0 0.573rem;
  font-size: 0.125rem;
  line-height: 0.188rem;
  color: #5a5a5a;
  font-size: 0.125rem;
  line-height: 0.188rem;
  font-family: "Roboto-Regular";
}

.article-wrap .bd h3 {
  font-size: 0.25rem;
}

.recommend {
  margin: 0.573rem 0 0.885rem;
}

.recommend .container {
  position: relative;
}

.recommend .swiper-pagination {
  display: none;
}

.recommend .swiper-button-prev,
.recommend .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  opacity: 0.7;
  transition: all 0.3s;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
}

.recommend .swiper-button-prev::after,
.recommend .swiper-button-next::after {
  display: none;
}

.recommend .swiper-button-prev i,
.recommend .swiper-button-next i {
  font-size: 0.125rem;
}

.recommend .swiper-button-prev:hover,
.recommend .swiper-button-next:hover {
  opacity: 1;
}

.recommend .swiper-button-prev {
  left: -0.521rem;
}

.recommend .swiper-button-next {
  right: -0.521rem;
}

.recommend .swiper-slide {
  position: relative;
  box-shadow: inset 0 0 0 1px #2d2d2d;
  font-size: max(12px, 0.094rem);
  cursor: pointer;
}

.recommend .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_3.png") no-repeat center;
  opacity: 0;
  transition: all 0.3s;
}

.recommend .swiper-slide:hover {
  box-shadow: inset 0 0 0 1px #7D7D7D;
}

.recommend .swiper-slide:hover::before {
  opacity: 1;
}

.recommend .swiper-slide:hover .box {
  opacity: 1;
}

.recommend .swiper-slide:hover .more i {
  opacity: 1;
  transform: translate(0, 0);
}

.recommend .box {
  padding: 0.208rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.4s;
  height: 2.083rem;
  opacity: 0.45;
}

.recommend .title {
  font-size: 0.125rem;
  font-family: "Roboto-Bold";
}

.recommend .date {
  position: absolute;
  left: 0.208rem;
  bottom: 0.729rem;
}

.recommend .more {
  margin-top: auto;
  display: flex;
  align-items: center;
}

.recommend .more span {
  display: block;
  margin-right: 5px;
}

.recommend .more i {
  opacity: 0;
  font-size: 0.146rem;
  transition: all 0.3s;
  transform: translate(-10px, 10px);
}

/* Class for the overall container */
.scramble-parent {
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
  color: rgba(255, 255, 255, 0.5019607843);
  text-align: center;
  width: 100%;
}

.scramble-parent span {
  position: relative;
  display: inline-block;
  transition: color 133.5ms linear; /* 快速的颜色过渡 */
}

@keyframes shine {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .scramble-parent:hover span {
    color: #fff; /* 悬停时变为白色 */
    transition: color 0.3s 0.3s linear; /* 有0.3秒延迟的过渡 */
  }
}
@keyframes demo {
  0% {
    opacity: 0;
    color: #fff;
  }
  100% {
    opacity: 1;
  }
}
.news-wrap {
  padding: 0.885rem 0 0.573rem;
}
.news-wrap .container {
  max-width: 1200px;
}
.news-wrap .hd {
  margin-bottom: 0.417rem;
}
.news-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 0.26rem 0;
  font-size: 0.125rem;
  line-height: 0.188rem;
  font-family: "Roboto-Bold";
  color: #767676;
}
.news-wrap .date {
  margin-top: 0.104rem;
  font-size: max(12px, 0.094rem);
  color: #424242;
  transition: all 0.3s;
}
.news-wrap li {
  position: relative;
  padding: 30px;
  padding-left: 40px;
  border: solid 1px #2d2d2d;
  background-color: #0E0E0E;
  transition: all 0.3s;
  border-radius: 5px;
}
.news-wrap li::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0052D9;
  opacity: 0.8;
}
.news-wrap li:hover {
  color: #fff;
}
.news-wrap li:hover .date {
  color: #fff;
}
.news-wrap a {
  display: block;
}
.news-wrap .desc {
  max-width: 90%;
}

.pages {
  margin-top: 0.42rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pages .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  font-size: 0.125rem;
  line-height: 0.188rem;
  font-family: "Roboto-Regular";
  color: #767676;
  transition: all 0.3s;
}
.pages .item.on {
  background-color: #0052D9;
  color: #fff;
}
.pages .item:hover {
  color: #fff;
  background-color: #0052D9;
  border-color: #0052D9;
}
.pages .item:hover svg {
  fill: #fff;
}
.pages .item svg {
  width: 60%;
  height: 60%;
  fill: #666666;
  transition: all 0.3s;
}

.research-wrap li::before {
  display: none;
}
.research-wrap a {
  display: flex;
}
.research-wrap .txt {
  padding-right: 0.26rem;
  flex: 1;
  min-width: 0;
}
.research-wrap .img {
  width: 1.198rem;
}
.research-wrap .img img {
  display: block;
  width: 100%;
}/*# sourceMappingURL=style.css.map */