@charset "utf-8";
/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
.page-service-xinchuang .page_banner-plan2 .banner_mfont {
  display: flex;
  align-items: center;
  padding-bottom: 6rem;
}
.page-service-xinchuang .service-xinchuang-page01 {
  background: #F8FAFC;
  padding-bottom: 4rem;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist {
  display: flex;
  flex-wrap: wrap;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mitem {
  margin-bottom: 4rem;
  width: 25%;
  transition: all 0.4s ease;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mitem:first-child:nth-last-child(2),
.page-service-xinchuang .service-xinchuang-page01 .mlist .mitem:first-child:nth-last-child(2) ~ .mitem {
  width: 50%;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mitem:first-child:nth-last-child(3),
.page-service-xinchuang .service-xinchuang-page01 .mlist .mitem:first-child:nth-last-child(3) ~ .mitem {
  width: 33.333%;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mitem:hover .mbox {
  transform: translateY(-1rem);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.1);
  border-color: #FE7310;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox {
  background: #FFFFFF;
  padding: 3rem;
  position: relative;
  height: 100%;
  transition: all 0.4s ease;
  border-right: 1px solid #F3F4F6;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.03);
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .micon {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .micon i {
  font-size: 4rem;
  color: #FE7310;
  transition: all 0.4s ease;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .mnum {
  position: absolute;
  top: 4.5rem;
  right: 4rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #E2E8F0;
  font-family: numfont;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .mmain .mfont {
  font-size: 2rem;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .mmain .mtext-tag {
  font-size: 1.4rem;
  color: #FE7310;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .mmain .mtext {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 3rem;
  min-height: 5rem;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .mmain .mtags li {
  font-size: 1.6rem;
  color: #6A7282;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 2rem;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .mmain .mtags li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #CBD5E1;
  border-radius: 50%;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .mmain .mtags li:last-child {
  margin-bottom: 0;
}
.page-service-xinchuang .service-xinchuang-page01 .mlist .mitem:last-child .mbox {
  border-right: none;
}
.service-xinchuang-page02 .section_main {
  display: flex;
  justify-content: space-between;
}
.service-xinchuang-page02 .mleft {
  width: 50%;
}
.service-xinchuang-page02 .mleft .mtop {
  margin-bottom: 6rem;
}
.service-xinchuang-page02 .mleft .mtop .mtop-tag {
  color: #FE7310;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.service-xinchuang-page02 .mleft .mtop .mfont {
  font-size: 4rem;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.service-xinchuang-page02 .mleft .mtop .mtitle-line {
  width: 6rem;
  height: 1px;
  background: #EEEEEE;
  margin-bottom: 3.5rem;
}
.service-xinchuang-page02 .mleft .mtop .mtext {
  font-size: 1.8rem;
  color: #666666;
  line-height: 1.8;
}
.service-xinchuang-page02 .mleft .mlist {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
.service-xinchuang-page02 .mleft .mlist .mitem {
  width: calc(50% - 1.5rem);
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+1) .micon {
  background: #F4F8FF;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+1) .micon i {
  color: #2F6BFF;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+2) .micon {
  background: #F0FBF6;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+2) .micon i {
  color: #00A870;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+3) .micon {
  background: #FFF7F2;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+3) .micon i {
  color: #FF823A;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+4) .micon {
  background: #F9F5FF;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+4) .micon i {
  color: #8E59FF;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+5) .micon {
  background: #F0FBFC;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+5) .micon i {
  color: #00B5AD;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+6) .micon {
  background: #FFF5F5;
}
.service-xinchuang-page02 .mleft .mlist .mitem:nth-child(6n+6) .micon i {
  color: #FF5E5E;
}
.service-xinchuang-page02 .mleft .mlist .mitem:hover .micon {
  transform: scale(1.1);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.06);
}
.service-xinchuang-page02 .mleft .mlist .mitem:hover .mbox .mfont {
  color: #FE7310;
}
.service-xinchuang-page02 .mleft .mlist .mitem .micon {
  width: 5.6rem;
  height: 5.6rem;
  flex-shrink: 0;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.service-xinchuang-page02 .mleft .mlist .mitem .micon i {
  font-size: 2.62rem;
  transition: all 0.4s ease;
}
.service-xinchuang-page02 .mleft .mlist .mitem .mbox .mfont {
  font-size: 1.8rem;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}
.service-xinchuang-page02 .mleft .mlist .mitem .mbox .mtext {
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.7;
}
.service-xinchuang-page02 .mright {
  width: 45%;
  position: relative;
  overflow: hidden;
}
.service-xinchuang-page02 .mright .swiper-slide {
  padding: 0 3rem 3rem 0;
}
.service-xinchuang-page02 .mright .mimg {
  position: relative;
  z-index: 2;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.1);
}
.service-xinchuang-page02 .mright .mimg img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.service-xinchuang-page02 .mright .mimg:hover img {
  transform: scale(1.05);
}
.service-xinchuang-page02 .mright .mimg-bg {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 98%;
  height: 98%;
  background: linear-gradient(0deg, #10FECE, #0B3AD4);
  border-radius: 1.6rem;
  z-index: -1;
}
.service-xinchuang-page06 {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 7rem;
}
.service-xinchuang-page06::before {
  content: "";
  position: absolute;
  right: -10rem;
  top: 50%;
  transform: translateY(-50%);
  width: 60rem;
  height: 60rem;
  background: radial-gradient(circle, rgba(254, 115, 16, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.service-xinchuang-page06 .section_main {
  position: relative;
  z-index: 1;
}
.service-xinchuang-page06 .section_main .mbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.service-xinchuang-page06 .section_main .mleft {
  width: 45%;
}
.service-xinchuang-page06 .section_main .mleft .mtag {
  display: inline-flex;
  align-items: center;
  height: 3.2rem;
  padding: 0 1.6rem;
  background: #F1F5F9;
  border-radius: 1.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #64748B;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.service-xinchuang-page06 .section_main .mleft .mtag::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #FE7310;
  border-radius: 50%;
  margin-right: 1rem;
}
.service-xinchuang-page06 .section_main .mleft .xc-title {
  font-size: 3.6rem;
  line-height: 1.2;
  color: #0F172A;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.service-xinchuang-page06 .section_main .mleft .xc-sub {
  font-size: 2rem;
  color: #FE7310;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.service-xinchuang-page06 .section_main .mleft .xc-desc {
  font-size: 1.6rem;
  color: #64748B;
  line-height: 1.8;
  margin-bottom: 3rem;
  max-width: 60rem;
}
.service-xinchuang-page06 .section_main .mleft .xc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.service-xinchuang-page06 .section_main .mleft .xc-grid .xc-item {
  display: flex;
  align-items: center;
  background: #F8FAFC;
  padding: 2.5rem 2rem;
  border-radius: 1.6rem;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}
.service-xinchuang-page06 .section_main .mleft .xc-grid .xc-item:hover {
  background: #fff;
  border-color: #F1F5F9;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.06);
  transform: translateY(-0.5rem);
}
.service-xinchuang-page06 .section_main .mleft .xc-grid .xc-item:hover .xc-icon {
  background: #FE7310;
}
.service-xinchuang-page06 .section_main .mleft .xc-grid .xc-item:hover .xc-icon i {
  color: #fff;
}
.service-xinchuang-page06 .section_main .mleft .xc-grid .xc-item .xc-icon {
  width: 5.6rem;
  height: 5.6rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  flex-shrink: 0;
  transition: all 0.4s ease;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.03);
}
.service-xinchuang-page06 .section_main .mleft .xc-grid .xc-item .xc-icon i {
  font-size: 2.6rem;
  color: #FE7310;
  transition: all 0.4s ease;
}
.service-xinchuang-page06 .section_main .mleft .xc-grid .xc-item .xc-info h4 {
  font-size: 1.8rem;
  color: #1E293B;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.service-xinchuang-page06 .section_main .mleft .xc-grid .xc-item .xc-info p {
  font-size: 1.4rem;
  color: #94A3B8;
}
.service-xinchuang-page06 .section_main .mright {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
.service-xinchuang-page06 .section_main .mright .mimg {
  width: 100%;
  position: relative;
  animation: floatImg 6s ease-in-out infinite;
}
.service-xinchuang-page06 .section_main .mright .mimg img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 3rem 6rem rgba(0, 0, 0, 0.15));
}
@keyframes floatImg {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
}
.service-xinchuang-page07 .mlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
.service-xinchuang-page07 .mlist .mitem {
  text-align: center;
  padding: 3rem 1.5rem;
  transition: all 0.4s ease;
}
.service-xinchuang-page07 .mlist .mitem:hover {
  transform: translateY(-0.5rem);
}
.service-xinchuang-page07 .mlist .mitem:hover .micon {
  background: #FFF3EB;
  box-shadow: 0 1rem 2rem rgba(254, 115, 16, 0.15);
}
.service-xinchuang-page07 .mlist .mitem .micon {
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 auto 2.5rem;
  background: #FFF3EB;
  color: #FE7310;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.service-xinchuang-page07 .mlist .mitem .micon i {
  font-size: 3.6rem;
}
.service-xinchuang-page07 .mlist .mitem h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 1.5rem;
}
.service-xinchuang-page07 .mlist .mitem p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.7;
  text-align: center;
}
.service-xinchuang-page03 {
  background: #0F172B;
}
.service-xinchuang-page03 .section_main .mlist {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
.service-xinchuang-page03 .section_main .mlist .mitem {
  width: calc((100% - 3 * 3rem) / 4);
}
.service-xinchuang-page03 .section_main .mlist .mitem:first-child:nth-last-child(2),
.service-xinchuang-page03 .section_main .mlist .mitem:first-child:nth-last-child(2) ~ .mitem {
  width: calc((100% - 1 * 3rem) / 2);
}
.service-xinchuang-page03 .section_main .mlist .mitem:first-child:nth-last-child(3),
.service-xinchuang-page03 .section_main .mlist .mitem:first-child:nth-last-child(3) ~ .mitem {
  width: calc((100% - 2 * 3rem) / 3);
}
.service-xinchuang-page03 .section_main .mlist .mitem:first-child:nth-last-child(n+5):nth-last-child(-n+6),
.service-xinchuang-page03 .section_main .mlist .mitem:first-child:nth-last-child(n+5):nth-last-child(-n+6) ~ .mitem {
  width: calc((100% - 2 * 3rem) / 3);
}
.service-xinchuang-page03 .section_main .mlist .mitem:first-child:nth-last-child(n+7),
.service-xinchuang-page03 .section_main .mlist .mitem:first-child:nth-last-child(n+7) ~ .mitem {
  width: calc((100% - 3 * 3rem) / 4);
}
.service-xinchuang-page03 .section_main .mlist .mitem .micon {
  width: 6rem;
  height: 6rem;
  border: 1px solid #334155;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: all 0.4s ease;
}
.service-xinchuang-page03 .section_main .mlist .mitem .micon i {
  font-size: 2.8rem;
  color: #FE7310;
}
.service-xinchuang-page03 .section_main .mlist .mitem h3 {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.service-xinchuang-page03 .section_main .mlist .mitem p {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}
.service-xinchuang-page03 .section_main .mlist .mitem:hover .micon {
  border-color: #FE7310;
  background: rgba(254, 115, 16, 0.1);
  transform: translateY(-0.5rem);
}
.service-xinchuang-page04 {
  background: #f7f8fb;
}
.service-xinchuang-page04 .section_main .mlist {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.service-xinchuang-page04 .section_main .mlist .mitem {
  background: #fff;
  border-radius: 1.6rem;
  padding: 4rem 3rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.03);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  width: calc((100% - 3 * 3rem) / 4);
}
.service-xinchuang-page04 .section_main .mlist .mitem:first-child:nth-last-child(2),
.service-xinchuang-page04 .section_main .mlist .mitem:first-child:nth-last-child(2) ~ .mitem {
  width: calc((100% - 1 * 3rem) / 2);
}
.service-xinchuang-page04 .section_main .mlist .mitem:first-child:nth-last-child(3),
.service-xinchuang-page04 .section_main .mlist .mitem:first-child:nth-last-child(3) ~ .mitem {
  width: calc((100% - 2 * 3rem) / 3);
}
.service-xinchuang-page04 .section_main .mlist .mitem:first-child:nth-last-child(n+5):nth-last-child(-n+6),
.service-xinchuang-page04 .section_main .mlist .mitem:first-child:nth-last-child(n+5):nth-last-child(-n+6) ~ .mitem {
  width: calc((100% - 2 * 3rem) / 3);
}
.service-xinchuang-page04 .section_main .mlist .mitem:first-child:nth-last-child(n+7),
.service-xinchuang-page04 .section_main .mlist .mitem:first-child:nth-last-child(n+7) ~ .mitem {
  width: calc((100% - 3 * 3rem) / 4);
}
.service-xinchuang-page04 .section_main .mlist .mitem:hover {
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.service-xinchuang-page04 .section_main .mlist .mitem .mtops {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F1F5F9;
  margin-bottom: 2rem;
}
.service-xinchuang-page04 .section_main .mlist .mitem .mtops .micon {
  width: 6.4rem;
  height: 6.4rem;
  background: linear-gradient(135deg, #FE7310, #fe9143);
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  box-shadow: 0 1rem 2rem rgba(254, 115, 16, 0.2);
}
.service-xinchuang-page04 .section_main .mlist .mitem .mtops .micon i {
  font-size: 3.2rem;
  color: #fff;
}
.service-xinchuang-page04 .section_main .mlist .mitem .mtops .bg-num {
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 6rem;
  font-family: numfont;
  font-weight: bold;
  color: #F1F5F9;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
.service-xinchuang-page04 .section_main .mlist .mitem .mtops .h3 {
  font-size: 2rem;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.service-xinchuang-page04 .section_main .mlist .mitem .mtops .p1 {
  font-size: 1.6rem;
  color: #64748B;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.service-xinchuang-page04 .section_main .mlist .mitem .mboms li {
  font-size: 1.5rem;
  color: #475569;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}
.service-xinchuang-page04 .section_main .mlist .mitem .mboms li i {
  color: #FE7310;
  font-size: 1.6rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.service-xinchuang-page04 .section_main .mlist .mitem .mboms li:last-child {
  margin-bottom: 0;
}
.service-xinchuang-page05 {
  background: #0C1021;
  overflow: hidden;
  position: relative;
}
.service-xinchuang-page05::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 60%;
  border-radius: 50%;
  transform: translateX(-30%);
  width: 40rem;
  height: 40rem;
  background: #FE7310;
  filter: blur(5rem);
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.service-xinchuang-page05 .section_main {
  position: relative;
  z-index: 1;
}
.service-xinchuang-page05 .section_main .mlist {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
.service-xinchuang-page05 .section_main .mlist .mline {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.4rem;
  filter: blur(0.1rem);
  opacity: 0.4;
  background: linear-gradient(90deg, #155dff 0%, #fe7310 50%, #155dff 100%);
  z-index: 0;
  transform: translateY(-50%);
}
.service-xinchuang-page05 .section_main .mlist .mitem {
  position: relative;
  z-index: 1;
  background: rgba(21, 27, 46, 0.6);
  background: #151B2E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  padding: 3rem 2rem 1.5rem 2rem;
  transition: all 0.4s ease;
  width: calc((100% - 5 * 2rem) / 6);
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(2),
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(2) ~ .mitem {
  width: calc((100% - 1 * 2rem) / 2);
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(3),
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(3) ~ .mitem {
  width: calc((100% - 2 * 2rem) / 3);
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(4),
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(4) ~ .mitem {
  width: calc((100% - 3 * 2rem) / 4);
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(5),
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(5) ~ .mitem {
  width: calc((100% - 4 * 2rem) / 5);
  padding: 3rem 1rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(5) .mnum,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(5) ~ .mitem .mnum {
  font-size: 3rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(5) .micon,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(5) ~ .mitem .micon {
  width: 5rem;
  height: 5rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(5) .micon i,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(5) ~ .mitem .micon i {
  font-size: 2.6rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6),
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) ~ .mitem {
  width: calc((100% - 5 * 2rem) / 6);
  padding: 3rem 1rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) .micon,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) ~ .mitem .micon {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1.5rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) .micon i,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) ~ .mitem .micon i {
  font-size: 2.4rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) .mnum,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) ~ .mitem .mnum {
  font-size: 3rem;
  top: 3.5rem;
  right: 2rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) .men,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) ~ .mitem .men {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) .mfont,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) ~ .mitem .mfont {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) .mtext,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) ~ .mitem .mtext {
  font-size: 1.3rem;
  min-height: 3.6rem;
  margin-bottom: 1.2rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) .mboms li,
.service-xinchuang-page05 .section_main .mlist .mitem:first-child:nth-last-child(6) ~ .mitem .mboms li {
  font-size: 1.2rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem:hover {
  border-color: #FE7310;
  transform: translateY(-1rem);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}
.service-xinchuang-page05 .section_main .mlist .mitem .micon {
  width: 6rem;
  height: 6rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: all 0.4s ease;
}
.service-xinchuang-page05 .section_main .mlist .mitem .micon i {
  font-size: 3rem;
  color: #fff;
}
.service-xinchuang-page05 .section_main .mlist .mitem:nth-child(2n+1) .micon {
  background: #0B3AD4;
}
.service-xinchuang-page05 .section_main .mlist .mitem:nth-child(2n) .micon {
  background: #FE7310;
}
.service-xinchuang-page05 .section_main .mlist .mitem .mnum {
  font-size: 3.6rem;
  font-family: numfont;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
.service-xinchuang-page05 .section_main .mlist .mitem .men {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.service-xinchuang-page05 .section_main .mlist .mitem .mfont {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
}
.service-xinchuang-page05 .section_main .mlist .mitem .mtext {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
  line-height: 1.5;
  min-height: 4.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-xinchuang-page05 .section_main .mlist .mitem .mboms {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.service-xinchuang-page05 .section_main .mlist .mitem .mboms li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.service-xinchuang-page05 .section_main .mlist .mitem .mboms li:before {
  content: "•";
  color: #FE7310;
  margin-right: 0.8rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  line-height: 1;
}
@media (max-width: 769px) {
  .page-service-xinchuang .page_banner-plan2 .banner_mfont {
    padding-top: 4rem;
    padding-bottom: 0;
    align-items: flex-start;
  }
  .page-service-xinchuang .page_banner-plan2 {
    height: 26rem;
  }
  .page-service-xinchuang .service-xinchuang-page01 .mlist .mitem {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .page-service-xinchuang .service-xinchuang-page01 .mlist .mbox {
    padding: 2rem;
  }
  .page-service-xinchuang .service-xinchuang-page01 .mlist .mbox .micon {
    margin-bottom: 2rem;
  }
  .service-xinchuang-page02 .mright {
    display: none;
  }
  .service-xinchuang-page02 .mleft {
    width: 100%;
  }
  .service-xinchuang-page02 .mleft .mtop .mfont {
    font-size: 2.4rem;
  }
  .service-xinchuang-page02 .mleft .mtop .mtext {
    font-size: 1.6rem;
  }
  .service-xinchuang-page02 .mleft .mlist .mitem {
    width: 100%;
  }
  .service-xinchuang-page03 .section_main .mlist .mitem {
    width: calc(50% - 0.5rem);
  }
  .service-xinchuang-page03 .section_main .mlist {
    gap: 1rem;
  }
  .service-xinchuang-page03 .section_main .mlist .mitem p {
    font-size: 1.4rem;
  }
  .service-xinchuang-page04 .section_main .mlist .mitem {
    width: 100%;
  }
  .service-xinchuang-page04 .section_main .mlist .mitem {
    padding: 2rem;
  }
  .service-xinchuang-page04 .section_main .mlist .mitem .mtops .micon {
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
  }
  .service-xinchuang-page04 .section_main .mlist .mitem .mtops .micon i {
    font-size: 2.6rem;
  }
  .service-xinchuang-page04 .section_main .mlist .mitem .mtops {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .service-xinchuang-page04 .section_main .mlist .mitem .mboms li {
    margin-bottom: 0.5rem;
  }
  .service-xinchuang-page05 .section_main .mlist .mitem {
    width: calc(50% - 1rem);
    padding: 2rem;
  }
  .service-xinchuang-page05 .section_main .mlist .mitem .micon {
    width: 4.6rem;
    height: 4.6rem;
    margin-bottom: 2rem;
  }
  .service-xinchuang-page05 .section_main .mlist .mitem .micon i {
    font-size: 2.4rem;
  }
  .service-xinchuang-page06 {
    padding: 4rem 2rem;
  }
  .service-xinchuang-page06 .section_main .mright {
    display: none;
  }
  .service-xinchuang-page06 .section_main .mleft {
    width: 100%;
  }
  .service-xinchuang-page06 .section_main .mleft .xc-title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .service-xinchuang-page06 .section_main .mleft .xc-grid .xc-item {
    padding: 2rem;
  }
  .service-xinchuang-page07 .mlist {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .service-xinchuang-page07 .mlist .mitem {
    padding: 0.5rem;
    width: calc(50% - 1rem);
  }
  .service-xinchuang-page07 .mlist .mitem .micon {
    width: 4.2rem;
    height: 4.2rem;
    margin-bottom: 2rem;
  }
  .service-xinchuang-page07 .mlist .mitem .micon i {
    font-size: 2.2rem;
  }
  .service-xinchuang-page07 .mlist .mitem h3 {
    font-size: 1.8rem;
  }
  .service-xinchuang-page07 .mlist .mitem p {
    font-size: 1.4rem;
  }
}
