/*@font-face {*/
/*  font-family: "HarmonyOS Sans SC";*/
/*  src: url("../fonts/HarmonyOS Sans SC.ttf");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

@keyframes scale {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }

  100% {
    opacity: 0.1;
    transform: scale(6);
  }
}

.main-tit {
  margin-top: 0.4rem;
  color: #333333;
  line-height: 1;
}

.main-more {
  display: block;
  width: 4.8rem;
  height: 1.4rem;
  text-align: center;
  line-height: calc(1.4rem - 2px);
  border-radius: 0.2rem;
  border: 1px solid var(--logoColor);
  color: #000;
  transition: all 0.4s;
}

.main-more.other {
  border-color: var(--logoColor);
  background-color: var(--logoColor);
  color: #fff;
}

.main-more.other:hover {
  transform: translateY(-0.2rem);
}

.main-more:hover {
  border-color: var(--logoColor);
  background-color: var(--logoColor);
  color: #fff;
}

.page:not(body) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .goto {
  margin-left: 1.75rem;
  display: flex;
  align-items: center;
}

.page .goto p {
  color: #333333;
}

.page .goto input {
  width: 1.7rem;
  height: 1rem;
  border: 1px solid #f2f2f2;
  border-radius: 0.1rem;
  margin: 0 0.3rem;
  color: #333;
  padding: 0 0.3rem;
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-box a {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #ebe1dc;
  color: var(--logoColor);
  margin-right: 0.5rem;
  transition: all 0.4s;
}

.page-box a:last-child {
  margin-right: 0;
}

.page-box a:hover,
.page-box a.active {
  background-color: var(--logoColor);
  color: #fff;
}

.main-related .top-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-related .top-tit .search {
  width: 12.25rem;
  height: 1.65rem;
  border-radius: 0.1rem;
  border: 1px solid #e4e4e4;
  padding: 0 0.7rem 0 0.6rem;
  display: flex;
  align-items: center;
}

.main-related .top-tit .search input {
  width: calc(100% - 0.5rem);
  height: 100%;
  color: #666;
}

.main-related .top-tit .search .btn {
  width: 0.5rem;
}

.main-related .top-tit .search .btn img {
  width: 100%;
}

.main-related .table-box {
  margin-top: 0.75rem;
}

.main-related .table-box table {
  width: 100% !important;
}

.main-related .table-box table tr {
  width: 100%;
}

.main-related .table-box table tr:first-child {
  background-color: var(--logoColor);
}

.main-related .table-box table tr:not(:first-child):nth-child(2n-1) {
  background-color: rgba(130, 35, 110, 0.03);
}

.main-related .table-box table tr th,
.main-related .table-box table tr:first-child td {
  height: 1.2rem;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.7rem;
  max-width: 7.75rem;
  position: relative;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.main-related .table-box table tr th::before,
.main-related .table-box table tr:first-child td::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.main-related .table-box table tr th::after,
.main-related .table-box table tr:first-child td::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0.2rem solid var(--logoColor);
  border-left: 0.275rem solid transparent;
  border-right: 0.275rem solid transparent;
}
.main-related .table-box table tr th:nth-last-of-type(1):after{display: none;}
.main-related .table-box table tr th:first-child {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.main-related .table-box table tr th:last-child {
  border-right: none;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.main-related .table-box table tr th:last-child::before,
.main-related .table-box table tr:first-child td:last-child::before {
  display: none;
}

.main-related .table-box table tr td {
  height: 1.6rem;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.7rem;
  max-width: 7.75rem;
  color: #000000;
  text-align: center;
  vertical-align: middle;
}

.main-related .table-box table tr td:first-child {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.main-related .table-box table tr td:last-child {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.main-related .table-box table tr td div {
  display: flex;
  justify-content: center;
}

.main-related .table-box table tr td p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-related .table-box table tr td a {
  display: inline-block;
  width: 1.6rem;
  height: 0.75rem;
  text-align: center;
  line-height: 0.75rem;
  border-radius: 3px;
  margin-right: 0.25rem;
  color: var(--logoColor);
  border: 1px solid #e5e5e5;
  transition: all 0.4s;
}

.main-related .table-box table tr td a:hover {
  background-color: var(--logoColor);
  color: #fff;
}

.main-related .table-box table tr td a:last-child {
  margin-right: 0;
}

.about {
  padding: 4.35rem 0 0;
}

.about .company .top-intro {
  display: flex;
  justify-content: space-between;
}

.about .company .top-intro .tit {
  color: #000000;
  line-height: 1.1;
  width: 51%;
}

.about .company .top-intro .tit p {
  color: var(--logoColor);
}

.about .company .top-intro .cont {
  color: #666666;
  line-height: 1.55;
  width: 49%;
}

.about .company .company-swiper {
  height: 15rem;
  margin-top: 4.4rem;
  border-radius: 0.3rem;
}

.about .company .company-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.about .company .company-swiper .swiper-pagination {
  bottom: 0.5rem;
  line-height: 1;
}

.about .company .company-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.about .company .company-swiper .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.about .company .company-swiper .swiper-slide {
  width: 33.33%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.about .company .company-swiper .swiper-slide:last-child {
  border-right: none;
}

.about .company .company-swiper .swiper-slide .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.1rem 1.6rem;
  transform: translateY(calc(7em + 0.7rem));
  transition: all 0.4s;
}

.about .company .company-swiper .swiper-slide .tit {
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.4s;
}

.about .company .company-swiper .swiper-slide .cont {
  margin-top: 0.45rem;
  color: #fff;
  line-height: 1.75;
  height: 7em;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
}

.about .company .company-swiper .swiper-slide:hover .pos-cont {
  transform: translateY(0);
}

.about .company .company-swiper .swiper-slide:hover .tit {
  opacity: 1;
}

.about .company .company-swiper .swiper-slide:hover .cont {
  opacity: 1;
}

.about .source {
  margin-top: 4.5rem;
}

.about .source .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about .source .wrap .lf {
  width: 60%;
  padding-right: 2.75rem;
}

.about .source .wrap .lf .tit {
  color: #000000;
}

.about .source .wrap .lf .cont {
  margin-top: 0.85rem;
  color: #666666;
  line-height: 1.55;
}

.about .source .wrap .rg {
  width: 40%;
  border-radius: 0.3rem;
  overflow: hidden;
}

.about .source .wrap .rg img {
  width: 100%;
  transition: all 0.4s;
}

.about .source .wrap .rg:hover img {
  transform: scale(1.04);
}

.about .service {
  margin-top: 4.5rem;
}

.about .service .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.about .service .wrap .lf {
  width: 60%;
  padding-left: 4rem;
}

.about .service .wrap .lf .tit {
  color: #000000;
}

.about .service .wrap .lf .cont {
  margin-top: 0.85rem;
  color: #666666;
  line-height: 1.55;
}

.about .service .wrap .rg {
  width: 40%;
  border-radius: 0.3rem;
  overflow: hidden;
}

.about .service .wrap .rg img {
  width: 100%;
  transition: all 0.4s;
}

.about .service .wrap .rg:hover img {
  transform: scale(1.04);
}

.about .history {
  margin-top: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 4.6rem;
}

.about .history .box {
  margin-top: 1rem;
  padding: 0 8% 0 10.4%;
  display: flex;
  align-items: center;
  position: relative;
  /*overflow: auto;*/
}

.about .history .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 3.25rem);
  height: 6rem;
  background: linear-gradient(to bottom,
      transparent,
      rgba(255, 255, 255, 0.8),
      #fff 90%);
}

.about .history .box .timeline-year {
  width: 3.25rem;
  padding-right: 1.1rem;
  position: relative;
}

.about .history .box .timeline-year .progress {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ececec;
  overflow: hidden;
}

.about .history .box .timeline-year .progress .progress-bar {
  width: 2px;
  height: 0;
  background-color: var(--logoColor);
}

.about .history .box .timeline-year .item-box {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  text-align: right;
  padding: 0.7rem 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.about .history .box .timeline-year .item-box .item-wrapper {
  max-height: 15rem;
  transition: all 0.4s;
}

.about .history .box .timeline-year .item-box p {
  color: #d9d9d9;
  margin-bottom: 1.45rem;
  transition: all 0.4s;
}

.about .history .box .timeline-year .item-box p:last-child {
  margin-bottom: 0;
}

.about .history .box .timeline-year .item-box p.active {
  color: var(--logoColor);
  font-size: 0.6rem;
  font-family: "GothamMedium";
}

.about .history .box .timeline-box {
  width: calc(100% - 3.25rem);
  position: relative;
}

.about .history .box .timeline-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(to top,
      transparent,
      rgba(255, 255, 255, 0.8),
      #fff 90%);
}

.about .history .box .timeline-box .item-box {
  padding-bottom: 3rem;
  max-height: 15rem;
  overflow: scroll;
  scrollbar-width: thin;
  scrollbar-color: #fff #fff;
}

.about .history .box .timeline-box .item-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.about .history .box .timeline-box .item-box .item {
  position: relative;
  margin-bottom: 0.5rem;
  min-height: 6rem;
  padding: 1.5rem 0;
}

.about .history .box .timeline-box .item-box .item:last-child {
  margin-bottom: 0;
}

.about .history .box .timeline-box .item-box .item .year {
  float: left;
  width: 45.3%;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  position: sticky;
  top: 10vh;
}

.about .history .box .timeline-box .item-box .item .line {
  position: absolute;
  top: 0;
  left: 45.3%;
  width: 2px;
  height: 100%;
  background-color: #333333;
}

.about .history .box .timeline-box .item-box .item .line::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 3px;
  background-color: #d9d9d9;
}

.about .history .box .timeline-box .item-box .item .cont {
  float: right;
  width: 54.7%;
  padding-left: 3.8rem;
}

.about .history .box .timeline-box .item-box .item .cont .h1 {
  color: #000;
}

.about .history .box .timeline-box .item-box .item .cont .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.6;
}

.about .history .box .timeline-box .item-box .item.active .cont .h1 {
  color: var(--logoColor);
}

.about .history .box .timeline-box .skip {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: calc(45.3% - 1em);
  color: #000000;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}

.about .history .box .timeline-box .skip:hover {
  color: var(--logoColor);
}

.about .story {
  padding: 2.7rem 0 3.05rem;
  background-color: #F9F9F9;
}

.about .story .wrap {
  display: flex;
  justify-content: space-between;
}

.about .story .wrap .lf {
  width: 47%;
  margin-right: 16.4%;
  padding-top: 1.35rem;
}

.about .story .wrap .lf .tit {
  color: #000000;
}

.about .story .wrap .lf .cont {
  margin-top: 1.25rem;
  color: #666666;
  line-height: 1.55;
}

.about .story .wrap .rg {
  width: 36.6%;
  padding-right: 1.1rem;
}

.about .story .wrap .rg img {
  width: 100%;
}

.about .story .wrap .rg .pic {
  width: 100%;
  height: 15.3rem;
  position: relative;
}

.about .story .wrap .rg .pic>img {
  border-radius: 0.3rem;
  height: 100%;
  object-fit: cover;
}

.about .story .wrap .rg .pic .pos-cont {
  position: absolute;
  width: 88%;
  height: 3.85rem;
  right: -0.6rem;
  bottom: -0.5rem;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  padding: 0.95rem 0.8rem 0.5rem;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.03);
}

.about .story .wrap .rg .pic .pos-cont .h1 {
  color: #999999;
}

.about .story .wrap .rg .pic .pos-cont .h2 {
  margin-top: 0.5rem;
  color: #999;
}

.about .story .wrap .rg .pic .pos-cont .img {
  width: 61%;
  position: absolute;
  bottom: -0.65rem;
  right: 0.9rem;
}

.solution {
  padding: 2.35rem 0 3.2rem;
}

.solution .reshap .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.solution .reshap .wrap .tit {
  width: 52%;
  padding-right: 2rem;
  line-height: 1.3;
  /*font-family: gl;*/
}

.solution .reshap .wrap .cont {
  width: 48%;
  color: #666666;
  line-height: 1.55;
}

.solution .reshap .wrap .pos-bg {
  position: absolute;
  right: 0;
  top: -0.7rem;
  width: 35%;
  z-index: -1;
}

.solution .reshap .wrap .pos-bg img {
  width: 100%;
}

.solution .list {
  margin-top: 2.2rem;
  padding: 2.2rem 0;
/*  background: #F8F8F8;*/
}

.solution .list .li-box {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  max-height: 13.25rem;
  overflow: hidden;
  transition: all 0.6s;
}

.solution .list .li-box .li {
  width: 23.5%;
  height: 6.05rem;
  margin-right: 2%;
  margin-bottom: 1.15rem;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}

.solution .list .li-box .li:nth-child(4n) {
  margin-right: 0;
}

.solution .list .li-box .li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.solution .list .li-box .li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.6rem;
  color: #fff;
  transition: all 0.4s;
}

.solution .list .li-box .li:hover img {
  transform: scale(1.04);
}

.solution .list .li-box .li:hover p {
  transform: translateY(-0.3rem);
}

.solution .list .li-box.showList {
  max-height: 999rem;
}

.solution .list .extend {
  margin: 1.35rem auto 0;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  cursor: pointer;
}

.solution .list .extend .txt {
  color: #333333;
  margin-bottom: 0.1rem;
}

.solution .list .extend .txt span {
  color: var(--logoColor);
}

.solution .list .extend .arr {
  display: inline-block;
  color: #333333;
  transition: all 0.4s;
}

.solution .list .extend .hide {
  display: none;
}

.solution .list .extend.active .show {
  display: none;
}

.solution .list .extend.active .hide {
  display: block;
}

.solution .list .extend.active .arr {
  transform: rotate(180deg);
}

.dominance {
  margin-top: 2.2rem;
}

.dominance .box {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
}

.dominance .box .pic {
  width: 43%;
  height: 12.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.dominance .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dominance .box .li-box {
  width: 57%;
  padding-left: 2.65rem;
}

.dominance .box .li-box .li {
  padding-bottom: 1.1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #e2e2e2;
}

.dominance .box .li-box .li:last-child {
  margin-bottom: 0;
}

.dominance .box .li-box .li .top-bots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.dominance .box .li-box .li .top-bots .h1 {
  color: #000000;
  line-height: 1.17;
  width: 58%;
  transition: all 0.4s;
}
.dominance .box .li-box .li .top-bots .arr {
  color: #c4c4c4;
  transition: all 0.4s;
}

.dominance .box .li-box .li .btn-bots {
  display: none;
  margin-top: 0.5rem;
  color: #666666;
  line-height: 1.75;
}

.dominance .box .li-box .li.active .top-bots .h1 {
  color: var(--logoColor);
}

.dominance .box .li-box .li.active .top-bots .arr {
  color: var(--logoColor);
  transform: rotate(180deg);
}

.solution .studies {
  margin-top: 4.5rem;
}

.solution .studies .wrap {
  height: 15rem;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}

.solution .studies .wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution .studies .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
}

.solution .studies .wrap .pos-cont {
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  width: calc(100% - 6rem);
  z-index: 5;
  text-align: center;
}

.solution .studies .wrap .pos-cont .tit {
  color: #fff;
}

.solution .studies .wrap .pos-cont .cont {
  margin: 0.7rem auto 0;
  color: #fff;
  line-height: 1.55;
  width: 61%;
}

.solution .studies .wrap .pos-cont .more {
  margin: 4rem auto 0;
}

.solution .related {
  margin-top: 4.2rem;
}

.solution .contact-us {
  margin-top: 2.2rem;
  width: 100%;
}

.solution .contact-us .wrap {
  min-height: 8.5rem;
  border-radius: 0.3rem;
  position: relative;
  padding: 1.95rem 3.4rem 1.25rem;
  overflow: hidden;
}

.solution .contact-us .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.solution .contact-us .wrap .cont {
  color: #fff;
  line-height: 1.33;
  text-align: center;
  position: relative;
  z-index: 5;
}

.solution .contact-us .wrap .more {
  margin: 1rem auto 0;
  position: relative;
  z-index: 5;
}

.float-box {
  position: fixed;
  z-index: 99;
  right: 0.5rem;
  top: 60%;
  transform: translateY(-50%);
}

.float-box .li {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.2rem;
  background-color: var(--logoColor);
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.float-box .li:last-child {
  margin-bottom: 0;
}

.float-box .li>img {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.float-box .li .pos-cont {
  position: absolute;
  bottom: 0;
  right: -5.85rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 5.85rem;
  height: auto;
  padding: 0.4rem;
  border-radius: 0.2rem;
  background-color: var(--logoColor);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.float-box .li .pos-cont .code {
  width: 3.25rem;
}

.float-box .li .pos-cont .code img {
  width: 100%;
}

.float-box .li .pos-cont .txt {
  color: #fff;
  margin-top: 0.15rem;
  text-align: center;
}

.float-box .li .pos-cont .h1 {
  color: #fff;
  margin-bottom: 0.15rem;
}

.float-box .li .pos-cont .h2 {
  color: #fff;
  line-height: 1.14;
  margin-bottom: 0.4rem;
}

.float-box .li .pos-cont .icon {
  display: flex;
  align-items: center;
}

.float-box .li .pos-cont .icon div {
  width: 0.45rem;
  margin-right: 0.15rem;
  text-align: center;
}

.float-box .li .pos-cont .icon p {
  color: #fff;
}

.float-box .li:hover .pos-cont {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.float-box .li .back-top {
  display: none;
}

.solution-info .top-container {
  padding: 1.6rem 0 3.05rem;
  background-color: #f9f9f9;
}

.solution-info .top-container .wrap {
  position: relative;
}

.solution-info .top-container .lf {
  float: left;
  width: 67%;
  background-color: #fff;
  padding: 1.65rem 1.2rem 2.7rem 1.4rem;
}

.solution-info .top-container .lf .tit {
  color: #000000;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.solution-info .top-container .lf .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 1.2rem);
  height: 1px;
  background-color: #eeeeee;
}

.solution-info .top-container .lf .cont {
  color: #666666;
  line-height: 1.875;
}

.solution-info .top-container .rg {
  float: right;
  position: sticky;
  top: 3rem;
  width: 30.7%;
  background-color: #fff;
  padding: 1rem;
}

.solution-info .top-container .rg .tit {
  color: #333333;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.solution-info .top-container .rg .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 1rem);
  height: 1px;
  background-color: #e5e5e5;
}

.solution-info .top-container .rg .li-box {
  max-height: 17.2rem;
  overflow: hidden;
  transition: all .5s;
}

.solution-info .top-container .rg .li-box.show {
  max-height: 99rem;
}

.solution-info .top-container .rg .li-box .li {
  display: flex;
  margin-bottom: 0.5rem;
}

.solution-info .top-container .rg .li-box .li:last-child {
  margin-bottom: 0;
}

.solution-info .top-container .rg .li-box .li .pic {
  width: 3.65rem;
  height: 2.45rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.solution-info .top-container .rg .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.solution-info .top-container .rg .li-box .li .intro {
  width: calc(100% - 3.65rem);
  padding-left: 0.5rem;
  padding-top: 0.35rem;
}

.solution-info .top-container .rg .li-box .li .intro .h1 {
  color: #000000;
  line-height: 1.44;
  transition: all 0.4s;
}

.solution-info .top-container .rg .li-box .li:hover .pic img {
  transform: scale(1.04);
}

.solution-info .top-container .rg .li-box .li:hover .intro .h1 {
  color: var(--logoColor);
}

.solution-info .top-container .rg .sli-btn {
  margin: .5rem auto 0;
  width: max-content;
  text-align: center;
  color: #333;
  cursor: pointer;
}

.solution-info .top-container .rg .sli-btn .show {
  display: block;
}

.solution-info .top-container .rg .sli-btn .hide {
  display: none;
}

.solution-info .top-container .rg .sli-btn span {
  display: block;
  margin-top: .1rem;
}

.solution-info .top-container .rg .sli-btn.active .show {
  display: none;
}

.solution-info .top-container .rg .sli-btn.active .hide {
  display: block;
}

.solution-info .top-container .rg .sli-btn.active span {
  transform: rotate(180deg);
}

.solution-info .related {
  padding: 3.7rem 0 4.05rem;
}

.case-list {
  padding: 3.15rem 0 3.05rem;
}

.case-list .handle-box {
  margin-top: 0.7rem;
  display: flex;
}

.case-list .handle-box .li {
  width: 32%;
  height: 1.65rem;
  margin-right: 2%;
  border-radius: 0.1rem;
  border: 1px solid #e4e4e4;
}

.case-list .handle-box .li:last-child {
  margin-right: 0;
}

.case-list .handle-box .search {
  display: flex;
  align-items: center;
  padding: 0 0.7rem 0 0.6rem;
}

.case-list .handle-box .search input {
  width: calc(100% - 0.5rem);
  height: 100%;
  color: #666;
  background: none;
}

.case-list .handle-box .search .btn {
  width: 0.5rem;
}

.case-list .handle-box .search .btn img {
  width: 100%;
}

.case-list .handle-box .select {
  position: relative;
}

.case-list .handle-box .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  border-top: 0.2rem solid #333333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.case-list .handle-box .select p {
  width: 100%;
  height: 100%;
  line-height: 1.65rem;
  padding: 0 0.6rem 0 0.5rem;
  color: #000000;
  cursor: pointer;
}

.case-list .handle-box .select .sli-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  max-height: 5rem;
  overflow-y: auto;
  display: none;
}

.case-list .handle-box .select .sli-box span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  transition: all 0.4s;
}

.case-list .handle-box .select .sli-box span:last-child {
  border-bottom: none;
}

.case-list .handle-box .select .sli-box span:hover {
  color: var(--logoColor);
}

.case-list .li-box {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.case-list .li-box .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
}

.case-list .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.case-list .li-box .li .pic {
  width: 100%;
  height: 8.25rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.case-list .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.case-list .li-box .li .h1 {
  margin-top: 0.6rem;
  color: #000000;
  transition: all 0.4s;
}

.case-list .li-box .li:hover .pic img {
  transform: scale(1.04);
}

.case-list .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.rd {
  padding: 4.5rem 0 5.25rem;
}

.rd .top-intro .wrap {
  display: flex;
}

.rd .top-intro .wrap .lf {
  width: 65.8%;
  padding-top: 1.95rem;
  padding-right: 5.6rem;
}

.rd .top-intro .wrap .lf .cont {
  margin-top: 0.85rem;
  line-height: 1.55;
}

.rd .top-intro .wrap .rg {
  width: 34.2%;
  height: 11.8rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.rd .top-intro .wrap .rg img {
  width: 100%;
}

.rd .process {
  margin-top: 4.5rem;
}

.rd .process .li-box {
  margin-top: 1.9rem;
}

.rd .process .li-box .li {
  margin-bottom: 1.45rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #dcdcdc;
}

.rd .process .li-box .li:last-child {
  margin-bottom: 0;
}

.rd .process .li-box .li .top-bots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.rd .process .li-box .li .top-bots .h1 {
  color: #000000;
  line-height: 1.35;
  width: 80%;
  transition: all 0.4s;
}

.rd .process .li-box .li .top-bots .arr {
  color: #c4c4c4;
  transition: all 0.4s;
}

.rd .process .li-box .li .btn-bots {
  margin-top: 0.7rem;
  padding-right: 2.75rem;
  display: none;
}

.rd .process .li-box .li .btn-bots .intro {
  padding-right: 2rem;
  color: #666;
  line-height: 1.55;
}

.rd .process .li-box .li .btn-bots .item-box {
  margin-top: 2.25rem;
}

.rd .process .li-box .li .btn-bots .item-box .item {
  display: flex;
  margin-bottom: 1.55rem;
}

.rd .process .li-box .li .btn-bots .item-box .item .h1 {
  width: 42%;
  color: #000000;
}

.rd .process .li-box .li .btn-bots .item-box .item .cont {
  width: 58%;
  color: #666666;
  line-height: 1.5;
  padding-right: 2rem;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1.55rem;
}

.rd .process .li-box .li .btn-bots .item-box .item:last-child {
  margin-bottom: 0;
}

.rd .process .li-box .li .btn-bots .item-box .item:last-child .cont {
  border-bottom: none;
  padding-bottom: 0;
}

.rd .process .li-box .li.active .top-bots .h1 {
  color: var(--logoColor);
}

.rd .process .li-box .li.active .top-bots .arr {
  transform: rotate(180deg);
  color: var(--logoColor);
}

.rd .contact-form {
  margin-top: 4.5rem;
}

.rd .contact-form .wrap {
  display: flex;
}

.rd .contact-form .wrap .lf {
  width: 58%;
  padding-right: 2rem;
}

.rd .contact-form .wrap .lf .tit {
  line-height: 1.3;
}

.rd .contact-form .wrap .lf .cont {
  margin-top: 0.6rem;
  color: #666666;
  line-height: 1.55;
}

.rd .contact-form .wrap .lf .form {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.rd .contact-form .wrap .lf .form .li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 0.5rem;
}

.rd .contact-form .wrap .lf .form .li:nth-child(2n) {
  margin-right: 0;
}

.rd .contact-form .wrap .lf .form .li .h1 {
  color: #333333;
}

.rd .contact-form .wrap .lf .form .li .h1 span {
  color: #ff0000;
}

.rd .contact-form .wrap .lf .form .li .ipt {
  margin-top: 0.2rem;
  width: 100%;
  height: 1.15rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.1rem;
  color: #666;
  background: none;
  padding: 0 0.4rem;
}

.rd .contact-form .wrap .lf .form .li .textarea {
  margin-top: 0.2rem;
  width: 100%;
  height: 3.6rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.1rem;
  color: #666;
  background: none;
  padding: 0.4rem;
  resize: none;
}

.rd .contact-form .wrap .lf .form .li.wid1 {
  width: 100%;
}

.rd .contact-form .wrap .lf .form .li.select-ipt {
  margin-right: 0;
}

.rd .contact-form .wrap .lf .form .li.select-ipt .ipt-box {
  position: relative;
  z-index: 10;
}

.rd .contact-form .wrap .lf .form .li.select-ipt .ipt-box::after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  border-top: 0.2rem solid #333333;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  pointer-events: none;
}

.rd .contact-form .wrap .lf .form .li.select-ipt .ipt-box .ipt {
  cursor: pointer;
}

.rd .contact-form .wrap .lf .form .li.select-ipt .ipt-box .sli-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  max-height: 5rem;
  overflow-y: auto;
  border: 1px solid #e4e4e4;
  display: none;
}

.rd .contact-form .wrap .lf .form .li.select-ipt .ipt-box .sli-box::-webkit-scrollbar {
  width: 3px;
}

.rd .contact-form .wrap .lf .form .li.select-ipt .ipt-box .sli-box span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.6rem;
  color: #666;
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.4s;
}

.rd .contact-form .wrap .lf .form .li.select-ipt .ipt-box .sli-box span:last-child {
  border-bottom: none;
}

.rd .contact-form .wrap .lf .form .li.select-ipt .ipt-box .sli-box span:hover {
  color: var(--logoColor);
}

.rd .contact-form .wrap .lf .form .submit {
  margin-top: 0.1rem;
  width: 100%;
  height: 1.4rem;
  background-color: var(--logoColor);
  border-radius: 0.1rem;
  color: #fff;
  transition: all 0.4s;
}

.rd .contact-form .wrap .lf .form .submit:hover {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.rd .contact-form .wrap .rg {
  width: 42%;
  height: 20.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.rd .contact-form .wrap .rg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.rgCenter {
  padding: 4.35rem 0 5.75rem;
}

.rgCenter .li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
}

.rgCenter .li:last-child {
  margin-bottom: 0;
}

.rgCenter .li .lf {
  width: 60%;
  padding-right: 3rem;
}

.rgCenter .li .lf .tit {
  color: #000000;
}

.rgCenter .li .lf .cont {
  margin-top: 0.85rem;
  color: #666666;
  line-height: 1.55;
}

.rgCenter .li .pic {
  width: 40%;
  overflow: hidden;
  border-radius: 0.3rem;
}

.rgCenter .li .pic img {
  width: 100%;
  transition: all 0.4s;
}

.rgCenter .li:hover .pic img {
  transform: scale(1.04);
}

.rgCenter .li:nth-child(2n) {
  flex-direction: row-reverse;
}

.rgCenter .li:nth-child(2n) .lf {
  padding-right: 0;
  padding-left: 4.15rem;
}

.proCenter {
  padding: 2.35rem 0 4.55rem;
}

.proCenter .tit {
  color: #000000;
}

.proCenter .intro {
  margin-top: 1rem;
  color: #666666;
  line-height: 1.55;
}

.proCenter .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.proCenter .li-box .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.1rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.proCenter .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.proCenter .li-box .li .pic {
  width: 100%;
  height: 7.6rem;
  overflow: hidden;
}

.proCenter .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.proCenter .li-box .li .info {
  padding: 1.1rem 0.6rem;
}

.proCenter .li-box .li .info .h1 {
  color: #000000;
}

.proCenter .li-box .li .info .cont {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.875;
}

.proCenter .li-box .li:hover .pic img {
  transform: scale(1.04);
}

.news {
  background-color: #f9f9f9;
  padding: 2.45rem 0 3.25rem;
}

.news .change-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.news .change-box .tab {
  display: flex;
}

.news .change-box .tab a {
  color: #333333;
  padding-bottom: 0.75rem;
  position: relative;
  margin-right: 2.35rem;
  transition: all 0.4s;
}

.news .change-box .tab a:last-child {
  margin-right: 0;
}

.news .change-box .tab a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--logoColor);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}

.news .change-box .tab a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.news .change-box .tab a.active {
  color: var(--logoColor);
}

.news .change-box .tab a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.news .change-box .time {
  position: absolute;
  bottom: 0.4rem;
  right: 0;
}

.news .change-box .time p {
  width: 5rem;
  height: 1.35rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.15rem;
  background-color: #fff;
  position: relative;
  color: #000000;
  line-height: 1.35rem;
  padding: 0 0.5rem;
  cursor: pointer;
}

.news .change-box .time p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.55rem;
  transform: translateY(-50%);
  border-top: 5px solid #000000;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
}

.news .change-box .time .sli-box {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0.15rem;
  background-color: #fff;
  max-height: calc(4rem + 3px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  transition: all 0.4s;
}

.news .change-box .time .sli-box::-webkit-scrollbar {
  width: 3px;
}

.news .change-box .time .sli-box a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  color: #666;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.4s;
}

.news .change-box .time .sli-box a:last-child {
  border-bottom: none;
}

.news .change-box .time .sli-box a:hover {
  color: var(--logoColor);
}

.news .change-box .time:hover .sli-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.news .hot {
  margin-top: -3px;
  padding: 2.1rem 1.6rem 2.35rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.news .hot .pic {
  width: 35.5%;
  border-radius: 0.3rem;
  overflow: hidden;
}

.news .hot .pic img {
  width: 100%;
  transition: all 0.4s;
}

.news .hot .intro {
  width: 64.5%;
  padding: 0 2.35rem;
}

.news .hot .intro .date {
  color: var(--logoColor);
}

.news .hot .intro .h1 {
  margin-top: 0.4rem;
  color: #000000;
  line-height: 1.47;
}

.news .hot .intro .more {
  margin-top: 2.9rem;
  display: table;
  padding-right: 1.1rem;
  line-height: 0.8rem;
  color: #333333;
  background: url(../img/btn1.png) no-repeat right center;
  background-size: 0.8rem 0.8rem;
  transition: all 0.5s;
}

.news .hot .intro .more:hover {
  padding-right: 0.9rem;
}

.news .box {
  padding: 2.4rem 1.6rem 2.7rem;
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
}

.news .box .li-box {
  display: flex;
  flex-wrap: wrap;
}

.news .box .li-box .li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 2rem;
}

.news .box .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.news .box .li-box .li .pic {
  width: 100%;
  height: 7.45rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.news .box .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.news .box .li-box .li .date {
  margin-top: 0.85rem;
  color: var(--logoColor);
}

.news .box .li-box .li .h1 {
  margin-top: 0.5rem;
  color: #000000;
  line-height: 1.25;
  height: 2.5em;
  overflow: hidden;
  transition: all 0.4s;
}

.news .box .li-box .li .more {
  margin-top: 1.3rem;
  display: table;
  padding-right: 1.1rem;
  line-height: 0.8rem;
  background: url(../img/btn1.png) no-repeat right center;
  background-size: 0.8rem 0.8rem;
  color: #333333;
  transition: all 0.5s;
}

.news .box .li-box .li .more:hover {
  padding-right: 0.9rem;
}

.news .box .li-box .li:hover .pic img {
  transform: scale(1.04);
}

.news .box .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.news .box .page {
  margin-top: 1rem;
}

.news-info {
  padding: 1.6rem 0 2.85rem;
  background-color: #f9f9f9;
}

.news-info .lf {
  width: 74%;
  float: left;
  background-color: #fff;
  padding: 1.75rem 1.25rem 1.4rem;
}

.news-info .lf .date {
  color: #666666;
}

.news-info .lf .tit {
  margin-top: 0.45rem;
  color: #000000;
}

.news-info .lf .share {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  color: #666666;
}

.news-info .lf .share p {
  margin-right: 0.4rem;
}

.news-info .lf .share a {
  width: auto;
  margin-right: 0.5rem;
  filter: grayscale(0.9);
  opacity: 0.5;
  transition: all 0.4s;
}

.news-info .lf .share a:last-child {
  margin-right: 0;
}

.news-info .lf .share a:hover {
  filter: inherit;
  opacity: 1;
}

.news-info .lf .cont {
  margin-top: 0.6rem;
  padding-top: 0.95rem;
  position: relative;
  color: #666666;
  line-height: 1.875;
}

.news-info .lf .cont::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: 1px;
  background-color: #eeeeee;
}

.news-info .lf .info-page {
  margin-top: 3.5rem;
  padding-top: 1rem;
  border-top: 1px solid #eeeeee;
}

.news-info .lf .info-page a {
  display: block;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0.3rem;
  transition: all 0.4s;
}

.news-info .lf .info-page a:last-child {
  margin-bottom: 0;
}

.news-info .lf .info-page a:hover {
  color: var(--logoColor);
}

.news-info .rg {
  float: right;
  width: calc(26% - 0.7rem);
  background-color: #fff;
  position: sticky;
  top: 3rem;
  padding: 1rem 0.75rem 0.9rem;
}

.news-info .rg .tit {
  color: #000000;
  position: relative;
  padding-bottom: 0.8rem;
}

.news-info .rg .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.75rem;
  width: calc(100% + 1.5rem);
  height: 1px;
  background-color: #eeeeee;
}

.news-info .rg .li-box {
  margin-top: 0.5rem;
}

.news-info .rg .li-box .li {
  display: block;
  position: relative;
  padding-bottom: 0.65rem;
  margin-bottom: 0.45rem;
}

.news-info .rg .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 0.75rem);
  height: 1px;
  border-bottom: 1px dashed #eeeeee;
}

.news-info .rg .li-box .li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-info .rg .li-box .li:last-child::after {
  display: none;
}

.news-info .rg .li-box .li .h1 {
  color: #333333;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  transition: all 0.4s;
}

.news-info .rg .li-box .li .date {
  margin-top: 0.25rem;
  color: #999999;
}

.news-info .rg .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.career .our {
  padding: 4rem 0 2.7rem;
  background-color: #f9f9f9;
}

.career .our .our-swiper {
  margin-top: 1.1rem;
}

.career .our .our-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.8rem;
  bottom: 0;
}

.career .our .our-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.career .our .our-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: #fff;
}

.career .our .our-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.career .our .our-swiper .swiper-slide .pic {
  width: 100%;
  height: 7.6rem;
  overflow: hidden;
}

.career .our .our-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.career .our .our-swiper .swiper-slide .intro {
  padding: 1.1rem 0.6rem;
}

.career .our .our-swiper .swiper-slide .intro .h1 {
  color: #000000;
  transition: all 0.4s;
}

.career .our .our-swiper .swiper-slide .intro .cont {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 1.875;
  height: 5.625em;
  overflow-y: auto;
}

.career .our .our-swiper .swiper-slide .intro .cont::-webkit-scrollbar {
  width: 3px;
}

.career .our .our-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}

.career .our .our-swiper .swiper-slide:hover .intro .h1 {
  color: var(--logoColor);
}

.career .work {
  padding: 4.4rem 0 2.15rem;
  overflow: hidden;
}

.career .work .work-swiper {
  margin-top: 1.1rem;
  overflow: inherit;
}

.career .work .work-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
}

.career .work .work-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.career .work .work-swiper .swiper-slide .pic {
  width: 100%;
  height: 7.6rem;
  overflow: hidden;
  border-radius: 0.3rem;
}

.career .work .work-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.career .work .work-swiper .swiper-slide .h1 {
  margin-top: 0.6rem;
  color: #000000;
}

.career .work .work-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}

.career .benefit {
  padding: 2.5rem 0 2.9rem;
}

.career .benefit .li-box {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  max-height: 22.85rem;
  overflow: hidden;
}

.career .benefit .li-box .li {
  width: 49%;
  height: 11rem;
  margin-right: 2%;
  margin-bottom: 0.85rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
}

.career .benefit .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60.9%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.36));
}

.career .benefit .li-box .li:nth-child(2n) {
  margin-right: 0;
}

.career .benefit .li-box .li .bg {
  transition: all 0.4s;
}

.career .benefit .li-box .li .pos-cont {
  position: absolute;
  bottom: 0.95rem;
  left: 0;
  width: 100%;
  padding: 0 1.1rem;
  z-index: 5;
  transform: translateY(calc(3.5em + 0.15rem));
  transition: all 0.4s;
}

.career .benefit .li-box .li .pos-cont .h1 {
  color: #fff;
}

.career .benefit .li-box .li .pos-cont .txt {
  margin-top: 0.15rem;
  color: #fff;
  line-height: 1.75;
  height: 3.5em;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.career .benefit .li-box .li:hover .bg {
  transform: scale(1.04);
}

.career .benefit .li-box .li:hover .pos-cont {
  transform: translateY(0);
}

.career .benefit .li-box .li:hover .pos-cont .txt {
  opacity: 1;
}

.career .join {
  padding: 2.25rem 0 3.25rem;
  background-color: #f9f9f9;
}

.career .join .li-box {
  margin-top: 1.1rem;
}

.career .join .li-box .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.2rem;
}

.career .join .li-box .li:last-child {
  margin-bottom: 0;
}

.career .join .li-box .li .pic {
  width: 49%;
  border-radius: 0.3rem;
  overflow: hidden;
}

.career .join .li-box .li .pic img {
  width: 100%;
  transition: all 0.4s;
}

.career .join .li-box .li .intro {
  width: 49%;
  padding: 0 2rem;
}

.career .join .li-box .li .intro .h1 {
  color: #000000;
  transition: all 0.4s;
}

.career .join .li-box .li .intro .txt {
  margin-top: 0.35rem;
  color: #666666;
  line-height: 1.875;
}

.career .join .li-box .li .intro .more {
  display: block;
  margin-top: 3rem;
  width: 4.8rem;
  height: 1.4rem;
  text-align: center;
  line-height: 1.4rem;
  border: 1px solid var(--logoColor);
  border-radius: 0.2rem;
  color: #000000;
  transition: all 0.4s;
}

.career .join .li-box .li .intro .more:hover {
  background-color: var(--logoColor);
  color: #fff;
}

.career .join .li-box .li:nth-child(2n) {
  flex-direction: row-reverse;
}

.career .join .li-box .li:hover .pic img {
  transform: scale(1.04);
}

.career .join .li-box .li:hover .intro .h1 {
  color: var(--logoColor);
}

.career .benefit .li-box.extend {
  max-height: 999rem;
}

.career .benefit .sli-btn {
  margin: 1rem auto 0;
  color: #333;
  width: max-content;
  text-align: center;
  cursor: pointer;
  transition: all .4s;
}

.career .benefit .sli-btn span {
  display: inline-block;
  margin-top: .2rem;
}

.career .benefit .sli-btn .hide {
  display: none;
}

.career .benefit .sli-btn:hover {
  color: var(--logoColor);
}

.career .benefit .sli-btn.active .show {
  display: none;
}

.career .benefit .sli-btn.active .hide {
  display: block;
}

.career .hr {
  padding: 3.4rem 0 4.55rem;
}

.career .hr .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.career .hr .wrap .pic {
  width: 43%;
}

.career .hr .wrap .pic img {
  width: 100%;
}

.career .hr .wrap .intro {
  width: 57%;
  padding: 0 3.5rem 0 3rem;
}

.career .hr .wrap .intro .cont {
  margin-top: 0.85rem;
  color: #666666;
  line-height: 1.55;
}

.career .hr .wrap .intro .item-box {
  margin-top: 2rem;
}

.career .hr .wrap .intro .item-box .item {
  margin-bottom: 0.75rem;
}

.career .hr .wrap .intro .item-box .item:last-child {
  margin-bottom: 0;
}

.career .hr .wrap .intro .item-box .item .icon {
  display: flex;
  align-items: center;
}

.career .hr .wrap .intro .item-box .item .icon div {
  width: 0.45rem;
  margin-right: 0.2rem;
}

.career .hr .wrap .intro .item-box .item .icon p {
  color: #999999;
}

.career .hr .wrap .intro .item-box .item .txt {
  margin-top: 0.2rem;
  color: #333333;
}

.contact {
  padding: 2rem 0 6rem;
}

.contact .top-map .map-box {
  display: block;
}

.contact .top-map .map-box .lf {
  /*width: 26.4%;*/
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.contact .top-map .map-box .lf .h1 {
  line-height: 1.3;
  color: #000000;
}

.contact .top-map .map-box .lf .h2 {
  margin-top: 2.3rem;
  color: #333333;
}

.contact .top-map .map-box .lf .address {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  height: calc(3em + 1.2rem);
}

.contact .top-map .map-box .lf .address p {
  color: #666666;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0.6rem;
  width: -moz-max-content;
  width: max-content;
  margin-right: 1rem;
}

.contact .top-map .map-box .lf .address p:nth-child(3n) {
  margin-bottom: 0;
}

.contact .top-map .map-box .lf .address p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--logoColor);
}

.contact .top-map .map-box .rg {
  margin-top: 0.7rem;
  /*width: 73.6%;*/
  width: 100%;
  position: relative;
}

.contact .top-map .map-box .rg img {
  width: 100%;
}

.contact .top-map .map-box .rg .pos-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact .top-map .map-box .rg .pos-state .point {
  position: absolute;
}

.contact .top-map .map-box .rg .pos-state .point span {
  display: block;
  background-color: var(--logoColor);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.contact .top-map .map-box .rg .pos-state .point p {
  color: #000000;
  position: absolute;
  top: calc(100% + 6px);
  width: -moz-max-content;
  width: max-content;
}

.contact .top-map .map-box .rg .pos-state .point p.lf {
  left: 0;
}

.contact .top-map .map-box .rg .pos-state .point p.right {
  right: 0;
}

.contact .top-map .map-box .rg .pos-state .point1 {
  top: 19.77%;
  left: 16.35%;
}

.contact .top-map .map-box .rg .pos-state .point2 {
  top: 62.52%;
  left: 31.1%;
}

.contact .top-map .map-box .rg .pos-state .point3 {
  top: 51.04%;
  left: 52.82%;
}

.contact .top-map .map-box .rg .pos-state .point4 {
  top: 17.51%;
  left: 56.3%;
}

.contact .top-map .map-box .rg .pos-state .point5 {
  top: 21.66%;
  left: 75.33%;
}

.contact .top-map .map-box .rg .pos-state .point6 {
  top: 29.38%;
  left: 79.89%;
}

.contact .top-map .map-box .rg .pos-city {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact .top-map .map-box .rg .pos-city .point {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.contact .top-map .map-box .rg .pos-city .point span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--logoColor);
  position: relative;
}

.contact .top-map .map-box .rg .pos-city .point span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--logoColor);
  animation: scale 3s linear infinite;
}

.contact .top-map .map-box .rg .pos-city .point span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--logoColor);
  animation: scale 3s 1.5s linear infinite;
}

.contact .top-map .map-box .rg .pos-city .point p {
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 50%;
  transform: translateX(-50%);
  color: var(--logoColor);
  width: -moz-max-content;
  width: max-content;
}

.contact .top-map .map-box .rg .pos-city .point.show {
  opacity: 1;
  visibility: visible;
}

.contact .top-map .map-box .rg .pos-city .point1 {
  /*江苏*/
  top: 35%;
  left: 80.79%;
}

.contact .top-map .map-box .rg .pos-city .point2 {
  /*浙江*/
  top: 38%;
  left: 80.79%;
}

.contact .top-map .map-box .rg .pos-city .point3 {
  /*上海*/
  top: 36.5%;
  left: 81.5%;
}

.contact .top-map .map-box .rg .pos-city .point4 {
  /*越南*/
  top: 48.5%;
  left: 77.5%;
}

.contact .top-map .map-swiper {
  margin-top: -1.35rem;
}

.contact .top-map .map-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.8rem;
  bottom: 0;
}

.contact .top-map .map-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.contact .top-map .map-swiper .swiper-slide {
  width: 23.75%;
  height: 6.3rem;
  margin-right: 1.666%;
  border-radius: 0.3rem;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 0.8rem 0.6rem;
  transition: all 0.4s;
}

.contact .top-map .map-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.contact .top-map .map-swiper .swiper-slide .h1 {
  color: #000000;
  padding-bottom: 0.5rem;
  position: relative;
  transition: all 0.4s;
}

.contact .top-map .map-swiper .swiper-slide .h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 0.6rem);
  height: 1px;
  background-color: #e4e4e4;
}

.contact .top-map .map-swiper .swiper-slide .info {
  margin-top: 0.5rem;
  color: #000000;
  line-height: 1.4;
}

.contact .top-map .map-swiper .swiper-slide .txt {
  margin-top: 0.3rem;
  display: flex;
}

.contact .top-map .map-swiper .swiper-slide .txt div {
  width: 13px;
  margin-right: 7px;
}

.contact .top-map .map-swiper .swiper-slide .txt div img {
  width: 100%;
}

.contact .top-map .map-swiper .swiper-slide .txt p {
  width: calc(100% - 20px);
  color: #333333;
  line-height: 1.4;
}

.contact .top-map .map-swiper .swiper-slide:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.contact .top-map .map-swiper .swiper-slide:hover .h1 {
  color: var(--logoColor);
}

.contact .contact-box {
  margin-top: 4.25rem;
  position: relative;
}

.contact .contact-box img {
  width: 100%;
}

.contact .contact-box .pos-cont {
  position: absolute;
  bottom: -2rem;
  left: 1.35rem;
  width: calc(100% - 2.7rem);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.07);
}

.contact .contact-box .pos-cont .intro {
  margin-top: 1.4rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  padding: 2.25rem 0.5rem 1.75rem;
}

.contact .contact-box .pos-cont .intro .li {
  margin-right: 2.4rem;
  display: flex;
}

.contact .contact-box .pos-cont .intro .li:last-child {
  margin-right: 0;
}

.contact .contact-box .pos-cont .intro .li .pic {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  position: relative;
}

.contact .contact-box .pos-cont .intro .li .pic>img {
  max-width: 40%;
  max-height: 40%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0.1);
}

.contact .contact-box .pos-cont .intro .li .pic .pos-pic {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  margin-left: -1.75rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-.4rem);
  transition: all .4s;
}

.contact .contact-box .pos-cont .intro .li .pic .pos-pic::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0.2rem solid #fff;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
}

.contact .contact-box .pos-cont .intro .li .pic .pos-pic img {
  width: 100%;
}

.contact .contact-box .pos-cont .intro .li .pic:hover>img {
  filter: inherit;
}

.contact .contact-box .pos-cont .intro .li .pic:hover .pos-pic {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact .contact-box .pos-cont .intro .li .info {
  margin-left: 0.6rem;
  color: #000;
}

.contact .contact-box .pos-cont .intro .li .info .txt2 {
  margin-top: 0.3rem;
}

.contact .contact-box .pos-cont .intro .li .info .txt3 {
  margin-top: 0.7rem;
  color: #999999;
}

.contact .contact-box .pos-cont .intro .li .info .h1 {
  color: #000000;
  line-height: 1.3;
}

.contact .contact-box .pos-cont .intro .li .info .h2 {
  margin-top: 0.15rem;
  color: #999999;
  line-height: 1.5;
}

.contact .contact-form {
  margin-top: 6.55rem;
  display: flex;
}

.contact .contact-form .lf {
  width: 58%;
  padding-right: 2rem;
}

.contact .contact-form .lf .tit {
  line-height: 1.3;
}

.contact .contact-form .lf .cont {
  margin-top: 0.6rem;
  color: #666666;
  line-height: 1.55;
}

.contact .contact-form .lf .form {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contact .contact-form .lf .form .li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 0.5rem;
}

.contact .contact-form .lf .form .li:nth-child(2n) {
  margin-right: 0;
}

.contact .contact-form .lf .form .li .h1 {
  color: #333333;
}

.contact .contact-form .lf .form .li .h1 span {
  color: #ff0000;
}

.contact .contact-form .lf .form .li .ipt {
  margin-top: 0.2rem;
  width: 100%;
  height: 1.15rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.1rem;
  color: #666;
  background: none;
  padding: 0 0.4rem;
}

.contact .contact-form .lf .form .li .textarea {
  margin-top: 0.2rem;
  width: 100%;
  height: 3.6rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.1rem;
  color: #666;
  background: none;
  padding: 0.4rem;
  resize: none;
}

.contact .contact-form .lf .form .li.wid1 {
  width: 100%;
}

.contact .contact-form .lf .form .li.select-ipt {
  margin-right: 0;
}

.contact .contact-form .lf .form .li.select-ipt .ipt-box {
  position: relative;
  z-index: 10;
}

.contact .contact-form .lf .form .li.select-ipt .ipt-box::after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  border-top: 0.2rem solid #333333;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  pointer-events: none;
}

.contact .contact-form .lf .form .li.select-ipt .ipt-box .ipt {
  cursor: pointer;
}

.contact .contact-form .lf .form .li.select-ipt .ipt-box .sli-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  max-height: 5rem;
  overflow-y: auto;
  border: 1px solid #e4e4e4;
  display: none;
}

.contact .contact-form .lf .form .li.select-ipt .ipt-box .sli-box::-webkit-scrollbar {
  width: 3px;
}

.contact .contact-form .lf .form .li.select-ipt .ipt-box .sli-box span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.6rem;
  color: #666;
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.4s;
}

.contact .contact-form .lf .form .li.select-ipt .ipt-box .sli-box span:last-child {
  border-bottom: none;
}

.contact .contact-form .lf .form .li.select-ipt .ipt-box .sli-box span:hover {
  color: var(--logoColor);
}

.contact .contact-form .lf .form .submit {
  margin-top: 0.1rem;
  width: 100%;
  height: 1.4rem;
  background-color: var(--logoColor);
  border-radius: 0.1rem;
  color: #fff;
  transition: all 0.4s;
}

.contact .contact-form .lf .form .submit:hover {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.contact .contact-form .rg {
  width: 42%;
  height: 20.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.contact .contact-form .rg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.recruit {
  padding: 2.5rem 0 4.1rem;
  background-color: #F9F9F9;
}

.recruit .tab-box {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.recruit .tab-box .tab {
  display: flex;
  width: 78.4%;
}

.recruit .tab-box .tab .list {
  width: 29.2%;
  height: 1.65rem;
  margin-right: 0.5rem;
  border-radius: 0.1rem;
  position: relative;
  border: 1px solid #E4E4E4;
  background-color: #fff;
}

.recruit .tab-box .tab .list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.85rem;
  transform: translateY(-50%);
  border-top: 6px solid #000000;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
}

.recruit .tab-box .tab .list:last-child {
  margin-right: 0;
}

.recruit .tab-box .tab .list .h1 {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  line-height: 1.65rem;
  padding: 0 0.9rem;
  color: #000000;
  cursor: pointer;
}

.recruit .tab-box .tab .list .sli-box {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 0.1rem;
  width: 100%;
  max-height: 5rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}

.recruit .tab-box .tab .list .sli-box::-webkit-scrollbar {
  width: 3px;
}

.recruit .tab-box .tab .list .sli-box a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.9rem;
  color: #666;
  border-bottom: 1px solid #E4E4E4;
  transition: all 0.4s;
}

.recruit .tab-box .tab .list .sli-box a:hover {
  color: var(--logoColor);
}

.recruit .tab-box .tab .list .sli-box a:last-child {
  border-bottom: none;
}

.recruit .tab-box .tab .list:hover .sli-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.recruit .tab-box .search {
  width: 21.6%;
  height: 1.65rem;
  border-radius: 0.1rem;
  border: 1px solid #E4E4E4;
  background-color: #fff;
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
}

.recruit .tab-box .search input {
  width: calc(100% - 0.5rem);
  height: 100%;
  background: none;
  color: #333;
}

.recruit .tab-box .search button {
  width: 0.5rem;
  background: none;
}

.recruit .tab-box .search button img {
  width: 100%;
}

.recruit .li-tit {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.4rem;
  background-color: #F1F1F1;
  border-radius: 0.3rem;
  color: #000000;
}

.recruit .li-tit p {
  width: 20%;
  text-align: center;
}

.recruit .li-box {
  margin-top: 0.5rem;
}

.recruit .li-box .li {
  margin-bottom: 0.5rem;
  border: 1px solid #EEEEEE;
  border-radius: 0.3rem;
  background-color: #fff;
}

.recruit .li-box .li:last-child {
  margin-bottom: 0;
}

.recruit .li-box .li .top-bots {
  width: 100%;
  min-height: 2.4rem;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  color: #333333;
  cursor: pointer;
}

.recruit .li-box .li .top-bots p {
  width: 20%;
  text-align: center;
  line-height: 1.3;
}

.recruit .li-box .li .top-bots .other {
  color: #333333;
}

.recruit .li-box .li .top-bots .other span {
  margin-left: 0.3rem;
  font-weight: bold;
}

.recruit .li-box .li .btm-bots {
  width: 100%;
  border-top: 1px solid #EBEBEB;
  padding: 1.45rem 1.5rem 2.35rem 2.25rem;
  position: relative;
  display: none;
}

.recruit .li-box .li .btm-bots .list {
  width: 60%;
}

.recruit .li-box .li .btm-bots .list .h1 {
  color: #000000;
}

.recruit .li-box .li .btm-bots .list .cont {
  margin-top: 0.5rem;
  color: #666666;
  line-height: 1.8;
}

.recruit .li-box .li .btm-bots .list:not(:first-child) {
  margin-top: 1.9rem;
}

.recruit .li-box .li .btm-bots .send {
  position: absolute;
  top: 1.75rem;
  right: 1.5rem;
  width: 4.8rem;
  height: 1.4rem;
  text-align: center;
  line-height: 1.4rem;
  background-color: var(--logoColor);
  color: #fff;
  border-radius: 0.2rem;
  transition: all 0.4s;
}

.recruit .li-box .li .btm-bots .send:hover {
  transform: translateY(-5px);
}

.recruit .li-box .li.active .top-bots .other {
  color: var(--logoColor);
}

.recruit .li-box .li.active .top-bots .other span {
  transform: rotate(180deg);
}

.form-fix {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.form-fix .form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 50%;
    background-color: #fff;
    padding: 2rem 1.5rem;
    border-radius: .5rem;
    display: flex;
    flex-wrap: wrap;
}

.form-fix .form .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: .75rem;
    filter: brightness(.1);
    cursor: pointer;
}

.form-fix .form .close img {
    width: 100%;
}

.form-fix .form .li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 0.5rem;
}

.form-fix .form .li:nth-child(2n) {
  margin-right: 0;
}

.form-fix .form .li .h1 {
  color: #333333;
}

.form-fix .form .li .h1 span {
  color: #ff0000;
}

.form-fix .form .li .ipt {
  margin-top: 0.2rem;
  width: 100%;
  height: 1.15rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.1rem;
  color: #666;
  background: none;
  padding: 0 0.4rem;
}

.form-fix .form .li .textarea {
  margin-top: 0.2rem;
  width: 100%;
  height: 3.6rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.1rem;
  color: #666;
  background: none;
  padding: 0.4rem;
  resize: none;
}

.form-fix .form .li.wid1 {
  width: 100%;
}

.form-fix .form .li.select-ipt {
  margin-right: 0;
}

.form-fix .form .li.select-ipt .ipt-box {
  position: relative;
  z-index: 10;
}

.form-fix .form .li.select-ipt .ipt-box::after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  border-top: 0.2rem solid #333333;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  pointer-events: none;
}

.form-fix .form .li.select-ipt .ipt-box .ipt {
  cursor: pointer;
}

.form-fix .form .li.select-ipt .ipt-box .sli-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  max-height: 5rem;
  overflow-y: auto;
  border: 1px solid #e4e4e4;
  display: none;
}

.form-fix .form .li.select-ipt .ipt-box .sli-box::-webkit-scrollbar {
  width: 3px;
}

.form-fix .form .li.select-ipt .ipt-box .sli-box span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.6rem;
  color: #666;
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.4s;
}

.form-fix .form .li.select-ipt .ipt-box .sli-box span:last-child {
  border-bottom: none;
}

.form-fix .form .li.select-ipt .ipt-box .sli-box span:hover {
  color: var(--logoColor);
}

.form-fix .form .submit {
  margin-top: 0.1rem;
  width: 100%;
  height: 1.4rem;
  background-color: var(--logoColor);
  border-radius: 0.1rem;
  color: #fff;
  transition: all 0.4s;
}

.parts{padding: 0 5rem 2.8rem 5rem;}
.parts .h{text-align: center;}

.form-fix .form .submit:hover {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.crumbs_x{display: flex;align-items: center;margin-bottom:2.4rem;color:#666;}
.crumbs_x a{color: #666;}
.crumbs_x span{display: block;margin: 0 4px;}
.related_faq{margin-top: 2.2rem;}
.faq_ul{width: 100%;height: auto;margin-top: 0.75rem;}
.faq_ul li{width: 100%;height: auto;overflow: hidden;border-radius: 10px;background: #FFFFFF;transition: all 0.3s;margin-top: 20px;border: 1px solid var(--logoColor);}
.faq_top{width: 100%;height: 65px;display: flex;justify-content: space-between;align-items: center;padding: 0 20px;border-bottom: 1px solid transparent;cursor: pointer;transition: all 0.3s;}
.faq_top h2{display: block;font-size: 18px;color: #333333;font-weight: 500;width: 90%;transition: all 0.3s;}
.faq_top span{font-size: 25px;color: #333;border-radius: 50%;font-weight: 500;line-height: 0;transition: all 0.3s;display: block;}
.faq_bottom{width: 100%;height: auto;padding: 30px 20px;display: none;}
.faq_bottom p{font-size: 16px;line-height: 1.8;}
.faq_ul li.on .faq_top{border-color: #E5E5E5;background: var(--logoColor);}
.faq_ul li.on,.faq_ul li:hover{box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);}
.faq_ul li.on .faq_top h2{color: #FFFFFF;}
.faq_ul li.on .faq_top span{color: #FFFFFF;}
.product_detial_info_box{width: 100%;height: auto;}
.product_detial_info_box h1{font-size: 1.6rem;text-align: center;font-weight: 500;}
.product_detial_info_box p{font-size: 0.48rem;text-align: center;font-weight: 300;}
.product_detial_info_box a{display: flex;justify-content: center;align-items: center;width: 4.2rem;height: 1.2rem;border: 1px solid var(--logoColor);font-size: 0.48rem;margin: 0px auto;margin-top: 0.85rem;border-radius: 5px;font-weight: 400;color: var(--logoColor);transition: all 0.3s;}
.product_detial_info_box a:hover{background: var(--logoColor);color: #FFFFFF;}
.product_detial_content_box{width: 100%;height: auto;margin-top: 2.2rem;}
.product_detial_content_btn_box{width: 100%;height: auto;}
.product_detial_content_btn{width: 100%;height: 3.85rem;display: flex;justify-content: flex-start;align-items: flex-end;position: relative;z-index: 2;}
.product_detial_content_btn:after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 2px; background: linear-gradient(to right, #F1F1F1, var(--logoColor), #F2F2F2);}
.product_detial_content_btn li{width: 33.33%;text-align: center;position: relative;padding-bottom: .25rem;cursor: pointer;}
.product_detial_content_btn li h2{margin-bottom: .425rem;transition: all 0.5s;font-size: .6rem;}
.product_detial_content_btn li img{margin: 0px auto;width: 0;margin-bottom: 0;transition: all 0.5s;}
.product_detial_content_btn li span{display: block;position: absolute;left: 50%;bottom: 0;transform: translate(-50%, 40%);width: .2rem;height: .2rem;background-color: #717171;border-radius: 50%;transition: all 0.5s;z-index: 10;}
.product_detial_content_btn li.on h2{color: var(--logoColor);}
.product_detial_content_btn li.on img{width: 1.2rem;margin-bottom: .375rem;}
.product_detial_content_btn li.on span{background-color: var(--logoColor);}
.product_detial_content_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_detial_content_list_ul li{width: 48%;margin-top: 0.52rem;padding-bottom: 0.52rem;border-bottom: 1px solid #E5E5E5;}
.product_detial_content_list_ul li:nth-last-of-type(1),.product_detial_content_list_ul li:nth-last-of-type(2){width: 100%;}
.product_detial_content_list_ul li h2{font-size: 0.52rem;color: #333;font-weight: 600;}
.product_detial_content_list_ul li p{font-size: 0.42rem;color: #333333;margin-top: 0.28rem;}
.product_detial_box1{width: 100%;height: auto;padding: 1.2rem 0.82rem;background: #FFFFFF;border-radius: 0.32rem;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.product_detial_title{width: 100%;height: auto;border-bottom: 1px solid #E5E5E5;display: flex;align-items: center;justify-content: space-between;padding: 0 5%;padding-bottom: 0.52rem;}
.product_detial_title_left{display: flex;justify-content: flex-start;align-items: center;}
.product_detial_title_left img{width: 0.65rem;height: auto;display: block;margin-right: 0.23rem;}
.product_detial_title_left h1{font-size: 0.65rem;font-weight: 600;}
.product_detial_title a{display: flex;justify-content: center;align-items: center;width: 3.8rem;height: 1.2rem;border: 1px solid var(--logoColor);font-size: 0.48rem;border-radius: 5px;font-weight: 400;color: var(--logoColor);transition: all 0.3s;}
.product_detial_title a:hover{background: var(--logoColor);color: #FFFFFF;}
.product_detial_box2{width: 90%;height: auto;margin: 0px auto;position: relative;}
.product_detial_box2 .pos-bg{width: 42%;height: auto;position: absolute;right: 0;bottom: 0.7rem;}
.product_detial_box2 .pos-bg img{width: 100%;height: auto;}
.product_detial_content_list_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_detial_content_list_content_left{width: 14.5%;height: auto;display: flex;flex-direction: column;justify-content: center;}
.product_detial_content_list_content_left img{width: 100%;height: 34.5%;display: block;object-fit: cover;border-radius: 8px;}
.product_detial_content_list_content_left img + img{margin-top: 10px;}
.product_detial_content_list_ul_img{display: flex;width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 0.42rem}
.product_detial_content_list_ul_img img{width: 48.5%;height: auto;display: block;border-radius: 0.32rem;}
.product_detial_content_list_box{display: flex;width: 100%;height: auto;justify-content: space-between;flex-wrap: wrap;}
.product_detial_content_list_item{width: 32%;height: auto;margin-top: 20px;}
.product_detial_content_list_item h3{font-size: 0.48rem;display: block;width: 100%;height: auto;font-weight: 600;padding-left: 0.32rem;position: relative;color: var(--logoColor);}
.product_detial_content_list_item h3:before{content: "";display: block;width: 0.12rem;height: 0.12rem;background: var(--logoColor);border-radius: 50%;position: absolute;left: 0;top: 0.42rem;}

.product_detial_content_list_ul li dl{display: flex;justify-content: flex-start;}
.product_detial_content_list_ul li dd{font-size: 0.42rem;width: 4.2rem; height: 1.1rem;border: 1px solid #E5E5E5;margin-top: 0.42rem;border-radius: 0.2rem;display: flex;align-items: center;justify-content: center;transition: all 0.3s;}
.product_detial_content_list_ul li dd + dd{margin-left: 1.2rem;}
.product_detial_content_list_ul li dd:hover{color: var(--logoColor);border-color: var(--logoColor);}
.product_detial_content_list_content{width: 100%;margin-top: 0.52rem;}
.product_detial_content_list_content h2{font-size: 0.52rem;color: #333;font-weight: 600;}
.product_detial_content_list_content p{font-size: 0.42rem;margin-top: 0.28rem;}
.product_detial_content_list_ul2{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_detial_content_list_ul2 li{width: 45%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-top: 0.52rem;padding-bottom: 0.52rem;border-bottom: 1px solid #E5E5E5;}
.product_detial_content_list_ul2 li h2{font-size: 0.52rem;color: #333;font-weight: 500;margin-right: 0.23rem;}
.product_detial_content_list_ul2 li p{font-size: 0.42rem;color: #333333;}
.product_detial_content_list_ul2 li a{display: block;width: 4.2rem;line-height: 1rem;text-align: center;font-weight: 400;border: 1px solid var(--logoColor);border-radius: 5px;font-size: 0.42rem;}
.product_detial_content_list_ul2 li a + a{margin-left: 0.23rem;}
.product_detial_content_list_ul2 li a:hover{background: var(--logoColor);color: #FFFF;}
/*.product_detial_content_btn li:after{content: "";display: block;width: 0%;height: 3px;background: var(--logoColor);position: absolute;left: 0;bottom: -1px;overflow: hidden;transition: all 0.3s;}
.product_detial_content_btn li + li{margin-left: 1.1rem;}
.product_detial_content_btn li:hover,.product_detial_content_btn li.on{background: var(--logoColor);color: #FFFFFF;}
.product_detial_content_btn li:hover:after,.product_detial_content_btn li.on:after{width: 100%;}*/
.product_detial_content_content{width: 100%;height: auto;margin-top: 0.7rem;position: relative;z-index: 2;}
.product_detial_content_list{width: 100%;height: auto;display: none;}
.product_detial_content_list_ul{width: 81.5%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_detial_content_list table{width: 100%;height: auto;}
.product_detial_content_list table th{height: 1.2rem;background: var(--logoColor);color: #FFFFFF;font-size: 18px;font-weight: 600;border: 1px solid #E5E5E5;}
.product_detial_content_list:nth-of-type(1) table th:nth-last-of-type(2){width: 43%;}
.product_detial_content_list table td{height: 1.6rem;border: 1px solid #E5E5E5;font-size: 16px;padding: 0 10px;}
.product_detial_content_list:nth-of-type(2) table{width: 100%;}
.product_detial_content_list:nth-of-type(2) table td{border-color: #E6E6E6;}
.product_detial_content_list:nth-of-type(2) table tr:nth-of-type(odd){background: rgba(130, 35, 110, 0.03);}
.product_detial_content_list:nth-of-type(2) table tr:nth-last-of-type(1) td{text-align: center;}
.product_detial_content_list:nth-of-type(2) table tr td:nth-of-type(1){width: 15%;font-weight: 600;font-size: 18px;}
.product_detial_content_list table td a{display: inline-block;width: 4.2rem;line-height: 1rem;text-align: center;font-weight: 400;border: 1px solid var(--logoColor);border-radius: 5px;}
.product_detial_content_list table td a:hover{background: var(--logoColor);color: #FFFF;}
.product_detial_dominance{margin-top: 0;padding: 2.2rem 0;background: #f8f8f8;margin-top: 2.2rem;}
.solution .list.product_detial_application{margin-top: 2.2rem;}
.product_detial_form_box{width: 100%;height: auto;padding: 2.2rem 0;}
.tit-64{font-size: 1.6rem;}
.product_box{width: 100%;height: auto;padding: 2.2rem 0;margin-top: 2.2rem;}
.product_list_box{width: 100%;height: auto;margin-top: 1.25rem;}
.product_list_title h2{font-size: 0.55rem;font-weight: 600;padding-left: 20px;position: relative;color: #333333;}
.product_list_title h2:before{content: "";display: block;width: 4px;height: 20px;background: var(--logoColor);position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.product_list_table{width: 100%;height: auto;margin-top: 1rem;} 
.product_list_table_top{display: flex;justify-content: space-between;align-items: center;width: 100%;height: 1.4rem;background: var(--logoColor);overflow: hidden;border-radius: 10px 10px 0 0;}
.product_list_table_top_list{font-size: 0.4rem;color: #FFFFFF;text-align: center;font-weight: 600;padding: 0 0.22rem;}
/* 旧的固定列宽已删除，现在使用dynamic-table.css中的动态列宽 */
.product_list_table_bottom{width: 100%;height: auto;}
.product_list_table_bottom li{width: 100%;height: 1.4rem;background: #FFFFFF; transition: all 0.3s;position: relative;}
.product_list_table_bottom li a{display: flex;justify-content: space-between;width: 100%;height: 100%;align-items: center;}
.product_list_table_bottom li .product_list_table_top_list{color: #333333;font-weight: 400;}
.product_list_table_bottom li:nth-of-type(even){background: rgba(130, 35, 110, 0.03);z-index: 2;}
.product_list_table_bottom li:hover{box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);}
.product_list_table_bottom li:nth-last-of-type(1){overflow: hidden;border-radius: 0 0 10px 10px;}

.product_list_table tr:nth-of-type(odd){background: rgba(130, 35, 110, 0.03);}
.product_list_table table{width: 100%;height: auto;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);border-radius: 10px;overflow: hidden;}
.product_list_table th{height: 1.4rem;background: var(--logoColor);text-align: center;font-size: 0.4rem;font-weight: 600;color: #FFF;}
.product_list_table td{height: 1.4rem;font-size: 0.38rem;padding: 0 0.22rem;text-align: center;}
.product_list_table td:nth-of-type(1) a{text-decoration: underline;}
.product_list_table td:nth-of-type(1) a:hover{color: var(--logoColor);}
.product_list_table td:nth-of-type(5){text-align: left;width: 40%;}
.product_list_table td:nth-last-of-type(1) a{display: flex;justify-content: center;align-items: center;width: 3.2rem;height: 1rem;border-radius: 5px;border: 1px solid var(--logoColor);color: var(--logoColor);transition: all 0.3s;}
.product_list_table td:nth-last-of-type(1) a:hover{background: var(--logoColor);color: #FFFFFF;}
.solution_detial_content_box{width: 100%;height: auto;}
.solution_detial_content_info_box{width: 100%;height: auto;padding: 80px 0;}
.solution_detial_content_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.solution_detial_content_info_content_left{width: 40%;height: auto;aspect-ratio: 3/2;overflow: hidden;border-radius: 10px;}
.solution_detial_content_info_content_left img{width: 100%;height: 100%;object-fit: cover;display: block;}
.solution_detial_content_info_content_right{width: 50.8%;height: auto;position: relative;}
.solution_detial_content_info_content_right .pos-bg{position: absolute;right: 0;top: -1.7rem;width: 65%;z-index: -1;}
.solution_detial_content_info_content_right .pos-bg img{width: 100%;height: auto;display: block;}
.solution_detial_content_info_content_right h1{font-size: 38px;font-weight: 600;}
.solution_detial_content_info_content_right p{font-size: 18px;line-height: 1.6;margin-top: 10px;}
.solution_detial_content_info_content_right a{display: flex;justify-content: center;align-items: center;width: 3.8rem;height: 1.2rem;background: var(--logoColor);font-size: 0.38rem;color: #fff;margin-top: 70px;border-radius: 5px;}
.solution_detial_content_info_content_right a img{display: block;margin-right: 8px;}
.solution_detial_content_advantage_box{width:100%;height: auto;padding: 80px 0px;background: #f8f8f8;}
.solution_detial_content_advantage_title{width: 100%;height: auto;}
.solution_detial_content_advantage_title h2{font-size: 38px;color: #000;font-weight: 600;}
.solution_detial_content_advantage_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.solution_detial_content_advantage_ul li{flex: 1;height: auto;padding: 30px;background: #fff;box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);border-radius: 8px;margin-top: 40px;margin-left: 2%;}
.solution_detial_content_advantage_ul li:nth-of-type(1){margin-left: 0;}
.solution_detial_content_advantage_ul li h2{font-size: 24px;color: #000;font-weight: 600;}
.solution_detial_content_advantage_ul li span{display: block;width: 50px;height: 3px;background: var(--logoColor);margin-top: 0px;margin-bottom: 20px}
.solution_detial_content_advantage_ul li p{font-size: 16px;line-height: 1.6;color: #666;margin-top: 10px;position: relative;padding-left: 20px;}
.solution_detial_content_advantage_ul li p:before{content: "";display: block;width: 8px;height: 8px;background: var(--logoColor);border-radius: 50%;position: absolute;left: 0;top: 8px;}
.solution_detial_related_case_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_detial_related_case_ul{width: 100%;height: auto;margin-top: 20px;}
.solution_detial_related_case_ul li{width: 100%;height: auto;margin-top: 20px;background: #f8f8f8;border-radius: 8px;overflow: hidden;}
.solution_detial_related_case_ul li a{display: flex;justify-content: flex-start;align-items: center;width: 100%;height: auto;}
.solution_detial_related_case_ul_img{width: 36%;height: auto;overflow: hidden;}
.solution_detial_related_case_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.solution_detial_related_case_ul li:hover{box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);}
.solution_detial_related_case_ul li:hover .solution_detial_related_case_ul_img img{transform: scale(1.1);}
.solution_detial_related_product{width: 100%;height: auto;padding: 80px 0px;background: #f8f8f8;}
.solution_detial_faq_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_detial_related_case_ul_txt{flex: 1;padding: 50px;}
.solution_detial_related_case_ul_txt h2{font-size: 24px;color: #000;font-weight: 600;line-height: 1.2;}
.solution_detial_related_case_ul_txt p{font-size: 16px;line-height: 1.6;margin-top: 30px;}
.solution_detial_related_case_ul_txt span{display: flex;width: 180px;height: 60px;font-size: 18px;border: 1px solid var(--logoColor);justify-content: center;align-items: center;color: var(--logoColor);margin-top: 30px;border-radius: 8px;}
.solution_detial_related_case_ul li:hover .solution_detial_related_case_ul_txt span{background: var(--logoColor);color: #fff;}
@media(max-width:1400px){
  .solution_detial_content_info_content_right h1{font-size: 24px;}
  .solution_detial_content_info_content_right p{font-size: 14px;}
  .solution_detial_content_info_content_right a{width: 4.8rem;height: 1.8rem;font-size: 0.48rem;}
  .solution_detial_content_info_content_right a{margin-top: 30px;}
  .solution_detial_content_advantage_title h2{font-size: 24px;}
  .solution_detial_content_advantage_ul li h2{font-size: 18px;}
  .solution_detial_content_advantage_ul li p{font-size: 14px;}
  .solution_detial_content_advantage_ul li p:before{width: 5px;height: 5px;}
  .solution_detial_content_advantage_ul li p{padding-left: 14px;}
  .solution_detial_related_case_ul_txt h2{font-size: 18px;}
  .solution_detial_related_case_ul_txt p{font-size: 14px;margin-top: 18px;}
  .solution_detial_related_case_ul_txt span{width: 140px;height: 40px;margin-top: 30px;font-size: 16px;}
  .solution_detial_related_case_ul_txt{padding: 30px;}
  .solution_detial_related_case_ul li a{align-items: initial;}
  .solution_detial_related_case_ul_img img{height: 100%;object-fit: cover;}
  .solution_detial_content_info_content_left{width: 44%;}
}
@media(max-width:1200px){
  .solution_detial_content_info_content{flex-wrap: wrap;}
  .solution_detial_content_info_content_right{width: 100%;height: auto;margin-top: 20px;}
  .solution_detial_content_info_content_right a{width: 6.8rem;font-size: 0.58rem;}
  .solution_detial_content_info_content_left{width: 100%;}
  .solution_detial_content_advantage_ul li{width: 100%;flex: auto;margin-left: 0;}

}
@media(max-width:990px){
  .solution_detial_related_case_ul li a{flex-wrap: wrap;}
  .solution_detial_related_case_ul_img{width: 100%;}
}
@media(max-width:768px){
  .product_detial_content_list_content{flex-wrap: wrap;}
  .product_detial_content_list_content_left{width: 100%;flex-direction: initial;justify-content: space-between;}
  .product_detial_content_list_content_left img + img{margin-top: 0;}
  .product_detial_content_list_content_left img{width: 48.5%;height: auto;}
  .product_detial_content_list_ul{width: 100%;}
  .product_detial_content_btn li{width: 48.5%;}
  .product_detial_content_list_item{width: 100%;}
  .product_detial_content_list_ul li h2{font-size: 0.62rem;}
  .product_detial_content_list_ul li p{font-size: 0.6rem;}
  .product_detial_content_list_item h3{font-size: 0.6rem;}
  .product_detial_content_list_item h3:before{top: 0.52rem;}
  .product_detial_content_list_ul2 li{width: 100%;}
  .product_detial_content_list_ul2 li h2{font-size: 0.6rem;}
  .product_detial_content_list_ul2 li p{font-size: 0.6rem;}
  .product_detial_content_list_ul li dd{font-size: 0.52rem;}
  .form-fix .form{width: 92%;}
  .form-fix .form .li{width: 100%;}
  .product_list_table_top{border-radius: 6px 6px 0 0;}
  .solution_detial_content_info_box{padding: 8vw 0;}
  .solution_detial_content_info_content_right h1{font-size: 4.8vw;}
  .solution_detial_content_info_content_right p{font-size: 3.6vw;}
  .solution_detial_content_advantage_box{padding: 8vw 0;}
  .solution_detial_content_advantage_ul li{margin-top: 4.2vw;}
  .solution_detial_content_advantage_title h2{font-size: 4.8vw;}
  .solution_detial_related_case_box{padding: 8vw 0;}
  .solution_detial_related_case_ul_txt{padding: 5% 4%;}
  .solution_detial_related_case_ul_txt h2{font-size: 4.2vw;}
  .solution_detial_related_case_ul_txt p{font-size: 3.6vw;}
  .solution_detial_faq_box{padding: 8vw 0;}
  .faq_top h2{font-size: 3.8vw;line-height: 1.6;}
  .faq_bottom{padding: 5% 4%;}
  .faq_bottom p{font-size: 3.6vw;}
}





/* =========================
   Product tables: allow wrapping for long cell content
   ========================= */
.product_list_table .product_list_table_top_list {
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	word-break: break-word;
	word-wrap: break-word;
}

.product_list_table_bottom li a {
	overflow: visible !important;
}

/* 允许表格行高度自适应内容 */
.product_list_table_bottom li {
	height: auto !important;
	min-height: 1.4rem;
	padding: 0.3rem 0;
}

.product_list_table_bottom li a {
	height: auto !important;
	min-height: 1.4rem;
	align-items: flex-start;
	padding: 0.2rem 0;
}

/* =========================
   R&D Center Mobile Styles
   ========================= */
@media (max-width: 768px) {
  .rgCenter {
    padding: 3rem 0 4rem;
  }
  
  .rgCenter .li {
    flex-direction: column;
    margin-bottom: 3rem;
    text-align: center;
  }
  
  .rgCenter .li .lf {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 2rem;
  }
  
  .rgCenter .li .lf .tit {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-align: left;
  }
  
  .rgCenter .li .lf .cont {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }
  
  .rgCenter .li .pic {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .rgCenter .li .pic img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    max-height: 300px;
    object-fit: cover;
  }
  
  .rgCenter .li:nth-child(2n) {
    flex-direction: column;
  }
  
  .rgCenter .li:nth-child(2n) .lf {
    padding-left: 0;
  }
}

/* =========================
   Product Center Mobile Styles
   ========================= */
@media (max-width: 768px) {
  .proCenter .li-box .li {
    width: 100%;
    margin-right: 0;
  }
}

/* =========================
   News List Mobile Styles
   ========================= */
@media (max-width: 768px) {
  .news .box .li-box .li .h1 {
    font-size: 0.85rem;
  }
}

/* =========================
   Additional Mobile Styles
   ========================= */
@media (max-width: 768px) {
  .part4 .con .box2 .h {
    font-size: 1rem;
  }
  
  .part4 .con .box2 .p {
    font-size: 0.7rem;
  }
  
  .case-list {
    padding: 2rem 5% !important;
  }
}

