@media screen and (max-width:768px) {
  :root {
    --head: 50px;
  }

  .head1 {
    height: var(--head);
    backdrop-filter: blur(10px);
  }

  .head-zhanwei {
    height: var(--head);
  }

  .head1-inner {
    width: 92%;
  }

  .head1 .logo {
    width: 90px;
  }

  .head1 .menu {
    position: fixed;
    left: 0;
    top: -120vh;
    width: 100%;
    height: calc(100vh - var(--head));
    background: #000;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
    gap: 0;
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
    height: auto;
    border-bottom: none;
  }

  .head1 .link>a {
    display: block;
    border-bottom: none;
    line-height: 50px;
    color: #333;
  }

  .head1 .link a {
    padding: 0 20px;
  }

  .head1 .link::after {
    display: none;
  }

  .head1 .link:hover {
    border-bottom: none;
  }

  .head1 .link.on {
    border-bottom: none;
  }

  .head1 .menu .link>a {
    padding: 0 5%;
  }

  .head1 .link.on>a {
    color: var(--color);
  }

  .head1 .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .head1 .link .down {
    left: 50%;
    top: 100%;
    margin-top: 0;
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  .head1 .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  .head1 .link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  .head1 .link .down a:not(:last-child) {
    border-bottom: none;
  }

  .head1 .link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../../img/icon-jia.svg') no-repeat center/15px;
  }

  .head1 .link.on .down-jt {
    background: url('../../img/icon-jian.svg') no-repeat center/15px;
  }

  .head1-dropdown {
    position: static;
    transform: none;
    width: 100%;
    padding: 15px 20px;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .head1 .menu .link {
    position: relative;
    height: auto;
    justify-content: flex-start;
  }

  .head1 .menu .link:hover .head1-dropdown {
    display: none;
  }

  .head1-dropdown-inner {
    flex-direction: column;
    gap: 15px;
  }

  .head1-dropdown-left {
    width: 100%;
  }

  .head1-dropdown-left p {
    font-size: 13px;
    line-height: 1.6;
  }

  .head1-dropdown-right {
    /* gap: 10px; */
    gap: 0;
    width: 100%;
  }

  .head1-dropdown-right .ul {
    width: 100%;
  }

  .head1-dropdown-link {
    padding: 8px 0;
    font-size: 14px;
  }

  .head1 .right {
    margin-left: 10px;
    gap: 10px;
  }

  .head1 .lang .lang-icon {
    width: 22px;
    height: 22px;
  }

  .head1 .lang-dropdown {
    min-width: 100px;
    border-radius: 6px;
    padding: 4px 0;
    margin-top: 5px;
  }

  .head1 .lang-item {
    padding: 6px 12px;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn1 {
    gap: 6px;
    border-radius: 999px;
  }

  .C-btn1.size1 {
    padding: 10px 24px;
  }

  .C-btn1.size2 {
    padding: 12px 28px;
  }

  .C-btn1.size3 {
    padding: 6px 14px;
  }

  .C-btn1 .btn-icon {
    width: 16px;
    height: 16px;
  }

  .C-pages {
    gap: 15px;
  }

  .C-pages .page-btn {
    width: 30px;
    height: 30px;
  }

  .C-pages .page-btn img {
    width: 5px;
  }

  .C-pages .page-nums {
    gap: 10px;
  }

  .C-pages .page-num {
    width: 30px;
    height: 30px;
  }

  .icon-gotop {
    right: 15px;
    bottom: 100px;
    width: 40px;
    height: 40px;
  }

  footer {
    overflow: hidden;
  }

  .foot-bg {
    width: 100%;
    padding: 30px 20px 20px;
  }

  .foot-bg .bg-wrap {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }

  .foot1 {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
  }

  .foot-nav {
    gap: 20px;
    width: 100%;
  }

  .foot-nav dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .foot-nav dt {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 16px;
  }

  .foot-nav dd {
    width: 50%;
  }

  .foot-nav dd a {
    line-height: 1.2;
    margin-top: 8px;
    font-size: 14px;
  }

  .foot-nav-single dd:first-child a {
    margin-top: 8px;
  }

  .foot-nav-single dd a {
    margin-top: 8px;
  }

  .foot-contact {
    width: 100%;
  }

  .foot-contact p {
    line-height: 1.2;
    font-size: 14px;
  }

  .foot-phone {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 24px;
  }

  .foot2 {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    align-items: flex-start;
  }

  .foot2-left {
    width: 100%;
  }

  .foot-friend {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.2;
  }

  .foot-copy {
    line-height: 1.5;
    font-size: 12px;
  }

  .foot2-right {
    width: 100%;
    align-items: flex-start;
    gap: 15px;
  }

  .foot-social {
    gap: 8px;
  }

  .foot-social .group {
    gap: 8px;
    flex-direction: row;
  }

  .social-item {
    width: 32px;
    height: 32px;
  }

  .foot-links {
    gap: 15px;
    flex-wrap: wrap;
  }

  .foot-links a {
    line-height: 1.2;
    font-size: 13px;
  }

  .C-block1 {
    width: 90%;
    height: auto;
    min-height: 300px;
  }

  .C-block1 .info {
    width: 80%;
    gap: 15px;
  }

  .C-block1 .report {
    right: 15px;
    bottom: 15px;
    width: 70px;
    height: 95px;
  }

  .C-block1 .report .report-text {
    padding: 10px 8px;
    width: 100%;
    font-size: 10px;
  }

  .home1 {
    height: 70vh;
  }

  .home1-content {
    gap: 15px;
    padding: 0 20px;
  }

  .home1-content h1 {
    line-height: 1.3;
    width: 68%;
  }

  .home1-content .sub {
    line-height: 1.4;
  }

  .home1-content .sub span {
    display: block;
  }

  .home1-btns {
    gap: 10px;
    width: 100%;
    align-items: center;
  }

  .home2 {
    height: auto;
    padding: 40px 0 30px;
  }

  .home2-title {
    padding: 0 20px;
  }

  .home2-tabs {
    margin-top: 20px;
    width: 90%;
  }

  .home2-tabs-list {
    padding: 0 5px;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    gap: 10px;
  }

  .home2-tabs-list .tab {
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
  }

  .home2-tabs-list .tab.on {
    border-bottom: 2px solid var(--color);
  }

  .home2-tabs-highlight {
    display: none;
  }

  .home2-tabs-bg {
    display: none;
  }

  .home2-lower {
    height: 350px;
    min-height: 200px;
    cursor: auto;
    overflow: hidden;
  }

  .home2-cursor {
    display: none !important;
  }

  .home2-data {
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 5;
  }

  .home2-data .big-num {
    font-size: 36px;
  }

  .home2-data .data-title {
    font-size: 16px;
    margin-top: 6px;
  }

  .home2-data .data-desc {
    font-size: 13px;
    margin-top: 4px;
  }

  .home2-data .C-btn1 {
    margin-top: 10px;
  }

  .home2-carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
  }

  .home2-carousel .carousel-item {
    border-radius: 2px;
  }

  .home2-ellipse-bg {
    display: none;
  }

  .home2-line {
    width: 90%;
    top: 30%;
    bottom: auto;
    display: none;
  }

  .home3 {
    padding: 40px 0 0 20px;
  }

  .home3-header {
    position: relative;
    margin-bottom: 20px;
  }

  .home3-header .cn {
    font-size: 20px;
  }

  .home3-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-right: 20px;
  }

  .home3-item,
  a.home3-item {
    width: 100%;
    height: auto;
    border-radius: 20px;

  }

  .slu2-desc {
    max-width: 90%;
    padding: 0 20px;
    font-weight: 400;
    line-height: 1.6;
  }

  .slu2-desc .gs {
    border-bottom: 1px solid #575757;
  }

  .home3-zhanwei {
    display: none;
  }

  .home3-item {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
  }

  .home3-item .item-label {
    left: 12px;
    top: 12px;
    gap: 8px;
  }

  .home3-item .item-label .name {
    font-size: 14px;
  }

  .home3-item .item-label .icon {
    width: 5px;
  }

  .home3-item2 {
    width: 100%;
    height: 100px;
    grid-column: span 2;
  }

  .home3-item2 .item2-text {
    font-size: 14px;
  }

  .home3-item2 .item2-icon {
    width: 30px;
  }

  .home3-bigpic {
    display: none;
  }

  .home4 {
    padding: 40px 20px;
  }

  .home4-header .cn {
    font-size: 18px;
  }

  .home4-header .cn p {
    display: contents;
  }

  .home4-glow {
    display: none;
  }

  .home4-grid {
    margin-top: 20px;
    gap: 10px;
    flex-direction: column;
  }

  .home4-item {
    height: 200px;
    border-radius: 12px;
  }

  .home4-item:nth-child(1),
  .home4-item:nth-child(2),
  .home4-item:nth-child(3),
  .home4-item:nth-child(4) {
    width: 100%;
  }

  .home4-item .item-info {
    left: 15px;
    bottom: 15px;
    max-width: 90%;
    opacity: 1;
  }

  .home4-item .item-info .info-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .home4-item .item-info .info-desc {
    font-size: 13px;
    line-height: 1.4;
    max-height: none;
  }

  .bg-render-ul {
    display: none;
  }

  .home5 {
    height: auto;
    padding-bottom: 40px;
    background: #000000;
    display: flex;
    flex-direction: column;
  }

  /* .home5 {
    background: #000000;
      display: flex;
      flex-direction: column;
  } */
  .home5-bg {
    position: static;
    width: 100%;
    height: 700px;
    margin: -100px 0;
    order: 2;
  }

  .home5-light {
    display: none;
  }

  .home5-header {
    padding-top: 40px;
    padding-left: 20px;
    gap: 10px;
  }

  .home5-header .cn {
    font-size: 20px;
  }

  .home5-items {
    margin: 20px 20px 0;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .home5-item {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 80px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }

  .home5-item .item-text {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    padding: 15px 50px 15px 15px;
  }

  .home5-item .item-text .item-title {
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 0;
  }

  .home5-item .item-text .item-desc {
    max-height: none;
    opacity: 1;
    font-size: 13px;
    margin-top: 5px;
  }

  .home5-item .item-icon {
    right: 12px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) rotate(0deg);
    display: none;
  }

  .home5-item:hover {
    height: auto;
  }

  .home5-btn {
    margin-top: 20px;
  }

  .home6 {
    height: auto;
    padding: 40px 0;
    background: #ececec;
  }

  .home6 .pin {
    position: relative;
    height: auto;
  }

  .home6-bg {
    position: relative;
    transform: none !important;
    height: 200px;
    margin-bottom: 20px;
  }

  .home6-content {
    height: auto;
    padding: 0 20px;
  }

  .home6-title {
    font-size: 20px;
  }

  .home6-stats {
    margin-top: 20px;
    width: 100%;
    gap: 15px 0;
  }

  .home6-stat {
    width: 50%;
  }

  .home6-stat .stat-num {
    font-size: 28px;
  }

  .home6-stat .stat-plus {
    font-size: 28px;
  }

  .home6-stat .stat-text {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.3;
  }

  .home6-btn {
    margin-top: 25px;
  }

  .home7 {
    padding: 20px 0;
  }

  .home8 {
    padding: 30px 20px;
  }

  .home8-inner {
    width: 100%;
    gap: 15px;
  }

  .home8-inner .tit {
    font-size: 20px;
  }

  .home8-inner .desc {
    margin-top: 5px;
  }

  .news1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news1 .C-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .news1 .pic-box {
    width: 100%;
    height: 200px;
  }

  .news1 .info {
    width: 100%;
  }

  .news1 .info .tit {
    font-size: 20px;
  }

  .news1 .info .desc {
    margin-top: 10px;
  }

  .news1 .info .C-btn1 {
    margin-top: 20px;
  }

  .news2 {
    padding-bottom: 30px;
  }

  .news2 .bg-circle {
    display: none;
  }

  .news2-tabs {
    gap: 10px;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    justify-content: space-between;
    padding: 0;
  }

  .news2-search {
    width: auto;
    height: auto;
  }

  .news2-search-icon {
    width: auto;
    height: 100%;
    right: 10px;
  }

  .news2-search-input {
    padding: 10px 20px 10px 15px;
  }

  .news2-search-icon svg {
    width: 25px;
    height: 25px;
  }

  .news2-search-hint {
    margin-top: 12px;
    font-size: 14px;
  }

  .news2-search-clear {
    margin-left: 8px;
    display: inline-block;
    margin-top: 4px;
  }

  .news2-tabs .tab {
    width: auto;
    padding: 6px 15px;
    font-size: 13px;
  }

  .news2-tabs .tab.on {
    width: auto;
    padding: 8px 18px;
  }

  .news2 .news-list {
    margin-top: 15px;
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .news-item .item-pic {
    height: 180px;
  }

  .news-item .item-info {
    width: 90%;
    padding-bottom: 15px;
  }

  .news-item .item-info .item-tit {
    font-size: 16px;
  }

  .news-item .item-info .item-desc {
    margin-top: 5px;
    font-size: 13px;
  }

  .news-item .item-info .item-bot {
    margin-top: 8px;
  }

  .news-item .item-info .item-more img {
    width: 10px;
    height: 10px;
  }

  .news2 .C-pages {
    margin-top: 25px;
  }

  .news5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news5 .C-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .news5 .news5-left {
    width: 100%;
  }

  .news5 .news5-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .news5 .news5-date {
    margin-top: 15px;
  }

  .news5 .news5-body {
    margin-top: 15px;
  }

  .news5 .news5-body .art-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .news5 .news5-nav {
    margin-top: 20px;
    flex-direction: column;
    gap: 15px;
  }

  .news5 .news5-nav .nav-links {
    width: 100%;
  }

  .news5 .news5-nav .nav-links a {
    font-size: 14px;
    line-height: 1.4;
  }

  .news5 .news5-nav .nav-back img {
    width: 20px;
    height: 20px;
  }

  .news5 .news5-right {
    width: 100%;
  }

  .news5 .share-bar .share-item img {
    width: 14px;
    height: 14px;
  }

  .news5 .other-news .other-title {
    line-height: 1.4;
  }

  .news5 .other-news .other-item .other-pic {
    width: 60px;
    height: 60px;
  }

  .news5 .other-news .other-item .other-desc {
    width: 100%;
    display: none;
  }

  .news5 .other-news .other-item .other-tit {
    line-height: 1.4;
  }

  .news5 .other-news .other-item .other-info {
    padding-left: 1em;
  }


  .down1 {
    height: 200px;
  }

  .down1-content {
    gap: 10px;
    padding: 0 20px;
  }

  .down1-tag {
    height: 26px;
    padding: 0 12px;
  }

  .down1-tag span {
    font-size: 11px;
  }

  .down1-tag .tag-icon {
    width: 16px;
    height: 16px;
  }

  .down2 {
    padding: 20px 0 40px;
  }

  .down2-glow {
    display: none;
  }

  .down2-list {
    width: 90%;
    gap: 20px;
  }

  .down2-item .item-right span {
    line-height: 1.4;
  }

  .down2-items {
    gap: 12px;
    flex-direction: column;
    padding: 0;
  }

  .down2-item .item-icon {
    width: 24px;
  }

  .down2-item .item-left span {
    font-size: 14px;
    line-height: 1.4;
  }

  .down2-item .dl-icon {
    width: 16px;
    height: 16px;
  }

  .about1 {
    height: 60vh;
  }

  .about1-play {
    width: 50px;
    height: 50px;
  }

  .about1-mask {
    height: 50%;
    bottom: 0;
  }

  .about1-content {
    left: 20px;
    right: 20px;
    width: auto;
  }

  .about1-text {
    gap: 8px;
  }

  .about1-text h1 {
    font-size: 24px;
  }

  .about1-stats {
    margin-top: 15px;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .about1-stat {
    width: 48%;
  }

  .about1-stat .stat-num {
    font-size: 28px;
  }

  .about1-stat .stat-text {
    font-size: 12px;
  }

  .about1-btns {
    margin-top: 15px;
    margin-bottom: 20px;
    gap: 10px;
  }

  .about2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about2-blur-bg {
    display: none;
  }

  .about2-scrolltext {
    width: 90%;
    height: auto;
  }

  .about2 .swiper {
    height: 150px;
  }

  .about2-body {
    margin-top: 20px;
    padding: 0 20px;
    flex-direction: column;
    gap: 20px;
  }

  .about2-zuo {
    width: 100%;
  }

  .about2-list {
    margin-top: 15px;
    gap: 15px;
  }

  .about2-item .item-line {
    height: 30px;
  }

  .about2-you {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .about2-card {
    width: 100%;
    height: 250px;
  }

  .about2-card .card-desc {
    width: 90%;
    font-size: 14px;
  }

  .about2-card .card-en-svg {
    width: 140px;
  }

  .about3 {
    height: auto;
    min-height: 400px;
  }

  .about3-header {
    left: 20px;
    top: 20px;
  }

  .about3-bigtext {
    font-size: 80px;
  }

  .about3-years {
    left: 20px;
    right: 20px;
    bottom: 20px;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-evenly;
  }

  .about3-center {
    width: 90%;

  }

  .about3-center .center-title {
    white-space: normal;
    text-align: center;
  }

  .about3-center .center-sub {
    white-space: normal;
    text-align: center;
  }

  .about3-years .year-line {
    width: 20px;
  }

  .about3-center .center-sub {
    font-size: 14px;
  }

  .about3-nav {
    gap: 10px;
  }

  .about3-prev,
  .about3-next {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .about4 {
    padding: 30px 20px;
    flex-direction: column;
  }

  .about4-left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }

  .about4-right {
    width: 100%;
  }

  .about4-swiper .swiper-slide {
    height: 180px;
  }

  .about5 {
    padding: 20px;
  }

  .about5-inner {
    width: 100%;
    height: auto;
    min-height: 250px;
  }

  .about5-info {
    left: 20px;
    top: 20px;
    width: 70%;
  }
  .about5-info .C-btn1 {
    background: #231815;
    color: #fff;
  }
  .about5-info .C-btn1:hover {
    background: #FABF00;
    color: #231815;
  }
  .about5-info .C-btn1 .btn-icon {
    filter: brightness(0) invert(1);
}
.about5-info .C-btn1:hover .btn-icon {
  filter: brightness(1) invert(0);
}
  .about5-info .tit {
    margin-top: 8px;
  }
  .about5-info .desc {
    margin-top: 8px;
    width: 100%;
    font-size: 13px;
  }

  .about5-info .C-btn1 {
    margin-top: 12px;
  }

  .about6 {
    padding: 30px 0;
  }

  .about6-blur {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 478px;
    background: linear-gradient(180deg, rgba(252, 214, 105, 0.50) 0%, rgba(252, 214, 105, 0.00) 100%);
    filter: blur(125px);
    border-radius: 50%;
  }

  .about6-content {
    gap: 15px;
    padding: 0 20px;
  }

  .about6-btns {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .about7 {
    height: auto;
    min-height: 360px;
    margin: 0;
  }

  .about7-bg {
    height: 100%;
  }

  .about7-content {
    width: calc(100% - 40px);
    gap: 16px;
  }

  .about7-text {
    gap: 6px;
  }

  .about7-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .about7-desc {
    font-size: 13px;
    line-height: 1.6;
  }

  .juslink-page .jl1-wrap {}

  .jl1-wrap .pin {}

  .jl1-wrap .image-container {
    width: 100%;
    right: 0;
    top: 30%;
    height: 350px;
  }

  .jl1-bg {
    top: 30%;
  }

  .jl1 {}

  .jl1-content {
    padding: 80px 20px 30px;
    width: 100%;
  }

  .jl1-content .icon {
    width: 100px;
  }

  .jl1-desc {
    width: 100%;
    margin-top: 10px;
  }

  .jl2 {
    padding: 30px 20px;
  }

  .jl2-text {
    width: 100%;
    font-size: 18px;
  }

  .jl3 {
    height: 100vh;
    padding: 30px 20px;
  }

  .jl3-guang {
    display: none;
  }

  .jl3-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .jl3-item {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 180px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }

  .jl3-item .item-info {
    padding: 20px;
  }

  .jl3-item .info-desc {
    width: 100%;
  }

  .jl4 {
    padding: 30px 0 20px;
  }

  .jl4-guang {
    display: none;
  }

  .jl4-title {
    padding: 0 20px;
  }

  .jl4-video-wrap {
    width: 90%;
    height: auto;
    aspect-ratio: 16/9;
    margin-top: 15px;
  }

  .jl4-float-list {
    display: none;
  }

  .jl4-play-btn {
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }

  .jl5 {
    padding: 30px 0;
  }

  .jl5::after {
    display: none;
  }

  .jl5-header {
    width: 90%;
    margin: 0 auto;
  }

  .C-wawa {
    width: 100px;
    position: absolute;
  }

  .jl5-list {
    margin-top: 20px;
    gap: 15px;
    flex-direction: column;
    padding: 0 10%;
  }

  .jl5-item {
    width: 100%;
    height: auto;
    min-height: 250px;
  }

  .jl5-item .item-top {
    padding: 40px 40px 0;
  }

  .jl5-item .checks-text img {
    width: 16px;
  }

  .jl5-item .item-top .f_24 {
    font-size: 16px;
    padding: 10px 0;
  }

  .jl5-item .item-pic {
    position: relative;
    left: auto;
    top: auto;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .jl6 {
    padding: 30px 0;
  }

  .jl6-list {
    gap: 10px;
    padding: 0 20px;
    margin-top: 20px;
  }

  .jl5 .C-wawa {
    display: none;
  }

  .jl6 .C-wawa {
    display: none;
  }

  .jl6-item {
    width: 100%;
    height: auto;
    min-height: 150px;
    padding: 15px;
  }

  .jl6-item .item-title .title-line {
    width: 2px;
    height: 1em;
  }

  .jl7 {
    padding: 58px 0 92px;
  }

  .jl7-header .en {}

  .jl7-header .cn {
    margin-top: 10px;
  }

  .jl7-body {
    margin-top: 42px;
    align-items: flex-start;
  }

  .jl7-zuo {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
  }

  .jl7-accordion-item {
    border-radius: 10px;
    padding: 18px 26px;
    backdrop-filter: blur(4px);
    border: 1px solid #fcd669;
  }

  .jl7-accordion-item.on {}

  .accordion-head {
    gap: 8px;
  }

  .accordion-icon {
    width: 20px;
    height: 20px;
  }

  .jl7-accordion-item.on .accordion-body {
    margin-top: 12px;
  }

  .accordion-tags {
    gap: 6px;
    margin-bottom: 6px;
  }

  .accordion-tags .tag {
    padding: 4px 7px;
    border-radius: 10px;
  }

  .accordion-checks {
    gap: 6px;
    align-items: flex-start;
  }

  .accordion-checks .checks-text {
    padding-left: 6px;
  }

  .accordion-checks .checks-text .li {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .accordion-checks .checks-text .li p {
    flex: 1;
  }

  .accordion-checks .checks-text .li::before {
    width: 10px;
    height: 10px;
  }


  .jl7-you {
    flex: none;
    width: 100%;
    min-height: 259px;
    margin-left: 0;
  }

  .jl7-you-item {
    width: 100%;
  }

  .jl7-you-item>img {
    width: 100%;
  }

  .jl7 .C-wawa {
    right: 8%;
    bottom: -20px;
  }

  .jl8 {
    padding: 30px 0;
  }

  .jl8-sub {
    width: 100%;
    margin-top: 10px;
  }

  .jl8-guang {
    display: none;
  }

  .jl8-slide {
    flex-direction: column;
    gap: 15px;
  }

  .jl8-header {
    margin-bottom: 25px;
  }

  .slide-stat .stat-label {
    margin-top: 5px;
  }

  .slide-stat .stat-list {
    margin-top: 5px;
    gap: 5px;
  }

  .jl8-header .cn {
    margin-top: 10px;
  }

  .slide-zuo {
    padding-right: 0;
  }

  .slide-zuo .slide-stat {
    padding-left: 10px;
  }

  .slide-you {
    width: 100%;
    height: 225px;
  }

  .slide-stat .stat-line {
    width: 2px;
    height: 1em;
    margin-top: 0.1em;
  }

  .slide-you-text {
    left: 5%;
    width: 80%;
  }

  .jl8 .slide-you .icon {
    width: 16px;
    right: 10px;
    top: 10px;
  }

  .jl8-controls {
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
  }

  .jl8-indicator {
    max-width: 100%;
  }

  .jl8-nav {
    margin-left: 0;
    gap: 10px;
  }

  .jl8-prev,
  .jl8-next {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .jl9 {
    padding: 40px 0;
  }

  .esg1 {
    height: 50vh;
  }

  .esg1-sub {
    max-width: 90%;
    padding: 0 20px;
  }

  .esg2 {
    padding: 30px 0;
  }

  .esg2-glow {
    display: none;
  }

  .esg2-inner {
    flex-direction: column;
    gap: 20px;
  }

  .esg2-zuo {
    max-width: 100%;
    width: 100%;
  }

  .esg2-you {
    width: 100%;
  }

  .esg2-data {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 12px;
    border-radius: 12px;
  }

  .esg2-tag img {
    width: 16px;
    height: auto;
  }

  .esg3 {
    padding: 0 0 20px;
  }

  .esg3-item {
    padding: 10px;
  }

  .esg3-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .esg3-zuo {
    width: 100%;
  }

  .esg3-you {
    max-width: 100%;
    width: 100%;
  }

  .esg3-data {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 12px;
    border-radius: 12px;
  }

  .esg3-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 10px;
  }

  .esg3-icon img {
    width: 16px;
    height: 16px;
  }

  .esg2-tag {
    gap: 5px;
    padding: 5px 11px;
    border-radius: 10px;
  }

  .esg3-tag {
    gap: 5px;
    padding: 5px 11px;
    border-radius: 10px;
  }

  .esg3-tag img {
    width: 16px;
    height: 16px;
  }

  .esg3-desc {
    margin: 20px 0;
  }

  .esg4 {
    padding: 0 0 32px;
  }

  .esg4 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .esg4 .main {
    border-radius: 10px;
  }

  .esg4-mask {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .esg4-content {
    position: static;
    width: 100%;
    height: 100%;
    padding: 49px 5%;
  }

  .esg4-content .esg-title {
    margin-bottom: 14px;
  }

  .esg4-cards {
    flex-wrap: wrap;
    gap: 40px;
  }

  .esg4-card {
    width: 100%;
    padding: 23px 21px 21px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
  }

  .esg4-card h3 {
    margin-bottom: 10px;
  }

  .esg4-card p {
    margin-bottom: 13px;
  }

  .esg4-card-data {
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .esg4-card-data span:last-child {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .esg5 {
    padding: 0 0 30px;
  }

  .esg5-list {
    width: 100%;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .esg5-item-bottom img {
    width: 16px;
    height: auto;
  }

  .esg5-item {
    max-width: 100%;
  }

  .esg5-card {
    height: auto;
    min-height: 200px;
  }

  .esg5-more {
    position: absolute;
    right: 0;
    bottom: 140px;
  }

  .esg5-modal-box {
    width: calc(100% - 32px);
    padding: 32px 20px 26px;
    border-radius: 12px;
  }

  .esg5-modal-glow {
    width: 180px;
    height: 180px;
    right: 0;
    top: 0;
    filter: blur(30px);
  }

  .esg5-modal-head {
    margin-bottom: 18px;
  }

  .esg5-modal-head h3 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .esg5-modal-head p {
    font-size: 16px;
  }

  .esg5-modal-phone-row {
    display: block;
  }

  /* .esg5-modal-field {
    margin-bottom: 14px;
  } */

  .esg5-modal-field label {
    margin-bottom: 8px;
  }

  .esg5-modal-field input {
    height: 40px;
    padding: 0 10px;
  }

  .esg5-code-btn {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    margin-bottom: 14px;
    letter-spacing: 0;
  }

  .esg5-modal-check {
    gap: 6px;
    margin: 12px 0 18px;
  }

  .esg5-modal-check input {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }

  .esg5-modal-check span {
    font-size: 14px;
  }

  .esg5-modal-submit {
    height: 46px;
    border-radius: 24px;
    font-size: 18px;
  }

  .ct1 {
    height: 350px;
  }

  .ct1-content {
    gap: 10px;
    padding: 0 20px;
  }

  .ct1-sub {
    max-width: 90%;
  }

  .ct2 {
    margin-top: 30px;
  }

  .ct2-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .ct2-zuo {
    width: 100%;
    flex-direction: row;
    gap: 15px;
  }

  .ct2-card-icon {
    width: 24px;
  }

  .ct2-hotline {
    min-height: auto;
    padding: 20px;
    flex: none;
    width: 100%;
  }

  .ct2-feedback {
    min-height: 200px;
    padding: 20px;
    flex: none;
    width: 100%;
  }

  .ct2-you {
    width: 100%;
  }

  .ct2-form-wrap {
    padding: 20px;
  }

  .ct2-form-row {
    gap: 10px;
    flex-direction: column;
  }

  .ct2-field {
    width: 100%;
  }

  .ct2-field-full {
    max-width: 100%;
  }

  .ct2-field input,
  .ct2-field select,
  .ct2-field textarea {
    height: 36px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
  }

  .ct2-field textarea {
    height: 80px;
    padding: 10px;
  }


  .ct2-field .ct2-checkbox {
    display: flex;
    gap: 6px;
  }

  .ct2-checkbox-fake {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
  }

  .ct2-checkbox-fake::after {
    left: 3px;
    top: 1px;
    width: 4px;
    height: 8px;
    border-width: 0 1px 1px 0;
  }

  .ct3 {
    padding: 30px 0;
  }

  .ct3-tabs {
    width: 90%;
    padding: 4px;
  }

  .ct3-tab {
    height: 40px;
    font-size: 14px;
  }

  .ct3-info-list {
    flex-direction: column;
  }

  .ct3-info-item {
    padding: 15px;
  }

  .ct3-info-item h5 {
    margin-bottom: 15px;
  }

  .ct3-arrow {
    width: 44px;
    height: 32px;
  }

  .ct3-arrow::after {
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    transform: translate(-50%, -60%) rotate(45deg);
  }

  .ct3-region.expanded .ct3-arrow::after {
    transform: translate(-50%, -40%) rotate(-135deg);
  }

  .ct3-info-row img {
    width: 12px;
    height: 12px;
  }

  .ct4 {
    padding: 20px 0 30px;
  }

  .ct4-list {
    flex-direction: column;
    gap: 10px;
    padding: 0 5%;
  }

  .ct4-item {
    width: 100%;
    height: auto;
    padding: 12px 15px;
  }

  .ct2-modal-box {
    width: 90%;
    padding: 30px 20px;
  }

  .ct2-modal-box p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }

  .ct4-item-left {
    gap: 10px;
  }

  .ct4-icon {
    width: 49px;
    height: 49px;
    border-radius: 16px;
    display: flex;
    flex-shrink: 0;
  }

  .ct4-icon img {
    width: 24px;
    height: 24px;
  }

  .case1 {
    height: 70vh;
  }

  .case1-content {
    padding: 0 20px;
  }

  .case1-inner {
    max-width: 100%;
    gap: 15px;
    margin-top: 60px;
  }

  .case1-sub {
    max-width: 100%;
  }

  .case2 {
    padding: 30px 0;
  }

  .case2-glow,
  .case2-glow2 {
    display: none;
  }

  .case2-list {
    flex-direction: column;
    gap: 15px;
  }

  .case2-item {
    padding: 20px;
    min-height: auto;
  }

  .case3 {
    padding: 30px 0;
  }

  .case3-inner .esg-title {
    width: 100%;
  }

  .case3-desc {
    width: 100%;
  }

  .case3 .home4-grid {
    margin: 15px 0 0;
    flex-direction: column;
  }

  .case3 .home4-item:nth-child(1),
  .case3 .home4-item:nth-child(2),
  .case3 .home4-item:nth-child(3),
  .case3 .home4-item:nth-child(4) {
    width: 100%;
  }

  .case4 {
    padding: 30px 0;
  }

  .case4-list {
    flex-direction: column;
    gap: 15px;
  }

  .case4-item {
    padding: 20px;
  }

  .case5 {
    padding: 30px 0;
  }

  .case5-inner {
    flex-direction: column;
    gap: 20px;
  }

  .case5-list {
    flex-wrap: wrap;
    min-height: auto;
    gap: 10px;
  }

  .case5-item {
    width: 100% !important;
    min-height: 200px;
  }

  .case5-content {
    min-height: 200px;
    padding: 15px;
  }

  .case5-detail {
    opacity: 1;
  }

  .case5-detail-item span {
    width: auto;
  }

  .slu1 {
    height: 50vh;
  }

  .slu1-content {
    padding: 0 20px;
    align-items: center;
    text-align: center;
  }

  .slu1-sub {
    max-width: 90%;
  }

  .slu2 {
    padding: 30px 0;
  }

  .slu2-desc {
    max-width: 90%;
    padding: 0 20px;
  }

  .slu4 {
    padding: 30px 0;
  }

  .slu4-scroll-wrap {
    width: 100%;
    padding: 0;
  }

  .slu4-list {
    min-height: 250px;
  }

  .slu4-item {
    width: 200px !important;
  }

  .slu4-list .slu4-item.active {
    width: 280px !important;
  }

  .slu4-content {
    min-height: 250px;
  }

  .slu5 {
    padding: 30px 0;
  }

  .slu5-inner {
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
    padding: 0;
  }

  .slu5-img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .slu5-text {
    width: 100%;
  }

  .slu5-line {
    width: 2px;
    height: 1em;
    margin-top: 0.4em;
  }

  .slu5 .swiper-pagination {
    text-align: center;
  }

  .C-banner {
    height: auto;
    min-height: 80vh;
  }

  .C-banner .main {
    flex-direction: column-reverse;
    ;
    gap: 20px;
    padding: 80px 20px 40px;
  }

  .C-banner .zuo {
    width: 100%;
    margin-left: 0;
    align-items: center;
    text-align: center;
  }

  .C-banner .you {
    width: 100%;
  }

  .C-banner .guang {
    display: none;
  }

  .pcc1 .you {
    width: 100%;
    margin-right: 0;
  }

  .pyl1 .you {
    width: 100%;
    margin-right: 0;
  }

  .kuajing1 .you {
    width: 100%;
    margin-right: 0;
  }

  .pingtai1 .you {
    width: 100%;
    margin-right: 0;
  }

  .pcc2 {
    padding: 30px 0;
  }

  .pcc2-stats {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .pcc2-stat {
    width: 45%;
  }

  .pcc2-guang {
    display: none;
  }

  .pcc2-body {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    margin-top: 30px;
  }

  .pcc2-info {
    width: 100%;
    padding-top: 0;
  }

  .pcc2-cards {
    flex-wrap: wrap;
    gap: 15px;
  }

  .pcc2-card {
    width: 100%;
    padding: 20px;
  }

  .pcc2-card-icon {
    width: 35px;
    height: 35px;
    border-radius: 11px;
    margin-bottom: 10px;
  }

  .pcc2-card-icon img {
    width: 20px;
    height: 20px;
  }

  .pcc3 {
    padding: 30px 0;
  }

  .pcc3-grid {
    gap: 15px;
  }

  .pcc3-card {
    padding: 15px 20px;
    border-radius: 20px;
  }

  .pcc3-card-li img {
    width: 16px;
  }

  .pcc4 {
    padding: 30px 0 0;
    margin: 0;
  }

  .pcc4-scroll-wrap {
    max-width: 100%;
    padding: 0 20px;
  }

  .pcc4-list {
    min-height: 250px;
  }

  .pcc4-item {
    width: 200px !important;
  }

  .pcc4-list .pcc4-item.active {
    width: 280px !important;
  }

  .pcc4-content {
    min-height: 250px;
  }

  .pcc4-detail-item img {
    width: 16px;
    height: auto;
  }

  .pyl2 {
    padding: 30px 0;
  }

  .pyl2-stats {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .pyl2-stat {
    width: 45%;
  }

  .pyl2-guang {
    /* display: none; */
    top: 600px;
    width: auto;
  }

  .pyl2-body {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .pyl2-info {
    width: 100%;
    padding-top: 0;
  }

  .pyl2-cards {
    padding: 0;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }

  .pyl2-card-col {
    width: 100%;
  }

  .pyl2-card {
    padding: 20px;
  }

  .pyl2-card-icon {
    width: 45px;
    height: 45px;
    border-radius: 11px;
    margin-bottom: 10px;
  }

  .pyl2-card-icon img {
    width: 24px;
  }

  .pyl3 {
    height: auto;
  }

  .pyl3 .ev {
    position: relative;
    height: auto;
    padding: 80px 5%;
  }

  .pyl3 .ev .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .pyl3 .info-list {
    position: static;
    left: 5%;
    top: 15%;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .pyl3 .info-list .icon {
    width: 20px;
  }

  .pyl3 .kuajing3-right {
    position: static;
    right: 5%;
    width: 100%;
    top: 50%;
  }

  .pky1 {
    height: auto;
    min-height: auto;
    padding-bottom: 30px;
  }

  .pky1-content {
    padding-top: 100px;
  }

  .pky1-desc {
    max-width: 90%;
    padding: 0 20px;
  }

  .pky1-stats {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 90%;
    margin: 20px auto 0;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pky1-title span {
    display: block;
  }

  .pky1-stat {
    /* width: 45%; */
  }

  .pky1-icon-img {
    width: 20px;
  }

  .pky2 {
    padding: 30px 0;
  }

  .pky2-guang {
    top: 135px;
  }

  .pky2-body {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .pky2-left {
    width: 100%;
  }

  .pky2-img {
    width: 100%;
    margin-top: 15px;
  }

  .pky2-right {
    width: 100%;
    gap: 10px;
  }

  .pky2-item {
    padding: 12px 15px;
  }

  .pky2-item-head {
    flex-direction: column;
    gap: 8px;
  }

  .pky2-tag img {
    width: 16px;
  }

  .pky2-item-head h3 {
    width: 100%;
  }

  .pky2-item-desc {
    width: 100%;
  }

  .pky2 .tags-wrap {
    display: block;
  }

  .pky2-item-tags {
    width: 100%;
    margin-left: 0;
  }

  .pky2-tag {
    width: auto;
  }

  .pky3 {
    padding: 30px 0;
  }

  .pky3-info {
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  .pky3-cards {
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
  }

  .pky3-card {
    padding: 20px;
  }

  .pky4 {
    padding: 30px 0;
  }

  .pky4 .jl8 {
    padding: 0;
  }

  .pky4 .slide-you-text {
    display: none;
  }

  .pingtai2 {
    padding: 30px 0;
  }

  .pingtai2-header {
    max-width: 90%;
  }

  .pingtai2-cards {
    max-width: 90%;
    gap: 15px;
  }

  .pingtai2-card {
    width: calc(50% - 8px);
    padding: 20px;
  }

  .pingtai2-icon {
    width: 35px;
    height: 35px;
    border-radius: 11px;
    display: flex;
  }

  .pingtai2-icon img {
    width: 16px;
    height: 16px;
  }

  .pingtai2-card p {
    max-width: 100%;
  }

  .pingtai3 {
    padding: 0 0 30px;
  }

  .pingtai3-inner {
    max-width: 90%;
  }

  .pingtai3-boxes {
    flex-direction: column;
    gap: 15px;
  }

  .pingtai3-box {
    width: 100%;
    height: auto;
    min-height: 150px;
    padding: 20px;
    text-align: left !important;
  }

  /* .pingtai3-img {
    display: none;
  } */
  .pingtai3-box:nth-child(1) .pingtai3-img {
    left: 240px;
    top: 40px;
  }

  .pingtai3-box:nth-child(2) .pingtai3-img {
    right: 15px;
    top: 40px;
  }

  .pingtai3-text {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .pingtai4,
  .pingtai5,
  .pingtai6 {
    position: relative;
    height: auto;
  }

  .pingtai4 {
    padding: 30px 0;
  }

  .pingtai4-content {
    padding: 0 20px;
  }

  .pingtai4-info {
    width: 100%;
  }

  .pingtai4-tag img {
    width: 16px;
    height: auto;
  }
  .pingtai4-cards {
    max-width: 100%;
    flex-direction: column;
    gap: 15px;
  }
  .pky1-stat .stat-text {
    color: #fff;
  }
  .pky1-mask {
    background: linear-gradient(to top, #fff 2%, rgba(255, 255, 255, 0) 100%);
    height: 25px;
  }
  .pingtai4-card {
    padding: 15px;
    border-radius: 15px;
  }

  .pingtai4-card-inner {
    flex-direction: column;
    gap: 10px;
  }

  .pingtai4-card h3 {
    width: 100%;
  }

  .pingtai5 {
    padding: 30px 0;
  }

  .pingtai5-content {
    padding: 0 20px;
  }

  .pingtai5-list {
    max-width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .pingtai5-item {
    min-height: auto;
    padding: 15px;
    border-radius: 15px;
  }

  .pingtai5-item p {
    padding-left: 12px;
  }

  .pingtai5-dot {
    width: 5px;
    height: 5px;
  }

  .pingtai7 {
    padding: 40px 0 30px;
  }

  .pingtai7-inner {
    flex-direction: column;
    gap: 20px;
    max-width: 90%;
    padding: 0;
  }

  .pingtai7-zuo {
    width: 100%;
  }

  .pingtai7-tags {
    flex-wrap: wrap;
  }

  .pingtai7-tag {
    width: auto;
    height: auto;
    padding: 8px 15px;
  }

  .pingtai7-btns {
    gap: 10px;
  }

  .pingtai7-you {
    max-width: 100%;
    margin-left: 0;
  }

  .pingtai7-you-img {
    height: auto;
    aspect-ratio: 16/10;
  }

  .pingtai7-icon {
    width: 22px;
    height: 22px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(250, 191, 0, 0.3);
  }

  .pingtai7-icon img {
    width: 100%;
  }

  .kuajing3 {
    position: relative;
    height: auto;
  }

  .kuajing3-content {
    flex-direction: column;
    gap: 20px;
    padding: 80px 20px 30px;
  }

  .kuajing3-left {
    width: 100%;
  }

  .kuajing3 .kuajing3-right {
    margin-top: 15px;
  }

  .kuajing3-right {
    width: 100%;
  }

  .kuajing3-right-sm {
    gap: 20px;
  }

  .kuajing3-card {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }

  .kuajing3-card-head {
    width: 100%;
  }

  .kuajing3-card-desc {
    display: block;
  }

  .kuajing3-tag img {
    width: 16px;
    height: auto;
  }

  .kuajing3-dot {
    width: 5px;
    height: 5px;
  }

  .kuajing4 {
    padding: 30px 0;
  }

  .kuajing4-cards {
    /* flex-wrap: wrap; */
    gap: 15px;
    /* justify-content: center;
    padding: 0 20px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .kuajing4-card {
    width: 100%;
    padding: 20px;
  }

  .kuajing4-card p {
    max-width: 100%;
  }

  .kuajing4-icon {
    width: 35px;
    height: 35px;
    border-radius: 11px;
  }

  .kuajing4-icon img {
    width: 16px;
    height: 16px;
  }

  .page-network .nwk1 {
    padding: 60px 0 30px;
  }

  .page-network .nwk1>.tac {
    padding: 0 20px;
  }

  .nwk1 .main {
    margin: 20px 4% 0;
    height: auto;
    /* flex-direction: column-reverse; */
    border-top: none;
  }

  .nwk1 .sidebar {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding: 15px 0;
    backdrop-filter: none;
    background: transparent;
    overflow: hidden;
    box-sizing: border-box;
  }

  .nwk1 .cards {
    max-height: none;
    padding: 10px 0 20px;
    border-top: none;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .nwk1 .cards .gdnr {
    padding: 0 14px;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nwk1 .cards .gdnr.gdnr-metrics,
  .nwk1 .cards .gdnr.gdnr-metrics.gdnr-metrics-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* padding: 0 14px; */
    gap: 8px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .nwk1 .gdnr.gdnr-metrics .card {
    min-height: fit-content;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px 6px;
  }

  .nwk1 .gdnr.gdnr-metrics .metric-item {
    gap: 8px;
    align-items: flex-start;
  }

  .nwk1 .gdnr.gdnr-metrics .metric-item svg {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }

  .nwk1 .gdnr.gdnr-metrics .metric-copy {
    min-width: 0;
    flex: 1;
  }

  .nwk1 .gdnr.gdnr-metrics .metric-value {
    /* font-size: clamp(18px, 5vw, 26px); */
    font-size: 16px;
    line-height: 1.2;
  }

  .nwk1 .gdnr.gdnr-metrics .metric-label {
    font-size: 12px;
    line-height: 1.4;
  }

  .nwk1 .card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
  }

  .nwk1 .card-header {
    margin-bottom: 10px;
  }

  .nwk1 .card-header img {
    width: 14px;
  }

  .nwk1 .card-desc {
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }

  .nwk1 .card-stats {
    gap: 10px;
    padding-top: 10px;
    margin-top: 10px;
  }

  .nwk1 .globe-area {
    flex: none;
    width: 100%;
    height: 320px;
    overflow: hidden;
  }

  .nwk1 .globe-container {
    width: 100%;
    position: relative;
    inset: auto;
    height: 320px;
  }

  .nwk1 .globe-container canvas,
  .nwk1-globe-canvas {
    touch-action: manipulation;
  }

  .page-network .nwk1-tooltip.is-visible {
    left: 50%;
    top: auto;
    padding: 10px;
    bottom: 100px;
    width: calc(100% - 32px);
    max-width: 320px;
    transform: translate3d(-50%, 0, 0);
  }

  .nwk1 .globe-glow {
    display: none;
  }

  .jl6-item .item-title {
    gap: 8px;
  }

  .nwk1 .globe-glow-inner {
    display: none;
  }

  .nwk1 .region-tabs {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin-bottom: 10px;
  }

  .nwk1 .region-tab {
    padding: 14px 16px;
    font-size: 14px;
    border-radius: 999px;
  }

  .nwk1 .city-label {
    font-size: 10px;
    padding: 2px 4px;
  }

  .nwk1 .city-label.hovered {
    font-size: 12px;
  }

  .nwk1 .about6-blur {
    display: none;
  }

  .legal-hero {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .legal-hero .hero-title {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .legal-hero .hero-line {
    width: 40px;
    margin-top: 12px;
  }

  .legal-body {
    max-width: 90%;
    padding: 30px 15px 40px;
  }

  .legal-section__title {
    font-size: 16px;
  }

  .legal-section__text {
    font-size: 14px;
  }

  .legal-article {
    padding: 10px 0 10px 15px;
  }

  .esg-title h2 {
    font-size: 20px;
  }

  .cardEffect {
    perspective: none;
    transform: none;
  }

  .slu3 .about3-header {
    left: 20px;
    top: 20px;
  }

  .z_tanchuang .tbox .modal {
    width: 95%;
    padding: 10px;
  }

  .z_tanchuang .tbox .modal .out {
    right: 0;
    top: -40px;
    width: 30px;
    height: 30px;
    background-size: 15px;
  }



  .C-banner.sol1 .zuo {
    width: 100%;
  }

  .sol1 .you {
    margin-right: 0;
  }

  .sol2 {
    padding: 30px 0;
  }

  .sol2-stats {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .sol2-stat {
    width: 45%;
  }

  .sol2-guang {
    display: none;
  }

  .sol2-body {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .sol2-info {
    width: 100%;
    padding-top: 0;
  }

  .sol2-cards {
    padding: 0;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
  }

  .sol2-card-col {
    width: 100%;
  }

  .sol2-card {
    padding: 20px;
  }

  .sol2-card-icon {
    width: 45px;
    height: 45px;
    border-radius: 11px;
    margin-bottom: 10px;
  }

  .sol2-card-icon img {
    width: 24px;
  }

  .nwk1 .globe-zoom-controls {
    gap: 10px;
  }

  .nwk1 .gdnr.gdnr-metrics .metric-unit {
    vertical-align: unset;
  }
  .jl8sw2 .swiper-slide {
    width: 100%;
  }
  .jl8sw2 .swiper-slide span {
    white-space: wrap;
  }
}