@charset "UTF-8";
/* master.css by dyf */
/* 首页 */
.page-index {
  background: #f4f7fc;
}
.page-index .head {
  height: 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page-index .head .infos {
  display: flex;
}
.page-index .head .menu {
  height: 48px;
  margin-top: 48px;
  padding-bottom: 10px;
}
.page-index .head .menu li a::before {
  bottom: -10px;
}
.page-index .banner {
  width: 100%;
  height: 100vh;
  min-height: 920px;
}
.page-index .banner .swiper-slide {
  background: #0765fe var(--bg) no-repeat right bottom/cover;
  display: flex;
  align-items: flex-end;
}
.page-index .banner .swiper-slide-active .banner-text,
.page-index .banner .swiper-slide-active .learn {
  animation: fadeInUp 0.6s linear both;
}
.page-index .banner .swiper-slide-active .learn {
  animation-delay: 0.4s;
}
.page-index .banner .swiper-slide-active .right-img {
  animation: fadeIn 1.2s linear both;
  animation-delay: 0.2s;
}
.page-index .banner .banner-body {
  width: 100%;
  height: 920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 46px;
  position: relative;
  z-index: 1;
}
.page-index .banner .right-img {
  width: 58%;
  position: absolute;
  right: -4.29%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 40px;
  z-index: -1;
  opacity: 0;
}
.page-index .banner .right-img img {
  width: 100%;
}
.page-index .banner .banner-text {
  color: #fff;
  opacity: 0;
}
.page-index .banner .banner-text .t1 {
  font-size: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.page-index .banner .banner-text .t1 span {
  margin-top: 42px;
}
.page-index .banner .banner-text .t1 .tag {
  width: 48px;
  height: 86px;
  background: #c73622;
  border-radius: 10px;
  font-size: 30px;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0;
}
.page-index .banner .banner-text .t1 .num {
  font-size: 120px;
  font-weight: 900;
  margin-left: 12px;
  margin-top: 0;
}
.page-index .banner .banner-text .t2 {
  font-size: 60px;
  margin-top: -24px;
  line-height: 90px;
}
.page-index .banner .banner-text .t3 {
  font-size: 24px;
  margin-top: 16px;
  line-height: 36px;
}
.page-index .banner .learn {
  display: block;
  width: 184px;
  height: 58px;
  margin-top: 42px;
}
.page-index .banner .learn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  border-radius: 8px;
  color: #fff;
  background: #e83940;
  transition: all 0.2s;
}
.page-index .banner .learn:hover span {
  transform: translateY(-2px);
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.16);
}
.page-index .banner .banner-page {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 15px;
  bottom: 212px;
}
.page-index .banner .banner-page .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
}
.page-index .banner .banner-page .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 18px;
}
.page-index .banner .banner-page .swiper-pagination-bullet-active {
  opacity: 1;
}
.page-index .plate-title {
  --hc: #282828;
  --pc: #666;
  text-align: center;
}
.page-index .plate-title h2 {
  font-size: 48px;
  color: var(--hc);
  line-height: 60px;
}
.page-index .plate-title p {
  font-size: 18px;
  color: var(--pc);
  line-height: 24px;
  margin-top: 6px;
}
.page-index .system {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.page-index .system .system-box {
  width: 100%;
  height: 488px;
  position: relative;
}
.page-index .system .system-box .system-prev,
.page-index .system .system-box .system-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  cursor: pointer;
}
.page-index .system .system-box .system-prev font,
.page-index .system .system-box .system-next font {
  font-size: 40px;
  color: #999;
}
.page-index .system .system-box .system-prev.swiper-button-disabled,
.page-index .system .system-box .system-next.swiper-button-disabled {
  cursor: not-allowed;
}
.page-index .system .system-box .system-prev.swiper-button-disabled font,
.page-index .system .system-box .system-next.swiper-button-disabled font {
  color: rgba(153, 153, 153, 0.6);
}
.page-index .system .system-box .system-prev {
  left: -60px;
}
.page-index .system .system-box .system-next {
  right: -60px;
}
.page-index .system .system-ls {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}
.page-index .system .system-ls .system-item {
  height: 488px;
  border-radius: 6px;
  background: var(--bgu) no-repeat right bottom/215px auto, var(--bgl);
  padding: 24px 20px;
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  transition: all 0.36s;
  padding: 24px 20px;
  color: #fff;
  position: relative;
}
.page-index .system .system-ls .system-item .item-title h3 {
  font-size: 22px;
  line-height: 36px;
}
.page-index .system .system-ls .system-item .item-title p {
  line-height: 24px;
  min-height: 24px;
}
.page-index .system .system-ls .system-item .traits {
  flex-wrap: wrap;
  margin-top: 24px;
  max-height: 102px;
  overflow: hidden;
}
.page-index .system .system-ls .system-item .traits li {
  min-width: 168px;
  min-height: 34px;
  padding-left: 18px;
  position: relative;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-index .system .system-ls .system-item .traits li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  left: 0;
  margin-top: -3px;
  transition: all 0.2s;
}
.page-index .system .system-ls .system-item::before {
  content: "";
  width: var(--ow);
  height: 100%;
  background: #fff var(--bgu_o) no-repeat right bottom/452px auto;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s;
}
.page-index .system .system-ls .system-item .cus-cases,
.page-index .system .system-ls .system-item .item-controls {
  width: var(--ocw);
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.page-index .system .system-ls .system-item .cus-cases {
  bottom: 110px;
  left: 24px;
}
.page-index .system .system-ls .system-item .cus-cases .tit {
  color: #282828;
  line-height: 24px;
}
.page-index .system .system-ls .system-item .cus-cases ol {
  height: 72px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 12px -20px 0;
}
.page-index .system .system-ls .system-item .cus-cases li {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.page-index .system .system-ls .system-item .cus-cases li a {
  white-space: nowrap;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  text-decoration: underline;
}
.page-index .system .system-ls .system-item .cus-cases li img {
  max-width: 100%;
  max-height: 100%;
}
.page-index .system .system-ls .system-item .item-controls {
  height: 45px;
  display: flex;
  justify-content: space-between;
  bottom: 36px;
  left: 24px;
}
.page-index .system .system-ls .system-item .item-controls a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 2);
  height: 100%;
  background: #fff;
  color: #0765fe;
  border-radius: 2px;
  font-size: 16px;
  transition: all 0.2s;
}
.page-index .system .system-ls .system-item .item-controls a:hover {
  transform: translateY(-8px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-index .system .system-ls .system-item .item-controls .consult {
  color: #fff;
  background: linear-gradient(90deg, #19cd8b 0%, #238bc5 0%, #2d48ff 0%, #1fa6ad 100%);
}
.page-index .system .system-ls .system-item .item-controls .consult font {
  font-size: 22px;
  margin-right: 10px;
}
.page-index .system .system-ls .system-item:not(.open) {
  width: calc((100% - 80px) / 6.1);
}
.page-index .system .system-ls .system-item + .system-item {
  margin-left: 20px;
}
.page-index .system .system-ls .system-item.open {
  width: calc((100% - 80px) / 6.1 * 2.1);
  box-shadow: 1px 1.7px 46px 0px rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
  transition: all 0.2s;
  color: #282828;
}
.page-index .system .system-ls .system-item.open .traits li::before {
  border-color: #0765fe;
}
.page-index .system .system-ls .system-item.open::before {
  opacity: 1;
}
.page-index .system .system-ls .system-item.open .cus-cases,
.page-index .system .system-ls .system-item.open .item-controls {
  visibility: visible;
  animation: fadeInUp 0.6s linear forwards;
  animation-delay: 0.5s;
}
.page-index .system .system-ls .system-item.open .item-controls {
  animation-delay: 0.8s;
}
.page-index .wap {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../images/index/bg_wap.jpg") no-repeat center/cover;
  overflow: hidden;
}
.page-index .wap-container {
  width: calc(100% + 6px);
  height: 672px;
  position: relative;
  margin-top: 14px;
  padding-top: 84px;
  padding-right: 6px;
}
.page-index .wap-ls {
  width: 100%;
  height: 510px;
  padding-right: 326px;
  display: flex;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.page-index .wap-ls .tabs {
  width: 160px;
  height: 100%;
}
.page-index .wap-ls .tabs li {
  width: 100%;
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-index .wap-ls .tabs li font {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 38px;
  color: #747474;
  transition: color 0.2s;
}
.page-index .wap-ls .tabs li p {
  position: relative;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  margin-top: 2px;
  color: #282828;
  white-space: nowrap;
}
.page-index .wap-ls .tabs li p span, .page-index .wap-ls .tabs li p::after {
  transition: all 0.2s;
}
.page-index .wap-ls .tabs li p::after {
  content: attr(data-text);
  color: #0765fe;
  font-weight: bold;
  width: 100%;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.page-index .wap-ls .tabs li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
.page-index .wap-ls .tabs li.cur::before {
  height: 0;
}
.page-index .wap-ls .tabs li.cur font {
  color: #0765fe;
}
.page-index .wap-ls .tabs li.cur p span {
  opacity: 0;
}
.page-index .wap-ls .tabs li.cur p::after {
  opacity: 1;
}
.page-index .wap-ls .tabs-container {
  width: calc(100% - 160px);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page-index .wap-ls .tabs-container .container-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  box-sizing: border-box;
  padding-left: 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.2s;
}
.page-index .wap-ls .tabs-container .container-item h2 {
  font-size: 30px;
  color: #282828;
  line-height: 44px;
}
.page-index .wap-ls .tabs-container .container-item p {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  margin-top: 10px;
}
.page-index .wap-ls .tabs-container .container-item .contents {
  display: flex;
  margin-top: 24px;
}
.page-index .wap-ls .tabs-container .container-item .contents li {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-index .wap-ls .tabs-container .container-item .contents li + li {
  margin-left: 44px;
}
.page-index .wap-ls .tabs-container .container-item .contents li:hover p {
  color: #0765fe;
}
.page-index .wap-ls .tabs-container .container-item .contents li:hover .icon font {
  color: #fff;
}
.page-index .wap-ls .tabs-container .container-item .contents li:hover .icon::after {
  left: 0;
  width: 100%;
}
.page-index .wap-ls .tabs-container .container-item .contents li:hover ~ li .icon::after {
  left: 0;
}
.page-index .wap-ls .tabs-container .container-item .contents p {
  font-size: 16px;
  color: #282828;
  white-space: nowrap;
  transition: 0.2s ease;
}
.page-index .wap-ls .tabs-container .container-item .contents .icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-index .wap-ls .tabs-container .container-item .contents .icon font {
  font-size: 36px;
  color: #0765fe;
  transition: 0.2s ease;
}
.page-index .wap-ls .tabs-container .container-item .contents .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(31deg, #19cd8b 0%, #238bc5 0%, #2d48ff 0%, #1fa6ad 100%);
  transition: all 0.2s ease;
  z-index: -1;
}
.page-index .wap-ls .tabs-container .container-item .learn {
  width: 112px;
  height: 42px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #aeaeae;
  font-size: 16px;
  color: #282828;
  text-align: center;
  line-height: 40px;
  margin-top: 44px;
  transition: all 0.2s ease;
}
.page-index .wap-ls .tabs-container .container-item .learn:hover {
  color: #fff;
  background: #0765fe;
  letter-spacing: 0.1em;
  border-color: transparent;
}
.page-index .wap-ls .tabs-container .out {
  z-index: 1;
}
.page-index .wap-ls .tabs-container .in {
  opacity: 1;
  z-index: 2;
}
.page-index .wap-ls .tabs-container .in h2,
.page-index .wap-ls .tabs-container .in p,
.page-index .wap-ls .tabs-container .in .contents,
.page-index .wap-ls .tabs-container .in .learn {
  animation: fadeInUp 1.2s cubic-bezier(0.25, 0.09, 0.25, 1) both;
}
.page-index .wap-ls .tabs-container .in p {
  animation-delay: 0.1s;
}
.page-index .wap-ls .tabs-container .in .contents {
  animation-delay: 0.1s;
}
.page-index .wap-ls .tabs-container .in .learn {
  animation-delay: 0.3s;
}
.page-index .wap-example {
  width: 332px;
  height: 672px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 18px 14px 17px;
}
.page-index .wap-example .img-box {
  width: 297px;
  height: 642px;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  position: relative;
  background: #fff;
}
.page-index .wap-example .img-box img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.page-index .wap-example .img-box .out {
  animation: fadeOutLeft 0.7s cubic-bezier(0.25, 0.09, 0.25, 1) both;
  z-index: 1;
}
.page-index .wap-example .img-box .in {
  animation: fadeInRight 0.7s cubic-bezier(0.25, 0.09, 0.25, 1) both;
  z-index: 2;
}
.page-index .wap-example::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/index/phone_box.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 40px;
}
.page-index .website {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #2f2f3a url("../images/index/bg_web.jpg") no-repeat center/cover;
  overflow: hidden;
}
.page-index .website .web-container {
  width: 100%;
  height: 624px;
  border: 5px solid #eeeef6;
  border-radius: 10px;
  background: #fff;
  margin-top: 60px;
  display: flex;
  align-items: center;
  padding: 34px 38px 44px 0;
}
.page-index .website .web-container .lft {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 0 60px 0 54px;
}
.page-index .website .web-container .tabs {
  width: 100%;
  height: 98px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
.page-index .website .web-container .tabs li {
  width: 196px;
  height: 88px;
  border-radius: 10px;
  box-shadow: 0px 3px 5px 0px rgba(19, 58, 120, 0.1), inset 0px 2px 7px 0px rgba(7, 101, 254, 0.31);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.page-index .website .web-container .tabs li + li {
  margin-left: 48px;
}
.page-index .website .web-container .tabs li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #19cd8b 0%, #238bc5 0%, #2d48ff 0%, #1fa6ad 100%);
  opacity: 0;
  border-radius: 10px;
  transition: all 0.2s linear;
  z-index: -1;
}
.page-index .website .web-container .tabs li.cur .icon,
.page-index .website .web-container .tabs li.cur span {
  color: #fff;
}
.page-index .website .web-container .tabs li.cur::after {
  opacity: 1;
}
.page-index .website .web-container .tabs .icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #0765fe;
  margin-right: 14px;
  transition: all 0.2s linear;
}
.page-index .website .web-container .tabs span {
  font-size: 20px;
  line-height: 40px;
  color: #202652;
  transition: all 0.2s linear;
}
.page-index .website .web-container .contents {
  width: 100%;
  height: calc(100% - 98px);
  overflow: hidden;
  position: relative;
}
.page-index .website .web-container .contents .content-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  padding: 44px 0 0 0;
  background: #fff;
}
.page-index .website .web-container .contents .content-item h2 {
  font-size: 30px;
  line-height: 56px;
  color: #282828;
  position: relative;
}
.page-index .website .web-container .contents .content-item h2::before {
  content: "";
  width: 52px;
  height: 3px;
  background-color: #0765fe;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-index .website .web-container .contents .content-item .desc {
  font-size: 14px;
  line-height: 24px;
  color: #282828;
  margin-top: 26px;
  height: 72px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-index .website .web-container .contents .content-item .about {
  margin-top: 12px;
}
.page-index .website .web-container .contents .content-item .about p {
  font-size: 18px;
  line-height: 24px;
  color: #282828;
}
.page-index .website .web-container .contents .content-item .about ul {
  height: 72px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-top: 14px;
  overflow: hidden;
}
.page-index .website .web-container .contents .content-item .about ul li a {
  display: inline-flex;
  font-size: 16px;
  color: #282828;
  line-height: 24px;
  margin: 0 24px;
  position: relative;
}
.page-index .website .web-container .contents .content-item .about ul li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.37);
  transform: scale(0);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-out;
}
.page-index .website .web-container .contents .content-item .about ul li a:hover::before {
  transform: scale(1);
}
.page-index .website .web-container .contents .content-item .pain-points {
  margin-top: 18px;
}
.page-index .website .web-container .contents .content-item h3 {
  line-height: 36px;
  color: #282828;
}
.page-index .website .web-container .contents .content-item .points {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.page-index .website .web-container .contents .content-item .points li {
  width: 25%;
  height: 42px;
  display: inline-flex;
  align-items: center;
}
.page-index .website .web-container .contents .content-item .points li font {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(130, 130, 130, 0.3);
  font-size: 20px;
  color: #0765fe;
  margin-right: 12px;
  flex-shrink: 0;
}
.page-index .website .web-container .contents .content-item .points li span {
  color: #282828;
  letter-spacing: 0.3px;
}
.page-index .website .web-container .contents .out {
  z-index: 1;
}
.page-index .website .web-container .contents .in {
  z-index: 2;
}
.page-index .website .web-container .contents .in h2,
.page-index .website .web-container .contents .in .desc,
.page-index .website .web-container .contents .in .about,
.page-index .website .web-container .contents .in .pain-points,
.page-index .website .web-container .contents .in h3,
.page-index .website .web-container .contents .in .points {
  animation: fadeInUp 1.2s cubic-bezier(0.25, 0.09, 0.25, 1) both;
}
.page-index .website .web-container .poster {
  width: 404px;
  height: 526px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-index .website .web-container .poster img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  border-radius: 10px;
}
.page-index .website .web-container .poster .out {
  animation: fadeOutLeft 0.7s cubic-bezier(0.25, 0.09, 0.25, 1) both;
  z-index: 1;
}
.page-index .website .web-container .poster .in {
  animation: fadeInRight 0.7s cubic-bezier(0.25, 0.09, 0.25, 1) both;
  z-index: 2;
}
.page-index .news {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f2f6ff;
  overflow: hidden;
}
.page-index .news .news-body {
  width: 100%;
  height: 620px;
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
}
.page-index .news .news-body .news-box,
.page-index .news .news-body .ques {
  height: 100%;
  border-radius: 10px;
  background: #fff;
}
.page-index .news .news-body .news-box {
  width: 68.86%;
  padding: 16px 28px 0;
}
.page-index .news .news-body .news-box .tabs {
  height: 64px;
  display: flex;
  align-items: center;
  margin-left: -36px;
}
.page-index .news .news-body .news-box .tabs li {
  height: 64px;
  line-height: 64px;
  position: relative;
  font-size: 20px;
  color: #282828;
  padding: 0 36px;
  cursor: pointer;
}
.page-index .news .news-body .news-box .tabs li span, .page-index .news .news-body .news-box .tabs li::after, .page-index .news .news-body .news-box .tabs li::before {
  transition: all 0.2s ease-out;
}
.page-index .news .news-body .news-box .tabs li::before {
  content: "";
  width: calc(100% - 72px);
  height: 2px;
  background: #0765fe;
  position: absolute;
  bottom: 0;
  left: 36px;
  transform: scale(0);
}
.page-index .news .news-body .news-box .tabs li::after {
  content: attr(data-text);
  line-height: 64px;
  font-weight: bold;
  font-size: 20px;
  color: #0765fe;
  position: absolute;
  top: 0;
  left: 36px;
  opacity: 0;
}
.page-index .news .news-body .news-box .tabs li.cur span {
  opacity: 0;
}
.page-index .news .news-body .news-box .tabs li.cur::before {
  transform: scale(1);
}
.page-index .news .news-body .news-box .tabs li.cur::after {
  opacity: 1;
}
.page-index .news .news-body .news-box .news-group {
  width: 100%;
  height: calc(100% - 64px);
  position: relative;
  overflow: hidden;
}
.page-index .news .news-body .news-box .new-ls {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
}
.page-index .news .news-body .news-box .new-ls li {
  width: 50%;
  height: 180px;
  display: flex;
  border: 0px solid #eee;
  border-bottom-width: 1px;
  padding-top: 12px;
  padding-right: 40px;
  cursor: pointer;
}
.page-index .news .news-body .news-box .new-ls li .item-thumb {
  flex-shrink: 0;
  width: 216px;
  height: 130px;
  overflow: hidden;
  border-radius: 2px;
  transition: all 0.2s ease-out;
  margin-right: 24px;
  display: none;
}
.page-index .news .news-body .news-box .new-ls li .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out;
}
.page-index .news .news-body .news-box .new-ls li .item-info .title,
.page-index .news .news-body .news-box .new-ls li .item-info .desc {
  width: 100%;
}
.page-index .news .news-body .news-box .new-ls li .item-info .title {
  font-size: 18px;
  line-height: 36px;
  color: #282828;
  display: block;
  transition: color 0.2s;
}
.page-index .news .news-body .news-box .new-ls li .item-info .desc {
  font-size: 14px;
  line-height: 26px;
  color: #777;
  height: 52px;
}
.page-index .news .news-body .news-box .new-ls li .detail {
  width: 110px;
  height: 34px;
  margin-top: 20px;
  display: flex;
  border-radius: 100px;
  position: relative;
  transition: all 0.18s ease-in-out;
  transform: translate3d(0, 0, 0);
  padding: 1px;
}
.page-index .news .news-body .news-box .new-ls li .detail p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #d4d4d4;
  background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0.95) 80%);
  z-index: 1;
  position: relative;
  transition: all 0.2s;
  overflow: hidden;
}
.page-index .news .news-body .news-box .new-ls li .detail span {
  font-size: 14px;
  color: #7d7d7d;
  transition: all 0.2s ease-out;
}
.page-index .news .news-body .news-box .new-ls li .detail font {
  font-size: 20px;
  color: #aeaeae;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-out;
}
.page-index .news .news-body .news-box .new-ls li:first-child .item-info {
  width: calc(100% - 240px);
}
.page-index .news .news-body .news-box .new-ls li:nth-child(2n-1) {
  border-left-width: 1px;
  padding-left: 40px;
  padding-right: 0;
}
.page-index .news .news-body .news-box .new-ls li:nth-child(n+4) {
  border-bottom-width: 0;
}
.page-index .news .news-body .news-box .new-ls li:hover .item-thumb img {
  transform: scale(1.2);
}
.page-index .news .news-body .news-box .new-ls li:hover .item-info .title {
  color: #0765fe;
}
.page-index .news .news-body .news-box .new-ls li:hover .detail p {
  background: rgba(7, 101, 254, 0.05);
  border-color: #0765fe;
}
.page-index .news .news-body .news-box .new-ls li:hover .detail span,
.page-index .news .news-body .news-box .new-ls li:hover .detail font {
  color: #0765fe;
}
.page-index .news .news-body .news-box .new-ls li:hover .detail font {
  transform: translateX(4px);
}
.page-index .news .news-body .news-box .new-ls li:nth-child(1) {
  width: 100%;
  padding: 0;
  border-left-width: 0;
  align-items: center;
}
.page-index .news .news-body .news-box .new-ls li:nth-child(1) .item-thumb {
  display: block;
}
.page-index .news .news-body .news-box .new-ls.out {
  z-index: 1;
}
.page-index .news .news-body .news-box .new-ls.in {
  z-index: 2;
}
.page-index .news .news-body .news-box .new-ls.in li {
  animation: fadeInUp 1.2s cubic-bezier(0.25, 0.09, 0.25, 1) both;
  animation-delay: var(--delay);
}
.page-index .news .news-body .ques {
  width: 30%;
  padding: 0 24px 32px;
}
.page-index .news .news-body .ques .ques-head {
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
}
.page-index .news .news-body .ques .ques-head font {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #0765fe;
  margin-right: 10px;
}
.page-index .news .news-body .ques .ques-head b {
  font-size: 20px;
  color: #282828;
  line-height: 24px;
}
.page-index .news .news-body .ques .que-ls {
  width: 100%;
  height: calc(100% - 142px);
  margin-bottom: 21px;
}
.page-index .news .news-body .ques .que-ls li {
  width: 100%;
  height: 56px;
  padding: 0 28px 0 18px;
  position: relative;
  transition: all 0.2s linear;
  overflow: hidden;
}
.page-index .news .news-body .ques .que-ls li .title {
  line-height: 56px;
  color: #282828;
  transition: all 0.2s linear;
}
.page-index .news .news-body .ques .que-ls li .desc {
  visibility: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #777;
  transition: all 0.2s linear;
}
.page-index .news .news-body .ques .que-ls li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2175fe;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  transition: all 0.2s linear;
}
.page-index .news .news-body .ques .que-ls li::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
.page-index .news .news-body .ques .que-ls li.open {
  height: 142px;
  margin-bottom: 6px;
  background: #f4f7fc;
  padding-top: 28px;
}
.page-index .news .news-body .ques .que-ls li.open .title {
  line-height: 28px;
  margin-bottom: 6px;
}
.page-index .news .news-body .ques .que-ls li.open .desc {
  visibility: visible;
}
.page-index .news .news-body .ques .que-ls li.open::before {
  background: #f4f7fc;
}
.page-index .news .news-body .ques .que-ls li.open::after {
  transform: scale(0);
}
.page-index .news .news-body .ques .controls {
  height: 45px;
  display: flex;
  justify-content: space-between;
}
.page-index .news .news-body .ques .controls a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 2);
  height: 100%;
  background: #dae8ff;
  color: #0765fe;
  border-radius: 2px;
  font-size: 16px;
  transition: all 0.2s;
}
.page-index .news .news-body .ques .controls a:hover {
  transform: translateY(-8px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-index .news .news-body .ques .controls .consult {
  color: #fff;
  background: linear-gradient(90deg, #19cd8b 0%, #238bc5 0%, #2d48ff 0%, #1fa6ad 100%);
}
.page-index .news .news-body .ques .controls .consult font {
  font-size: 22px;
  margin-right: 10px;
}
.page-index .cases {
  background: url("../images/index/bg_case.jpg") no-repeat right center;
  background-size: 100% 100vh;
  background-attachment: fixed;
  display: flex;
}
.page-index .cases .case-l {
  width: calc(100% - 546px);
  height: 100vh;
  position: sticky;
  top: 96px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.page-index .cases .case-l h2 {
  width: 100%;
  font-size: 60px;
  line-height: 80px;
  display: flex;
  align-items: center;
}
.page-index .cases .case-l h2 span {
  flex-shrink: 0;
}
.page-index .cases .case-l h2 .line {
  flex-grow: 1;
  margin: 0 122px 0 50px;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  position: relative;
}
.page-index .cases .case-l h2 .line::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}
.page-index .cases .case-l h2 .line::after {
  content: "";
  --ew: calc(100% - 72px);
  width: 0;
  height: 1px;
  margin-left: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  background: linear-gradient(to left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.page-index .cases .case-l h2 .line font {
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
}
.page-index .cases .case-l p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 16px;
}
.page-index .cases .case-l .controls {
  margin-top: 70px;
  height: 54px;
}
.page-index .cases .case-l .controls a {
  width: 162px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  transition: all 0.2s ease-out;
  margin-right: 12px;
}
.page-index .cases .case-l .controls a b {
  font-size: 18px;
  color: #fff;
}
.page-index .cases .case-l .controls a:nth-child(1) {
  background: linear-gradient(90deg, #19cd8b 0%, #238bc5 0%, #2d48ff 0%, #1fa6ad 100%);
}
.page-index .cases .case-l .controls a:nth-child(2) {
  border: 1px solid #fff;
}
.page-index .cases .case-l .controls a:hover {
  transform: translateY(-6px);
}
.page-index .cases .case-l.animate__animated h2 .line::after {
  animation: width-in-hor-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.6s;
}
.page-index .cases .case-thumbs {
  width: 520px;
}
.page-index .cases .case-thumbs li {
  width: 100%;
  height: 324px;
  border-radius: 8px;
  overflow: hidden;
}
.page-index .cases .case-thumbs li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.page-index .cases .case-thumbs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s linear;
  transform: scale(1);
}
.page-index .cases .case-thumbs li img:hover {
  transform: scale(1.05);
}
.page-index .cases .case-thumbs li:first-child {
  margin-top: 120px;
}
.page-index .cases .case-thumbs li:last-child {
  margin-bottom: 120px;
}
.page-index .cases .case-thumbs li + li {
  margin-top: 42px;
}
.page-index .partner {
  background: #f4f7fc;
  display: flex;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-index .partner-l {
  margin-top: 2px;
}
.page-index .partner-l .plate-title {
  text-align: left;
}
.page-index .partner-l .cn {
  display: inline-block;
  font-size: 60px;
  line-height: 72px;
  background: linear-gradient(90deg, #19cd8b 0%, #238bc5 0%, #2d48ff 0%, #1fa6ad 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-top: 82px;
}
.page-index .partner-l .slogan {
  font-size: 30px;
  line-height: 86px;
  color: #282828;
  margin-bottom: 10px;
}
.page-index .partner-l .en {
  font-size: 14px;
  line-height: 24px;
  color: rgba(40, 40, 40, 0.45);
}
.page-index .partner-ls {
  width: 750px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
}
.page-index .partner-ls::after {
  content: "";
  width: 234px;
}
.page-index .partner-ls li {
  width: 234px;
  height: 102px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-bottom: 26px;
}
.page-index .partner-ls li img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(100%) contrast(100%) grayscale(100%) invert(0);
  -webkit-filter: brightness(100%) contrast(100%) grayscale(100%) invert(0);
  transition: all 0.2s linear;
}
.page-index .partner-ls li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #19cd8b 0%, #238bc5 0%, #2d48ff 0%, #1fa6ad 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s linear;
}
.page-index .partner-ls li:hover img {
  filter: brightness(0%) contrast(100%) grayscale(0%) invert(1);
  -webkit-filter: brightness(0%) contrast(100%) grayscale(0%) invert(1);
}
.page-index .partner-ls li:hover::before {
  opacity: 1;
}

/* 客户案例 */
.customer-cases {
  --bg: #2e48ff;
  margin-top: -82px;
  background: var(--bg);
  padding-top: 82px;
  position: relative;
  z-index: 1;
  transition: all 1s linear;
}
.customer-cases::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, #f4f5ff 890px, #f4f5ff 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.customer-cases .case-top {
  height: 300px;
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
}
.customer-cases .case-top .tl h1 {
  font-size: 60px;
  line-height: 72px;
  color: rgba(255, 255, 255, 0.1);
}
.customer-cases .case-top .tl h2 {
  font-size: 48px;
  line-height: 54px;
  color: #fff;
}
.customer-cases .case-top .tl p {
  color: #fff;
  line-height: 24px;
  margin-top: 16px;
}
.customer-cases .case-top .tr {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 82px;
}
.customer-cases .case-top .tr a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 178px;
  height: 46px;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
.customer-cases .case-top .tr a font {
  font-size: 24px;
  margin-right: 7px;
}
.customer-cases .case-top .tr a span {
  font-size: 18px;
}
.customer-cases .case-top .tr i {
  font-size: 30px;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 60%);
  background-clip: text;
  -webkit-background-clip: text;
  padding-right: 4px;
  line-height: 40px;
}
.customer-cases .case-search {
  width: 100%;
  height: 80px;
  margin-bottom: 60px;
}
.customer-cases .case-search .box-body {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.customer-cases .case-search .box-body .tabs {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  --tx: 0;
  --tx_time: 0s;
}
.customer-cases .case-search .box-body .tabs li {
  width: 182px;
  text-align: center;
  font-size: 18px;
  color: #282828;
  cursor: pointer;
}
.customer-cases .case-search .box-body .tabs li span {
  transition: all 0.2s ease-in-out;
}
.customer-cases .case-search .box-body .tabs li span::after {
  content: "\e8d4";
  font-family: "icon";
  font-size: 14px;
  transform: rotate(90deg) translateX(-10px);
  color: #282828;
  display: inline-flex;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  font-weight: 700;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.customer-cases .case-search .box-body .tabs li:hover span:after {
  opacity: 1;
  transform: rotate(90deg) translateX(0);
}
.customer-cases .case-search .box-body .tabs li.cur {
  color: #fff;
}
.customer-cases .case-search .box-body .tabs li.cur span:after {
  color: #fff;
  opacity: 1;
  transform: rotate(90deg) translateX(0);
}
.customer-cases .case-search .box-body .tabs::before {
  content: "";
  width: 182px;
  height: 100%;
  background: linear-gradient(90deg, #19cd8b 0%, #238bc5 0%, #2d48ff 0%, #1fa6ad 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(var(--tx));
  transition: all 0.2s ease-in-out;
}
.customer-cases .case-search .box-body .search-box {
  width: 300px;
  height: 50px;
  border-radius: 25px;
  background: #eaecf4;
  padding: 0 14px 0 16px;
  margin-right: 12px;
}
.customer-cases .case-search .box-body .search-box .form-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.customer-cases .case-search .box-body .search-box input {
  width: calc(100% - 32px);
  background: transparent;
  font-size: 16px;
  color: #282828;
}
.customer-cases .case-search .box-body .search-box input::-moz-placeholder {
  color: #afafaf;
}
.customer-cases .case-search .box-body .search-box input::placeholder {
  color: #afafaf;
}
.customer-cases .case-search .box-body .search-box font {
  margin-left: 10px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 20px;
  color: #a5a5a5;
  cursor: pointer;
  transition: all 0.2s linear;
}
.customer-cases .case-search .box-body .search-box font:hover {
  color: #0765fe;
}
.customer-cases .cases {
  margin-bottom: 60px;
}
.customer-cases .cases .case-ls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customer-cases .cases .case-ls::after {
  content: "";
  width: calc((100% - 52px) / 3);
}
.customer-cases .cases .case-ls li {
  width: calc((100% - 52px) / 3);
  height: 358px;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 32px;
  cursor: pointer;
}
.customer-cases .cases .case-ls li .fullimg {
  width: 100%;
  height: 290px;
}
.customer-cases .cases .case-ls li .info {
  height: 68px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-cases .cases .case-ls li .info .name {
  font-size: 18px;
  color: #282828;
}
.customer-cases .cases .case-ls li .info .type {
  font-size: 14px;
  color: #666;
  margin-left: 24px;
  margin-left: 16px;
}
.customer-cases .cases .case-ls li:hover .fullimg img {
  transform: scale(1.05);
}
.customer-cases .cases .load-more {
  width: 166px;
  height: 52px;
  margin: 18px auto 0;
}
.customer-cases .cases .load-more .load-more-btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 26px;
  border: 1px solid rgba(213, 213, 213, 0.5);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-cases .cases .load-more .load-more-btn span {
  font-size: 16px;
  color: #afafaf;
  transition: all 0.2s;
}
.customer-cases .cases .load-more .load-more-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2d48ff 0%, #1fa6ad 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s;
}
.customer-cases .cases .load-more .load-more-btn:hover {
  transform: translateY(-8px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.customer-cases .cases .load-more .load-more-btn:hover span {
  color: #fff;
}
.customer-cases .cases .load-more .load-more-btn:hover::before {
  opacity: 1;
}

/* 客户案例 详情 */
.case-detail--pc {
  margin-top: -82px;
  background: linear-gradient(180deg, var(--bg) 0%, #f4f5ff 890px, #f4f5ff 100%);
  padding-top: 82px;
  padding-bottom: 60px;
}
.case-detail--pc .detail-base {
  padding-top: 54px;
}
.case-detail--pc .detail-base .base-top {
  display: flex;
}
.case-detail--pc .detail-base .base-top h1 {
  font-size: 48px;
  color: #fff;
  line-height: 116px;
  position: relative;
}
.case-detail--pc .detail-base .base-top h1::before {
  content: "";
  width: 42px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.case-detail--pc .detail-base .base-top p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 20px;
}
.case-detail--pc .detail-base .base-top p span {
  padding: 0 8px;
}
.case-detail--pc .detail-base .base-top p a {
  color: #fff;
  transition: all 0.2s;
}
.case-detail--pc .detail-base .base-top p a:hover {
  opacity: 0.6;
}
.case-detail--pc .detail-base .controls {
  margin: 102px 0 0 auto;
  display: flex;
  align-items: center;
  height: 60px;
}
.case-detail--pc .detail-base .controls a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.2s ease-out;
}
.case-detail--pc .detail-base .controls a.preview {
  background: #fff;
  color: #282828;
}
.case-detail--pc .detail-base .controls a.preview font {
  font-size: 28px;
  margin-right: 6px;
}
.case-detail--pc .detail-base .controls a.same {
  background: #e83940;
  color: #fff;
  margin-left: 24px;
}
.case-detail--pc .detail-base .controls a:hover {
  transform: translateY(-10px);
  letter-spacing: 0.05em;
}
.case-detail--pc .detail-base .pad-thumb {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 74px;
}
.case-detail--pc .detail-base .pad-thumb .fullimg {
  width: 94.76%;
  height: 91.6%;
  border-radius: 21px;
  position: absolute;
  z-index: -1;
  top: 4.32%;
  left: 2.64%;
}
.case-detail--pc .detail-base .pad-thumb .shadow {
  width: 100%;
  position: absolute;
  top: 85.83%;
  left: 0.71%;
  z-index: -1;
}
.case-detail--pc .detail-base .work-description {
  margin-top: 136px;
}
.case-detail--pc .detail-base .work-description h2 {
  font-size: 30px;
  color: #282828;
  line-height: 48px;
}
.case-detail--pc .detail-base .work-description h2 .en {
  font-size: 24px;
  color: #dbdbdb;
  margin-left: 4px;
}
.case-detail--pc .detail-base .work-description .description {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  margin-top: 18px;
}
.case-detail--pc .detail-base .work-description .service-features {
  width: 100%;
  margin-top: 40px;
}
.case-detail--pc .detail-base .work-description .service-features li {
  min-height: 62px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  display: flex;
}
.case-detail--pc .detail-base .work-description .service-features li b {
  font-size: 18px;
  color: #282828;
  line-height: 30px;
  flex-shrink: 0;
}
.case-detail--pc .detail-base .work-description .service-features li p {
  font-size: 16px;
  line-height: 30px;
  color: #282828;
  margin-left: 22px;
}
.case-detail--pc .detail-base .work-description .service-features li + li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-detail--pc .detail-rich {
  margin-top: 92px;
}
.case-detail--pc .detail-rich p,
.case-detail--pc .detail-rich span {
  font-size: 16px;
  color: #282828;
  line-height: 30px;
}
.case-detail--pc .detail-rich p {
  margin-bottom: 34px;
}
.case-detail--pc .detail-rich img,
.case-detail--pc .detail-rich video {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* 客户案例 详情（手机） */
.case-detail--wap {
  margin-top: -82px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 970px, #f4f5ff 970px, #f4f5ff 100%);
  padding-top: 204px;
}
.case-detail--wap .detail-base {
  width: 100%;
  height: 1020px;
}
.case-detail--wap .detail-base .base-body {
  width: 100%;
  height: 100%;
  position: relative;
}
.case-detail--wap .detail-base .detail-info {
  width: calc(100% - 502px);
  height: calc(100% - 255px);
  padding-right: 16%;
}
.case-detail--wap .detail-base .detail-info .logo {
  height: 32px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.case-detail--wap .detail-base .detail-info .case-name {
  font-size: 48px;
  color: #fff;
  line-height: 72px;
  margin-top: 24px;
}
.case-detail--wap .detail-base .detail-info .introduce {
  height: 150px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.case-detail--wap .detail-base .detail-info p.move {
  width: 90px;
  height: 90px;
}
.case-detail--wap .detail-base .detail-info p.move:hover {
  cursor: pointer;
}
.case-detail--wap .detail-base .detail-info p.move:hover .icon-you {
  animation-play-state: paused;
}
.case-detail--wap .detail-base .detail-info .icon-you {
  --ey: -8px;
  --sy: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.74);
  font-size: 20px;
  color: #fff;
  margin-top: 122px;
  animation: shake-vertical 1s linear infinite;
  animation-delay: 1.2s;
}
.case-detail--wap .detail-base .detail-info .icon-you::before {
  transform: rotate(90deg);
  transform-origin: center;
}
.case-detail--wap .detail-base .service {
  height: 255px;
  color: #282828;
  padding-top: 110px;
}
.case-detail--wap .detail-base .service h3 {
  font-size: 30px;
  line-height: 48px;
}
.case-detail--wap .detail-base .service p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 8px;
}
.case-detail--wap .detail-base .service p span {
  padding: 0 8px;
}
.case-detail--wap .detail-base .service p a {
  color: #282828;
  transition: all 0.2s;
}
.case-detail--wap .detail-base .service p a:hover {
  color: #2d48ff;
}
.case-detail--wap .detail-base .controls {
  display: flex;
  align-items: center;
  height: 60px;
  margin-top: 30px;
}
.case-detail--wap .detail-base .controls a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.2s ease-out;
}
.case-detail--wap .detail-base .controls a.preview {
  background: #fff;
  color: #282828;
}
.case-detail--wap .detail-base .controls a.preview font {
  font-size: 28px;
  margin-right: 6px;
}
.case-detail--wap .detail-base .controls a.same {
  background: #e83940;
  color: #fff;
  margin-left: 24px;
}
.case-detail--wap .detail-base .controls a:hover {
  margin-top: -10px;
  letter-spacing: 0.05em;
}
.case-detail--wap .detail-base .wap-thumb {
  width: 502px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.case-detail--wap .detail-base .wap-thumb .fullimg {
  width: 455px;
  height: 985px;
  margin: 22px 0 0 27px;
  border-radius: 60px;
}
.case-detail--wap .detail-base .wap-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/index/phone_box2.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 40px;
}
.case-detail--wap .detail-rich {
  margin-top: 120px;
}
.case-detail--wap .detail-rich p,
.case-detail--wap .detail-rich span {
  font-size: 16px;
  color: #282828;
  line-height: 30px;
}
.case-detail--wap .detail-rich p {
  margin-bottom: 34px;
}
.case-detail--wap .detail-rich img,
.case-detail--wap .detail-rich video {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* 相关推荐 */
.about-recommend {
  width: 100%;
  padding-top: 46px;
  padding-bottom: 42px;
}
.about-recommend .plate-title {
  font-size: 30px;
  color: #282828;
  line-height: 36px;
}
.about-recommend .recommend-ls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-recommend .recommend-ls::after {
  content: "";
  width: calc((100% - 52px) / 3);
}
.about-recommend .recommend-ls li {
  width: calc((100% - 52px) / 3);
  height: 358px;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 32px;
  cursor: pointer;
}
.about-recommend .recommend-ls li .fullimg {
  width: 100%;
  height: 290px;
}
.about-recommend .recommend-ls li .info {
  height: 68px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-recommend .recommend-ls li .info .name {
  font-size: 18px;
  color: #282828;
}
.about-recommend .recommend-ls li .info .type {
  font-size: 14px;
  color: #666;
}
.about-recommend .recommend-ls li:hover .fullimg img {
  transform: scale(1.05);
}
.about-recommend--4 {
  width: 100%;
  padding-top: 46px;
  padding-bottom: 72px;
}
.about-recommend--4 .plate-title {
  font-size: 30px;
  color: #282828;
  line-height: 36px;
}
.about-recommend--4 .recommend-ls {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-recommend--4 .recommend-ls li {
  width: 300px;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 32px;
  cursor: pointer;
  margin-right: calc((100% - 1200px) / 3);
}
.about-recommend--4 .recommend-ls li:nth-child(4n) {
  margin-right: 0;
}
.about-recommend--4 .recommend-ls li .fullimg {
  width: 100%;
  height: 588px;
}
.about-recommend--4 .recommend-ls li .info {
  padding: 16px 0;
  display: block;
}
.about-recommend--4 .recommend-ls li .info .name {
  font-size: 20px;
  color: #282828;
  line-height: 36px;
}
.about-recommend--4 .recommend-ls li .info .type {
  font-size: 16px;
  color: #282828;
  line-height: 24px;
}
.about-recommend--4 .recommend-ls li:hover .fullimg img {
  transform: scale(1.05);
}

.security-operation .inner-banner,
.funeral-interment .inner-banner,
.dingding .inner-banner,
.landing .inner-banner,
.gateway .inner-banner,
.brand-website .inner-banner {
  width: 100%;
  height: 884px;
  background-repeat: no-repeat;
  background-size: 1920px 884px;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.security-operation .inner-banner .title1,
.funeral-interment .inner-banner .title1,
.dingding .inner-banner .title1,
.landing .inner-banner .title1,
.gateway .inner-banner .title1,
.brand-website .inner-banner .title1 {
  font-size: 60px;
}
.security-operation .inner-banner .title1::before,
.funeral-interment .inner-banner .title1::before,
.dingding .inner-banner .title1::before,
.landing .inner-banner .title1::before,
.gateway .inner-banner .title1::before,
.brand-website .inner-banner .title1::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 2px;
  left: 3px;
  bottom: -13px;
  background: transparent;
}
.security-operation .inner-banner .title2,
.funeral-interment .inner-banner .title2,
.dingding .inner-banner .title2,
.landing .inner-banner .title2,
.gateway .inner-banner .title2,
.brand-website .inner-banner .title2 {
  font-size: 24px;
  line-height: 48px;
}
.security-operation .inner-banner .link,
.funeral-interment .inner-banner .link,
.dingding .inner-banner .link,
.landing .inner-banner .link,
.gateway .inner-banner .link,
.brand-website .inner-banner .link {
  display: inline-flex;
  width: 183px;
  height: 57px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 8px;
  font-family: SourceHanSans;
  transition: all 0.2s ease-out;
}
.security-operation .inner-banner .link:hover,
.funeral-interment .inner-banner .link:hover,
.dingding .inner-banner .link:hover,
.landing .inner-banner .link:hover,
.gateway .inner-banner .link:hover,
.brand-website .inner-banner .link:hover {
  transform: translateY(-20%) !important;
}
.security-operation .plate-title,
.funeral-interment .plate-title,
.dingding .plate-title,
.landing .plate-title,
.gateway .plate-title,
.brand-website .plate-title {
  text-align: center;
}
.security-operation .plate-title h3,
.funeral-interment .plate-title h3,
.dingding .plate-title h3,
.landing .plate-title h3,
.gateway .plate-title h3,
.brand-website .plate-title h3 {
  font-size: 48px;
  line-height: 56px;
  color: #282828;
}
.security-operation .plate-title .desc,
.funeral-interment .plate-title .desc,
.dingding .plate-title .desc,
.landing .plate-title .desc,
.gateway .plate-title .desc,
.brand-website .plate-title .desc {
  font-size: 18px;
  line-height: 30px;
  color: #777777;
  margin-top: 6px;
}
.security-operation .ovh,
.funeral-interment .ovh,
.dingding .ovh,
.landing .ovh,
.gateway .ovh,
.brand-website .ovh {
  overflow: hidden;
}
.security-operation .customer,
.funeral-interment .customer,
.dingding .customer,
.landing .customer,
.gateway .customer,
.brand-website .customer {
  padding-bottom: 136px;
}
.security-operation .customer .cst-ls,
.funeral-interment .customer .cst-ls,
.dingding .customer .cst-ls,
.landing .customer .cst-ls,
.gateway .customer .cst-ls,
.brand-website .customer .cst-ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
}
.security-operation .customer .cst-ls li,
.funeral-interment .customer .cst-ls li,
.dingding .customer .cst-ls li,
.landing .customer .cst-ls li,
.gateway .customer .cst-ls li,
.brand-website .customer .cst-ls li {
  width: 32%;
  max-width: 445px;
  height: 386px;
  background: #f6f6f6;
}
.security-operation .customer .cst-ls li .img-box,
.funeral-interment .customer .cst-ls li .img-box,
.dingding .customer .cst-ls li .img-box,
.landing .customer .cst-ls li .img-box,
.gateway .customer .cst-ls li .img-box,
.brand-website .customer .cst-ls li .img-box {
  width: 100%;
  height: 293px;
  overflow: hidden;
}
.security-operation .customer .cst-ls li .img-box img,
.funeral-interment .customer .cst-ls li .img-box img,
.dingding .customer .cst-ls li .img-box img,
.landing .customer .cst-ls li .img-box img,
.gateway .customer .cst-ls li .img-box img,
.brand-website .customer .cst-ls li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.security-operation .customer .cst-ls li .info,
.funeral-interment .customer .cst-ls li .info,
.dingding .customer .cst-ls li .info,
.landing .customer .cst-ls li .info,
.gateway .customer .cst-ls li .info,
.brand-website .customer .cst-ls li .info {
  box-sizing: border-box;
  padding: 14px 6%;
  height: 95px;
  font-family: "SourceHanSans";
}
.security-operation .customer .cst-ls li .info .title,
.funeral-interment .customer .cst-ls li .info .title,
.dingding .customer .cst-ls li .info .title,
.landing .customer .cst-ls li .info .title,
.gateway .customer .cst-ls li .info .title,
.brand-website .customer .cst-ls li .info .title {
  font-size: 24px;
  color: #282828;
  line-height: 36px;
  transition: all 0.6s;
}
.security-operation .customer .cst-ls li .info .tag,
.funeral-interment .customer .cst-ls li .info .tag,
.dingding .customer .cst-ls li .info .tag,
.landing .customer .cst-ls li .info .tag,
.gateway .customer .cst-ls li .info .tag,
.brand-website .customer .cst-ls li .info .tag {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
}
.security-operation .customer .cst-ls li:nth-child(n+4),
.funeral-interment .customer .cst-ls li:nth-child(n+4),
.dingding .customer .cst-ls li:nth-child(n+4),
.landing .customer .cst-ls li:nth-child(n+4),
.gateway .customer .cst-ls li:nth-child(n+4),
.brand-website .customer .cst-ls li:nth-child(n+4) {
  margin-top: 36px;
}
.security-operation .customer .cst-ls li:hover .img-box img,
.funeral-interment .customer .cst-ls li:hover .img-box img,
.dingding .customer .cst-ls li:hover .img-box img,
.landing .customer .cst-ls li:hover .img-box img,
.gateway .customer .cst-ls li:hover .img-box img,
.brand-website .customer .cst-ls li:hover .img-box img {
  transform: scale(1.05);
}
.security-operation .customer .cst-ls li:hover .info .title,
.funeral-interment .customer .cst-ls li:hover .info .title,
.dingding .customer .cst-ls li:hover .info .title,
.landing .customer .cst-ls li:hover .info .title,
.gateway .customer .cst-ls li:hover .info .title,
.brand-website .customer .cst-ls li:hover .info .title {
  color: #e62129;
}
.security-operation .customer .cst-ls::after,
.funeral-interment .customer .cst-ls::after,
.dingding .customer .cst-ls::after,
.landing .customer .cst-ls::after,
.gateway .customer .cst-ls::after,
.brand-website .customer .cst-ls::after {
  content: "";
  width: 32%;
  max-width: 445px;
}

/* 安全&运维 */
.security-operation .inner-banner {
  background-image: url(../images/so/banner.jpg);
  color: #fff;
}
.security-operation .inner-banner .title1::before {
  background: #007fff;
}
.security-operation .inner-banner .link {
  background: #007fff;
}
.security-operation .inner-banner .link:hover {
  box-shadow: 0px 10px 20px rgba(0, 127, 255, 0.16);
}
.security-operation .ques {
  background: url(../images/so/plate_bg1.jpg) no-repeat center/cover;
  padding-bottom: 160px;
}
.security-operation .ques .que-ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 74px;
}
.security-operation .ques .que-ls li {
  width: calc((100% - 68px) / 3);
  height: 230px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 24px 3% 0;
}
.security-operation .ques .que-ls li:nth-child(n+4) {
  margin-top: 36px;
}
.security-operation .ques .que-ls li .name {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #282828;
}
.security-operation .ques .que-ls li .name font {
  width: 50px;
  height: 84px;
  font-size: 48px;
  color: #007fff;
}
.security-operation .ques .que-ls li .desc {
  line-height: 28px;
  color: #282828;
  margin-top: 4px;
  text-align: justify;
}
.security-operation .opex {
  padding-bottom: 150px;
}
.security-operation .opex .opex-ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}
.security-operation .opex .opex-ls li {
  width: calc((100% - 360px) / 5);
  margin-right: 90px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.security-operation .opex .opex-ls li .icon-img {
  width: 86px;
  height: 86px;
}
.security-operation .opex .opex-ls li .name {
  font-weight: bold;
  font-size: 24px;
  color: #282828;
  margin-top: 6px;
}
.security-operation .opex .opex-ls li .desc {
  color: #282828;
  line-height: 28px;
  margin-top: 14px;
}
.security-operation .opex .opex-ls li:nth-child(5n) {
  margin-right: 0;
}
.security-operation .opex .opex-ls li:nth-child(n+6) {
  margin-top: 60px;
}
.security-operation .guarantee {
  background: url(../images/so/plate_bg2.jpg) no-repeat center/cover;
  padding-bottom: 160px;
}
.security-operation .guarantee .guarantee-ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 68px;
}
.security-operation .guarantee .guarantee-ls li {
  width: 31.3333333333%;
  max-width: 402px;
  height: 210px;
  background: linear-gradient(45deg, rgba(169, 244, 246, 0.5) 0%, #fff 35%);
  border-radius: 20px;
  border: 1px solid #aac4d1;
  box-sizing: border-box;
  padding: 38px 3% 0;
}
.security-operation .guarantee .guarantee-ls li .name {
  display: flex;
}
.security-operation .guarantee .guarantee-ls li .name b {
  font-size: 24px;
  line-height: 36px;
  color: #282828;
}
.security-operation .guarantee .guarantee-ls li .name .icon-img {
  width: 76px;
  height: 53px;
  margin-left: auto;
}
.security-operation .guarantee .guarantee-ls li .desc {
  color: #282828;
  line-height: 28px;
  margin-top: 24px;
}
.security-operation .guarantee .guarantee-ls li:nth-child(n+4) {
  margin-top: 66px;
}
.security-operation .knowledge {
  padding-bottom: 114px;
}
.security-operation .knowledge .klg-ls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 54px;
}
.security-operation .knowledge .klg-ls li {
  max-width: 602px;
  width: 46%;
  height: 186px;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #282828;
  position: relative;
}
.security-operation .knowledge .klg-ls li .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  transition: color 0.2s;
}
.security-operation .knowledge .klg-ls li .desc {
  line-height: 30px;
  margin-top: 10px;
}
.security-operation .knowledge .klg-ls li::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #007fff;
  transition: width 0.2s;
}
.security-operation .knowledge .klg-ls li:hover .title {
  color: #007fff;
}
.security-operation .knowledge .klg-ls li:hover::after {
  width: 100%;
}

/* 殡葬 */
.funeral-interment .inner-banner {
  background-image: url(../images/fi/banner.jpg);
  color: #282828;
}
.funeral-interment .inner-banner .title1 {
  font-size: 72px;
  line-height: 98px;
  letter-spacing: 7.2px;
}
.funeral-interment .inner-banner .link {
  color: #fff;
  background: linear-gradient(-31deg, #0d91e7 0%, #38e1b7 100%);
}
.funeral-interment .inner-banner .link:hover {
  box-shadow: 0px 10px 20px rgba(13, 145, 231, 0.16);
}
.funeral-interment .solution {
  background: #fff url(../images/fi/plate_bg1.jpg) no-repeat center/100% auto;
  padding-bottom: 176px;
}
.funeral-interment .solution .progress {
  display: flex;
  justify-content: space-between;
  padding-bottom: 174px;
  padding-top: 244px;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.funeral-interment .solution .progress .pgs-item {
  width: 193px;
  height: 100px;
  position: relative;
  text-align: center;
}
.funeral-interment .solution .progress .pgs-item b {
  font-size: 24px;
  line-height: 36px;
  color: #282828;
}
.funeral-interment .solution .progress .pgs-item .ellipse {
  width: 100%;
  height: 58px;
  margin-top: 6px;
  position: relative;
}
.funeral-interment .solution .progress .pgs-item .ellipse i {
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.funeral-interment .solution .progress .pgs-item .ellipse i:nth-child(1) {
  width: 144px;
  height: 27px;
  background: linear-gradient(-31deg, #0d91e7 0%, #38e1b7 100%);
  box-shadow: 0px 30px 7px 0px rgba(0, 0, 0, 0.07);
  top: 0;
  z-index: 3;
}
.funeral-interment .solution .progress .pgs-item .ellipse i:nth-child(2) {
  width: 169px;
  height: 33px;
  background: #21b6d1;
  top: 11px;
  z-index: 2;
}
.funeral-interment .solution .progress .pgs-item .ellipse i:nth-child(3) {
  width: 100%;
  height: 32px;
  background: rgba(33, 182, 209, 0.37);
  bottom: 0;
  z-index: 1;
}
.funeral-interment .solution .progress .pgs-item ol {
  height: 127px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  box-sizing: border-box;
  padding: 0 21.76%;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22100%%22%20height%3D%22100%%22%20rx%3D%2220%22%20ry%3D%2220%22%20fill%3D%22none%22%20stroke%3D%22%237bdadf%22%20stroke-width%3D%222.5%22%20stroke-dasharray%3D%222.5,2.5%22%2F%3E%3C%2Fsvg%3E");
}
.funeral-interment .solution .progress .pgs-item ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.funeral-interment .solution .progress .pgs-item ol li font {
  width: 36px;
  height: 36px;
  font-size: 36px;
  color: #25becc;
}
.funeral-interment .solution .progress .pgs-item ol li span {
  font-size: 14px;
  color: #282828;
  line-height: 30px;
  margin-top: 8px;
}
.funeral-interment .solution .progress .pgs-item ol.bl {
  bottom: -174px;
  left: 0;
}
.funeral-interment .solution .progress .pgs-item ol.tc {
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 130%;
}
.funeral-interment .solution .progress .pgs-item ol.blc {
  bottom: -174px;
  right: 175px;
}
.funeral-interment .solution .progress .pgs-item ol.br {
  bottom: -174px;
  right: 0;
}
.funeral-interment .solution .progress .pgs-item::before {
  content: "";
  width: 3px;
  background: linear-gradient(to bottom, #7bdadf 0% 50%, transparent 10%);
  background-size: 100% 6px;
  position: absolute;
}
.funeral-interment .solution .progress .pgs-item.lb::before {
  height: 33px;
  bottom: -40px;
  left: 50%;
  margin-left: -1.5px;
}
.funeral-interment .solution .progress .pgs-item.lt::before {
  height: 68px;
  top: -68px;
  left: 50%;
  margin-left: -1.5px;
}
.funeral-interment .solution .progress .pgs-item.lbc::before {
  height: 73px;
  bottom: -40px;
  right: 117%;
}
.funeral-interment .solution .progress::before {
  content: "";
  width: calc(100% - 120px);
  height: 3px;
  background: linear-gradient(to right, #7bdadf 0% 50%, transparent 10%);
  background-size: 6px 100%;
  position: absolute;
  left: 60px;
  bottom: 204px;
}
.funeral-interment .product {
  background: #e2e8f4;
  position: relative;
  z-index: 1;
}
.funeral-interment .product .tabs {
  width: 1078px;
  height: 60px;
  border-radius: 20px;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.01);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 58px;
  background: #fff;
  margin: 44px auto 0;
}
.funeral-interment .product .tabs li {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.funeral-interment .product .tabs li span {
  font-size: 18px;
  line-height: 60px;
  color: #282828;
  transition: opacity 0.2s;
}
.funeral-interment .product .tabs li::before {
  content: attr(data-text);
  font-size: 18px;
  line-height: 60px;
  font-weight: bold;
  color: #2ecfc2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: -1;
}
.funeral-interment .product .tabs li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2ecfc2;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: transform 0.2s;
}
.funeral-interment .product .tabs li.act span {
  opacity: 0;
}
.funeral-interment .product .tabs li.act::before {
  opacity: 1;
}
.funeral-interment .product .tabs li.act::after {
  transform: scale(1);
}
.funeral-interment .product .ilus {
  width: 772px;
  height: 588px;
  position: absolute;
  top: 308px;
  left: 50%;
  margin-left: -752px;
  z-index: -1;
}
.funeral-interment .product .ilus li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}
.funeral-interment .product .ilus li.visible {
  opacity: 1;
}
.funeral-interment .product .ilus img {
  width: 100%;
}
.funeral-interment .product .data-box {
  width: 100%;
  height: 600px;
  margin-top: 62px;
  position: relative;
  overflow: hidden;
}
.funeral-interment .product .data-box .tab-data {
  width: 630px;
  position: absolute;
  right: 0;
  box-sizing: border-box;
}
.funeral-interment .product .data-box .tab-data .pitem {
  position: absolute;
  top: 60px;
  left: 0;
  visibility: hidden;
}
.funeral-interment .product .data-box .tab-data .pitem .name {
  font-size: 36px;
  color: #282828;
  line-height: 48px;
}
.funeral-interment .product .data-box .tab-data .pitem .desc {
  line-height: 30px;
  height: 160px;
  text-align: justify;
  color: #282828;
  margin-top: 32px;
}
.funeral-interment .product .data-box .tab-data .pitem .learn {
  display: inline-block;
  width: 183px;
  height: 57px;
  background: linear-gradient(-31deg, #0d91e7 0%, #38e1b7 100%);
  text-align: center;
  line-height: 57px;
  margin-top: 12px;
  border-radius: 8px;
  color: #fff;
}
.funeral-interment .product .data-box .tab-data .pitem .learn:hover {
  box-shadow: 0px 10px 20px rgba(13, 145, 231, 0.16);
  transform: translateY(-20%) !important;
}
.funeral-interment .product .data-box .tab-data .pitem.visible {
  --sy: 20%;
  --so: 0.5;
  z-index: 2;
  animation: fadeIn3 0.6s linear 0.5s both;
}
.funeral-interment .product .data-box .tab-data .pitem.hidden {
  --ey: -100%;
  z-index: 1;
  animation: fadeOut3 0.8s linear both;
}
.funeral-interment .product::after {
  content: "";
  width: 1918px;
  height: 100%;
  background: url(../images/fi/plate_mask.png) no-repeat right center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.funeral-interment .function {
  padding-bottom: 122px;
}
.funeral-interment .function .fun-ls {
  display: flex;
  flex-wrap: wrap;
  margin-top: 72px;
}
.funeral-interment .function .fun-ls li {
  width: 27.3333333333%;
  margin-right: 9%;
  display: flex;
}
.funeral-interment .function .fun-ls li .icon-img {
  width: 65px;
  height: 70px;
  margin-right: 20px;
  flex-shrink: 0;
}
.funeral-interment .function .fun-ls li .info .name {
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #282828;
}
.funeral-interment .function .fun-ls li .info .desc {
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #666666;
  text-align: justify;
}
.funeral-interment .function .fun-ls li:nth-child(3n) {
  margin-right: 0;
}
.funeral-interment .function .fun-ls li:nth-child(n+4) {
  margin-top: 58px;
}
.funeral-interment .advantage {
  padding-bottom: 158px;
  background: url(../images/fi/plate_bg2.jpg) no-repeat center/cover;
}
.funeral-interment .advantage .avt-ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.funeral-interment .advantage .avt-ls li {
  width: 31.6666666667%;
  max-width: 443px;
  height: 250px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  box-sizing: border-box;
  padding: 56px 3.3% 0 2.5%;
}
.funeral-interment .advantage .avt-ls li font {
  width: 58px;
  height: 53px;
  font-size: 50px;
  background: linear-gradient(-31deg, #0d91e7 0%, #38e1b7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 20px;
}
.funeral-interment .advantage .avt-ls li .info {
  color: #282828;
}
.funeral-interment .advantage .avt-ls li .info .name {
  font-size: 24px;
  line-height: 48px;
}
.funeral-interment .advantage .avt-ls li .info .desc {
  line-height: 30px;
  text-align: justify;
  margin-top: 10px;
}
.funeral-interment .advantage .avt-ls li:nth-child(n+4) {
  margin-top: 40px;
}
.funeral-interment .post-sale {
  padding-bottom: 214px;
}
.funeral-interment .post-sale .ps-ls {
  display: flex;
  flex-wrap: wrap;
  margin-top: 146px;
}
.funeral-interment .post-sale .ps-ls li {
  width: 310px;
  margin-right: calc((100% - 930px) / 2);
  text-align: center;
}
.funeral-interment .post-sale .ps-ls li .icon-img {
  width: 53px;
  height: 57px;
}
.funeral-interment .post-sale .ps-ls li .name {
  font-size: 20px;
  line-height: 36px;
  margin: 4px 0;
}
.funeral-interment .post-sale .ps-ls li .desc {
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #666666;
}
.funeral-interment .post-sale .ps-ls li:nth-child(3n) {
  margin-right: 0;
}
.funeral-interment .post-sale .ps-ls li:nth-child(n+4) {
  margin-top: 74px;
}

/* 钉钉 */
.dingding .inner-banner {
  background-image: url(../images/dd/banner.jpg);
}
.dingding .inner-banner .title1 {
  font-size: 72px;
  line-height: 98px;
  letter-spacing: 7.2px;
}
.dingding .inner-banner .title1 span {
  color: #007fff;
}
.dingding .inner-banner .title2 {
  font-size: 30px;
}
.dingding .inner-banner .link {
  background: #007fff;
}
.dingding .inner-banner .link:hover {
  box-shadow: 0px 10px 20px rgba(0, 127, 255, 0.16);
}
.dingding .about {
  padding-top: 77px;
  padding-bottom: 154px;
  background: url(../images/dd/plate_bg1.jpg) no-repeat center bottom/100% auto;
}
.dingding .about .isp {
  display: flex;
  justify-content: space-between;
}
.dingding .about .isp li {
  width: 23%;
  max-width: 315px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 46px 2%;
}
.dingding .about .isp li .name {
  font-size: 24px;
  line-height: 30px;
  white-space: nowrap;
}
.dingding .about .isp li .desc {
  line-height: 30px;
  margin-top: 28px;
}
.dingding .about .isp li::before {
  content: "";
  width: 103px;
  height: 98px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.dingding .about .isp li:nth-child(1) {
  background: linear-gradient(90deg, #5a45e4 0%, #7865fe 100%);
}
.dingding .about .isp li:nth-child(1)::before {
  background: url(../images/dd/level1.png) no-repeat center;
}
.dingding .about .isp li:nth-child(2) {
  background: linear-gradient(90deg, #0b96eb 0%, #2dacfa 100%);
}
.dingding .about .isp li:nth-child(2)::before {
  background: url(../images/dd/level2.png) no-repeat center;
}
.dingding .about .isp li:nth-child(3) {
  background: linear-gradient(90deg, #0070e3 0%, #3898ff 100%);
}
.dingding .about .isp li:nth-child(3)::before {
  background: url(../images/dd/level3.png) no-repeat center;
}
.dingding .about .isp li:nth-child(4) {
  background: linear-gradient(90deg, #0935bc 0%, #3a62fc 100%);
}
.dingding .about .isp li:nth-child(4)::before {
  background: url(../images/dd/level4.png) no-repeat center;
}
.dingding .about .core-bines {
  display: flex;
  justify-content: space-between;
}
.dingding .about .core-bines li {
  width: calc((100% - 40px) / 2);
  height: 213px;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 10px;
  padding: 60px 54px 0;
  display: flex;
}
.dingding .about .core-bines li font {
  width: 67px;
  height: 66px;
  font-size: 60px;
  margin-right: 18px;
  -webkit-text-fill-color: transparent;
}
.dingding .about .core-bines li .info-box {
  color: #282828;
}
.dingding .about .core-bines li .info-box .name {
  font-size: 30px;
}
.dingding .about .core-bines li .info-box .desc {
  line-height: 30px;
  margin-top: 4px;
  text-align: justify;
}
.dingding .about .core-bines li:nth-child(1) {
  background: linear-gradient(52deg, #f0f7ff 0%, #ffffff 100%);
  border-color: #d5e3f0;
}
.dingding .about .core-bines li:nth-child(1) font {
  background: linear-gradient(90deg, #0b96eb 0%, #2dacfa 100%);
  -webkit-background-clip: text;
}
.dingding .about .core-bines li:nth-child(2) {
  background: linear-gradient(52deg, #f5f4ff 0%, #ffffff 100%);
  border-color: #d4d0ef;
}
.dingding .about .core-bines li:nth-child(2) font {
  background: linear-gradient(90deg, #5a45e4 0%, #7865fe 100%);
  -webkit-background-clip: text;
}
.dingding .about .products .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 50px;
}
.dingding .about .products .tabs li {
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}
.dingding .about .products .tabs li + li {
  margin-left: 5.5em;
}
.dingding .about .products .tabs li span {
  font-size: 18px;
  line-height: 28px;
  color: #282828;
  transition: opacity 0.2s;
}
.dingding .about .products .tabs li::before {
  content: attr(data-text);
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #007fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: -1;
}
.dingding .about .products .tabs li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #007fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: transform 0.2s;
}
.dingding .about .products .tabs li.act span {
  opacity: 0;
}
.dingding .about .products .tabs li.act::before {
  opacity: 1;
}
.dingding .about .products .tabs li.act::after {
  transform: scale(1);
}
.dingding .about .products .product-info {
  width: 100%;
  height: 438px;
  position: relative;
  overflow: hidden;
}
.dingding .about .products .pitem {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.dingding .about .products .pitem .thumb {
  width: 51.7%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.dingding .about .products .pitem .thumb img,
.dingding .about .products .pitem .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dingding .about .products .pitem .thumb.video {
  position: relative;
  cursor: pointer;
}
.dingding .about .products .pitem .thumb.video::before {
  content: "\e752";
  font-family: "icon";
  width: 70px;
  height: 70px;
  font-size: 70px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.dingding .about .products .pitem .thumb.video.pause::before {
  visibility: visible;
}
.dingding .about .products .pitem .introduce {
  flex: 1 1 0%;
  margin-left: 4%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 90px;
}
.dingding .about .products .pitem .introduce .name {
  font-size: 30px;
  line-height: 56px;
  color: #282828;
}
.dingding .about .products .pitem .introduce .desc {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
.dingding .about .products .pitem .introduce .points {
  width: 100%;
  border-radius: 10px;
  background: #edf7fe;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 28px 4%;
  margin-top: 26px;
}
.dingding .about .products .pitem .introduce .points li {
  width: 50%;
}
.dingding .about .products .pitem .introduce .points li font {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #007fff;
  margin-right: 8px;
}
.dingding .about .products .pitem .introduce .points li span {
  line-height: 44px;
  color: #282828;
}
.dingding .about .products .pitem .introduce .price {
  font-size: 36px;
  color: #007fff;
  line-height: 44px;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.dingding .about .products .pitem .introduce .price .symbol {
  font-size: 24px;
}
.dingding .about .products .pitem .introduce .learn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 58px;
  background: #007fff;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -64px;
  transition: all 0.2s ease-out;
}
.dingding .about .products .pitem .introduce .learn font {
  width: 30px;
  height: 30px;
  font-size: 28px;
  margin-right: 8px;
}
.dingding .about .products .pitem .introduce .learn b {
  font-size: 20px;
}
.dingding .about .products .pitem .introduce .learn:hover {
  transform: translateY(-20%);
}
.dingding .about .products .pitem.visible {
  --sx: 20%;
  --so: 0.5;
  z-index: 2;
  animation: fadeIn2 0.6s linear 0.6s both;
}
.dingding .about .products .pitem.hidden {
  --ex: -100%;
  z-index: 1;
  animation: slideOut2 1s linear both;
}
.dingding .about h3 {
  font-size: 48px;
  line-height: 120px;
  color: #282828;
  text-align: center;
  font-weight: bold;
}
.dingding .advantage {
  width: 100%;
  padding-bottom: 196px;
  background: url(../images/dd/plate_bg2.jpg) no-repeat center/cover;
}
.dingding .advantage .avt-ls {
  display: flex;
  justify-content: space-between;
  margin-top: 92px;
}
.dingding .advantage .avt-ls li {
  width: 23%;
  height: 335px;
  background: #ffffff;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 46px;
}
.dingding .advantage .avt-ls li font {
  width: 45px;
  height: 40px;
  font-size: 46px;
  background: linear-gradient(0deg, #007fff 0%, #4fa7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
.dingding .advantage .avt-ls li .name {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 14px;
}
.dingding .advantage .avt-ls li .desc {
  height: 104px;
  font-size: 14px;
  line-height: 26px;
  color: #282828;
  text-align: center;
}
.dingding .hardware {
  width: 100%;
  height: 942px;
  background: linear-gradient(0deg, #edf7fe 0%, #ffffff 60%);
}
.dingding .hardware .hdw-ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 44px;
}
.dingding .hardware .hdw-ls li {
  text-align: center;
}
.dingding .hardware .hdw-ls li img {
  width: auto;
}
.dingding .hardware .hdw-ls li p {
  font-size: 24px;
  color: #4d4a49;
  line-height: 36px;
  margin-top: 24px;
}
.dingding .hardware .hdw-ls li:nth-child(1) {
  width: 100%;
  margin-bottom: 48px;
}
.dingding .hardware .hdw-ls li:nth-child(n+2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.dingding .solution {
  padding-bottom: 152px;
}
.dingding .solution .slt-ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 68px;
}
.dingding .solution .slt-ls li {
  width: 32%;
  max-width: 435px;
  height: 232px;
  border-radius: 10px;
  color: #282828;
  box-sizing: border-box;
  padding: 30px 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dingding .solution .slt-ls li .name {
  font-size: 24px;
  line-height: 64px;
  position: relative;
  white-space: nowrap;
}
.dingding .solution .slt-ls li .name::before {
  content: "";
  width: 41px;
  height: 2px;
  background: #282828;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dingding .solution .slt-ls li .desc {
  font-size: 14px;
  line-height: 30px;
  margin-top: 28px;
}
.dingding .solution .slt-ls li:nth-child(1) {
  background: linear-gradient(90deg, rgba(230, 255, 241, 0.7) 0%, rgba(160, 213, 247, 0.7) 100%);
}
.dingding .solution .slt-ls li:nth-child(2) {
  background: linear-gradient(90deg, #edf0f7 0%, #d0dbf7 100%);
}
.dingding .solution .slt-ls li:nth-child(3) {
  background: linear-gradient(90deg, rgba(187, 220, 255, 0.5) 0%, rgba(206, 214, 251, 0.5) 100%);
}
.dingding .solution .slt-ls li:nth-child(4) {
  background: linear-gradient(90deg, #edf7fe 0%, #dedcff 100%);
}
.dingding .solution .slt-ls li:nth-child(5) {
  background: linear-gradient(90deg, #f7f4ee 0%, #ffede3 100%);
}
.dingding .solution .slt-ls li:nth-child(6) {
  background: linear-gradient(90deg, #fff9f9 0%, #ffe8e8 100%);
}
.dingding .solution .slt-ls li:nth-child(n+4) {
  margin-top: 40px;
}
.dingding .partner {
  background: #007fff;
  padding-bottom: 132px;
}
.dingding .partner h3 {
  font-size: 48px;
  color: #fff;
  line-height: 56px;
}
.dingding .partner .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
}
.dingding .partner .logos img {
  height: 50px;
  filter: brightness(0) invert(1);
}
.dingding .partner .phs {
  display: flex;
  justify-content: space-between;
  margin-top: 114px;
}
.dingding .partner .phs li {
  width: 32%;
  max-width: 435px;
  height: 218px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  color: #282828;
  box-sizing: border-box;
  padding-top: 44px;
}
.dingding .partner .phs li .name {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 2.4px;
  font-weight: bold;
  margin-bottom: 28px;
}
.dingding .partner .phs li .desc {
  line-height: 30px;
  letter-spacing: 1.6px;
}

/* 落地页 */
.landing .inner-banner {
  background-image: url(../images/ld/banner.jpg);
  color: #fff;
}
.landing .inner-banner .title1::before {
  background: #02f0b9;
}
.landing .inner-banner .link {
  color: #282828;
  background: #02f0b9;
}
.landing .inner-banner .link:hover {
  box-shadow: 0px 10px 20px rgba(2, 240, 185, 0.16);
}
.landing .service {
  display: flex;
  justify-content: space-between;
  padding-bottom: 200px;
}
.landing .service .info {
  color: #282828;
}
.landing .service .info h3 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 28px;
}
.landing .service .info .desc {
  line-height: 40px;
  text-align: justify;
}
.landing .service .info .statistics {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.landing .service .info .statistics p:not(.label) .num {
  font-size: 50px;
}
.landing .service .info .statistics p:not(.label) .unit {
  font-size: 20px;
}
.landing .service .info .statistics .label {
  font-size: 18px;
  margin-top: 4px;
}
.landing .service .info .learn {
  width: 183px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #282828;
  background: #02f0b9;
  font-family: SourceHanSans;
  transition: all 0.2s ease-out;
  border-radius: 8px;
}
.landing .service .info .learn font {
  width: 20px;
  height: 20px;
  font-size: 18px;
  margin-left: 38px;
}
.landing .service .info .learn:hover {
  transform: translateY(-20%) !important;
  box-shadow: 0px 10px 20px rgba(2, 240, 185, 0.16);
}
.landing .service .svc-ls {
  width: 536px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
.landing .service .svc-ls li {
  width: 248px;
  height: 93px;
  border-radius: 20px;
  border: solid 1px #dddfe3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.landing .service .svc-ls li font {
  width: 36px;
  height: 36px;
  font-size: 36px;
  color: #adafb5;
  margin-right: 20px;
  transition: all 0.2s;
}
.landing .service .svc-ls li span {
  font-size: 22px;
  color: #282828;
}
.landing .service .svc-ls li:nth-child(n+3) {
  margin-top: 44px;
}
.landing .service .svc-ls li:hover {
  border-color: #02f0b9;
  background: #02f0b9;
}
.landing .service .svc-ls li:hover font {
  color: #171e37;
}
.landing .scheme {
  background: url(../images/ld/plate_bg1.jpg) no-repeat center/cover;
  padding-bottom: 218px;
}
.landing .scheme .plate-title h3,
.landing .scheme .plate-title .desc {
  color: #fff;
}
.landing .scheme .sch-ls {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 130px;
}
.landing .scheme .sch-ls font {
  width: 82px;
  height: 82px;
  background: #02f0b9;
  border-radius: 50%;
  font-size: 48px;
  color: #171e37;
}
.landing .scheme .sch-ls .label {
  font-size: 30px;
  margin-top: 28px;
}
.landing .scheme .sch-ls .value {
  width: 240px;
  text-align: justify;
  line-height: 30px;
  opacity: 0.7;
  margin-top: 30px;
}
.landing .advantage {
  background: #eaf0f2;
  padding-bottom: 180px;
}
.landing .advantage .avt-ls {
  display: flex;
  justify-content: space-between;
  margin-top: 82px;
}
.landing .advantage .avt-ls li {
  width: 23.5%;
  max-width: 315px;
  height: 371px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  box-sizing: border-box;
  padding: 0 3%;
  line-height: 30px;
  transition: all 0.2s;
}
.landing .advantage .avt-ls li .cls-1 {
  fill: #02f0b9;
}
.landing .advantage .avt-ls li svg {
  width: 50px;
  height: 50px;
}
.landing .advantage .avt-ls li .label {
  font-size: 24px;
  margin: 26px 0;
}
.landing .advantage .avt-ls li .value {
  line-height: 30px;
}
.landing .advantage .avt-ls li:hover {
  background: #02f0b9;
}

/* 门户平台 */
.gateway .inner-banner {
  background-image: url(../images/gw/banner.jpg);
  color: #fff;
}
.gateway .inner-banner .title1::before {
  background: #c73925;
}
.gateway .inner-banner .link {
  background: #c73925;
}
.gateway .inner-banner .link:hover {
  box-shadow: 0px 10px 20px rgba(199, 57, 37, 0.16);
}
.gateway .characteristics {
  background: #f2f4f8;
  padding-bottom: 148px;
}
.gateway .characteristics .chars-ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 64px;
}
.gateway .characteristics .chars-ls li {
  width: 49%;
  max-width: 675px;
  height: 251px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  box-sizing: border-box;
  padding: 54px 4% 0;
}
.gateway .characteristics .chars-ls li font {
  width: 48px;
  height: 48px;
  font-size: 48px;
  color: #e62129;
  margin-right: 16px;
}
.gateway .characteristics .chars-ls li .info {
  color: #282828;
}
.gateway .characteristics .chars-ls li .info .label {
  font-size: 24px;
  line-height: 46px;
}
.gateway .characteristics .chars-ls li .info .value {
  line-height: 36px;
  text-align: justify;
  margin-top: 14px;
}
.gateway .characteristics .chars-ls li:nth-child(n+3) {
  margin-top: 40px;
}
.gateway .achieve {
  background: url(../images/gw/plate_bg1.jpg) no-repeat center/cover;
  padding-bottom: 182px;
}
.gateway .achieve .plate-title h3,
.gateway .achieve .plate-title .desc {
  color: #fff;
}
.gateway .achieve .ach-ls {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.gateway .achieve .ach-ls li {
  width: 23%;
  max-width: 318px;
  height: 420px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  color: #282828;
  box-sizing: border-box;
  padding: 83px 3.5% 30px;
  cursor: pointer;
}
.gateway .achieve .ach-ls li .icon-img {
  width: 67px;
  height: 64px;
}
.gateway .achieve .ach-ls li .name {
  font-size: 24px;
  line-height: 36px;
  margin-top: 18px;
}
.gateway .achieve .ach-ls li .desc {
  line-height: 30px;
  margin-top: 10px;
  line-height: 36px;
  margin-top: 20px;
}
.gateway .achieve .ach-ls li font {
  width: 20px;
  height: 20px;
  font-size: 24px;
  margin-top: auto;
  color: #7f7f7f;
  position: relative;
}
.gateway .achieve .ach-ls li font::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: perspective(800px) translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: all 0.2s;
}
.gateway .achieve .ach-ls li font::after {
  content: "\e785";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: perspective(800px) translate(-150%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.2s;
}
.gateway .achieve .ach-ls li:hover font::before {
  opacity: 0;
  transform: perspective(800px) translate(100%, -50%) scale(0);
}
.gateway .achieve .ach-ls li:hover font::after {
  opacity: 1;
  transform: perspective(800px) translate(-50%, -50%) scale(1);
}
.gateway .scheme {
  padding-bottom: 152px;
}
.gateway .scheme .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
  font-family: "SourceHanSans";
}
.gateway .scheme .tabs li {
  margin: 0 1.3%;
  width: 100px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.gateway .scheme .tabs li span {
  font-size: 20px;
  transition: all 0.2s;
  transform-origin: center;
}
.gateway .scheme .tabs li::before {
  content: attr(data-text);
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
  color: #e62129;
  opacity: 0;
  transform-origin: center;
}
.gateway .scheme .tabs li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 5px;
  background: #e62129;
  transition: all 0.2s;
  transform: translateX(-50%) scale(0);
  transform-origin: center;
}
.gateway .scheme .tabs li.act span {
  opacity: 0;
  font-size: 24px;
}
.gateway .scheme .tabs li.act::before {
  opacity: 1;
  font-size: 24px;
}
.gateway .scheme .tabs li.act::after {
  transform: translateX(-50%) scale(1);
}
.gateway .scheme .sch-group {
  width: 100%;
  height: 490px;
  border-radius: 10px;
  background: #f3f3f3;
  margin-top: 38px;
  position: relative;
  overflow: hidden;
  font-family: "SourceHanSans";
}
.gateway .scheme .sch-group .sch-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 4.85%;
}
.gateway .scheme .sch-group .sch-item .thumb {
  width: 491px;
  height: 412px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.gateway .scheme .sch-group .sch-item .sch-info {
  color: #282828;
  margin-left: 4%;
}
.gateway .scheme .sch-group .sch-item .sch-info h4 {
  font-size: 30px;
  margin-bottom: 36px;
}
.gateway .scheme .sch-group .sch-item .sch-info .points li {
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  text-align: justify;
  margin-bottom: 1.5em;
}
.gateway .scheme .sch-group .sch-item .sch-info .points li::before {
  content: "\e77c";
  font-family: "icon";
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #e62129;
  margin-left: -8px;
}
.gateway .scheme .sch-group .sch-item.visible {
  --sy: 20%;
  --so: 0.5;
  z-index: 2;
  animation: fadeIn3 0.6s linear 0.4s both;
}
.gateway .scheme .sch-group .sch-item.hidden {
  --ey: -100%;
  z-index: 1;
  animation: fadeOut3 0.7s linear both;
}
.gateway .advantage {
  background: #f2f4f8;
  padding-bottom: 174px;
}
.gateway .advantage .avt-ls {
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
}
.gateway .advantage .avt-ls li {
  width: 23%;
  max-width: 318px;
  height: 420px;
  background: #fff;
  border-radius: 10px;
  padding: 48px 3.6%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gateway .advantage .avt-ls li font {
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background-color: #f3f3f3;
  font-size: 36px;
  color: #e62129;
  transition: all 0.2s;
}
.gateway .advantage .avt-ls li .name {
  font-size: 24px;
  line-height: 40px;
  margin-top: 28px;
}
.gateway .advantage .avt-ls li .desc {
  font-size: 14px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 24px;
  height: 96px;
  margin-top: 10px;
}
.gateway .advantage .avt-ls li .learn {
  display: inline-block;
  width: 176px;
  height: 47px;
  border: 1px solid #d1d1d1;
  border-radius: 23.5px;
  text-align: center;
  line-height: 47px;
  color: #666;
  box-sizing: border-box;
  margin-top: 28px;
  transition: all 0.2s;
  position: relative;
  --bg: #e62129;
}
.gateway .advantage .avt-ls li:hover font {
  background: #e62129;
  color: #fff;
}
.gateway .advantage .avt-ls li:hover .learn {
  color: #fff;
  border-color: #e62129;
  background: #e62129;
}

/* 品牌网站 */
.brand-website .inner-banner {
  background-image: url(../images/bw/banner.jpg);
  color: #fff;
}
.brand-website .inner-banner .title1::before {
  background: #12f8f0;
}
.brand-website .inner-banner .link {
  box-sizing: border-box;
  border: 1px solid #12f8f0;
  color: #12f8f0;
}
.brand-website .inner-banner .link:hover {
  box-shadow: 0px 10px 20px rgba(18, 248, 240, 0.16);
}
.brand-website .service {
  padding-bottom: 150px;
}
.brand-website .service .svc-ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 66px;
}
.brand-website .service .svc-ls li {
  width: 32%;
  max-width: 446px;
  min-height: 250px;
  background: linear-gradient(45deg, rgba(13, 241, 252, 0.1) 0%, #fff 40%);
  box-sizing: border-box;
  border: 1px solid rgba(193, 193, 193, 0.52);
  border-radius: 20px;
  padding: 24px 3.28%;
  color: #282828;
}
.brand-website .service .svc-ls li .name {
  display: flex;
  height: 64px;
  box-sizing: border-box;
  padding-top: 10px;
}
.brand-website .service .svc-ls li .name .icon-img {
  width: 73px;
  height: 77px;
  flex-shrink: 0;
  margin-right: 12px;
}
.brand-website .service .svc-ls li .name b {
  font-size: 24px;
  line-height: 52px;
}
.brand-website .service .svc-ls li .desc {
  line-height: 36px;
  text-align: justify;
  margin-top: 16px;
}
.brand-website .service .svc-ls li:nth-child(n+4) {
  margin-top: 36px;
}
.brand-website .scheme {
  background: url(../images/bw/plate_bg1.jpg) no-repeat center/cover;
  padding-bottom: 132px;
}
.brand-website .scheme .plate-title h3,
.brand-website .scheme .plate-title .desc {
  color: #fff;
}
.brand-website .scheme .sch-group {
  width: 100%;
  height: 614px;
  box-sizing: border-box;
  border: solid 1px rgba(255, 255, 255, 0.29);
  margin-top: 54px;
  border-radius: 12px 2px 2px 12px;
  display: flex;
  color: #fff;
}
.brand-website .scheme .sch-group .sch-tabs {
  width: 200px;
  height: 100%;
  background: linear-gradient(0deg, rgba(12, 215, 241, 0.21) 0%, rgba(236, 242, 249, 0.01) 100%);
  box-sizing: border-box;
  border-right: solid 1px #546691;
  padding: 28px 0;
}
.brand-website .scheme .sch-group .sch-tabs li {
  display: flex;
  align-items: center;
  height: 36px;
  box-sizing: border-box;
  padding: 0 0 0 56px;
  position: relative;
  cursor: pointer;
}
.brand-website .scheme .sch-group .sch-tabs li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
.brand-website .scheme .sch-group .sch-tabs li i::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}
.brand-website .scheme .sch-group .sch-tabs li i::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.brand-website .scheme .sch-group .sch-tabs li span {
  font-size: 16px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
}
.brand-website .scheme .sch-group .sch-tabs li::before {
  content: attr(data-text);
  position: absolute;
  left: 56px;
  top: 0;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.brand-website .scheme .sch-group .sch-tabs li + li {
  margin-top: 22px;
}
.brand-website .scheme .sch-group .sch-tabs li.act i::before {
  animation: ripple 1.2s ease-out infinite;
}
.brand-website .scheme .sch-group .sch-tabs li.act i::after {
  background: #00e5fd;
}
.brand-website .scheme .sch-group .sch-tabs li.act span {
  opacity: 0;
}
.brand-website .scheme .sch-group .sch-tabs li.act::before {
  opacity: 1;
  font-size: 18px;
}
.brand-website .scheme .sch-group .sch-content {
  flex: 1 1 0%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 36px 3.75%;
}
.brand-website .scheme .sch-group .sch-content .sch-item {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.brand-website .scheme .sch-group .sch-content .sch-item .title {
  height: 120px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  padding-top: 8px;
}
.brand-website .scheme .sch-group .sch-content .sch-item .title .name {
  font-size: 30px;
  line-height: 56px;
}
.brand-website .scheme .sch-group .sch-content .sch-item .title .desc {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.brand-website .scheme .sch-group .sch-content .sch-item .points {
  margin-top: 36px;
}
.brand-website .scheme .sch-group .sch-content .sch-item .points li {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.brand-website .scheme .sch-group .sch-content .sch-item .points li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  margin-right: 13px;
  margin-top: 10px;
  flex-shrink: 0;
}
.brand-website .scheme .sch-group .sch-content .sch-item .learn {
  display: inline-block;
  width: 150px;
  height: 45px;
  background: #0564f7;
  border-radius: 22.5px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  margin-top: 20px;
  transition: all 0.2s;
}
.brand-website .scheme .sch-group .sch-content .sch-item .learn:hover {
  transform: translateY(-10%) !important;
  box-shadow: 0px 10px 20px rgba(15, 40, 103, 0.16);
}
.brand-website .scheme .sch-group .sch-content .sch-item .about {
  margin-top: 36px;
}
.brand-website .scheme .sch-group .sch-content .sch-item .about b {
  font-size: 20px;
  line-height: 36px;
}
.brand-website .scheme .sch-group .sch-content .sch-item .about .logos {
  height: 56px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
}
.brand-website .scheme .sch-group .sch-content .sch-item .about .logos li {
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
  height: 56px;
  margin-right: 16px;
}
.brand-website .scheme .sch-group .sch-content .sch-item .about .logos img {
  max-height: 46px;
}
.brand-website .scheme .sch-group .sch-content .sch-item.visible {
  --sy: 20%;
  --so: 0.5;
  z-index: 2;
  animation: fadeIn3 0.6s linear 0.4s both;
}
.brand-website .scheme .sch-group .sch-content .sch-item.hidden {
  --ey: -100%;
  z-index: 1;
  animation: fadeOut3 0.7s linear both;
}
.brand-website .brand {
  background: #f2f5f7;
  padding-bottom: 170px;
}
.brand-website .brand .brd-ls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 98px;
}
.brand-website .brand .brd-ls li {
  width: 32%;
  max-width: 414px;
  display: flex;
}
.brand-website .brand .brd-ls li .icon-img {
  width: 92px;
  height: 99px;
  margin-right: 10px;
  flex-shrink: 0;
}
.brand-website .brand .brd-ls li .info {
  flex: 1 1 0%;
  box-sizing: border-box;
  padding-top: 6px;
}
.brand-website .brand .brd-ls li .info .name {
  font-size: 24px;
  line-height: 36px;
}
.brand-website .brand .brd-ls li .info .desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.brand-website .brand .brd-ls li:nth-child(n+4) {
  margin-top: 70px;
}

.btn-animate__prismatic-in {
  overflow: hidden;
  z-index: 1;
}
.btn-animate__prismatic-in::before, .btn-animate__prismatic-in::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  transform: rotate(360deg);
  border: 0 solid transparent;
  transition: 0.2s;
}
.btn-animate__prismatic-in::before {
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent var(--bg);
}
.btn-animate__prismatic-in::after {
  top: 0;
  right: 0;
  border-color: transparent var(--bg) transparent transparent;
}
.btn-animate__prismatic-in > span::before, .btn-animate__prismatic-in > span::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  transform: rotate(360deg);
  border: 0 solid transparent;
  transition: 0.2s;
}
.btn-animate__prismatic-in > span::before {
  right: 0;
  bottom: 0;
  border-color: transparent transparent var(--bg) transparent;
}
.btn-animate__prismatic-in > span::after {
  top: 0;
  left: 0;
  border-color: var(--bg) transparent transparent transparent;
}

.icon-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-img img {
  width: 100%;
}