﻿body { padding-top: 88px; overflow-y: scroll; overflow-x: hidden; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; font-variant: tabular-nums; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; }
.mt50 { margin-top: 50px; }
.mb50 { margin-bottom: 50px; }
.rel { position: relative !important; }
tr.even { background: #f9f9f9; }
td { word-wrap: break-word; word-break: break-all; }
.btn-big-lg { padding-left: 50px !important; padding-right: 50px !important; }
.animated { -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; -o-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes slideDown {
  0% { -webkit-transform: translateY(-100%); }
  100% { -webkit-transform: translateY(0); }
}
@keyframes slideDown {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0); }
}
.animated.slideDown { -webkit-animation-name: slideDown; -moz-animation-name: slideDown; -o-animation-name: slideDown; animation-name: slideDown; }
@-webkit-keyframes slideUp {
  0% { -webkit-transform: translateY(0); }
  100% { -webkit-transform: translateY(-100%); }
}
@keyframes slideUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-100%); }
}
.animated.slideUp { -webkit-animation-name: slideUp; -moz-animation-name: slideUp; -o-animation-name: slideUp; animation-name: slideUp; }
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet:focus, .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet:active, .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet { outline: 0; }
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { display: none !important; }
@media (min-width:1300px) {
  .container { width: 1280px; }
}
@media (min-width:1440px) {
  .container { width: 1400px; }
}
.about-appeal .container { height: 270px; background-image: url(../images/appeal-bg.png); background-repeat: no-repeat; background-size: cover; border-radius: 20px; padding: 72px 0; display: flex; flex-direction: column; align-items: center; margin-top: 48px; margin-bottom: 48px; }
.about-appeal .container h2 { font-family: PingFang SC; font-weight: 600; font-size: 28px; line-height: 40px; text-align: center; color: #364256; margin-bottom: 30px; padding-left: 30px; padding-right: 30px; }
@media (max-width:768px) {
  .about-appeal .container { width: initial; padding: 20px 0; margin: 25px 15px; }
  .about-appeal .container h2 { font-weight: 400; font-size: 22px; line-height: 36px; margin-bottom: 20px; }
}
.softBnr { background: url(../images/bg-bnr.jpg) no-repeat center center; background-size: 100% 100%; }
.softBnr .lc, .softBnr .rc { height: 560px; display: flex; align-items: center; justify-content: center; }
.softBnr .lc { flex-direction: column; text-align: left; }
.softBnr .lc > div, .softBnr .lc > h2 { width: 100%; }
.softBnr .lc h2 { margin-top: -15px; font-size: 50px; line-height: 1.3; color: #101828; font-weight: bold; }
.softBnr .lc .blue { color: #3873ff; }
.softBnr .desc { color: #101828; line-height: 1.8; font-size: 17px; }
.softBnr .actionBox { margin-top: 30px; }
a.newAction { display: inline-block; transition: background 0.3s; background: linear-gradient(111deg, rgb(101, 76, 255) 0%, rgb(0, 127, 255) 99%); color: #fff; font-size: 18px; border-radius: 12px; line-height: 44px; padding: 0 22px; }
a.newAction:hover { background: linear-gradient(111deg, #d6a3ff, #9185ff 34%, #808eff 66%, #72a1ff 99%) !important; text-decoration: none; }
.new-mod-box { padding: 60px 0 80px; background: linear-gradient(180deg, #fefeff 66%, #f2f5ff 101%); }
.new-mod-box h2 { font-size: 36px; text-align: center; margin-bottom: 50px; font-weight: bold; }
.new-mod-box .swiper-slide img { transform: scale(0.8); opacity: 0; transition: all 0.4s linear; }
.new-mod-box .swiper-slide.swiper-slide-active img { transform: scale(1); opacity: 1; }
.new-mod-box .tabs dl { padding: 20px; margin-bottom: 10px; cursor: pointer; transition: all 0.4s linear; }
.new-mod-box .tabs dl.active { background-color: #fff; box-shadow: 0px 2px 20px 0px rgba(56, 115, 255, 0.2); border-radius: 12px; }
.new-mod-box .tabs dt { font-size: 20px; line-height: 24px; color: #171a1d; margin-bottom: 8px; }
.new-mod-box .tabs dl.active dt { color: #3873ff; transition: all 0.4s linear; }
.new-mod-box .tabs dd { font-size: 14px; line-height: 24px; }
.new-mod-box .tabs dl.active dd { color: #171a1d; }
.new-mod-box .single-tabs dl { position: relative; padding-left: 50px; }
.new-mod-box .single-tabs dl:before { position: absolute; left: 0; top: 0; content: "1"; display: inline-block; width: 32px; height: 32px; font-size: 20px; color: #fff; text-align: center; line-height: 32px; background: linear-gradient(179deg, #8566ff -21%, #36a3ff 51%, #80effa 126%); border-radius: 16px; }
.new-mod-box .single-tabs dl:nth-child(2):before { content: "2"; }
.new-mod-box .single-tabs dl:nth-child(3):before { content: "3"; }
.new-mod-box .single-tabs dl:nth-child(4):before { content: "4"; }
.new-mod-box .single-tabs dl:nth-child(5):before { content: "5"; }
.new-mod-box .single-tabs dt { font-weight: 400; font-size: 20px; line-height: 24px; color: #171a1d; margin-bottom: 8px; }
.new-mod-box .single-tabs dd { font-size: 14px; color: rgba(23, 26, 29, 0.6); }
.soft-hk h3 { margin-top: 16px; margin-bottom: 0; font-size: 28px; line-height: 1.4; }
.soft-hk .descBox .desc { margin: 32px 0; font-size: 16px; list-style: 24px; color: #171a1d; }
.slideWrap { display: flex; justify-content: space-between; align-items: center; }
.slideWrap .descBox { width: 30%; }
.slideWrap .imgBox { width: 66%; overflow: hidden; }
.icongongneng { display: inline-block; width: 40px; height: 40px; background: linear-gradient(179deg, #8566ff -21%, #36a3ff 51%, #80effa 126%); line-height: 40px; border-radius: 20px; text-align: center; }
.icongongneng:before { font-size: 26px; color: #fff; }
.soft-hk-tabs { padding: 0; list-style: none; display: flex; justify-content: center; margin-bottom: 30px; }
.soft-hk-tabs li { padding: 8px 20px; line-height: 24px; color: #101828; border-radius: 20px; cursor: pointer; }
.soft-hk-tabs li.active { background-color: #000; color: #fff; }
.soft-hk .desc dl { border-left: 2px solid rgba(23, 26, 29, 0.2); padding-left: 32px; cursor: pointer; }
.soft-hk dl:first { margin-bottom: 15px; }
.soft-hk .desc dt, .soft-hk .desc dd { color: #171a1d; }
.soft-hk .desc dt { font-size: 20px; line-height: 20px; }
.soft-hk .desc dd { font-size: 16px; line-height: 24px; margin-top: 10px; }
.soft-hk .desc dl.active { border-left-color: #3873ff; }
.soft-hk .desc dl.active dt { color: #3873ff; }
.soft-hk .desc dl.active dd { color: #171a1d; }
.soft-customer { padding-bottom: 40px !important; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #e8f3fd 100%, #e8f3fd 100%); }
.soft-customer h2 { margin-bottom: 20px; }
.soft-customer .subTitle { text-align: center; color: #475467; font-size: 16px; margin-bottom: 60px; }
.scroll { position: relative; margin: 0 auto; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent); }
.scroll-img-box, .scroll { display: flex; }
.container-scroll { padding-right: 10px; margin-bottom: 20px; }
.scroll-img-box > div { display: flex; justify-content: center; align-items: center; gap: 10px; }
.scroll-img-box .bg { width: 150px; height: 60px; transition: filter 0.5s; border-radius: 5px; background: #fff; box-shadow: 0 3px 10px 0 rgba(180, 200, 235, 0.1); }
.scroll-img-box .bg img { width: 100%; height: 100%; }
.scroll > div { white-space: nowrap; animation: animate var(--t) linear infinite; animation-delay: calc(var(--t) * -1); }
@keyframes animate {
  0% { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}
.scroll > div:nth-child(2) { animation: animate2 var(--t) linear infinite; animation-delay: calc(var(--t) / -2); }
@keyframes animate2 {
  0% { transform: translateX(0); }
  to { transform: translateX(-200%); }
}
@media (max-width:1200px) {
  .softBnr .lc h2 { font-size: 38px; }
  .softBnr .desc { font-size: 16px; }
  .new-mod-box h2 { font-size: 26px; line-height: 1.4; padding: 0 15px; }
  .soft-hk-tabs li { padding: 8px; text-align: center; }
  a.newAction { font-size: 16px; }
}
@media (max-width:768px) {
  .softBnr .lc h2 { font-size: 32px; }
  .softBnr .lc { text-align: center; }
  .softBnr .lc { height: 400px; }
  .softBnr .rc { height: auto; }
  .soft-hk-tabs { flex-wrap: wrap; }
  .soft-hk-tabs li { width: 33%; padding: 4px; margin-bottom: 10px; }
  .slideWrap .descBox, .slideWrap .imgBox { width: 100%; }
  .slideWrap { flex-direction: column; }
  .slideWrap .imgBox { margin-top: 40px; }
  .slideWrap .descBox { text-align: center; }
  .soft-hk h3 { font-size: 24px; }
  .new-mod-box { padding-bottom: 20px; }
  .soft-hk .desc dt { font-size: 18px; }
  .soft-hk .desc dd { font-size: 15px; }
  .new-mod-box .tabs dt { font-size: 18px; }
  .soft-hgsj, .soft-khhx, .soft-edm { padding-bottom: 60px; }
  .soft-hgsj .descBox, .soft-edm .descBox, .soft-erp .descBox { margin-top: 40px; }
  .soft-hgsj .imgBox, .soft-edm .imgBox, .soft-erp .imgBox { margin-top: 0; }
  .soft-crm dl, .soft-erp dl { text-align: left; }
  .scroll-img-box .bg { width: 120px; height: 48px; }
  .container-scroll { margin-bottom: 15px; }
  a.newAction.visible-xs { display: inline-block !important; }
}