<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 清除默认边距和盒模型计算方式 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 基础字体设置 */
body {
  line-height: 1.5;
  /* 系统字体 */
}

/* 标题去默认样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

/* 列表去默认样式 */
ul,
ol {
  list-style: none;
}

/* 链接样式 */
a {
  color: inherit;
  text-decoration: none;
}

/* 媒体元素自适应 */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 表单元素重置 */
input,
button,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

/* 表格重置 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 清除浮动 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 隐藏元素辅助类 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --theme-color: #0038D4;
  --theme-font-color: #2F2F2F;
}

body {
  font-family: PingFangSC-Semibold, PingFangSC-Semibold !important;
}

span {
  color: var(--theme-font-color);
}

.theme-color {
  color: var(--theme-font-color);
}

.w1200 {
  width: 1280px;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.w1400 {
  width: 1650px;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.section .section-content {
  position: relative;
  z-index: 10;
}
.section .section-txt {
  font-size: 24px;
  color: var(--theme-font-color);
}
.section .section-title {
  font-weight: normal;
  font-size: 72px;
  color: var(--theme-color);
}
.section .section-en-title {
  font-weight: normal;
  font-size: 36px;
  color: var(--theme-color);
  letter-spacing: 4px;
}
.section .section-stitle {
  font-weight: normal;
  font-size: 48px;
  color: var(--theme-font-color);
}
.section .pc-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  bottom: 0;
}
.section .pc-bg .bg-content {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.section .pc-bg .bg-txt {
  font-size: 500px;
  color: rgba(53, 103, 241, 0.05);
  width: 100%;
  white-space: nowrap;
}
.section .pc-bg .bg-txt:nth-child(2n) {
  text-align: end;
  transform: translateX(200px);
}

.spec-section {
  background: #EEF3FF;
}
.spec-section .pc-bg .bg-content {
  bottom: -20px;
}
.spec-section .pc-bg .bg-txt {
  font-size: 500px;
  color: rgba(255, 255, 255, 0.4);
  width: 100%;
}
.spec-section .pc-bg .bg-txt:nth-child(2n) {
  text-align: end;
  transform: translateX(200px);
}

.header-section {
  height: 90px;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.banner-content {
  margin: 0 auto;
  bottom: 70%;
}

.banner-txts {
  position: absolute;
  z-index: 2;
}
.banner-txts .banner-title {
  font-size: 64px;
  color: #ffffff;
  text-align: left;
}
.banner-txts .banner-s-title {
  font-weight: normal;
  font-size: 32px;
  color: #FFFFFF;
}
.banner-txts .banner-button {
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  width: 203px;
  height: 70px;
  background: #4FAEEC;
  border-radius: 4px 4px 4px 4px;
  opacity: 0.9;
}

.navbar {
  height: 100%;
}
.navbar .site-logo {
  height: 52px;
  width: auto;
}
.navbar .nav-list {
  height: inherit;
}
.navbar .nav-list .nav-item {
  height: inherit;
  font-size: 16px;
  color: #045083;
  text-align: center;
  box-sizing: border-box;
  min-width: 130px;
}
.navbar .nav-list .nav-item a {
  color: inherit;
}
.navbar .nav-list .active-item {
  color: #FFFFFF;
  background-color: rgba(41, 144, 211, 0.56);
}
.navbar .nav-list .active-item a {
  color: inherit;
}

.highlight {
  color: var(--theme-color) !important;
}

.modules {
  padding: 100px 0;
}
.modules-titles .module-title {
  font-weight: bold;
  font-size: 54px;
  color: #222222;
}
.modules .m-module-list {
  display: none;
}

.module-list {
  flex-wrap: wrap;
}
.module-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  flex-direction: column;
  width: 240px;
  margin-right: 106px;
}
.module-list .item:nth-child(4) {
  margin-right: 0;
}
.module-list .item:nth-child(n+6) {
  margin-bottom: 0;
}
.module-list .item:nth-child(5) {
  margin-left: 173px;
  margin-right: 106px;
}
.module-list .item:nth-child(6) {
  margin-right: 107px;
}
.module-list .item:nth-child(7) {
  margin: 0;
}
.module-list .item .item-pic {
  height: 240px;
}
.module-list .item .iconfont {
  font-size: 56px;
}
.module-list .item .title {
  font-weight: normal;
  font-size: 20px;
  color: var(--theme-font-color);
  text-align: center;
}
.module-list .item .txt {
  font-size: 14px;
  color: var(--theme-font-color);
  text-align: center;
}
.module-list .item .beforeHover {
  display: block;
}
.module-list .item .hover {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 列 */
  grid-template-rows: repeat(2, 1fr); /* 2 行 */
  gap: 10px; /* 元素间距 */
}

.grid-container2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 5 列 */
  grid-template-rows: repeat(2, 1fr); /* 2 行 */
  gap: 10px; /* 元素间距 */
}

.steps {
  padding: 100px 140px;
}
.steps .pc-bg .bg-content {
  bottom: 20px;
}
.steps .pc-bg .bg-content .bg-txt {
  font-size: 300px;
  line-height: 260px;
}
.steps .step-header {
  width: 100%;
  margin-right: 60px;
  position: relative;
}
.steps .step-list {
  flex: 1;
  flex-wrap: wrap;
  align-content: start;
}
.steps .end-pic {
  width: 258px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.memorialize {
  padding: 100px 0;
}
.memorialize .row {
  height: 342px;
}
.memorialize .row .row-img {
  width: 660px;
  height: inherit;
  flex-basis: 660px;
  min-width: 660px;
}
.memorialize .row .row-img img {
  width: 100%;
  height: 100%;
}
.memorialize .row .row-content {
  height: inherit;
}
.memorialize .row .row-txt {
  font-weight: normal;
  font-size: 16px;
  color: var(--theme-font-color);
  line-height: 33px;
  text-align: left;
  width: 95%;
}
.memorialize .row .row-title {
  font-weight: normal;
  font-size: 36px;
  color: var(--theme-font-color);
  text-align: center;
  margin-bottom: 3px;
}
.memorialize .row .row-en-title {
  font-weight: normal;
  font-size: 14px;
  color: var(--theme-font-color);
  text-align: center;
  margin-bottom: 35px;
}

.row {
  height: 342px;
}
.row .row-img {
  width: 386px;
  height: inherit;
  flex-basis: 386px;
  min-width: 386px;
  height: 248px;
}
.row .row-img img {
  width: 100%;
  height: 100%;
}
.row .row-content {
  height: inherit;
}
.row .row-txt {
  font-weight: normal;
  font-size: 16px;
  color: var(--theme-font-color);
  line-height: 33px;
  text-align: left;
  width: 95%;
}
.row .row-title {
  font-weight: normal;
  font-size: 36px;
  color: var(--theme-font-color);
  text-align: center;
  margin-bottom: 3px;
}
.row .row-en-title {
  font-weight: normal;
  font-size: 14px;
  color: var(--theme-font-color);
  text-align: center;
}

.figure {
  padding: 100px 0;
}
.figure .pc-bg .bg-txt {
  font-size: 291px;
}
.figure .row {
  width: 384px;
  height: auto;
}

.shoppingMall,
.business {
  padding: 100px 0;
}
.shoppingMall .mall-pic,
.business .mall-pic {
  width: 583px;
  min-width: 583px;
  flex-basis: 583px;
}
.shoppingMall .mall-pic img,
.business .mall-pic img {
  height: auto;
  width: 100%;
}
.shoppingMall .pc-bg .bg-content,
.business .pc-bg .bg-content {
  bottom: 100px;
}
.shoppingMall .pc-bg .bg-txt,
.business .pc-bg .bg-txt {
  font-size: 338px;
}
.shoppingMall .cart,
.business .cart {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
  padding: 24px;
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
}
.shoppingMall .cart:last-child,
.business .cart:last-child {
  margin-right: 0;
}
.shoppingMall .cart .cart-title,
.business .cart .cart-title {
  font-weight: 800;
  font-size: 24px;
  color: #03cba3;
}
.shoppingMall .cart .cart-txt,
.business .cart .cart-txt {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
}
.shoppingMall .cart .cart-pic,
.business .cart .cart-pic {
  height: 200px;
}
.shoppingMall .cart .cart-pic img,
.business .cart .cart-pic img {
  height: 100%;
  width: 100%;
}

.business {
  padding: 100px 0;
  background-image: unset;
  background: #faf9f7;
}
.business .cart {
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 0;
}
.business .cart-title {
  font-weight: 800;
  font-size: 24px;
  color: #222222 !important;
  text-align: center;
  padding: 0 24px;
}
.business .cart-txt {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  padding: 0 24px;
}

.green {
  padding-top: 100px;
  padding-bottom: 64px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 1350px 480px;
}
.green .left-txt {
  width: 200px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.green .middle {
  height: 510px;
  width: 760px;
  background: #fff;
}
.green .middle .banner2 {
  height: 400px;
  width: 100%;
}
.green .middle .slide-info {
  padding: 18px 24px;
}
.green .middle .slide-info .info-title {
  font-weight: 800;
  font-size: 32px;
  color: #222222;
  white-space: nowrap;
}
.green .middle .slide-info .info-desc {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: left;
}
.news {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news .pc-bg .bg-content {
  bottom: 0px;
}
.news .pc-bg .bg-txt {
  font-size: 338px;
}
.news .section-txt {
  margin-bottom: 81px;
}
.news .news-swraper {
  width: 796px;
  position: relative;
}
.news .news-wrapper {
  width: 100vw;
  transform: translateX(calc((1280px - 100vw) / 2));
}
.news .news-title {
  font-weight: normal;
  font-size: 36px;
  color: #3567F1;
  width: 100%;
  text-align: end;
}
.news .date {
  font-weight: normal;
  font-size: 24px;
  color: #3567F1;
  width: 100%;
  text-align: end;
}
.news .news_item {
  width: 100%;
  height: 189px;
  padding: 40px 55px 0 0;
  background: rgba(255, 255, 255, 0.4);
}
.news .news_item:hover {
  background-color: #fff;
}
.news .news_list {
  width: 100%;
  margin-right: 40px;
  display: none;
  height: 378px;
}
.news .showList {
  display: flex;
  align-items: flex-start;
}
.news .news_types .news_type {
  cursor: pointer;
  width: 258px;
  height: 126px;
  line-height: 126px;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #3567F1;
  background-color: rgba(255, 255, 255, 0);
}
.news .news_types .news_type:hover {
  font-size: 36px;
  background: white;
}
.news .news_types .current {
  font-size: 36px;
  background-color: #fff !important;
}

.footer {
  padding: 100px 0;
  box-sizing: border-box;
  background: var(--theme-color);
}
.footer .m-site-info {
  display: none;
}
.footer .footer-logo {
  height: 54px;
}
.footer .qrcode {
  width: 151px;
  height: 151px;
}
.footer .site-info .iconfont {
  font-size: 34px;
}
.footer .tel {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.footer .txt {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.footer .footer-txt {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
}
.footer .footer-title {
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
}
.footer .mr-67 {
  margin-right: 67px;
}
.footer .qrcode-con {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

.text-right {
  text-align: right;
}

.line {
  height: 5px;
}
.line img {
  height: 100%;
}

.line2 {
  width: 79px;
  height: 3px;
  background: var(--theme-color);
}

.pt-100 {
  padding-top: 100px;
}

.banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  height: 702px;
  background-position: center;
}

.plan {
  padding: 120px 0 208px;
  background-repeat: no-repeat;
  background-size: cover;
}
.plan .plan-pics {
  flex-wrap: wrap;
}
.plan .hexagon2 {
  width: 154px;
  height: 481px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px 8px 8px 8px;
}
.plan .hexagon2:nth-child(2n) {
  margin-top: 130px;
}
.plan .hexagon2 .hexagon-inner {
  width: 100%;
  height: 100%;
}
.plan .hexagon2 img {
  width: 100%;
  height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.plan .hexagon2 .hexagon-title {
  font-weight: normal;
  font-size: 24px;
  color: var(--theme-font-color);
  text-align: center;
  padding: 0 12px;
}
.plan .hexagon2 .hexagon-txt {
  font-weight: normal;
  font-size: 18px;
  color: var(--theme-font-color);
  line-height: 45px;
  text-align: center;
  padding: 0 12px;
  word-break: keep-all;
}
.plan .hexagon {
  width: 283px;
  height: 246px;
  position: relative;
}
.plan .hexagon:hover img {
  filter: drop-shadow(0px 12px 12px rgba(52, 187, 102, 0.24));
}
.plan .hexagon:hover .beforeHover {
  display: none;
}
.plan .hexagon:hover .afterHover {
  display: block;
}
.plan .hexagon:hover .hexagon-title {
  color: #fff;
}
.plan .hexagon:hover .hexagon-txt {
  color: #fff;
}
.plan .hexagon .afterHover {
  display: none;
}
.plan .hexagon img {
  height: 100%;
}
.plan .hexagon .hexagon-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plan .hexagon .iconfont {
  font-size: 50px;
}
.plan .hexagon .hexagon-num {
  font-weight: 800;
  font-size: 24px;
  color: #0038D4;
}
.plan .hexagon .hexagon-title {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.plan .hexagon .hexagon-txt {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  width: 160px;
}
.plan .hexagon .center-title {
  font-weight: bold;
  font-size: 16px;
  color: #0038D4;
  text-align: center;
}
.plan .pline2 {
  margin-top: -90px;
  padding: 0 237px 0 232px;
  box-sizing: border-box;
}
.plan .pline3 {
  margin-top: -90px;
}

.cemecary {
  padding: 120px 0 120px;
}
.cemecary .cemecary-item {
  width: 185px;
}
.cemecary .cemecary-item .pic {
  height: 150px;
  width: inherit;
}
.cemecary .cemecary-item .pic img {
  width: 100%;
  height: 100%;
}
.cemecary .cemecary-item .title {
  font-weight: normal;
  font-size: 20px;
  color: var(--theme-font-color);
  text-align: center;
}
.cemecary .cemecary-item .txt {
  font-weight: normal;
  font-size: 14px;
  color: var(--theme-font-color);
  line-height: 24px;
  text-align: center;
}

.section-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.car-bg {
  height: 1024px;
}
.car-bg .inner {
  height: inherit;
  padding: 212px 0 200px;
}

.soft-bg1 {
  height: 1117px;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.soft-bg1 .w1200 {
  padding-top: 120px;
}

.soft-bg2 {
  height: 1024px;
  padding: 100px;
  background-size: cover;
  background-position: center center;
}

.slist {
  flex-wrap: wrap;
  width: 1550px;
}
.slist .soft-item {
  width: 456px;
  height: 125px;
  margin-bottom: 45px;
  margin-right: 45px;
}
.slist .soft-item:nth-child(3n) {
  margin-right: 0;
}
.slist .soft-item img {
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.slist .soft-item:hover img {
  opacity: 1;
}

.soft-s-bg {
  height: 424px;
  width: 566px;
}
.soft-s-bg img {
  width: 606px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.float-view {
  width: 216px;
  height: 329px;
  background: #ffffff;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  position: fixed;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  box-sizing: border-box;
}
.float-view .inner {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e1e1e1;
  padding: 15px 13px;
}
.float-view .title {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  text-align: center;
}
.float-view .pic {
  width: 175px;
  height: 175px;
  border: 1px dashed #222;
}
.float-view .pic img {
  width: 100%;
  height: 100%;
}
.float-view .button {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  background: var(--theme-color);
  border-radius: 24px 24px 24px 24px;
}

.aboutus {
  padding: 120px 0 140px;
}
.aboutus .pic {
  width: 706px;
  height: 530px;
  min-width: 706px;
}
.aboutus .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.aboutus .info {
  flex: 1;
  margin-right: 142px;
}
.aboutus .info .title {
  font-weight: 800;
  font-size: 32px;
  color: #222222;
}
.aboutus .info img {
  height: 416px;
  width: 416px;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutus .desc {
  font-weight: normal;
  font-size: 24px;
  color: var(--theme-font-color);
  line-height: 44px;
}

.border {
  border: 1px solid #e1e1e1;
}

.contact {
  background: #faf9f7;
}
.contact .pc-bg .bg-txt {
  font-size: 288px;
}
.contact .section-content {
  width: 100vw;
  transform: translateX(calc((100vw - 1280px) / 2));
}
.contact .row {
  padding: 40px 0 20px 32px;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
}
.contact .row:first-child {
  background: #fff;
}
.contact .info .title {
  font-weight: normal;
  font-size: 36px;
  color: #3567F1;
}
.contact .info .desc {
  font-weight: normal;
  font-size: 24px;
  color: #3567F1;
  width: 537px;
}

.news {
  padding: 32px 0 70px;
}
.news .cart {
  height: 315px;
}
.news .cart:nth-child(4n) {
  margin-right: 0;
}
.news .cart .cart-title {
  font-weight: normal;
  font-size: 18px;
  color: var(--theme-font-color);
  text-align: left;
  padding: 0 18px;
}
.news .cart .cart-txt {
  font-weight: normal;
  font-size: 14px;
  color: #A1A1A1;
  text-align: left;
  padding: 0 18px;
}
.news .cart .cart-pic {
  position: relative;
}
.news .cart .cart-pic .tag {
  width: 82px;
  height: 28px;
  line-height: 28px;
  background: #222222;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabs {
  width: 100%;
  height: 78px;
  background: #ffffff;
  padding-left: 32px;
}
.tabs .tab-item {
  cursor: pointer;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  text-align: center;
  margin: 0 32px;
  height: 100%;
  line-height: 78px;
  box-sizing: border-box;
}
.tabs .active {
  color: var(--theme-color);
  font-weight: bold;
  border-bottom: 4px solid var(--theme-color);
}

.news-title {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  text-align: left;
}

.news-date {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.news-content {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
}
.news-content img {
  width: 100%;
  height: 100%;
}

.news-detail {
  background: #fff;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.opac-0 {
  opacity: 0;
}

.rela {
  position: relative;
}

.abs {
  position: absolute;
}

.minHeight {
  min-height: 800px;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-cr {
  flex-direction: column-reverse;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.swiper-pagination {
  bottom: 125px !important;
}

.exhibition {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}
.exhibition .pc-bg .bg-txt {
  font-size: 287px;
}
.exhibition .block-pic {
  width: 667px;
  height: 340px;
}
.exhibition .block-info {
  width: 500px;
}
.exhibition .block-title {
  width: 100%;
  font-size: 14px;
  color: #03cba3;
  line-height: 40px;
}
.exhibition .block-txt {
  font-weight: normal;
  font-size: 24px;
  color: var(--theme-font-color);
  line-height: 44px;
}
.exhibition .block-pic-big {
  width: 100%;
}
.exhibition .block-pic-big img {
  width: 100%;
  height: auto;
}
.exhibition .s-block {
  position: relative;
}
.exhibition .s-block .arrow {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: -48%;
  left: 50%;
  transform: translateX(-50%);
}
.exhibition .s-block .title {
  font-weight: normal;
  font-size: 24px;
  color: var(--theme-font-color);
  text-align: center;
}
.exhibition .s-block .txt {
  font-weight: normal;
  font-size: 14px;
  color: var(--theme-font-color);
  line-height: 29px;
}
.exhibition .s-block2 {
  height: 324px;
  width: 288px;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: center;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.exhibition .s-block2 .title {
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  text-align: center;
}
.exhibition .s-block2 .txt {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  text-align: left;
}
.exhibition .s-block2 .iconfont {
  margin-bottom: 24px;
  font-size: 60px;
  text-align: center;
}
.exhibition .mall-pic {
  width: 405px;
  min-width: 405px;
  flex-basis: 405px;
  height: 493px;
  margin-right: 176px;
}
.exhibition .mall-pic img {
  height: 100%;
  width: 100%;
}
.exhibition .step-item {
  padding: 17px 20px 10px !important;
}

.exhibition4 {
  height: 856px;
}

.mean {
  background: #faf9f7;
  padding: 60px 0;
}

.m-show {
  display: none;
}

.m-hide {
  display: flex;
}

@media screen and (max-width: 750px) {
  #aff-im-root .embed-icon {
    top: 70% !important;
  }
  .m-show {
    display: flex;
  }
  .m-hide {
    display: none !important;
  }
  .section .section-header {
    margin-bottom: 24px;
  }
  .section .section-title {
    font-size: 18px;
    color: var(--theme-color);
    font-weight: bold;
    text-align: start;
  }
  .section .section-en-title {
    font-size: 18px;
    display: none;
  }
  .section .section-stitle {
    font-size: 18px;
    font-weight: bold;
    text-align: start;
  }
  .section .section-txt {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    text-align: start;
  }
  .section .pc-bg {
    display: none;
  }
  .w1200,
  .w1400 {
    width: 100%;
  }
  .header-section {
    padding: 0;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header-section .navbar {
    display: none;
  }
  .header-section .m-navbar {
    display: flex;
  }
  .m-header-section {
    padding-top: 60px;
  }
  .banner-content {
    top: 100px;
    display: flex;
    justify-content: center;
  }
  .banner-txts {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-txts .banner-title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
  }
  .banner-txts .banner-s-title {
    display: none;
  }
  .banner-txts .banner-button {
    width: 108px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .modules {
    padding: 24px 0;
  }
  .modules .modules-titles {
    padding: 0px 16px 0;
    margin-bottom: 24px;
  }
  .modules .modules-titles .module-title {
    font-weight: bold;
    font-size: 18px;
    color: #222222;
  }
  .modules .modules-titles .mb-20 {
    margin-bottom: 16px;
  }
  .modules .mb-40 {
    margin-bottom: 16px;
  }
  .modules .module-list {
    padding: 0 50px;
    width: 100%;
    justify-content: space-between;
    align-items: start;
  }
  .modules .item {
    width: calc(50% - 15px);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .modules .item .item-pic {
    height: auto;
    margin-bottom: 12px;
  }
  .modules .item .title {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    color: #2F2F2F;
  }
  .modules .item .txt {
    font-weight: normal;
    font-size: 12px;
    color: #2F2F2F;
  }
  .modules .item:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }
  .modules .item:nth-child(6) {
    margin-left: 0;
    margin-right: 0;
  }
  .steps {
    padding: 0;
    background: #FAF9F7;
  }
  .steps .step-content {
    flex-direction: column;
  }
  .steps .step-content .step-header,
  .steps .step-content .step-list {
    width: 100%;
  }
  .steps .step-content .step-header {
    padding: 32px 16px 16px;
    padding-bottom: 0;
    align-items: flex-start;
  }
  .steps .step-content .step-header .section-en-title {
    margin-bottom: 0;
  }
  .steps .step-content .step-header .section-title {
    margin-bottom: 0;
  }
  .steps .step-content .step-header .section-stitle {
    margin-bottom: 16px;
  }
  .steps .step-content .step-header .mb-32 {
    margin-bottom: 16px;
  }
  .steps .step-list {
    padding: 0 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
  }
  .steps .step-list .step-item {
    display: none;
  }
  .steps .step-list .m-step-item {
    width: calc(50% - 7px);
    margin: 0 0px 15px !important;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    height: auto;
    position: relative;
  }
  .steps .step-list .step-num {
    font-size: 32px;
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: bold;
    font-size: 24px;
    color: #3567F1;
    margin-right: 0;
  }
  .steps .step-list .step-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
  }
  .steps .step-list .step-txt {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
  }
  .steps .step-list .step-desc {
    font-size: 12px;
  }
  .memorialize {
    padding: 32px 12px;
  }
  .memorialize .line2 {
    margin-bottom: 12px;
    width: 35px;
  }
  .memorialize .section-title {
    font-weight: 800;
    font-size: 24px;
    color: #222222;
    text-align: center;
    margin-bottom: 8px;
  }
  .memorialize .row {
    flex-direction: column !important;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .memorialize .row .row-img {
    width: 100%;
    min-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .memorialize .row .row-content {
    width: 100%;
    margin-right: 0;
  }
  .memorialize .row .row-content .line {
    display: none;
  }
  .memorialize .row .row-title {
    font-weight: 800;
    font-size: 18px;
    color: #222222;
    text-align: left;
    margin-bottom: 8px;
  }
  .memorialize .row .row-en-title {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 56, 212, 0.42);
    line-height: 40px;
    text-align: left;
    margin-bottom: 12px;
  }
  .memorialize .row .row-txt {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 17px;
    text-align: left;
    margin-bottom: 24px;
  }
  .shoppingMall {
    padding: 32px 0px 36px;
  }
  .shoppingMall .line2 {
    margin-bottom: 12px;
  }
  .shoppingMall .cart-list {
    flex-wrap: wrap;
  }
  .shoppingMall .section-content {
    flex-direction: column;
  }
  .shoppingMall .mall-pic {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: auto;
    flex-basis: auto;
  }
  .shoppingMall .mall-pic img {
    width: 220px;
    height: 199px;
  }
  .shoppingMall .section-title {
    display: none;
  }
  .shoppingMall .arrow {
    margin: 10px;
  }
  .shoppingMall .arrow img {
    transform: scale(0.75);
  }
  .shoppingMall .process {
    width: 100%;
    padding: 0 12px;
  }
  .shoppingMall .process .step-item {
    width: calc(50% - 19px);
    padding: 16px;
  }
  .shoppingMall .process .step-item .step-num {
    font-weight: bold;
    font-size: 45px;
    color: #3567F1;
    line-height: 42px;
    margin-right: 10px;
  }
  .shoppingMall .process .step-item .step-title {
    font-weight: bold;
    font-size: 16px;
    color: #2F2F2F;
    text-align: left;
    width: auto;
  }
  .shoppingMall .process .step-item .step-txt {
    font-size: 8px;
    color: #2F2F2F;
    text-align: left;
  }
  .shoppingMall .cart {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 12px;
    height: 220px;
    padding: 12px;
  }
  .shoppingMall .cart .cart-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .shoppingMall .cart .cart-txt {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 17px;
  }
  .shoppingMall .cart:nth-child(2n) {
    margin-right: 0;
  }
  .figure {
    padding: 32px 0;
  }
  .figure .section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .figure .section-title {
    font-weight: 800;
    font-size: 24px;
    color: #222222;
    text-align: center;
    margin-bottom: 8px;
  }
  .figure .figure-content {
    flex-direction: column;
    padding: 0 12px;
  }
  .figure .figure-content .row {
    width: 100%;
    margin-bottom: 24px;
  }
  .figure .figure-content .row .row-titles {
    display: flex;
    margin-bottom: 12px;
  }
  .figure .figure-content .row-pic {
    margin-bottom: 12px;
  }
  .figure .figure-content .row-title {
    font-weight: 800;
    font-size: 18px;
    color: #222222;
    text-align: left;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .figure .figure-content .row-en-title {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 56, 212, 0.32);
  }
  .figure .figure-content .row-txt {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 17px;
  }
  .business {
    padding: 32px 12px;
  }
  .business .line2 {
    margin-bottom: 12px;
  }
  .business .cart-list {
    flex-wrap: wrap;
  }
  .business .cart {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 12px;
    height: 257px;
    padding: 0px;
  }
  .business .cart .cart-pic {
    height: 118px;
    margin-bottom: 12px;
  }
  .business .cart .cart-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .business .cart .cart-txt {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 17px;
    padding: 0 12px;
  }
  .business .cart:nth-child(2n) {
    margin-right: 0;
  }
  .green {
    background-image: unset !important;
    padding: 32px 12px;
  }
  .green .green-content {
    flex-direction: column-reverse;
  }
  .green .left-txt {
    display: none;
  }
  .green .middle {
    width: 100%;
    height: auto;
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.16);
  }
  .green .middle .banner2 {
    height: 185px;
  }
  .green .middle .slide-info {
    flex-direction: column;
    padding: 12px;
  }
  .green .middle .slide-info .info-title {
    font-size: 16px;
    text-align: center;
  }
  .green .middle .slide-info .info-desc {
    font-size: 16px;
  }
  .green .middle .swiper-pagination {
    top: 156px;
  }
  .green .green-header {
    width: 100%;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .green .green-header &gt; div {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .green .green-header .section-en-title {
    width: 160px;
  }
  .green .green-header .section-txt {
    font-size: 12px;
  }
  .news {
    padding: 32px 12px;
  }
  .news .news-swraper {
    width: calc((100% - 12px) / 2);
  }
  .news .news-swraper .news-swraper-in {
    width: 100%;
    height: 200px;
    margin-bottom: 12px;
  }
  .news .news-swraper .news-swraper-in img {
    height: 100% !important;
    margin-bottom: 12px;
  }
  .news .news-swraper .news-swraper-in .news-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .news .news-swraper .news-swraper-in .date {
    font-size: 12px;
  }
  .news .news-swraper .news-swraper-in .pt-20 {
    padding-top: 0;
  }
  .news .news-swraper .news-info {
    display: none;
  }
  .news .news-swraper .tag {
    display: none;
  }
  .footer {
    height: auto;
    padding: 24px 0;
  }
  .footer .w1200 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .pc-site-info {
    display: none;
  }
  .footer .m-site-info {
    display: flex;
  }
  .footer .m-footer-logo {
    width: 144px;
    height: auto;
  }
  .footer .m-footer-txt {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    padding: 0 30px;
  }
  .footer .iconfont {
    font-size: 34px;
  }
  .footer .tel {
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
  }
  .footer .txt {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: 5px;
  }
  .footer .site-qrcode .qrcode {
    height: 72px;
    width: 72px;
  }
  .banner-section {
    display: none;
  }
  .float-view {
    display: none;
  }
  .soft-bg2,
  .soft-bg1 {
    display: none;
  }
  .m-bg1 {
    padding-top: 60px;
  }
  .m-bg1,
  .m-bg2 {
    display: block !important;
  }
  .aboutus {
    padding: 84px 24px 24px;
  }
  .aboutus .pic {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin: 0;
    display: none;
  }
  .aboutus .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
  .aboutus .info .section-title {
    font-weight: 800;
    font-size: 24px;
    color: #222222;
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
  .aboutus .info .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 8px;
  }
  .aboutus .info .font-32 {
    display: none;
  }
  .aboutus .info img {
    display: none;
  }
  .aboutus .info .line2 {
    margin-bottom: 24px;
  }
  .aboutus .desc {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 24px !important;
    margin-bottom: 24px;
  }
  .contact {
    display: flex;
    flex-direction: column;
    background: #EEF3FF;
  }
  .contact .m-title {
    background-color: unset;
  }
  .contact .m-title .title {
    font-weight: 800;
    font-size: 24px;
    color: #222222;
    text-align: center;
  }
  .contact .w1200 {
    border: none;
  }
  .contact .info-border {
    border: 1px solid #e1e1e1;
  }
  .contact .info {
    padding: 0;
    margin-bottom: 20px;
    height: auto;
    border: 0;
  }
  .contact .info .title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 12px;
  }
  .contact .info .line2 {
    margin-bottom: 12px;
  }
  .contact .info .desc {
    font-size: 18px;
    margin-bottom: 0;
  }
  .contact .contact-content {
    flex-direction: column-reverse;
    width: 100%;
    transform: unset;
  }
  .contact .contact-content .pic {
    width: 100%;
    display: block;
  }
  .contact .contact-content .info {
    width: 100%;
  }
  .contact .contact-content .row {
    padding: 20px;
  }
  .contact .contact-content .row .line2 {
    width: 38px;
    height: 3px;
  }
  .contact .contact-content .row .title {
    font-weight: 800;
    font-size: 18px;
    color: #3567F1;
  }
  .contact .contact-content .row .desc {
    font-weight: 400;
    font-size: 18px;
    color: #3567F1;
    width: 100%;
  }
  .m-title {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px !important;
    padding-top: 0 !important;
  }
  .m-title .title {
    font-size: 24px !important;
    font-weight: 800;
    font-size: 24px;
    color: #222222;
    margin-bottom: 8px;
  }
  .news-page {
    padding: 0;
    padding-top: 60px;
    background: #fff;
  }
  .news-page .tabs .tab-item {
    font-size: 16px;
    margin: 0 34px 0 0;
  }
  .news-page .w1200 {
    padding-top: 20px;
    margin-bottom: 0;
  }
  .news-page .news-wrap {
    background: #faf9f7;
    padding: 0 16px;
  }
  .news-page .cart {
    height: 220px;
    display: flex;
    flex-direction: column;
  }
  .news-page .cart .cart-pic {
    height: 121px;
    margin-bottom: 12px;
  }
  .news-page .cart .cart-title {
    font-size: 16px;
    margin-bottom: 12px;
    padding: 0 10px;
  }
  .news-page .cart .cart-txt {
    font-size: 12px;
    color: #999999;
    padding: 0 10px;
  }
  .news-detail {
    padding: 84px 24px 24px !important;
    min-height: unset;
  }
  .news-detail .news-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .news-detail .news-date {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .news-detail .news-content {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
  }
  .news-detail .news-content img {
    margin: 16px 0;
  }
  .plan {
    padding: 24px 10px 32px;
  }
  .plan .section-title {
    margin-bottom: 12px;
    text-align: center;
  }
  .plan .section-txt {
    margin-bottom: 16px;
    text-align: center;
    margin-bottom: 24px;
  }
  .plan .pline1,
  .plan .pline2,
  .plan .pline3 {
    flex-direction: column;
    width: 119px;
    margin: 0;
  }
  .plan .pline2 {
    padding: 0;
    margin-right: 100px;
  }
  .plan .pline1 {
    position: absolute;
    margin: 0 auto;
  }
  .plan .pline2,
  .plan .pline3 {
    height: 100%;
    justify-content: start;
    padding-top: 62px;
  }
  .plan .plan-pics {
    width: 100%;
    justify-content: center;
    position: relative;
    padding: 0px;
    height: 369px;
    margin-top: 0;
  }
  .plan .hexagon {
    height: 119px;
    width: 137px;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
  }
  .plan .hexagon .hexagon-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .plan .hexagon .hexagon-txt {
    font-size: 10px;
    width: 90px;
    margin-top: 0;
    word-break: keep-all;
    white-space: break-spaces;
  }
  .plan .hexagon .iconfont {
    font-size: 22px;
    margin-top: 10px;
  }
  .car-bg .inner {
    visibility: hidden;
  }
  .cemecary {
    padding: 32px 0;
  }
  .cemecary .line2 {
    margin-bottom: 0;
  }
  .cemecary .cemecary-list {
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 0;
  }
  .cemecary .cemecary-list .cemecary-item {
    width: calc((100% - 10px) / 2);
  }
  .cemecary .cemecary-list .cemecary-item .pic {
    height: auto;
    width: 100%;
    margin-bottom: 16px;
  }
  .cemecary .cemecary-list .cemecary-item .title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .cemecary .cemecary-list .cemecary-item .txt {
    font-size: 12px;
  }
  .exhibition {
    padding: 20px 17px;
  }
  .exhibition .ex-titles {
    display: none;
  }
  .exhibition .section-title {
    text-align: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #0038D4;
  }
  .exhibition .block {
    flex-direction: column;
  }
  .exhibition .block .block-pic {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .exhibition .block .block-info {
    width: 100%;
  }
  .exhibition .block .block-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5rem;
  }
  .exhibition .block .block-txt {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    margin-top: 10px;
  }
  .exhibition .m-block-list {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .exhibition .s-block {
    width: calc((100% - 14px) / 2);
    padding: 16px;
  }
  .exhibition .s-block .title {
    font-weight: 800;
    font-size: 16px;
    color: #0038D4;
    margin-bottom: 12px;
  }
  .exhibition .s-block .txt {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
  }
  .exhibition .s-block2 {
    padding: 16px;
    width: calc((100% - 14px) / 2);
    margin-bottom: 16px;
    background-size: 100% 100%;
  }
  .exhibition .s-block2 .iconfont {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .exhibition .s-block2 .title {
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 16px;
    color: #222222;
  }
  .exhibition .s-block2 .txt {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
  }
  .exhibition .line2 {
    margin-bottom: 16px;
  }
  .m-exhibition {
    padding-top: 80px;
  }
  .pt-100 {
    padding-top: 0px !important;
  }
  .news .line2 {
    margin-bottom: 12px;
  }
  .title-con {
    position: absolute;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 32px;
  }
  .title-con .en-title {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .title-con .cn-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
  }
  .title-con .s-txt {
    font-weight: normal;
    font-size: 10px;
    color: #2F2F2F;
    margin-bottom: 24px;
  }
  .m-bg2 .mb-36 {
    margin-bottom: 16px;
  }
  .cases {
    padding-top: 84px !important;
  }
  .cases .m-case-title {
    font-weight: bold;
    font-size: 20px;
    color: #0038D4;
    text-align: center;
  }
  .cases .m-case-intro {
    font-weight: bold;
    font-size: 16px;
    color: #2F2F2F;
    text-align: left;
  }
  .cases .m-case-desc {
    font-weight: normal;
    font-size: 14px;
    color: #2F2F2F;
    line-height: 24px;
  }
  .cases .m-case-logo {
    height: 88px;
    width: 88px;
  }
  .cases .m-case-pic {
    width: 207px;
    height: 196px;
  }
  .cases .m-case-point {
    flex: 1;
    padding: 50px 16px 20px;
    background: linear-gradient(180deg, #D1E9FF 0%, #F6FAFF 31%, #FFFFFF 100%);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
    min-height: 275px;
    position: relative;
  }
  .cases .m-case-point .point-pic {
    height: 68px;
    width: 68px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.m-navbar {
  height: 60px;
  background: var(--theme-color);
  padding: 16px;
  display: none;
}
.m-navbar .site-logo {
  height: 26px;
  width: auto;
}
.m-navbar .menu .iconfont {
  font-size: 26px;
  color: #fff;
}

.m-navbar-layer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  display: none;
}
.m-navbar-layer .mask {
  background: rgba(0, 0, 0, 0.6);
  flex: 1;
  height: 100%;
}
.m-navbar-layer .content {
  width: 243px;
  height: 100%;
  justify-content: flex-end;
  background: #e5e5e5;
}
.m-navbar-layer .navlist {
  background: #dbdbdb;
  width: 122px;
  height: 100%;
}
.m-navbar-layer .close {
  padding: 20px 22px;
  text-align: end;
}
.m-navbar-layer .close .iconfont {
  font-size: 22px;
}
.m-navbar-layer .m-nav-item {
  height: 56px;
  line-height: 56px;
  border-right: 3px solid #dbdbdb;
  text-align: end;
  padding-right: 16px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.m-navbar-layer .m-nav-item a {
  color: inherit;
}
.m-navbar-layer .active {
  border-right: 3px solid var(--theme-color);
  color: var(--theme-color) !important;
  background: #e5e5e5;
}

.m-bg1,
.m-bg2,
.m-title {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.fade-box-in {
  animation: fadeIn 0.4s ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
.fade-box-out {
  animation: fadeOut 0.4s ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

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

/**
  新官网
**/
.mb-64 {
  margin-bottom: 64px;
}

.arrow-down {
  background: unset !important;
  padding: 0 !important;
  height: auto !important;
}

.step-item {
  padding: 0px 40px 0px 23px;
  background: #ffffff;
  width: 305px;
  box-sizing: border-box;
}
.step-item:nth-child(2n) {
  margin-right: 0;
}
.step-item .step-num {
  font-size: 80px;
  color: #3567F1;
}
.step-item .step-title {
  font-weight: normal;
  font-size: 24px;
  color: var(--theme-font-color);
  white-space: nowrap;
  width: 150px;
}
.step-item .step-txt {
  font-weight: normal;
  font-size: 10px;
  color: var(--theme-font-color);
}
.step-item .step-desc {
  font-weight: normal;
  font-size: 12px;
  color: var(--theme-font-color);
  line-height: 29px;
}

.showNews {
  display: flex;
}

.cases {
  padding: 100px 0;
  background-color: #fff;
}
.cases .case-detail {
  margin-bottom: 65px;
}
.cases .case-left {
  width: 750px;
}
.cases .case_icon {
  width: 124px;
  height: 124px;
}
.cases .case-info {
  height: 124px;
}
.cases .case-name {
  font-weight: bold;
  font-size: 48px;
  color: #0038D4;
}
.cases .case-intro {
  font-weight: bold;
  font-size: 24px;
  color: #2F2F2F;
}
.cases .case-desc {
  font-size: 18px;
  color: #2F2F2F;
  line-height: 24px;
}
.cases .case-pic {
  width: 446px;
  height: 424px;
}
.cases .case-point {
  width: 357px;
  height: 349px;
  background: linear-gradient(180deg, #D1E9FF 0%, #F6FAFF 31%, #FFFFFF 100%);
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px 16px 16px 16px;
  padding-top: 60px;
  font-weight: bold;
  font-size: 32px;
  color: #2F2F2F;
  line-height: 32px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  animation: caseFadeOut 0.3s ease forwards paused;
}
.cases .case-point:hover .inner-back {
  animation: caseFadeIn 0.5s ease forwards; /* forwards 保持动画结束状态 */
}
.cases .point-pic {
  width: 130px;
  height: 130px;
}
.cases .inner-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3567F1;
  padding: 32px;
  opacity: 0;
}
.cases .inner-back .title {
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 48px;
}
.cases .inner-back .txt {
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
}

/* 定义关键帧 */
@keyframes caseFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes casefadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}/*# sourceMappingURL=index.css.map */</pre></body></html>