/* ---- 公用 样式  ---- */
.nlink{display:block; width:1.6rem; height:.42rem;line-height:.42rem; border-radius:5px; background:#E62129; color:#fff; text-align:center;font-size:.17rem; display:flex; align-items:center; justify-content:center;}
.nlink img{ margin-right:.06rem; width:.21rem; height:auto;}


@keyframes rotate {
  from {
    transform: rotate(0deg);
    /* 从 0 度开始 */
  }

  to {
    transform: rotate(360deg);
    /* 旋转 360 度 */
  }
}

/* 加载动画的样式 */
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.more_n {
  clear: both;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-size: .13rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.more_n a {
  display: block;
  margin: 0 auto;
  width: 1.1rem;
  height: .44rem;
  line-height: .44rem;
  color: #fff;
  background: #c91d1d;
  border-radius: .4rem;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out
}

.more_n a:hover {
  opacity: .8
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  /* 半透明背景 */
  z-index: 999;
  /* 确保在加载动画之下 */
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;

}

.loader p {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  font-size: .32rem;
}

.loader::before {
  position: absolute;
  content: '';
  display: block;
  background-image: radial-gradient(circle, #879ADE, #879ADE, white);
  opacity: 0.2;
  width: 2rem;
  height: 2rem;
  border-radius: 45%;
  left: 50%;
  z-index: 9;
  top: 1.2rem;
  animation: rotate 6s linear infinite;
}

.loader::after {
  position: absolute;
  content: '';
  display: block;
  background-image: radial-gradient(circle, red, #E62129, white);
  opacity: 0.4;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 45%;
  z-index: 2;
  left: 40%;
  top: 1.8rem;
  z-index: 9;
  animation: rotate1 6s linear infinite;
  transform: translate(-5%, 0) rotate(0deg);

}


/* 加载百分比的样式 */
.loading-text {
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  z-index: 1000;
}

/* 隐藏加载文本的样式 */
.loading-text.hidden {
  display: none;
}

.container {
  width: 14rem;
  margin: 0 auto;
  max-width: 90%;
}

.container2 {
  width: 16rem;
  margin: 0 auto;
}

@font-face {
  font-family: MiSans;
  src: url("/assets/font/MiSans-Normal.ttf") format("truetype");
  font-weight: 400;

}

@font-face {
  font-family: MiSans;
  src: url("/assets/font/MiSans-Heavy.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: MiSans;
  src: url("/assets/font/MiSans-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: MiSans;
  src: url("/assets/font/MiSans-Bold.ttf") format("truetype");
  font-weight: bold;
}

/* @font-face {
  font-family: Poppins;
  src: url("/assets/font/OPPO.ttf") format("opentype");
} */

html,
body {
  font-family: "MiSans", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0) 98%);
  height: 0.93rem;
}

.header .logo {
  width: 1.9rem;
}

.header .icon {
  display: none;
}

.header2 {
  background: #fff;
  border-bottom: 1px solid #EEEEEE;
}

.header3 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}

.header .header-nav {
  display: flex; align-items: :center;
  column-gap: 0.8rem;
}

.header .header-nav .m-btns {
  display: none;
}

.header .header-nav .header-nav-item {
  font-size: 0.17rem;line-height: .42rem;
  color: #FFFFFF;
  font-weight: bold;
}

.header2 .header-nav .header-nav-item {
  font-size: 0.17rem;
  color: #222222;
  font-weight: bold; line-height: .42rem;
}

.header .header-nav .header-nav-item:hover {
  cursor: pointer;
  color: var(--color-primary);
}

.footer {
  position: relative;
  height: 5.12rem;
  background: url("/assets/image/footer-bg.jpg") no-repeat;
  background-size: cover;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.12rem;
  z-index: 1;
  background: url("/assets/image/mk.jpg") no-repeat;
  background-size: cover;
}

.footer-content {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 1.7rem 2.1rem 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-mid {
  display: flex;
  justify-content: space-between;

}

.footer-logo .p1 {
  font-size: 0.34rem;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
}

.footer-logo .p2 {
  margin: 0.14rem 0;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  color: #FFFFFF;
}

.footer-logo .consult {
  cursor: pointer;
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo .consult .consult-c {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  animation: rotate 10s linear infinite;
  /* 应用动画 */
}

.footer-logo .consult .consult-text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  background: rgba(255, 255, 255, 0.3);
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.2rem;
  text-align: center;
  color: #FFFFFF;
  border-radius: 0.9rem;
}

.footer-logo .consult .consult-text img {
  width: 0.2rem;
  margin-left: 0.1rem;

}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 0.8rem);
  grid-auto-rows: max-content;
  column-gap: 1rem;
  row-gap: 0.4rem;
}

.footer-nav a {
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
  font-size: 0.22rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.footer-nav a img {
  display: none;
  width: 0.15rem;
}

.footer-nav a:hover img {
  display: block;
}

.footer-info .p1 {

  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.25rem;
  color: #FFFFFF;
}

.footer-info .p1 span {
  font-weight: 500;
  font-size: .2rem;
}

.footer-info .m-links {
  margin-top: 0.3rem;
  display: flex;
  column-gap: 0.2rem;
}

.footer-info .m-links .link-item img {
  width: 1rem;
  height: 1rem;
  border-radius: 0.05rem;
}

.footer-info .m-links .link-item p {
  margin-top: 0.16rem;
  font-size: .14rem;
  font-weight: normal;
  line-height: .25rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(255, 255, 255, 0.5);
}


.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 0.17rem;

  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.15rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom a {

  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.15rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom .df_sp1 {

  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom .df_sp2 {

  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.04rem;
  padding: 0px .1rem;
  display: inline-block;
  height: .26rem;
  line-height: .26rem;
}


.public-banner {
  margin-top: 0.2rem;
  margin-bottom: 1.2rem;
}

.public-banner-text {
  width: 16rem;
  padding-top: 1.05rem;
}

.public-banner-text .p1 {
  font-family: Poppins;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: .6rem;
  color: #CCCCCC;
}

.public-banner-text .text {
  display: flex;
  justify-content: space-between;
}

.public-banner-text .h2 {
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 0.8rem;
  color: #222222;
}

.public-banner-text .h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.34rem;
  text-align: right;
  color: #222222;
}

.public-banner-text .p2 {
  margin-top: 0.17rem;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.42rem;
  text-align: right;
  color: #999999;
}

.public-banner-img {
  margin-top: 0.7rem;
  height: 5.36rem;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom 100px;
  background-repeat: no-repeat;
}

.cursor {
  width: 20px;
  height: 20px;
  background-color: #19DED600;
  /* 默认灰色 */

  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: background-color 0.2s ease;
}

.cursor-follower {
  width: 20px;
  height: 20px;
  background-color: #19ded6;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.12s ease-out;
  z-index: 9998;
  mix-blend-mode: difference;
}


/* ---- 内页 样式  ---- */
/* ---- 专长  ---- */
.specialty-row {
  margin-bottom: .84rem;
  display: flex;
  justify-content: space-between;
}

.specialty-row .row-left {
  width: 1.5rem;
}

.specialty-row .row-left h2 {
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 0.75rem;
  color: var(--color-primary);
}

.specialty-row .row-left a {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin-top: 0.27rem;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #222222;
}

.specialty-row .row-left a img {
  height: .34rem;
  margin-left: .17rem;
}

.specialty-row .row-right {
  border-top: 1px solid #DDDDDD;
  padding-top: 0.4rem;
  margin-left: 1rem;
  flex: 1;
}

.specialty-row .row-right .text1 .icon {
  width: 0.16rem;
  margin-right: 0.1rem;
}

.specialty-row .row-right .text1 p {
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: var(--color-primary);
}

.specialty-row .row-right .p2 {
  margin: 0.1rem 0 0.5rem;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 0.42rem;
  color: #222222;
}

.specialty-row .row-right .list {
  padding: 0.3rem 0.5rem;
  display: grid;
  grid-template-columns: repeat(5, max-content);
  justify-content: space-between;
  row-gap: 0.1rem;
  column-gap: 0.5rem;
  background: rgba(246, 246, 246, 0.8);
  border-radius: 8px;

}

.specialty-row .row-right .list .list-item {
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.35rem;

  color: #fff;
}

.specialty-row .row-right .list-wrap {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 0.1rem;
}

.specialty-row .row-right .list-wrap .list-item {
  overflow: hidden;
  text-align: center;
}

.specialty-row .row-right .list-wrap .list-item img {
  width: 100%;
  height: 1.1rem;
  object-fit: contain;
}

.specialty-row .row-right .list-wrap .list-item p {
  margin-top: .05rem;
  font-size: .16rem;
  font-weight: normal;
  line-height: .35rem;
  text-align: center;

  color: #222222;
}

.specialty-row .row-right .list-wrap .more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}

.specialty-row .row-right .list-wrap .more img {
  margin-left: 0.17rem;
  height: 0.34rem;
}

.specialty-row .row-right .list-wrap .more p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.38rem;
  color: #222222;
}

/* --- 案例 --- */
.case-main .case-wrap:nth-child(even) {
  background: #F8F8F8;
}

.case-row {
  padding: 1.2rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.15rem;
  row-gap: 0.4rem;
}

.case-row .case-row-item {
  position: relative;

  padding-bottom: 0.14rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
}

.case-row .case-row-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-primary);
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: left;
}



.case-row .case-row-item:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.case-row .case-row-item:hover::after {
  transform: scaleX(1);

}

.case-row .case-row-item:first-child {
  border: none;
}

.case-row .case-row-item:first-child::after {
  display: none;
}

.case-row .case-row-item .h2 {
  font-size: 0.34rem;
  font-weight: 600;
  line-height: 0.46rem;
  color: #222222;
}

.case-row .case-row-item .desc {
  margin: 0.15rem 0 0.35rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  color: #222222;
}

.case-row .case-row-item .more {
  display: inline-flex;
  align-items: center;
  padding: 0 0.26rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  opacity: 1;
  background: #E62129;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.38rem;
  color: #FFFFFF;
  cursor: pointer;
}

.case-row .case-row-item .more img {
  width: 0.12rem;
  margin-left: 0.05rem;
  visibility: hidden;
}

.case-row .case-row-item .more:hover img {
  visibility: inherit;
}

.case-row .case-row-item .img-box {
  margin-bottom: 0.14rem;
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.case-row .case-row-item .img-box img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.case-row .case-row-item .title {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: center;
  color: #222222;
}

.case-row .case-row-item2 {
  background: rgba(0, 0, 0, 0.03);
  height: 2.6rem;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .18rem;
  font-weight: normal;
  line-height: .32rem;
  text-align: center;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #E62129;
}


.case-row .case-row-item2 img {
  margin-bottom: .14rem;
  width: 0.67rem;
}

/* -- 案例列表  -- */
.case-nav {
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.case-nav .case-nav-item {
  text-align: center;
  cursor: pointer;
}

.case-nav .case-nav-item.active .icon1 {
  display: none;

}

.case-nav .case-nav-item.active .icon2 {
  display: block;

}

.case-nav .case-nav-item:hover .icon1 {
  display: none;
}

.case-nav .case-nav-item:hover .icon2 {
  display: block;
}

.case-nav .case-nav-item img {
  margin: 0 auto;
  width: 0.68rem;
  height: 0.68rem;
}

.case-nav .case-nav-item .icon2 {
  display: none;
}

.case-nav .case-nav-item .p1 {
  margin: 0.16rem 0 0.05rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.16rem;
  color: #222222;
}

.case-nav .case-nav-item .p2 {
  font-size: 0.12rem;
  font-weight: normal;
  line-height: 0.16rem;
  color: #666666;
  text-transform: uppercase;
}

.case-list {
  margin-bottom: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.35rem;
  row-gap: 0.5rem;
}

.case-list .case-list-item {
  position: relative;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #DDDDDD;
}

.case-list .case-list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transition: 0.3s;
  transform-origin: left;
}

.case-list .case-list-item:hover::after {
  transform: scaleX(1);

}

.case-list .case-list-item:hover .img-box img {
  transform: scale(1.1);
}

.case-list .case-list-item .img-box {
  width: 100%;
  height: 3.35rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.case-list .case-list-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.case-list .case-list-item .title {
  margin: 0.15rem 0 0.1rem;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #222222;
}

.case-list-item .tags {
  display: flex;
  justify-content: space-between;
}

.case-list-item .tags .tag {
  padding: 0 0.2rem;
  height: 0.35rem;
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.35rem;
  text-align: center;
  background: #F6F6F6;
  color: #999999;
  border-radius: 0.35rem;
}

.case-list-item .tags .colors {
  display: flex;
  align-items: center;
  column-gap: 0.05rem;
}

.case-list-item .tags .colors .color {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: var(--color-inner);
}

/* -- 资讯 -- */

.news-list {
  margin-bottom: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.4rem;
  row-gap: 0.58rem;
}

.news-list .news-list-item {
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  overflow: hidden;
}

.news-list .news-list-item:hover .img-box img {
  transform: scale(1.1);
}

.news-list .news-list-item:hover .title {
  color: var(--color-primary);
}

.news-list .news-list-item .img-box {
  width: 100%;
  height: 2.26rem;
  overflow: hidden;
}

.news-list .news-list-item .img-box img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
}

.news-list .news-list-item .text-box {
  padding: 0.15rem 0.26rem;
}

.news-list-item .text-box .p1 {

  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.36rem;
  color: #888888;
}

.news-list-item .text-box .title {
  margin: 0.15rem 0 0.2rem 0;
  /*border-bottom: 1px solid #EEEEEE;*/

  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #333333;
}

.news-list-item .text-box .desc {
  margin: 0.2rem 0;
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #666666;
}
.news-list-item .text-box .desc:before{content:''; display:block; width:100%; height:1px; background:#EEEEEE; margin-bottom:.16rem;}

.news-list-item .text-box .date-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-list-item .text-box .date-row .date {

  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.16rem;
  color: #888888;
}

.news-list-item .text-box .date-row .more {
  display: flex;
  align-items: center;
  column-gap: 0.05rem;

  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.16rem;
  color: var(--color-primary);
}

.news-list-item .text-box .date-row .more img {
  width: 0.12rem;
}

/*侧边栏*/
.saf-online{width:50px;position:fixed;right:10px;bottom:20%;z-index:99;opacity:0;visibility:hidden;transition:all 0.5s}
.g_senavatv{opacity:1;visibility:visible}
.saf-online .p_list{width:100%;height:auto}
.saf-online .saf-lineitem{display:block;width:50px;height:50px;position:relative;padding:1px;position:relative}
.saf-online .saf-lineitem.backTop{cursor:pointer}
.saf-online .saf-lineitem saf-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e11d1d;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,0.1)}
.saf-online .saf-lineitem saf-icon a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.saf-online .saf-lineitem saf-icon svg{width:22px;height:22px;margin:0}
.saf-online .saf-lineitem saf-icon svg path{fill:#fff}
.saf-online .saf-lineitem saf-icon img{width:30px;height:auto;display:block}
.saf-online .saf-lineitem saf-icon .im1{width:30px;}
.saf-online .saf-lineitem saf-icon .im2{width:23px;}
.saf-online .saf-lineitem > .xsbox{width:max-content;background:#E11D1D; color:#fff;font-size:14px;position:absolute;right:100%;top:50%;transform:translate(-35px,-50%);border-radius:7px;z-index:1;opacity:0;visibility:hidden;transition:all 0.5s;}
.saf-online .saf-lineitem > .xsbox.codeimg{padding:5px}
.saf-online .saf-lineitem > .xsbox:after{content:"";display:block;width:0;height:0;border:5px solid transparent;border-left:5px solid #E11D1D;position:absolute;left:100%;top:50%;transform:translate(0,-50%)}
.saf-online .saf-lineitem > .xsbox a{display:block;padding:10px 15px; color: #fff;}
.saf-online .saf-lineitem > .xsbox img{width:130px;height:auto}
.saf-online .saf-lineitem:hover > .xsbox{transform:translate(-5px,-50%);opacity:1;visibility:visible}
.saf-online .saf-lineitem:hover saf-icon svg path{fill:#fff}
.saf-make .saf-online{width:100%;position:relative;right:0;bottom:auto}
.saf-make .saf-online .p_list{display:flex}


.g_senweix2 {
  width: 300px;
  border-radius: 10px;
  overflow: hidden; padding: 0 8px;
}
.g_senweix2 .box {
  width: 100%;
  height: 80px;
  padding-top: 8px;
  box-sizing: border-box;

}
.g_senweix2 .box .bx{width: 100%;height: 38px; margin-bottom: 6px; border-radius: 6px; overflow: hidden;background:#fff url(../images/2025031904.png) 70% center no-repeat;}
.g_senweix2 .box p {
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 8px;
}

.g_senweix2 .box input {
  width: 69%;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  border:0;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;outline: none; background: none;
}

.g_senweix2 .box button {
  width: 29%;
  height: 38px;
  line-height: 38px;
  display: block;
  float: right;
  border: 0;
  font-size: 14px;
  color: #e11d1d;
  text-align: center; cursor: pointer;background:none;
}

.g_senweix2 .box .text {
  clear: both;
  width: 100%;
  font-size: 12px;
  color: #fff; margin-top: 7px; 
}
.cf:after{content:""; display:block; height:0; clear:both;}
.xinchuang { background:#F8F8F8;}
.xinchuang .public-banner-text .h3{ padding-top: .9rem}
.xc-tit{ font-size: .3rem; color: #222222; font-weight: 500; margin-bottom: .5rem;}
.xc-box1{ clear:both; padding-bottom: 6%;}
.xc-box1 .bxlist{ text-align: center; display: flex; align-items: flex-start; justify-content: space-between; border-radius: .1rem; overflow: hidden}
.xc-box1 .bxlist .bxli{ width: 23.5%; background: #fff; height: 4.85rem; padding:.6rem .24rem .3rem .24rem; box-sizing:border-box;}
.xc-box1 .bxlist .bxli img{ margin:0 auto; margin-bottom: .3rem; height: auto;}
.xc-box1 .bxlist .bxli .im1{ width: .86rem;}
.xc-box1 .bxlist .bxli .im2{ width: 1rem;}
.xc-box1 .bxlist .bxli .im3{ width: .99rem;}
.xc-box1 .bxlist .bxli .im4{ width: .99rem;}
.xc-box1 .bxlist .bxli .t1{ font-size: .22rem; color: #000000; margin-bottom: .36rem; font-weight: 500;}
.xc-box1 .bxlist .bxli .t2{ font-size: .16rem; color: #666666; line-height: .3rem; }

.xc-box2{ clear:both;background:url(/skin/default/images/2025032905.jpg) center center no-repeat; color: #fff; padding-top: 1.4rem; height: 4.6rem; overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;}
.xc-box2 .wzbox{ padding-left: 35%; box-sizing: border-box;}
.xc-box2 .wz1{ font-size: .3rem; margin-bottom: .36rem;}
.xc-box2 .wz1:after{ content:''; display: block; width: .38rem; height: .03rem; background: #fff; margin-top: .16rem;}
.xc-box2 .wz2{ font-size: .16rem; line-height: .3rem;}
.xc-box2 .wz2 span{ font-size: .18rem; font-weight:500; text-decoration: underline;}


.xc-box3{ clear:both; padding: 6% 0;}
.xc-box3 .list:after{content:""; display:block; height:0; clear:both;}
.xc-box3 .li{background:#fff; width: 32.6666%; background: #fff; height: 2.6rem; border-radius: .08rem; float: left; margin-right: 1%; margin-bottom: 1%; padding:.56rem .3rem;}
.xc-box3 .li:nth-child(3){margin-right: 0;}
.xc-box3 .li:nth-child(6){margin-right: 0;}
.xc-box3 .li .d1{ margin-bottom: .4rem; display: flex; align-items: center; justify-content: space-between; line-height: .3rem;}
.xc-box3 .li .d1 span{ font-size: .22rem; color: #000; font-weight: 500; position: relative;}
.xc-box3 .li .d1 span:after{ content:''; display: block; width: .24rem; height: .02rem; background: #d6d6d6; margin-top: 10px;}
.xc-box3 .li .d1 span:before{ content:''; display: block; width: 0; height: .02rem; background: #E62129; position: absolute; left: 0; bottom: 0;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}
.xc-box3 .li .d1 img{transform:translateX(-5px);-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}
.xc-box3 .li .d2{ font-size: .16rem; color: #666; line-height: .3rem;}
.xc-box3 .li:hover .d1 span{ color: #E62129}
.xc-box3 .li:hover .d1 img{transform: translate(-5px,-5px);}
.xc-box3 .li:hover .d1 span:before{ width: .24rem;}

.xc-box4{ clear:both; background: #fff; padding: 6% 0;}
.xc-box4 .container .list{height:5rem;}
.flash4{position:relative;background:url(/skin/default/images/2025032912.jpg)no-repeat center center; background-size: cover;height:5rem;}
.flash4 ul li{width:2.4rem;height:5rem;border-left:1px solid  rgba(255,255,255,0.2); box-sizing: border-box; 
position:relative;overflow:hidden;float:left;}
.flash4 ul li .imgBot{position: absolute;bottom: 48%;left: 0%;width: 100%; text-align: center;}
.imgBot p{color: #fff;font-size: .22rem;}
.flash4 ul li.first{width:6.8rem;}
.flash4 ul li.fast{position:absolute;right:0px;bottom:0px;}
.imgCen{position: absolute;top: 29%;width: 100%;left: 0;opacity: 0; text-align: center;
transition: All 0.5s;
    -moz-transition: All 0.5s;
    -webkit-transition: All 0.5s;
    -o-transition: All 0.5s;
}
.imgCen h3{color: #fff;font-size: .22rem;font-weight: normal;margin-bottom: .4rem;}
.imgCen h3:after{ content:''; display: block; width: 2px; height: 18px; background: #fff; margin: 0 auto; margin-top: .14rem;}
.imgCen p{color: #fff;font-size: .18rem; line-height: .32rem; font-weight: normal;}
.whd_on .imgCen{opacity: 1;

transition: All 0.5s;

    -moz-transition: All 0.5s;

    -webkit-transition: All 0.5s;

    -o-transition: All 0.5s;

}
.whd_on  .imgBot{display: none;}



.xc-box5{ clear:both; padding: 6% 0;}
.xc-box5 .list{ background:#fff; width: 100%; height: 3.7rem; overflow: hidden; position: relative; border-radius: .1rem;}
.xc-box5 .list .swiper-container{width:100%; position: static}
.xc-box5 .list .swiper-slide img{ display: block;width: 50%; height: 3.7rem; float: left;}
.xc-box5 .list .swiper-slide .text{ width: 50%; height: 3.7rem; float: right; padding: 4%; overflow: hidden; box-sizing:border-box;}
.xc-box5 .list .swiper-slide .text .t1{ font-size: .24rem; line-height: .3rem; margin-bottom: .24rem; color: #000; font-weight:500;}
.xc-box5 .list .swiper-slide .text .t2{ font-size: .16rem; line-height: .34rem;  color: #666666;}
.xc-box5 .list .swiper-button-prev{ width: .44rem; height: .44rem;background:url(/skin/default/images/2025032914.png)no-repeat center center; background-size:cover; right: 43%; left: inherit; bottom: 15%; top: inherit}
.xc-box5 .list .swiper-button-next{ width: .44rem; height: .44rem;background:url(/skin/default/images/2025032915.png)no-repeat center center; background-size: cover; right: 38%; bottom: 15%; top: inherit}
.xc-box5 .list .swiper-button-prev:after{display:none}
.xc-box5 .list .swiper-button-next:after{display:none}
.xc-box5 .list .swiper-button-prev:hover{background:url(/skin/default/images/2025032914-on.png)no-repeat center center; background-size: cover;}
.xc-box5 .list .swiper-button-next:hover{background:url(/skin/default/images/2025032915-on.png)no-repeat center center; background-size: cover;}

.xc-box6{ clear:both; padding: 6% 0 4% 0; background: #fff;}
.xc-box6 .list{display:flex; align-items:flex-start; justify-content: space-between;}
.xc-box6 .list .li{width:1.73rem; height: 5rem; float: left; text-align: center;}
.xc-box6 .list .li .tit img{ margin: 0 auto; margin-bottom: .16rem; height: auto;}
.xc-box6 .list .li .tit .ic1{ width: .49rem;}
.xc-box6 .list .li .tit .ic2{ width: .43rem;}
.xc-box6 .list .li .tit .ic3{ width: .5rem;}
.xc-box6 .list .li .tit .ic4{ width: .43rem;}
.xc-box6 .list .li .tit .ic5{ width: .39rem;}
.xc-box6 .list .li .tit .ic6{ width: .33rem;}
.xc-box6 .list .li .tit .ic7{ width: .42rem;}
.xc-box6 .list .li .tit{ height: 1.1rem; font-size: .2rem; line-height: .3rem; font-weight: 500;}
.xc-box6 .list .li .lis img{ margin: 0 auto; margin-bottom: .14rem; width: 100%; height: auto;}
.pc-div{display:block!important}
	.phone-div{display:none!important}

/* --- 移动端样式  --- */

@media screen and (max-width: 1024px) {
    .pc-div{display:none!important; opacity:0}
    .saf-online{right:0}
  .container {
    width: calc(100vw - 0.6rem);
    margin: 0 auto;
  }

  .more_n {
    font-size: .24rem;
  }

  .container2 {
    width: calc(100vw - 0.6rem);
    margin: 0 auto;
  }


  .more_n a {
    width: 1.8rem;
    height: .64rem;
    line-height: .64rem;
  }

  .header {

    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0) 98%);
    height: 1.1rem;
  }

  .header .icon {
    height: 0.35rem;
    display: block;
  }

  .header .menu2,
  .header .close {
    display: none;
  }

  .header2 {
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
  }

  .header2 .menu2 {
    display: block;
  }

  .header3 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .header.active {
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
  }

  .header.active .menu2 {
    display: none;
  }

  .header.active .menu2 {
    display: none;
  }

  .header.active .close {
    display: block;
  }

  .header.active .header-nav {
    height: calc(100vh - 1.1rem);
  }

  .header .header-nav {
    width: 100vw;
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 1.1rem;
    left: 0;
    background: #fff;
    transition: 0.3s;
  }

  .header .header-nav .m-btns {
    position: absolute;
    bottom: .5rem;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .header .header-nav .m-btns p {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: .3rem;
    font-size: .26rem;
    font-weight: normal;
    color: #333333;
  }

  .header .header-nav .m-btns p::after,
  .header .header-nav .m-btns p::before {
    content: "";
    display: block;
    height: 1px;
    width: 1.1rem;
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.4) 0%, rgba(51, 51, 51, 0) 78%);
  }

  .header .header-nav .m-btns p::after {
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.4) 0%, rgba(51, 51, 51, 0) 78%);
  }

  .header .header-nav .m-btns .more {
    margin-top: .2rem;
    width: 2.6rem;
    height: .72rem;
    border-radius: 500px;
    opacity: 1;

    /* 自动布局 */
    display: inline-flex;
    align-items: center;
    justify-content: center;


    background: #E62129;

    font-size: .3rem;
    font-weight: normal;
    line-height: .38rem;

    color: #FFFFFF;
  }

  .header .header-nav .m-btns .more img {
    width: .18rem;
    margin-left: .14rem;
  }

  .header .header-nav .header-nav-item {
    margin: 0 0.3rem;
    display: block;
    font-size: 0.34rem;
    font-weight: normal;
    line-height: 1.15rem;
    color: #333333;
    border-bottom: 1px solid #DDDDDD;
  }

  .header .header-nav .header-nav-item:first-child {
    margin-top: 0.1rem;
  }

  .header .header-nav .header-nav-item::after {
    content: ">";
    float: right;
  }

  .header2 .header-nav .header-nav-item {
    font-size: 0.34rem;
    color: #333333;
  }

  .cursor {
    display: none;
  }

  .cursor-follower {
    display: none;
  }

  .footer {
    height: 8.6rem;
  }

  .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.6rem;
    z-index: 1;
    background: url("/assets/image/mk.jpg") no-repeat;
    background-size: cover;
  }

  .footer-content {
    padding: 0.5rem 0.3rem 0;
  }

  .footer-mid {
    display: block;
  }

  .footer-logo {
    margin-top: .6rem;
    margin-bottom: .9rem;
    position: relative;
  }

  .footer-logo .p1 {
    font-size: 0.41rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
  }

  .footer-logo .p2 {
    margin: 0.14rem 0;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
  }

  .footer-logo .consult {
    position: absolute;
    right: 0;
    top: -.55rem;
    cursor: pointer;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-logo .consult .consult-c {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    animation: rotate 10s linear infinite;
    /* 应用动画 */
  }

  .footer-logo .consult .consult-text {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.3);
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0.9rem;
  }

  .footer-nav {
    display: none;
  }

  .footer-info .p1 {
    font-weight: 400;
    font-size: 0.26rem;
    line-height: 0.52rem;
    color: #FFFFFF;
  }

  .footer-info .p1 span {
    font-weight: 500;
    font-size: 0.34rem;
  }

  .footer-info .links {
    display: none;
  }

  .footer-info .m-links {
    margin-top: 0.4rem;
    display: flex;
    column-gap: 0.5rem;
  }

  .footer-info .m-links .link-item img {
    width: 1.77rem;
    height: 1.77rem;
    border-radius: 0.05rem;
  }

  .footer-info .m-links .link-item p {
    margin-top: 0.16rem;
    font-size: .24rem;
    font-weight: normal;
    line-height: .25rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: rgba(255, 255, 255, 0.5);
  }



  .footer-bottom {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0.17rem 0;

    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.5);
  }

  .footer-bottom div {
    display: inline;
  }

  .footer-bottom .ss {
    display: block;
  }

  .footer-bottom a {

    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.5);
  }

  .public-banner {
    margin-top: 0.2rem;
    margin-bottom: 1.2rem;
  }

  .public-banner-text {
    padding-top: 1.2rem;
  }

  .public-banner-text .p1 {
    font-size: 0.24rem;
  }

  .public-banner-text .text {
    display: block;
  }

  .public-banner-text .h2 {
    font-size: 0.6rem;
    font-weight: 500;
    line-height: 0.7rem;
    letter-spacing: 0em;
    color: #222222;
  }

  .public-banner-text .h3 {
    margin-top: 0.64rem;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #333333;
    text-align: left;
  }

  .public-banner-text .p2 {
    margin-top: 0.17rem;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: .42rem;
    letter-spacing: 0em;

    text-align: left;
    color: #999999;
  }

  .public-banner-img {
    margin-top: 0.7rem;
    height: 3.6rem;
  }

  /* ---- 内页 样式  ---- */
  /* ---- 专长  ---- */
  .specialty-row {
    margin-bottom: 0.8rem;
    display: block;

  }

  .specialty-row .row-left {
    width: auto;
  }

  .specialty-row .row-left h2 {
    font-size: 0.65rem;
    font-weight: 500;
    line-height: 0.75rem;
    color: var(--color-primary);
  }

  .specialty-row .row-left a {
    margin: 0.17rem 0 0.5rem;
    font-size: .26rem;
    font-weight: normal;
    line-height: .46rem;
    color: #222222;
  }

  .specialty-row .row-right {
    border-top: 1px solid #DDDDDD;
    padding-top: 0.4rem;
    margin-left: 0;
  }

  .specialty-row .row-right .text1 .icon {
    width: 0.16rem;
    margin-right: 0.1rem;
  }

  .specialty-row .row-right .text1 p {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #E62129;
  }

  .specialty-row .row-right .p2 {
    margin: 0.17rem 0 0.3rem;
    font-size: 0.34rem;
    font-weight: normal;
    line-height: 0.44rem;
    color: #222222;
  }

  .specialty-row .row-right .list {
    overflow-x: auto;
    padding: 0.45rem 0.3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
    row-gap: 0.2rem;
    column-gap: 0.3rem;
    background: rgba(246, 246, 246, 0.8);
    border-radius: 8px;

  }

  .specialty-row .row-right .list .list-item {
    font-size: 0.20rem;
    font-weight: normal;

    line-height: 0.30rem;
    letter-spacing: 0em;

  }

  .specialty-row .row-right .list-wrap {
    margin-top: 0.2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.2rem;
    row-gap: 0.2rem;
  }

  .specialty-row .row-right .list-wrap .list-item {
    overflow: hidden;
    text-align: center;
  }

  .specialty-row .row-right .list-wrap .list-item img {
    width: 100%;
    height: 1.5rem;
  }

  .specialty-row .row-right .list-wrap .list-item p {
    font-size: .24rem;
  }



  /* --- 案例 --- */
  .case-main .case-row:nth-child(even) {
    background: #F8F8F8;
  }

  .case-row {
    padding: 1rem 0.3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.18rem;
    row-gap: 0.18rem;
  }

  .case-row :first-child.case-row-item {
    grid-column: 1 / -1;
  }

  .case-row :nth-child(11).case-row-item {
    display: none;
  }

  .case-row .case-row-item {
    position: relative;
    padding-bottom: 0.14rem;
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
  }

  .case-row .case-row-item2 {
    font-size: .2rem;
  }

  .case-row .case-row-item2 img {
    width: .8rem;
  }


  .case-row .case-row-item .h2 {
    font-size: 0.42rem;
    font-weight: 600;
    line-height: 0.58rem;
    color: #222222;
  }

  .case-row .case-row-item .desc {
    margin: 0.15rem 0 0.35rem;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.28rem;

    color: #666666;
  }

  .case-row .case-row-item .more {
    display: inline-flex;
    align-items: center;
    padding: 0 0.45rem;
    height: 0.5rem;
    height: 0.72rem;
    border-radius: 0.5rem;
    opacity: 1;
    background: #E62129;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.72rem;
    color: #FFFFFF;
  }

  .case-row .case-row-item .more img {
    width: 0.16rem;
    margin-left: 0.05rem;
    visibility: hidden;
  }

  .case-row .case-row-item .more:hover img {
    visibility: inherit;
  }

  .case-row .case-row-item .img-box {
    margin-bottom: 0.14rem;
    width: 100%;
    height: 2.26rem;
    overflow: hidden;
    border-radius: 0.1rem;
  }

  .case-row .case-row-item .img-box img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }

  .case-row .case-row-item .title {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: center;
    color: #222222;
  }


  /* -- 案例列表  -- */
  .case-nav {
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
  }

  .case-nav .case-nav-item {
    text-align: center;
  }

  .case-nav .case-nav-item img {
    cursor: pointer;
    margin: 0 auto;
    width: 0.85rem;
    height: 0.85rem;
  }

  .case-nav .case-nav-item .icon2 {
    display: none;
  }

  .case-nav .case-nav-item .p1 {
    margin: 0.16rem 0 0.05rem;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    color: #222222;
  }

  .case-nav .case-nav-item .p2 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;

    color: #999999;
  }

  .case-list {
    /* margin-bottom: 0.8rem; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.2rem;
    row-gap: 0.15rem;
  }

  .case-list .case-list-item {
    position: relative;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #DDDDDD;
  }

  .case-list .case-list-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--color-primary);
    transform: scaleX(0);
    transition: 0.3s;
    transform-origin: left;
  }

  .case-list .case-list-item:hover::after {
    transform: scaleX(1);

  }

  .case-list .case-list-item:hover .img-box img {
    transform: scale(1.1);
  }

  .case-list .case-list-item .img-box {
    width: 100%;
    height: 2.25rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }

  .case-list .case-list-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
  }

  .case-list .case-list-item .title {
    margin: 0.25rem 0 0;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: center;
    color: #222222;
  }

  .case-list-item .tags {
    display: none;
  }


  /* -- 资讯 -- */

  .news-list {
    margin-bottom: 0.8rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0.4rem;
    row-gap: 0.58rem;
  }

  .news-list .news-list-item {
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    overflow: hidden;
  }

  .news-list .news-list-item:hover .img-box img {
    transform: scale(1.1);
  }

  .news-list .news-list-item:hover .title {
    color: var(--color-primary);
  }

  .news-list .news-list-item .img-box {
    width: 100%;
    height: 3.45rem;
    overflow: hidden;
  }

  .news-list .news-list-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }

  .news-list .news-list-item .text-box {
    padding: 0.3rem 0.26rem;
  }

  .news-list-item .text-box .p1 {
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #888888;
  }

  .news-list-item .text-box .title {
    margin: 0.15rem 0 0.24rem;
    border-bottom: 1px solid #EEEEEE;

    font-size: 0.34rem;
    font-weight: normal;
    line-height: 0.44rem;

    color: #333333;
  }

  .news-list-item .text-box .desc {
    display: none;
  }

  .news-list-item .text-box .date-row {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .news-list-item .text-box .date-row .date {

    font-size: 0.26rem;
    font-weight: normal;

    color: #888888;
  }

  .news-list-item .text-box .date-row .more {
    display: flex;
    align-items: center;
    column-gap: 0.05rem;

    font-size: 0.26rem;
    font-weight: normal;

    color: var(--color-primary);
  }

  .news-list-item .text-box .date-row .more img {
    width: 0.16rem;
  }
  
  .pc-div{display:none!important}
	.phone-div{display:block!important}
	.xinchuang .public-banner-text .h3{padding-top:0}
	.xc-tit{font-size:.42rem;}
	.xc-box1{padding-bottom:.7rem;}
	.xc-box1 .bxlist{display:block}
	.xc-box1 .bxlist .bxli{width:100%; height: auto;float: inherit; margin-bottom: .3rem; padding: .6rem .3rem .4rem .3rem;}
	.xc-box1 .bxlist .bxli .t1{font-size:.32rem;}
	.xc-box1 .bxlist .bxli .t2{font-size:.26rem; line-height: .46rem;}
	.xc-box2{padding-top:.7rem;}
	.xc-box2 .wzbox{padding-left:0}
	.xc-box2 .wz1{font-size:.34rem;}
	.xc-box2 .wz2{font-size:.26rem; line-height: .46rem; }
	.xc-box2 .wz2 span{font-size:.26rem;}
	.xc-box3{padding:.9rem 0;}
	.xc-box3 .li{width:100%; float: inherit; height: 3rem; margin-bottom: .2rem;}
	.xc-box3 .li .d1 span{font-size:.32rem; padding-top:.05rem;}
	.xc-box3 .li .d2{font-size:.26rem; line-height: .46rem; }
	.xc-box3 .li .d1 img{ height:33px; width: auto;}
	.xc-box4{padding:.9rem 0;}
	.xc-box4 .container .list{background:url(/skin/default/images/2025032912_m.jpg)no-repeat center center; background-size: cover;height:6.6rem;}
	.xc-box4 .container .list .imgCen{ width: 92%; left: 4%; top: .8rem; opacity:1; }
	.imgCen h3{font-size:.32rem;}
	.imgCen p{font-size:.26rem; line-height: .46rem;}
	.xc-box4 .swiper-slide{height:6.6rem;}
	.xc-box4 .swiper-pagination-bullet-active{background:#fff;}
	.xc-box4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom:.3rem;}
	
	.xc-box5{padding:.9rem 0;}
	.xc-box5 .list{height:auto;}
	.xc-box5 .list .swiper-slide img{width:100%; float: inherit; height: auto;}
	.xc-box5 .list .swiper-slide .text{width:100%; float: inherit; height: 4.9rem;}
	.xc-box5 .list .swiper-slide .text .t1{font-size:.32rem; line-height: .5rem;}
	.xc-box5 .list .swiper-slide .text .t2{font-size:.26rem; line-height: .46rem;}
	.xc-box5 .list .swiper-button-prev{right:inherit; left: .3rem; bottom: .5rem; width: .63rem; height: .63rem;}
	.xc-box5 .list .swiper-button-next{right:inherit; left: 1.3rem; bottom: .5rem; width: .63rem; height: .63rem;}
	.xc-box6{padding:.9rem 0;}
	.xc-box6 .listbx{ width: 100%; overflow-x: scroll; overflow-y: hidden}
	.xc-box6 .list{ width: 18rem;}
	.xc-box6 .list .li{width:2.2rem; height: 6.1rem;}
	.xc-box6 .list .li .tit{font-size:.28rem; line-height: .5rem; height: 1.62rem;}
	.xc-box6 .list .li .tit .ic1{ width: .83rem;}
	.xc-box6 .list .li .tit .ic2{ width: .73rem;}
	.xc-box6 .list .li .tit .ic3{ width: .85rem;}
	.xc-box6 .list .li .tit .ic4{ width: .73rem;}
	.xc-box6 .list .li .tit .ic5{ width: .69rem;}
	.xc-box6 .list .li .tit .ic6{ width: .62rem;}
	.xc-box6 .list .li .tit .ic7{ width: .72rem;}

 .nlink{ margin:0 auto; margin-top:.44rem; width:3.15rem; height:.72rem; line-height:.72rem; font-size:.3rem;}
  .nlink img{width:.32rem;}

}





