.case-txt {
  width: 100%;
  margin-bottom: 20px;
}

.case-content {
  width: 100%;
  margin-top: 20px;
}

.cc-left {
  width: 100%;
  background: #ececec;
  padding: 20px 10px;
}

.cleft-title {
  width: 100%;
}

.cleft-title p {
  color: #333;
  font-size: 16px;
}

.cleft-title p span {
  position: relative;
  font-size: 12px;
  font-family: "hb";
  box-sizing: border-box;
  padding-left: 5px;
  margin-left: 5px;
}

.cleft-title p span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background: #333;
}

.ccleft-swiper {
  width: 100%;
  margin-top: 15px;
}

.ccleft-swiper .swiper-container {
  width: 96%;
  margin: auto;
}

.ccleft-swiper .swiper-slide {
  width: 100%;
}

.scase-bg {
  width: 100%;
  background: #fff;
  /* padding: 20px 10px; */
  display: flex;
  height: 400px !important;
  flex-direction: column;
}

.scase-title {
  width: 100%;
  flex-shrink: 0;
  padding: 20px 10px;
}

.sc-top {
  width: 60px;
  height: 60px;
  float: left;
  background: #cfe8fd;
  border-radius: 50%;
}

.sct-t {
  width: 50px;
  height: 50px;
  background: #006db3;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
}

.sct-t img {
  width: 82%;
  display: block;
  margin: 5px auto;
}

.sc-tright {
  width: calc(100% - 60px);
  float: left;
  padding: 5px;
}

.sc-tright p {
  color: #666666;
  font-size: 12px;
}

.sc-tright p span {
  font-size: 18px;
  color: #0081cc;
}

.sbg-txt {
  width: 100%;
  /* margin-top: 10px; */
  overflow: auto;
  flex-grow: 1;
  padding: 10px 10px 20px;
}

.sbg-txt p {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}

.ccl-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.ccl-btn .swiper-pagination {
  position: relative;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
}

.ccl-btn .swiper-button-next,
.ccl-btn .swiper-button-prev {
  /* background: url(../img/cs_03.png) no-repeat; */
  background: none;
  /* background-size: 100% 100%; */
  width: 10px;
  height: 15px;
  top: 0%;
  margin-top: 0;
  bottom: 0;
  margin: auto;
}

.ccl-btn .swiper-pagination span {
  color: #666;
}

.ccl-btn .swiper-pagination-current {
  font-size: 16px;
}

.ccl-btn .swiper-pagination-total {
  font-size: 12px;
}

.ccl-btn .swiper-button-prev {
  transform: rotate(180deg);
  left: 30%;
}

.ccl-btn .swiper-button-next {
  right: 33%;
}

.cc-right {
  width: 100%;
  background: #ececec;
  padding: 20px 10px;
  margin-top: 10px;
}

.cright-list {
  width: 100%;
  margin-top: 10px;
}

.cright-list ul {
  width: 100%;
}

.cright-list ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5px 0px;
  border-bottom: 1px dashed #dcdcdc;
}

.crl-a {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.crl-a a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.crl-a p {
  width: calc(100% - 80px);
  float: left;
  color: #666666;
}

.crl-a p img {
  width: 6px;
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

.crl-a span {
  width: 80px;
  float: left;
  text-align: right;
  color: #666666;
}

.crl-page {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.crl-page .page {
  height: 20px;
}

.crl-page .page ul li a {
  line-height: 20px;
}

.crl-page .page ul li span {
  line-height: 20px;
}

.crl-page .page ul li {
  width: 30px;
}

.crl-page .page ul li:first-child {
  width: 60px;
}

.crl-page .page ul li:last-child {
  width: 60px;
}

.cright-list ul li:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .scase-bg {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .cc-right {
    width: 71%;
    float: left;
    margin-top: 0;
    height: 100%;
  }

  .cc-left {
    width: 28%;
    float: right;
    height: 100%;
  }

  .crl-page {
    width: auto;
    position: absolute;
    top: 10px;
    right: 0;
  }

  .crl-page .page {
    width: auto;
  }

  .case-content {
    height: 522px;
  }
}

@media (min-width: 1200px) {
  .cleft-title p {
    font-size: 25px;
  }

  .cleft-title p span {
    font-size: 16px;
    padding-left: 8px;
  }

  .cleft-title p span:before {
    height: 15px;
  }

  .case-content {
    margin-top: 30px;
    height: 564px;
  }

  .cc-right {
    padding: 30px;
  }

  .cright-list {
    margin-top: 20px;
  }

  .crl-page {
    top: 28px;
  }

  .cc-left {
    padding: 30px 10px;
  }

  .ccl-btn {
    margin-top: 20px;
  }

  .scase-bg {
    height: 405px;
  }

  .sc-tright p span {
    font-size: 20px;
  }

  .sc-tright p {
    font-size: 14px;
  }

  .sc-tright p:nth-of-type(1) {
    margin-bottom: 5px;
  }

  .cright-list ul li:hover .crl-a p {
    color: #0081cc;
  }

  .cright-list ul li:hover .crl-a span {
    color: #0081cc;
  }
}

@media (min-width: 1440px) {
  .case-content {
    margin-top: 50px;
    height: 744px;
  }

  .crl-a p {
    font-size: 16px;
  }

  .crl-a span {
    font-size: 16px;
  }

  .cright-list ul li {
    padding: 10px 0px;
  }

  .crl-page .page ul li a {
    font-size: 14px;
  }

  .ccleft-swiper {
    margin-top: 25px;
  }

  .sc-top {
    width: 70px;
    height: 70px;
  }

  .sct-t {
    width: 55px;
    height: 55px;
    margin: 7px auto;
  }

  .sc-tright {
    width: calc(100% - 70px);
    padding: 5px 10px;
  }

  .sbg-txt p {
    font-size: 14px;
    line-height: 25px;
  }

  .sbg-txt {
    margin-top: 20px;
  }

  .scase-bg {
    height: 505px;
    padding: 40px 20px;
  }

  .ccl-btn .swiper-pagination {
    font-size: 16px;
  }

  .ccl-btn .swiper-pagination-current {
    font-size: 25px;
  }

  .ccl-btn .swiper-pagination-total {
    font-size: 16px;
  }

  .ccl-btn {
    margin-top: 40px;
  }

  .cc-left {
    opacity: 0;
    margin-top: 20%;
    transition: 0.5s;
  }

  .cc-left.active {
    margin-top: 0;
    opacity: 1;
  }

  .cc-right {
    margin-top: 20%;
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.4s;
  }

  .cc-right.active {
    margin-top: 0;
    opacity: 1;
  }
}

@media (min-width: 1660px) {
  .cleft-title p {
    font-size: 30px;
  }

  .cc-left {
    padding: 30px 20px;
  }

  .sc-tright p {
    font-size: 16px;
  }

  .sc-tright p span {
    font-size: 30px;
  }

  .sbg-txt p {
    font-size: 16px;
    line-height: 30px;
  }

  .sbg-txt {
    margin-top: 30px;
  }
}

.cases_banner {
  position: absolute;
  height: 340px;
  top: 50%;
  left: 50%;
  translate: -100% -50%;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.8s;
  opacity: 0;
}

.cases_banner.active {
  translate: -50% -50%;
  opacity: 1;
}

.cases_banner_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 500px;
  display: flex;
  align-items: center;
}

.cases_banner_box>div {
  width: 100%;
}

.cases_banner_box .about_new_text_p {
  color: #fff;
  margin-top: 0;
}

.cases_banner_box .about_new_text_p span {
  color: #fff;
}

.cases_banner_box .ccleft-swiper .swiper-container {
  width: 100% !important;
  height: 260px;
}

.cases_banner_box .scase-bg {
  height: 100%;
  padding: 0;
}

.cases_banner_box .ccleft-swiper {
  padding-right: 140px;
}

.cases_banner_box .scase-bg {
  background: transparent;
  padding-left: 100px;
}

.cases_banner_box .scase-title {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-color: #ff8800;
  width: auto;
  z-index: 1;
  width: 200px;
  height: 200px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 20px 20px 40px -20px #ff880060;
}

.cases_banner_box .sbg-txt {
  background-color: #fff;
  padding: 32px 48px 32px 140px;
  margin-top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 28px;
}

.cases_banner_box .sc-tright {
  width: 100%;
  text-align: center;
}

.cases_banner_box .sc-tright p {
  color: #fff;
}

.cases_banner_box .sc-tright p span {
  color: #fff;
}

.cases_banner_box .ccl-btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 0;
  top: 28%;
  right: 50px;
}

.cases_banner_box .ccl-btn>div {
  position: relative;
  left: 0;
  right: 0;
  margin: 20px 0;
}

.cases_banner_box .ccl-btn>div:nth-child(2),
.cases_banner_box .ccl-btn>div:nth-child(2) span {
  color: #fff;
}

.cases_banner_box .ccl-btn>div:nth-child(1) {
  transform: rotate(-90deg);
}

.cases_banner_box .ccl-btn>div:nth-last-child(1) {
  transform: rotate(90deg);
}

.cases_banner_box .ccl-btn>div:nth-child(1),
.cases_banner_box .ccl-btn>div:nth-last-child(1) {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0081cc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_new_tab {
  display: grid;
  /* 设置网格布局 */
  grid-template-columns: repeat(2, 1fr);
  /* 一行3个元素，每个元素等宽 */
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  /* 行也等高度分配 */
  width: 26%;
  height: 60vh;
  /* 固定高度 */
  position: relative;
  flex-shrink: 0;
  font-size: 16px;
  margin-top: 70px;
  background-color: #f1f1f1;
  z-index: 100;
  color: #333;
  border-radius: 20px;
  overflow: hidden;

  /* 防止内容溢出 */
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.about_new_tab>p {
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: center;
  height: 100%;
  /* 填充整个网格单元格高度 */
  display: flex;
  /* 使用flex布局 */
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中 */
  padding: 10px;
  /* 保留少量内边距避免文字贴边 */
  margin: 0;
  /* 重置默认margin */
  box-sizing: border-box;
  /* 确保padding不会增加元素总宽度 */
}

.about_new_tab>p:hover {
  color: #000;
}

.about_new_tab>div {
  position: absolute;
  background-color: #ff8800;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 20px;
}

.about_new_tab .click {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.about_new_tab .click:hover {
  color: #fff;
}

.about_new_list {
  overflow: auto;
  width: 100%;
  height: 60vh;
  margin-top: 70px;
  padding: 0 30px;
}

.cases_new_mainList {
  display: flex;
  flex-wrap: wrap;
  /* column-gap: 20px; */
  row-gap: 20px;
  margin-left: -20px;
}

.cases_new_mainList>.cnml_list {
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  padding: 20px 40px 20px 20px;
  background-color: #f5f5f5;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cnml_title {
  font-size: 16px;
}

.cnml_yuan {
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
  margin-left: 20px;
}

.cnml_yuan>span {
  font-size: 24px;
  font-weight: bold;
  color: #ff8800;
  margin-left: 10px;
}

.cnml_img {
  width: 42px;
  position: absolute;
  right: 0;
  top: 0;
}

.noData_box {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}

.noData_box>img {
  width: 200px;
}

.noData_box>p {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}

.cases_new_more {
  width: 300px;
  text-align: center;
  line-height: 80px;
  background-color: #ff8800;
  border-radius: 28px;
  color: #fff;
  font-size: 18px;
  margin: 32px auto 0;
  cursor: pointer;
}

.about_new_main {
  margin-bottom: 70px;
}

.cnml_list_hover {
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cnml_list_hover:hover {
  box-shadow: 20px 20px 40px -20px #00000040;
  background-color: #fff;
}

.cases_new_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cases_new_popup>.cnp_before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000060;
}

.cases_new_popup>.cnp_box {
  position: absolute;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 10px 40px #00000040;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 28px;
}

.cnp_box {
  overflow: hidden;
}

.cnp_box_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.cnp_box_title>h1 {
  font-size: 18px;
}

.cnp_box_title>p {
  font-size: 16px;
}

.cnp_box_title>p>span {
  font-size: 32px;
  color: #ff8800;
  margin-left: 10px;
}

.cnp_box>img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}

.cnp_box_text {
  position: relative;
  margin-top: 40px;
}

.cnp_box_text>p {
  background: transparent !important;
}

.close-new-btn {
  position: absolute;
  top: 15%;
  right: 20%;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

/* 关闭图标样式 */
.close-new-btn::before,
.close-new-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}

.close-new-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-new-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/* 设置新案例主区域内每个子元素的样式 */
.new_cases_main>div:nth-child(1) {
  /* 设置宽度为父元素的 61.8%，遵循黄金比例 */
  display: flex;
  align-items: flex-start;
  /* 禁止子元素在弹性容器中缩小 */
  flex-shrink: 0;
}

.new_cases_main .cases_new_mainList>.cnml_list {
  width: calc(50% - 20px);
}

.new_cases_main>div:nth-child(2) {
  overflow: hidden;
}

.new_cases_main .about_new_text_p {
  margin-top: 52px;
}

.new_cases_main .swiper-wrapper {
  height: auto;
}

.new_cases_main .ccleft-swiper .swiper-container {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
}

.new_cases_main .ccl-btn {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  /* width: auto; */
}

.new_cases_main .ccl-btn>div {
  position: relative;
  width: auto;
  margin: 0 20px;
  left: 0;
  right: 0;
}

/* .new_cases_main .ccl-btn > div:nth-child(2),
.new_cases_main .ccl-btn > div:nth-child(2) span {
  color: #fff;
} */

.new_cases_main .ccl-btn>div:nth-child(1),
.new_cases_main .ccl-btn>div:nth-last-child(1) {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0081cc;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* @media (max-width: 1366px) {}

@media (max-width: 1340px) {}

@media (max-width: 1240px) {}

@media (max-width: 1000px) {} */


@media (max-width: 1366px) {}

@media (max-width: 1340px) {}

@media (max-width: 1240px) {}

@media (max-width: 1000px) {
  .about_new_main {
    padding: 0 !important;
    margin-bottom: 32px;
  }

  .about_new_tab {
    margin-top: 0;
    display: block;
    --height: 60px;
    height: calc(var(--height) * 11);
    border-radius: 0 0 20px 0;


    &>p {
      height: var(--height);
    }

    &>div {
      border-radius: 0;
    }
  }

  .about_new_list {
    margin-top: 0;
    padding: 0 20px;
    --height: 60px;
    height: calc(var(--height) * 11);

    .cases_new_mainList {
      padding: 20px 0;
    }
  }

  .new_cases_main .cases_new_mainList>.cnml_list {
    width: 100% !important;
  }

  .cases_new_mainList>.cnml_list {
    display: block;
    padding: 20px;
    border-radius: 10px;
  }

  .cnml_yuan {
    margin-left: 0px;
    margin-top: 10px;
  }

  .cases_new_more {
    width: 100%;
    line-height: 60px;
    border-radius: 10px;
    margin: 0;
  }

  .new_cases_main .about_new_text_p {
    margin-top: 32px;
    padding: 0 20px;
  }

  .ccleft-swiper {
    margin-top: 32px;
  }

  .sbg-txt p {
    font-size: 14px;
  }

  .cases_new_popup>.cnp_box {
    top: 20vh !important;
    width: calc(100% - 40px) !important;
    left: 20px !important;
  }

  .close-new-btn {
    top: 15%;
    right: 20px;
  }
}