@charset "UTF-8";
.about .main .banner {
  height: 920px;
  background-image: url("../images/about-bg3.png");
  background-size: cover;
  background-position: center;
}
.about .main .banner .title2-text {
  color: #ffffff;
  font-weight: 300;
  margin-top: 6px;
}
.about .main .banner .title-blod {
  color: #ffffff;
  font-weight: 200;
  font-size: 48px;
}
.about .main .banner .title-blod span {
  font-weight: 500;
  color: #e6232b;
  font-size: 60px;
}
.about .main .banner .desc {
  width: 806px;
  font-size: 14px;
  font-weight: 200;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 40px;
}
.about .main .banner .desc.mt-10 {
  margin-top: 10px;
}
.about .main .banner .desc p {
  margin-bottom: 24px;
}
.about .main .banner .statistics {
  width: 800px;
  color: #ffffff;
  margin-top: 46px;
}
.about .main .banner .statistics li {
  width: 25%;
}
.about .main .banner .statistics li .t1 {
  font-size: 16px;
  font-weight: 400;
}
.about .main .banner .number {
  font-size: 60px;
  margin-top: 6px;
}
.about .main .banner .number .num {
  font-size: 60px;
}
.about .main .banner .number .util {
  font-size: 18px;
  margin-left: 1px;
}

.about-advantage {
  background-color: #eff2fa;
  padding-top: 80px;
  padding-bottom: 108px;
}
.about-advantage .main-title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 110px;
  color: #282828;
}
.about-advantage .subtitle {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  color: #777777;
}
.about-advantage .advantage-box {
  margin-top: 70px;
}
.about-advantage .advantage-box .list {
  width: calc(33.33% - 21.33px);
  height: 257px;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding-top: 62px;
  padding-left: 46px;
  padding-right: 44px;
  transition: all 0.2s;
}
.about-advantage .advantage-box .list .titles {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0px;
  color: #282828;
}
.about-advantage .advantage-box .list .titles .icon {
  font-size: 43px;
  color: #e6232b;
  position: relative;
  z-index: 2;
}
.about-advantage .advantage-box .list .titles .icon::after {
  font-family: "icon";
  color: #ffccce;
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 4px;
}
.about-advantage .advantage-box .list .service {
  margin-top: 18px;
  display: none;
}
.about-advantage .advantage-box .list .service button {
  width: 96px;
  height: 36px;
  background-color: #ff9900;
  border-radius: 6px;
  border: none;
  color: #ffffff;
  font-size: 14px;
}
.about-advantage .advantage-box .list.active {
  background-color: #e6232b;
  padding-top: 48px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.about-advantage .advantage-box .list.active .titles {
  color: #ffffff;
  transition: all 0.2s;
}
.about-advantage .advantage-box .list.active .icon {
  color: #ffffff;
  transition: all 0.2s;
}
.about-advantage .advantage-box .list.active .desc {
  color: #ffffff;
  margin-top: 36px;
  min-height: 52px;
  transition: all 0.2s;
}
.about-advantage .advantage-box .list.active .icon::after {
  color: #f0676c;
}
.about-advantage .advantage-box .list.active .service {
  display: block;
}
.about-advantage .advantage-box .list.active .service button {
  cursor: pointer;
}
.about-advantage .advantage-box .list:nth-child(1) .icon::after {
  content: "\e62e";
}
.about-advantage .advantage-box .list:nth-child(2) .icon::after {
  content: "\e628";
}
.about-advantage .advantage-box .list:nth-child(3) .icon::after {
  content: "\e62c";
}
.about-advantage .advantage-box .list:nth-child(4) .icon::after {
  content: "\e624";
}
.about-advantage .advantage-box .list:nth-child(5) .icon::after {
  content: "\e62b";
}
.about-advantage .advantage-box .list:nth-child(6) .icon::after {
  content: "\e606";
}
.about-advantage .advantage-box .desc {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #777777;
  margin-top: 54px;
}

.about-honor {
  width: 100%;
  background-image: url("../images/about-bg1.png");
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.81);
  padding-top: 90px;
  padding-bottom: 137px;
}
.about-honor .main-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 84px;
  color: #ffffff;
}
.about-honor .subtitle {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.about-honor .swiper-slide {
  background-image: linear-gradient(0deg, #dde1e7 0%, #ffffff 100%);
  padding: 1.62% 2.28% 8.2%;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  top: 0;
  z-index: 6666;
}
.about-honor .swiper-slide:hover {
  box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
  top: -10px;
}
.about-honor .hnnor-content {
  margin-top: 76px;
  position: relative;
}
.about-honor .swiper-hnnor {
  overflow: hidden;
}
.about-honor .swiper-hnnor .swiper-wrapper {
  padding-top: 10px;
}
.about-honor .swiper-hnnor .swiper-button-next,
.about-honor .swiper-hnnor .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.about-honor .swiper-hnnor .swiper-button-next {
  right: 158px;
}
.about-honor .swiper-hnnor .swiper-button-prev {
  left: 158px;
}
.about-honor .swiper-hnnor .swiper-button-next:hover,
.about-honor .swiper-hnnor .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 10px 20px rgba(255, 255, 255, 0.16);
  transition: all 0.2s;
}
.about-honor .swiper-hnnor .swiper-button-prev:after {
  content: "\e62f";
  font-family: "icon";
  color: #12131f;
  font-size: 24px;
}
.about-honor .swiper-hnnor .swiper-button-next:after {
  content: "\edfb";
  font-family: "icon";
  color: #12131f;
  font-size: 24px;
}
.about-honor .swiper-hnnor .imgs {
  height: 280px;
}
.about-honor .swiper-hnnor .imgs img {
  max-height: 100%;
  -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, transparent 30%, transparent 100%);
}
.about-honor .swiper-hnnor .title-bold {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 30px;
  color: #282828;
  padding-top: 56px;
}
.about-honor .swiper-hnnor .hnnor-desc {
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 22px;
}

.about-corporate-culture {
  height: 920px;
  background-color: #f5f5f5;
  padding-top: 76px;
}
.about-corporate-culture .main-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 106px;
  color: #282828;
}
.about-corporate-culture .subtitle {
  text-align: center;
  font-size: 18px;
  color: #777777;
}
.about-corporate-culture .corporate-culture-box {
  margin-top: 76px;
}
.about-corporate-culture .corporate-culture-box .left {
  width: 50%;
}
.about-corporate-culture .corporate-culture-box .left .list {
  width: 100%;
  height: 240px;
  background-color: #ffffff;
}
.about-corporate-culture .corporate-culture-box .left .list:nth-child(2) {
  margin-top: 17px;
}
.about-corporate-culture .corporate-culture-box .right {
  width: calc(50% - 16px);
  background-color: #ffffff;
  height: 497px;
  margin-left: 16px;
}
.about-corporate-culture .corporate-culture-box .right .list {
  width: 100%;
  height: 497px;
  background-color: #ffffff;
}
.about-corporate-culture .corporate-culture-box .right .list .desc {
  width: 100%;
  padding-right: 120px;
}
.about-corporate-culture .list {
  padding: 46px 38px 0 44px;
  overflow: hidden;
  position: relative;
}
.about-corporate-culture .list .icon {
  color: #5a5a5a;
  font-size: 62px;
  font-weight: 500;
  position: absolute;
  right: 38px;
}
.about-corporate-culture .list .title {
  font-size: 30px;
  font-weight: bold;
  color: #e6232b;
}
.about-corporate-culture .list .desc {
  width: 430px;
  font-size: 14px;
  line-height: 26px;
  color: #282828;
  margin-top: 15px;
}
.about-corporate-culture .right ul {
  margin-top: 52px;
}
.about-corporate-culture .right ul li {
  width: 50%;
  margin-bottom: 62px;
}
.about-corporate-culture .right ul .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #282828;
}
.about-corporate-culture .right ul .d1 {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 4px;
}

.about-myteam {
  height: 920px;
  background-image: url("../images/about-bg2.png");
  background-size: cover;
  background-position: center;
  padding-top: 90px;
}
.about-myteam .main-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 106px;
  color: #ffffff;
}
.about-myteam .subtitle {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.about-myteam .myteam-box {
  margin-top: 134px;
}
.about-myteam .myteam-box li {
  width: 33.33%;
  margin-bottom: 136px;
}
.about-myteam .myteam-box li .imgs {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #e6232b;
  text-align: center;
  line-height: 82px;
  margin-right: 30px;
}
.about-myteam .myteam-box li .t1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
}
.about-myteam .myteam-box li .d1 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}

.about-enterprise {
  width: 100%;
  height: 890px;
  background-color: #f4f7fc;
}
.about-enterprise .enterprise-content {
  width: 100%;
  height: 485px;
}
.about-enterprise .enterprise-content .left {
  width: 46.21%;
}
.about-enterprise .enterprise-content .right {
  width: 53.79%;
}
.about-enterprise .right {
  padding-top: 2px;
}
.about-enterprise .right li {
  width: calc(33.33% - 16px);
  height: 102px;
  background-color: #ffffff;
  margin-bottom: 28px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.2s;
}
.about-enterprise .right li img {
  transition: all 0.2s;
}
.about-enterprise .right li:hover {
  background-color: #e6232b;
  box-shadow: 0px 2px 10px #e6232b;
  top: -2px;
}
.about-enterprise .right li:hover img {
  filter: brightness(100);
}
.about-enterprise .left .title-blod {
  font-size: 48px;
  font-weight: bold;
  color: #282828;
}
.about-enterprise .left .title-lint {
  font-size: 18px;
  color: #666666;
  margin-top: 5px;
}
.about-enterprise .left .t1 {
  margin-top: 46px;
}
.about-enterprise .left .t1 p:nth-child(1) {
  font-size: 48px;
  line-height: 60px;
  color: #e6232b;
}
.about-enterprise .left .t1 p:nth-child(2) {
  font-size: 48px;
  font-weight: bold;
  color: #e6232b;
}
.about-enterprise .left .t2 {
  margin-top: 34px;
}
.about-enterprise .left .t2 p:nth-child(1) {
  font-size: 30px;
  color: #282828;
}
.about-enterprise .left .t2 p:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  color: #282828;
  opacity: 0.45;
  margin-top: 6px;
}
.about-enterprise .enterprise-swiper {
  position: relative;
  overflow: hidden;
}
.about-enterprise .enterprise-swiper .swiper-button-prev {
  left: 0;
  top: auto;
  bottom: 46px;
}
.about-enterprise .enterprise-swiper .swiper-button-next {
  left: 58px;
  right: auto;
  top: auto;
  bottom: 46px;
}
.about-enterprise .enterprise-swiper .swiper-button-prev,
.about-enterprise .enterprise-swiper .swiper-button-next {
  width: 43px;
  height: 43px;
  background-color: #e6232b;
  color: #ffffff;
}
.about-enterprise .enterprise-swiper .swiper-button-prev.swiper-button-disabled,
.about-enterprise .enterprise-swiper .swiper-button-next.swiper-button-disabled {
  background-color: #ffffff;
  opacity: 1;
  color: #e6232b;
}
.about-enterprise .enterprise-swiper .swiper-button-prev:after,
.about-enterprise .enterprise-swiper .swiper-button-next:after {
  font-size: 16px;
}

.about-contact {
  padding-bottom: 155px;
}
.about-contact .main-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 110px;
  color: #282828;
  margin-top: 86px;
}
.about-contact .subtitle {
  text-align: center;
  font-size: 18px;
  color: #777777;
}
.about-contact .contact-top {
  margin-top: 70px;
}
.about-contact .contact-top .list1 .en-t {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0px;
  color: #e6232b;
}
.about-contact .contact-top .list1 .t1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 3px;
  color: #282828;
  margin-top: 24px;
}
.about-contact .contact-top .list1 .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #282828;
  margin-top: 10px;
  margin-bottom: 36px;
}
.about-contact .contact-top .list1 button {
  width: 180px;
  height: 54px;
  border-radius: 30px;
  background-color: #e6232b;
  border: solid 1px #e6232b;
  background-color: #ffffff;
  color: #e6232b;
  font-size: 20px;
}
.about-contact .contact-top .list2,
.about-contact .contact-top .list3 {
  text-align: center;
  padding-top: 10px;
}
.about-contact .contact-top .list2 .en-t,
.about-contact .contact-top .list3 .en-t {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0px;
  color: #e6232b;
  margin-bottom: 2px;
}
.about-contact .contact-top .list2 .t1,
.about-contact .contact-top .list3 .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #575755;
}
.about-contact .contact-top .phone {
  font-size: 36px;
  color: #565656;
  margin-top: 8px;
}
.about-contact .contact-top .email {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #777777;
  margin-top: 12px;
}
.about-contact .contact-top .list3 .t2 {
  font-size: 14px;
  line-height: 30px;
  color: #575755;
  margin-top: 16px;
}
.about-contact .contact-top .list3 .t3 {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 18px;
  padding-bottom: 2px;
  text-decoration: underline;
}
.about-contact .contact-top .list3 .t3:hover {
  color: #e6232b;
}
.about-contact .contact-top .list4 {
  text-align: center;
}
.about-contact .contact-top .list4 img {
  width: 152px;
  height: 152px;
}
.about-contact .contact-top .list4 p {
  font-size: 18px;
  line-height: 30px;
  color: #282828;
  margin-top: 10px;
}
.about-contact .contact-bottom {
  background-color: #f4f7fc;
  border-radius: 10px;
  margin-top: 58px;
  padding: 48px 38px 52px 45px;
}
.about-contact .contact-bottom .title-blod {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #282828;
}
.about-contact .contact-bottom .title-line {
  font-size: 18px;
  line-height: 36px;
  color: #777777;
  margin-top: 15px;
}
.about-contact .contact-bottom .f1 {
  margin-right: 19px;
}
.about-contact .contact-bottom input {
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  padding-left: 16px;
  border-radius: 5px;
}
.about-contact .contact-bottom input::-moz-placeholder {
  font-size: 16px;
  color: #a2a2a2;
}
.about-contact .contact-bottom input::placeholder {
  font-size: 16px;
  color: #a2a2a2;
}
.about-contact .contact-bottom form {
  margin-top: 42px;
}
.about-contact .contact-bottom button {
  width: 180px;
  height: 62px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  background-image: linear-gradient(#e6232b, #e6232b), linear-gradient(90deg, #19cd8b 0%, #238bc5 0%, #2d48ff 0%, #1fa6ad 100%);
  background-blend-mode: normal, normal;
}

.page-inner .title-100 {
  font-size: 100px;
  line-height: 130px;
}
.page-inner .title-67 {
  font-size: 67px;
  line-height: 67px;
}
.page-inner .title-18 {
  font-size: 18px;
  line-height: 36px;
}
.page-inner .mr-12 {
  margin-right: 12px;
}

.page-inner .app-banner {
  width: 100%;
  height: 812px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}
.page-inner .app-banner .title1 {
  width: 100%;
  font-size: 72px;
  line-height: 98px;
  font-weight: bold;
}
.page-inner .app-banner .title2 {
  font-size: 50px;
  color: #ffffff;
  margin-top: 8px;
}
.page-inner .app-banner .title3 {
  font-size: 36px;
  font-weight: 200;
  color: #ffffff;
  margin-top: 14px;
}
.page-inner .app-banner .title24 {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-top: 26px;
}
.page-inner .app-banner .title4 {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  margin-top: 26px;
}
.page-inner .app-banner .c-e21 {
  color: #e21f04;
}
.page-inner .app-banner .link a {
  margin-top: 52px;
  display: inline-block;
  width: 183px;
  height: 57px;
  color: #6c6c6c;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.page-inner .app-banner .link a:hover {
  color: #163fd6;
  transform: translateY(-2px) !important;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.16);
}
.page-inner .app-banner .redlink {
  margin-top: 42px;
}
.page-inner .app-banner .redlink a {
  display: inline-block;
  width: 183px;
  height: 57px;
  border-radius: 8px;
  background-color: #e83940;
  line-height: 57px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.page-inner .app-banner .redlink a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.16);
}
.page-inner .app-banner .website-bannernum {
  margin-top: 35px;
}
.page-inner .app-banner .website-bannernum .list {
  width: 180px;
}
.page-inner .app-banner .website-bannernum .numbers {
  font-size: 60px;
}
.page-inner .app-banner .website-bannernum .unit {
  font-size: 24px;
}
.page-inner .app-banner .website-bannernum .website-p {
  font-size: 18px;
}

.app-tab {
  width: 100%;
}
.app-tab .tab-box {
  height: 82px;
  width: 100%;
  background-color: #f1f1f1;
  position: relative;
  top: -41px;
  z-index: 6666;
}
.app-tab a {
  height: 82px;
  width: 25%;
  transition: all 0.2s;
  padding-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.app-tab a .icon {
  font-size: 24px;
}
.app-tab a .text {
  font-size: 20px;
  font-weight: bold;
  color: #282828;
  margin-left: 7px;
  transition: all 0.2s;
}
.app-tab a.active {
  background-color: #c73925;
  color: #ffffff;
}
.app-tab a.active .text {
  color: #ffffff;
}
.app-tab a:hover {
  background-color: #c73925;
  color: #ffffff;
}
.app-tab a:hover .text {
  color: #ffffff;
}

.app-tab,
.web-tab {
  margin: -41px auto 0;
  transition: all 0.2s;
  transform-origin: center;
}
.app-tab:not(.w--1400),
.web-tab:not(.w--1400) {
  width: 100%;
}
.app-tab .tab-box,
.web-tab .tab-box {
  height: 82px;
  width: 100%;
  background-color: #f1f1f1;
  position: relative;
  z-index: 6666;
}
.app-tab a,
.web-tab a {
  height: 82px;
  flex: 1;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-tab a font,
.web-tab a font {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.app-tab a .text,
.web-tab a .text {
  font-size: 20px;
  font-weight: bold;
  color: #282828;
  margin-left: 7px;
  transition: all 0.2s;
}
.app-tab a.active,
.web-tab a.active {
  background-color: #e6232b;
  color: #ffffff;
}
.app-tab a.active .text,
.web-tab a.active .text {
  color: #ffffff;
}

.web-tab a:hover {
  background-color: #e6232b;
  color: #ffffff;
}
.web-tab a:hover .text {
  color: #ffffff;
}

.app-coreservices {
  padding-top: 80px;
  padding-bottom: 170px;
}
.app-coreservices .title-blod {
  font-size: 48px;
  color: #282828;
}
.app-coreservices .title-line {
  font-size: 18px;
  color: #777777;
  margin-top: 7px;
}
.app-coreservices .coreservices-content {
  margin-top: 74px;
}
.app-coreservices .coreservices-content li {
  width: 33.33%;
  height: 273px;
  background-color: #ffffff;
  border: solid 1px #ececec;
  position: relative;
  top: 0;
  transition: box-shadow 0.2s, top 0.2s;
  cursor: pointer;
}
.app-coreservices .coreservices-content li p.t1 {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
  margin-top: 10px;
}
.app-coreservices .coreservices-content li p.t2 {
  width: 306px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  opacity: 0.8;
  margin-top: 12px;
}
.app-coreservices .coreservices-content li:nth-child(3n) {
  margin-left: -1px;
}
.app-coreservices .coreservices-content li:nth-child(3n-1) {
  margin-left: -1px;
}
.app-coreservices .coreservices-content li:nth-child(n+4) {
  margin-top: -1px;
}
.app-coreservices .coreservices-content li.active {
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  top: -2px;
  z-index: 10;
}

.app-customization {
  width: 100%;
  height: 1028px;
  background-image: url("../images/app-bg1.png");
  background-size: cover;
  background-position: center;
  padding-top: 90px;
}
.app-customization .title-blod {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 7px;
}
.app-customization .title-line {
  font-size: 18px;
  color: #ffffff;
}
.app-customization .customization-content {
  width: 100%;
  margin-top: 90px;
}
.app-customization .customization-content li {
  width: 20%;
  height: 200px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
  color: #ffffff;
  padding-top: 48px;
  cursor: pointer;
}
.app-customization .customization-content li p {
  margin-top: 16px;
}
.app-customization .customization-content li .link {
  display: inline-block;
  width: 136px;
  height: 43px;
  background-color: transparent;
  border-radius: 22px;
  line-height: 40px;
  border: solid 1px #e4e4e4;
  color: #ffffff;
  margin-top: 22px;
  opacity: 0;
  transition: all 0.2s;
}
.app-customization .customization-content li:nth-child(-n+4) {
  border-width: 0 1px 0 0;
}
.app-customization .customization-content li:nth-child(5n) {
  border-width: 1px 0 0 0;
}
.app-customization .customization-content li:nth-child(5) {
  border-width: 0;
}
.app-customization .customization-content li.active {
  background-image: url("../images/app-bg2.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.app-customization .customization-content li.active .link {
  opacity: 1;
}

.app-trycheers {
  width: 100%;
  height: 910px;
  background-color: #ffffff;
}
.app-trycheers .trycheers-content {
  width: 100%;
  height: 100%;
}
.app-trycheers .left {
  width: 50.71%;
}
.app-trycheers .left .title-blod {
  font-size: 60px;
  font-weight: bold;
  color: #2d48ff;
}
.app-trycheers .left .title1 {
  font-size: 30px;
  color: #282828;
  margin-top: 6px;
}
.app-trycheers .left .title2 {
  font-size: 48px;
  color: #282828;
  margin-top: 24px;
}
.app-trycheers .btns {
  margin-top: 54px;
}
.app-trycheers .btns .list {
  width: 333px;
  height: 126px;
  background-image: url("../images/app-bg3.png");
  background-size: cover;
  border-radius: 10px;
}
.app-trycheers .btns .list:nth-child(n+2) {
  margin-left: 22px;
}
.app-trycheers .link {
  display: inline-block;
  width: 230px;
  height: 68px;
  margin-top: 64px;
  text-align: center;
  line-height: 66px;
  background-color: #ffffff;
  border-radius: 34px;
  border: solid 1px #0665fd;
  font-size: 20px;
  color: #0665fd;
}
.app-trycheers .link:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.app-trycheers .right {
  width: 49.29%;
  height: 100%;
}
.app-trycheers .list .list-right {
  color: #ffffff;
  margin-left: 24px;
}
.app-trycheers .list .list-right p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.app-trycheers .list .list-right p:nth-child(2) {
  font-size: 18px;
  margin-top: 3px;
}

.app-integration {
  height: 910px;
  width: 100%;
  background-image: url("../images/app-bg5.png");
  background-size: cover;
  background-position: center;
  padding-top: 130px;
}
.app-integration .title-blod {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
.app-integration .title-line {
  font-size: 18px;
  color: #ffffff;
  margin-top: 6px;
}
.app-integration .swiper-slide {
  background-color: #5470ff;
  border-radius: 10px;
  padding-bottom: 5%;
  cursor: pointer;
  transition: all 0.2s;
}
.app-integration .swiper-slide p.ta-c {
  font-size: 18px;
  color: #ffffff;
  margin-top: 30px;
}
.app-integration .swiper-slide div.ta-c {
  width: 144px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 30px;
  height: 60px;
}
.app-integration .swiper-slide .imgs {
  width: 106px;
  height: 106px;
  position: relative;
  margin-top: 16%;
}
.app-integration .swiper-slide .imgs .icon {
  font-size: 40px;
  color: #fff;
}
.app-integration .swiper-slide .imgs::after {
  content: "";
  display: block;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.app-integration .swiper-slide .imgs::before {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 16.5px;
  left: 16.5px;
  z-index: 111;
}
.app-integration .swiper-slide:hover {
  transform: translate3d(0, -6px, 0);
  box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
}
.app-integration .swiper-slide:hover .imgs::after {
  animation: circle-opacity 2s linear 0.2s infinite;
}
.app-integration .swiper-slide:hover .imgs::before {
  animation: circle-opacity 2s linear 0.2s infinite;
}
.app-integration .swiper-slide:nth-child(6n) {
  background-color: #d57d7d;
}
.app-integration .swiper-slide:nth-child(6n-1) {
  background-color: #828eff;
}
.app-integration .swiper-slide:nth-child(6n-2) {
  background-color: #e682ff;
}
.app-integration .swiper-slide:nth-child(6n-3) {
  background-color: #5470ff;
}
.app-integration .swiper-slide:nth-child(6n-4) {
  background-color: #5fb5c8;
}
.app-integration .swiper-slide:nth-child(6n-5) {
  background-color: #a273e3;
}
.app-integration .swiper-wrapper {
  padding-top: 10px;
}
.app-integration .integration-swiper {
  margin-top: 90px;
  padding-bottom: 90px;
}
.app-integration .integration-swiper .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.4;
}
.app-integration .integration-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.app-choice {
  width: 100%;
  background-color: #ffffff;
  padding-top: 90px;
  position: relative;
}
.app-choice .title-blod {
  font-weight: bold;
  font-size: 48px;
  color: #282828;
}
.app-choice .title-line {
  font-size: 18px;
  color: #777777;
  margin-top: 6px;
}
.app-choice .choice-imgbxo {
  width: 100%;
  height: 802px;
  margin-top: 60px;
  background-image: url("../images/app-bg8.png");
  background-repeat: no-repeat;
  background-size: 54.07% auto;
  background-position: center bottom -84px;
  position: relative;
  overflow: hidden;
}
.app-choice .choice-garden {
  width: 54.07%;
  padding-bottom: 54.07%;
  border-radius: 50%;
  position: absolute;
  bottom: -11%;
  left: 22.965%;
  z-index: 66;
  animation: spin 2s 0.2s forwards;
}
.app-choice .choice-garden .list {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #ff914e;
  position: absolute;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
  transition: all 0.2s;
  animation: nones 1.2s forwards;
}
.app-choice .choice-garden .list:nth-child(1) {
  left: -26px;
  bottom: 28.93%;
  background-color: #ff914e;
  animation-delay: 0.1s;
}
.app-choice .choice-garden .list:nth-child(2) {
  left: -24px;
  bottom: 56.8%;
  background-color: #ff6f6f;
  animation-delay: 0.2s;
}
.app-choice .choice-garden .list:nth-child(3) {
  left: 93px;
  top: 6.61%;
  background-color: #5470ff;
  animation-delay: 0.3s;
}
.app-choice .choice-garden .list:nth-child(4) {
  left: 50%;
  top: -40px;
  margin-left: -36.5px;
  background-color: #ff8e82;
  animation-delay: 0.4s;
}
.app-choice .choice-garden .list:nth-child(5) {
  right: 94px;
  top: 51px;
  background-color: #f6c062;
  animation-delay: 0.5s;
}
.app-choice .choice-garden .list:nth-child(6) {
  right: -29px;
  top: 33.29%;
  background-color: #2dd99c;
  animation-delay: 0.6s;
}
.app-choice .choice-garden .list:nth-child(7) {
  right: -19px;
  bottom: 28.93%;
  background-color: #2dd99c;
  animation-delay: 0.7s;
}
.app-choice .choice-garden .list:hover {
  transform: translateY(-4px);
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.12);
}
.app-choice .img-desc {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  margin-left: 7px;
}
.app-choice .img-desc .t1 {
  font-size: 24px;
  color: #282828;
}
.app-choice .img-desc .t2 {
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  margin-top: 14px;
}
.app-choice .list:nth-child(1) .img-desc {
  text-align: end;
  right: 80px;
}
.app-choice .list:nth-child(2) .img-desc {
  text-align: end;
  right: 80px;
}
.app-choice .list:nth-child(3) .img-desc {
  text-align: end;
  right: 80px;
}
.app-choice .list:nth-child(4) .img-desc {
  text-align: center;
  top: -80px;
}
.app-choice .list:nth-child(5) .img-desc {
  text-align: left;
  left: 80px;
}
.app-choice .list:nth-child(6) .img-desc {
  text-align: left;
  left: 80px;
}
.app-choice .list:nth-child(7) .img-desc {
  text-align: left;
  left: 80px;
}

.app-advantage {
  width: 100%;
  height: 1000px;
  background-color: #e5f1ff;
  padding-top: 96px;
}
.app-advantage .title-blod {
  font-size: 48px;
  font-weight: bold;
  color: #282828;
}
.app-advantage .title-line {
  font-size: 18px;
  color: #777777;
  margin-top: 6px;
}
.app-advantage .advantage-content {
  margin-top: 72px;
}
.app-advantage .advantage-content li {
  width: calc(25% - 19.5px);
  height: 279px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 26px;
  margin-bottom: 27px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  top: 0px;
}
.app-advantage .advantage-content li .icon {
  font-size: 56px;
}
.app-advantage .advantage-content li .icon-box {
  width: calc(100% - 120px);
}
.app-advantage .advantage-content li .iconl {
  color: #0665fd;
  position: absolute;
  top: 46px;
  right: 60px;
}
.app-advantage .advantage-content li .iconr {
  color: #ffffff;
  position: absolute;
  top: 46px;
  left: -100%;
}
.app-advantage .advantage-content li .t1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #282828;
  margin-top: 2px;
}
.app-advantage .advantage-content li .t2 {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 14px;
}
.app-advantage .advantage-content li .title-l {
  width: 100%;
  padding: 0 13.2%;
  position: absolute;
  left: 0;
  top: 112px;
}
.app-advantage .advantage-content li .title-r {
  width: 100%;
  padding: 0 13.2%;
  position: absolute;
  right: -100%;
  top: 112px;
}
.app-advantage .advantage-content li .title-r .t1,
.app-advantage .advantage-content li .title-r .t2 {
  color: #ffffff;
}
.app-advantage .advantage-content li .serBoxOn {
  display: none;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #2d48ff 0%, #4b62ff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
}
.app-advantage .advantage-content li:nth-child(4n) {
  margin-right: 0;
}
.app-advantage .advantage-content li:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  top: -4px;
}

.app-solution {
  width: 100%;
  background-image: url("../images/app-bg6.png");
  background-size: cover;
  background-position: center;
  padding-top: 112px;
  padding-bottom: 10.6%;
}
.app-solution .solution-content {
  width: 100%;
  margin-top: 10%;
}
.app-solution .solution-content li {
  min-width: 96px;
  text-align: center;
}
.app-solution .solution-content li span {
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
}
.app-solution .solution-content li p {
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
}
.app-solution .solution-content .ul-box {
  margin-top: 6.8%;
}

.app-honor {
  width: 100%;
  height: 1110px;
  background-color: #f6f6f6;
  padding-top: 124px;
}
.app-honor .title-blod {
  font-size: 48px;
  line-height: 64px;
  color: #282828;
}
.app-honor .title-line {
  font-size: 18px;
  color: #777777;
  margin-top: 6px;
}
.app-honor .honor-content {
  height: 69%;
}
.app-honor .honor-content .honor-swiper {
  width: 100%;
  height: calc(100% + 10px);
  margin-top: 72px;
  padding-top: 10px;
}
.app-honor .honor-content .honor-swiper .swiper-slide {
  transition: all 0.2s;
  position: relative;
  top: 0;
}
.app-honor .honor-content .honor-swiper .swiper-slide .imgs-box {
  width: 100%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.app-honor .honor-content .honor-swiper .swiper-slide .imgs-box .img {
  height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-honor .honor-content .honor-swiper .swiper-slide .small-img {
  height: 106px;
  text-align: center;
  padding: 25px 42px;
}
.app-honor .honor-content .honor-swiper .swiper-slide .desc {
  padding-bottom: 26px;
}
.app-honor .honor-content .honor-swiper .swiper-slide .desc p:nth-child(1) {
  font-size: 20px;
  color: #282828;
  margin-top: 22px;
}
.app-honor .honor-content .honor-swiper .swiper-slide .desc p:nth-child(2) {
  font-size: 16px;
  color: #282828;
  margin-top: 10px;
}
.app-honor .honor-content .honor-swiper .swiper-slide::before,
.app-honor .honor-content .honor-swiper .swiper-slide::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #037dda;
  position: absolute;
  bottom: 0px;
  transition: all 0.2s;
  opacity: 0;
}
.app-honor .honor-content .honor-swiper .swiper-slide::before {
  left: 50%;
}
.app-honor .honor-content .honor-swiper .swiper-slide::after {
  right: 50%;
}
.app-honor .honor-content .honor-swiper .swiper-slide:hover {
  top: -10px;
  z-index: 666;
}
.app-honor .honor-content .honor-swiper .swiper-slide:hover .imgs-box {
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
}
.app-honor .honor-content .honor-swiper .swiper-slide:hover::after {
  width: 50%;
  opacity: 1;
}
.app-honor .honor-content .honor-swiper .swiper-slide:hover::before {
  width: 50%;
  opacity: 1;
}

.app-aftersales {
  width: 100%;
  height: 790px;
  background-color: #f2f8ff;
  padding-top: 120px;
}
.app-aftersales .title-blod {
  font-size: 48px;
  color: #282828;
}
.app-aftersales .title-line {
  font-size: 18px;
  color: #777777;
  margin-top: 6px;
}
.app-aftersales .aftersales-content {
  width: 100%;
  margin-top: 64px;
}
.app-aftersales .aftersales-content li {
  width: calc(20% - 20px);
  height: 161px;
  background-color: #ffffff;
  margin-right: 25px;
  margin-bottom: 25px;
  transition: all 0.2s;
  position: relative;
  top: 0;
}
.app-aftersales .aftersales-content li:nth-child(5n) {
  margin-right: 0;
}
.app-aftersales .aftersales-content li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.app-aftersales .aftersales-content li .icon-span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 48px;
  transition: all 0.2s;
}
.app-aftersales .aftersales-content li .icon-span .icon {
  font-size: 40px;
}
.app-aftersales .aftersales-content li .icon1 {
  opacity: 1;
  color: #0665fd;
  left: 0%;
}
.app-aftersales .aftersales-content li .icon2 {
  opacity: 0;
  left: -100%;
  color: #ffffff;
}
.app-aftersales .aftersales-content li .t1,
.app-aftersales .aftersales-content li .t2 {
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 20px;
  top: 101px;
}
.app-aftersales .aftersales-content li .t1 {
  color: #282828;
  left: 0%;
  transition: all 0.2s;
  opacity: 1;
}
.app-aftersales .aftersales-content li .t2 {
  opacity: 0;
  color: #ffffff;
  left: 100%;
  transition: all 0.2s;
}
.app-aftersales .aftersales-content li:hover {
  top: -4px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.title-blod.c-28 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #282828;
}

.title-blod .c-red {
  color: #e21f04;
  font-weight: bold;
}

.title-blod.c-f {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #ffffff;
}

.title-line {
  margin-top: 16px;
  font-size: 18px;
  line-height: 18px;
  color: #0d0d13;
}

.title-line.c-7 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 18px;
  color: #777777;
}

.title-line.c-f {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

.title-line.fs-30 {
  font-size: 30px;
}

.program-choice {
  width: 100%;
  height: 792px;
  background-color: #ffffff;
  padding-top: 70px;
}
.program-choice .choice-content {
  width: 100%;
  margin-top: 76px;
}
.program-choice .choice-content .center {
  width: 36.14%;
  padding-top: 10px;
}
.program-choice .choice-content .center img {
  max-width: 100%;
}
.program-choice .choice-content .left,
.program-choice .choice-content .right {
  width: 26.93%;
}
.program-choice .left .icon,
.program-choice .right .icon {
  font-size: 34px;
  color: #0665fd;
}
.program-choice ul li {
  margin-bottom: 68px;
}
.program-choice ul li img {
  width: 33px;
}
.program-choice ul li .text {
  margin-left: 16px;
}
.program-choice ul li .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
}
.program-choice ul li .t2 {
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  margin-top: 10px;
}
.program-choice ul li:last-child {
  margin-bottom: 0;
}

.program-flow {
  width: 100%;
  height: 948px;
  background-image: url("../images/program-bg2.png");
  background-size: cover;
  background-position: center;
  padding-top: 138px;
}
.program-flow .flow-content .left {
  width: 27.86%;
  max-height: 693px;
}
.program-flow .flow-content .right {
  width: 62.43%;
  padding-top: 32px;
  padding-bottom: 45px;
}
.program-flow ul li .number {
  font-size: 72px;
  line-height: 62px;
  font-weight: bold;
  color: #ffffff;
}
.program-flow ul li .uit {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: -40px;
}
.program-flow ul li p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 6px;
}
.program-flow .flow-bottom {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  padding-top: 46px;
  padding-left: 38px;
  padding-right: 52px;
  transition: all 0.2s;
}
.program-flow .flow-bottom .l p.blod {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
}
.program-flow .flow-bottom .l p.line {
  font-size: 18px;
  line-height: 30px;
  color: #cccccc;
  margin-top: 6px;
}
.program-flow .flow-bottom .r p {
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  color: #ffffff;
}
.program-flow .flow-bottom .r a {
  display: inline-block;
  width: 171px;
  height: 47px;
  background-color: #0665fd;
  border-radius: 10px;
  color: #ffffff;
  line-height: 47px;
  text-align: center;
  margin-top: 16px;
}
.program-flow .flow-bottom:hover {
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.25);
}

.program-support {
  width: 100%;
  background-image: url("../images/inner-bg10.png");
  background-size: cover;
  background-position: center;
  padding-top: 106px;
  padding-bottom: 100px;
}
.program-support .top-list {
  margin-top: 56px;
}
.program-support .top-list li {
  text-align: center;
  padding: 0 90px;
  position: relative;
}
.program-support .top-list li .number {
  font-size: 24px;
  line-height: 22px;
  color: #282828;
}
.program-support .top-list li .unit {
  font-size: 18px;
  color: #282828;
  font-weight: 300;
  margin-top: 6px;
}
.program-support .top-list li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 47px;
  background-color: #dadada;
  right: 0;
  top: 50%;
  margin-top: -24px;
}
.program-support .top-list li:last-child::after {
  background-color: transparent;
}
.program-support .support-content {
  margin-top: 60px;
}
.program-support .support-content .support-list {
  width: calc(50% - 18px);
  height: 196px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 28px;
  padding: 62px 20px 0 90px;
  transition: all 0.2s;
  cursor: pointer;
}
.program-support .support-content .support-list img {
  width: 55px;
}
.program-support .support-content .support-list .text {
  margin-left: 22px;
}
.program-support .support-content .support-list .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
}
.program-support .support-content .support-list .t2 {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-top: 10px;
}
.program-support .support-content .support-list:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.program-support .support-content .support-list:nth-child(2n) {
  margin-left: 36px;
}

.program-advantage {
  width: 100%;
  padding-top: 150px;
  background-color: #ffffff;
  padding-bottom: 160px;
}
.program-advantage .advantage-content {
  width: 100%;
  margin-top: 100px;
}
.program-advantage .advantage-content .left {
  width: 30.93%;
  padding: 36px 0 50px;
  text-align: end;
}
.program-advantage .advantage-content .left .secondary,
.program-advantage .advantage-content .left .headline {
  max-width: 341px;
}
.program-advantage .advantage-content .headline {
  font-size: 24px;
  color: #282828;
  line-height: 30px;
}
.program-advantage .advantage-content .secondary {
  font-size: 16px;
  line-height: 30px;
  color: #656565;
  margin-top: 10px;
}
.program-advantage .advantage-content .center {
  width: 28.14%;
}
.program-advantage .advantage-content .right {
  width: 30.93%;
  padding: 36px 0 50px;
}
.program-advantage .advantage-content .right .secondary,
.program-advantage .advantage-content .right .headline {
  max-width: 356px;
}

.program-scheme {
  width: 100%;
  height: 926px;
  background-image: url("../images/program-bg3.png");
  background-size: cover;
  background-position: center;
  padding-top: 124px;
}
.program-scheme .scheme-content {
  width: 100%;
  height: 474px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 76px;
  overflow: hidden;
}
.program-scheme .scheme-content .left-swiper {
  width: 248px;
  background-color: #f6f9fe;
}
.program-scheme .scheme-content .left-swiper .swiper-slide {
  width: 248px;
  height: 80px;
  font-size: 18px;
  color: #282828;
  line-height: 74px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}
.program-scheme .scheme-content .left-swiper .swiper-slide .icon {
  margin-right: 10px;
  font-size: 22px;
  color: #aaaaab;
}
.program-scheme .scheme-content .left-swiper .swiper-slide-thumb-active {
  background-color: #f66f6a;
  color: #ffffff;
}
.program-scheme .scheme-content .left-swiper .swiper-slide-thumb-active .icon {
  color: #ffffff;
}
.program-scheme .scheme-content .left-swiper .swiper-slide:hover {
  background-color: #f66f6a;
  color: #ffffff;
}
.program-scheme .scheme-content .left-swiper .swiper-slide:hover .icon {
  color: #ffffff;
}
.program-scheme .scheme-content .right-swiper {
  width: calc(100% - 248px);
}
.program-scheme .scheme-content .right-swiper .swiper-slide {
  width: 100%;
  padding-top: 42px;
  padding-left: 70px;
  padding-right: 38px;
}
.program-scheme .scheme-content .right-swiper .headline {
  font-size: 30px;
  font-weight: bold;
  color: #282828;
}
.program-scheme .scheme-content .right-swiper .linetitle {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  max-width: 569px;
  margin-top: 10px;
}
.program-scheme .scheme-content .right-swiper .right-img {
  width: 41.57%;
  height: 100%;
  padding-bottom: 42px;
  text-align: end;
}
.program-scheme .scheme-content .scheme-box {
  margin-top: 26px;
}
.program-scheme .scheme-content .scheme-box li {
  width: 84px;
  height: 84px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #cdcdcd;
  margin-right: 36px;
  margin-bottom: 22px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}
.program-scheme .scheme-content .scheme-box li .icon {
  color: #9b9b9b;
  font-size: 30px;
}
.program-scheme .scheme-content .scheme-box li p {
  font-size: 16px;
  color: #282828;
  margin-top: 4px;
}
.program-scheme .scheme-content .scheme-box li.active {
  background-image: linear-gradient(#f66f6a, #f66f6a), linear-gradient(#ffffff, #ffffff);
  border-color: #f66f6a;
  background-blend-mode: normal, normal;
}
.program-scheme .scheme-content .scheme-box li.active .icon,
.program-scheme .scheme-content .scheme-box li.active p {
  color: #ffffff;
}

.h5-customization {
  padding-top: 70px;
  padding-bottom: 160px;
}
.h5-customization .customization-content {
  width: 100%;
  height: 428px;
  margin-top: 66px;
}
.h5-customization .customization-content .list {
  width: calc(25% - 19.5px);
  height: 428px;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#f3f7fc, #f3f7fc);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  margin-right: 26px;
  transition: all 0.2s;
  padding: 66px 0 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  top: 0px;
}
.h5-customization .customization-content .list .title {
  font-size: 24px;
  line-height: 40px;
  color: #282828;
  margin-top: 33px;
}
.h5-customization .customization-content .list .desc {
  line-height: 1.72;
  max-width: 240px;
  color: #666666;
  margin-top: 12px;
}
.h5-customization .customization-content .list a {
  width: 177px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 46px;
}
.h5-customization .customization-content .list:nth-child(4n) {
  margin-right: 0;
}
.h5-customization .customization-content .list:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.17);
  top: -2px;
}
.h5-customization .customization-content .list:hover a {
  background-color: #f6706b;
  color: #ffffff;
}

.h5-demand {
  width: 100%;
  height: 883px;
  background-image: url("../images/h5-bg2.png");
  background-size: cover;
  background-position: center;
  padding-top: 110px;
}
.h5-demand .demand-content {
  width: 100%;
  height: 450px;
  margin-top: 62px;
  position: relative;
}
.h5-demand .demand-content .list {
  position: absolute;
  border-radius: 50%;
  transition: all 0.2s;
  cursor: pointer;
}
.h5-demand .demand-content .list:hover {
  box-shadow: 0px 5px 10px 20px rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}
.h5-demand .demand-content .list {
  left: 50%;
  top: 160px;
}
.h5-demand .demand-content .list1 {
  top: 165px;
  left: 0;
  animation: fadeIncustom1 1.6s;
}
.h5-demand .demand-content .list2 {
  top: 260px;
  left: 22%;
  animation: fadeIncustom1 1.8s;
}
.h5-demand .demand-content .list3 {
  top: 273px;
  left: 48.86%;
  animation: fadeIncustom1 1.6s;
}
.h5-demand .demand-content .list4 {
  top: 60px;
  left: 44.14%;
  animation: fadeIncustom1 1.9s;
}
.h5-demand .demand-content .list5 {
  top: 0;
  left: 63.07%;
  animation: fadeIncustom1 1.6s;
}
.h5-demand .demand-content .list6 {
  top: 297px;
  left: 75%;
  animation: fadeIncustom1 2s;
}
.h5-demand .demand-content .list7 {
  left: calc(100% - 125px);
  top: 97px;
  animation: fadeIncustom1 1.8s;
}
.h5-demand .demand-content .match {
  position: absolute;
}
.h5-demand .demand-content .match1 {
  top: 121;
  right: 14.71%;
}
.h5-demand .demand-content .match2 {
  left: 34.14%;
  bottom: 215px;
}
.h5-demand .demand-content .match3 {
  right: 33.71%;
  bottom: 160px;
}
.h5-demand .demand-content .match4 {
  top: 65px;
  left: 23.71%;
}

.h5-advantage {
  width: 100%;
  background-color: #ffffff;
  padding-top: 175px;
}
.h5-advantage .advantage-content {
  width: 100%;
  overflow: hidden;
}
.h5-advantage .advantage-content .left {
  width: 29%;
}
.h5-advantage .advantage-content .left img {
  position: relative;
}
.h5-advantage .advantage-content .right {
  margin-left: 8.43%;
  padding-top: 14px;
}
.h5-advantage .right-box {
  width: 100%;
}
.h5-advantage .right-box li {
  width: 44%;
  margin-top: 62px;
}
.h5-advantage .right-box li .title {
  margin-left: 16px;
}
.h5-advantage .right-box li .t1 {
  font-size: 24px;
  color: #282828;
}
.h5-advantage .right-box li .t2 {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  font-weight: 300;
  margin-top: 10px;
}
.h5-advantage .right-box li .leftimg {
  line-height: 32px;
}
.h5-advantage .right-box li:nth-child(2n) {
  width: 44%;
}

.official-difficulty {
  width: 100%;
  margin-top: -82px;
  padding-top: 158px;
  padding-bottom: 110px;
  background-image: url("../images/inner-bg11.png");
  background-size: cover;
  background-position: center;
}
.official-difficulty .difficulty-content {
  width: 100%;
  margin-top: 80px;
}
.official-difficulty .difficulty-content li {
  width: 30.71%;
  height: 242px;
  background-color: #ffffff;
  box-shadow: 0px 1px 20px 0px rgba(72, 77, 110, 0.1);
  border-radius: 10px;
  margin-bottom: 48px;
  border-radius: 10px;
  position: relative;
  top: 0px;
}
.official-difficulty .difficulty-content li:nth-child(3n-1) {
  margin-left: 3.932%;
}
.official-difficulty .difficulty-content li:nth-child(3n) {
  margin-left: 3.932%;
}
.official-difficulty .difficulty-content .first-box {
  background-image: linear-gradient(-34deg, rgba(255, 255, 255, 0.76) 0%, #0665fd 100%), linear-gradient(#0665fd, #0665fd);
  background-blend-mode: normal, normal;
  box-shadow: 0px 1px 20px 0px rgba(72, 77, 110, 0.1);
  color: #ffffff;
  padding: 60px 2.9%;
}
.official-difficulty .difficulty-content .first-box span {
  font-size: 163px;
  color: #ffffff;
  font-weight: bold;
  line-height: 123px;
  text-shadow: 0px 1px 15px 0px rgba(4, 10, 46, 0.11);
}
.official-difficulty .difficulty-content .first-box .right {
  margin-left: 20px;
}
.official-difficulty .difficulty-content .first-box .right .t1 {
  font-size: 44px;
  font-weight: bold;
}
.official-difficulty .difficulty-content .first-box .right .t2 {
  font-weight: 300;
  font-size: 21px;
  margin-top: 4px;
}
.official-difficulty .difficulty-content .card-list {
  padding: 35px 3.6% 0;
  transition: all 0.2s;
}
.official-difficulty .difficulty-content .card-list .t1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 55px;
  color: #282828;
  margin-top: 5px;
}
.official-difficulty .difficulty-content .card-list .t2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.official-difficulty .difficulty-content .card-list:hover {
  top: -6px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.official-solution {
  width: 100%;
  height: 883px;
  background-image: url("../images/official-bg2.png");
  background-size: cover;
  background-position: center;
  padding-top: 140px;
}
.official-solution .solution-content {
  width: 100%;
  height: 319px;
  margin-top: 110px;
}
.official-solution .solution-content li {
  width: 25%;
  height: 319px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
  transition: all 0.2s;
}
.official-solution .solution-content li .t1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
}
.official-solution .solution-content li .desc {
  font-size: 16px;
  font-weight: 200;
  opacity: 0.8;
  margin-top: 30px;
}
.official-solution .solution-content li:last-child {
  border-right: none;
}
.official-solution .solution-content li:hover {
  padding-top: 0px;
}

.official-programme {
  width: 100%;
  background-image: url("../images/inner-bg12.png");
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.official-programme .programme-content {
  margin-top: 90px;
  width: 100%;
}
.official-programme .programme-content li {
  width: calc(50% - 20px);
  height: 202px;
  margin-bottom: 36px;
  transition: all 0.2s;
  position: relative;
  padding-left: 46px;
  top: 0px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
}
.official-programme .programme-content li:hover {
  top: -6px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.official-programme .programme-content li:nth-child(2n) {
  margin-left: 40px;
}
.official-programme .programme-content .right {
  width: 80px;
  height: 80px;
  background-image: url("../images/pubdev-ai-solution-items.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  right: 42px;
  margin-top: -40px;
}
.official-programme .programme-content li:nth-child(1) .right {
  background-position: 0px 0px;
}
.official-programme .programme-content li:nth-child(2) .right {
  background-position: -80px 0px;
}
.official-programme .programme-content li:nth-child(3) .right {
  background-position: -160px 0px;
}
.official-programme .programme-content li:nth-child(4) .right {
  background-position: -240px 0px;
}
.official-programme .programme-content .left .t1 {
  font-size: 24px;
  line-height: 55px;
  font-weight: bold;
  color: #282828;
  position: relative;
  z-index: 66;
  background-color: transparent;
}
.official-programme .programme-content .left .t2 {
  color: #666666;
  line-height: 24px;
  position: relative;
  z-index: 66;
  background-color: transparent;
}

.official-multielement {
  width: 100%;
  background-image: url("../images/inner-bg13.png");
  background-size: cover;
  background-position: center;
  padding-top: 102px;
  padding-bottom: 160px;
}
.official-multielement .multielement-content {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 20px;
}
.official-multielement .multielement-content li {
  width: calc(25% - 22.5px);
  height: 403px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-left: 30px;
  text-align: center;
  padding: 51px 64px 0;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  top: 0px;
  overflow: hidden;
}
.official-multielement .multielement-content li .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
  margin-top: 32px;
}
.official-multielement .multielement-content li .t2 {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  margin-top: 30px;
}
.official-multielement .multielement-content li img {
  max-height: 146px;
}
.official-multielement .multielement-content li:first-child {
  margin-left: 0;
}
.official-multielement .multielement-content li::after {
  content: "";
  display: block;
  width: 0px;
  height: 4px;
  background-color: #0665fd;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s;
}
.official-multielement .multielement-content li:hover {
  top: -6px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.official-humanization {
  width: 100%;
  height: 885px;
  background-image: url("../images/official-bg3.png");
  background-size: cover;
  background-position: center;
  padding-top: 92px;
}
.official-humanization .humanization-content {
  width: 100%;
  margin-top: 70px;
}
.official-humanization .humanization-content .left {
  width: 61.71%;
  color: #ffffff;
  padding-top: 60px;
}
.official-humanization .humanization-content .left .t1 {
  font-size: 48px;
}
.official-humanization .humanization-content .left .t2 {
  font-size: 30px;
  margin-top: 12px;
  opacity: 0.8;
}
.official-humanization .humanization-content .right {
  width: 38.29%;
}
.official-humanization ul {
  margin-top: 58px;
}
.official-humanization li {
  text-align: center;
  margin-right: 80px;
}
.official-humanization li .imgs {
  width: 103px;
  height: 103px;
  display: inline-block;
  border-radius: 10px;
  border: solid 1px #cdcdcd;
  line-height: 102px;
}
.official-humanization li .imgs img {
  max-width: 100%;
}
.official-humanization li p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 10px;
}

.move-solve {
  width: 100%;
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 188px;
}
.move-solve .solve-content {
  width: 100%;
  margin-top: 8%;
}
.move-solve .solve-content .link-box {
  width: 22%;
  height: 346px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dee1e9;
  margin-right: 4%;
  padding: 48px 46px 0;
  position: relative;
  top: 0;
  transition: all 0.2s;
}
.move-solve .solve-content .link-box .link-box {
  display: block;
}
.move-solve .solve-content .link-box .icon {
  font-size: 46px;
  color: #0665fd;
}
.move-solve .solve-content .link-box .t1 {
  font-size: 26px;
  color: #282828;
  margin-top: 12px;
}
.move-solve .solve-content .link-box .t2 {
  font-size: 16px;
  min-height: 48px;
  color: #555555;
  margin-top: 14px;
}
.move-solve .solve-content .link-box .link {
  display: inline-block;
  color: #166ffd;
  margin-top: 36px;
}
.move-solve .solve-content .link-box .link::after {
  content: "\eb94";
  font-family: "icon";
}
.move-solve .solve-content .link-box:nth-child(4n) {
  margin-right: 0;
}
.move-solve .solve-content .link-box.active {
  background-image: linear-gradient(180deg, #0665fd 0%, #4d91ff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 0px 3px 30px 0px rgba(8, 102, 253, 0.2);
  top: -12px;
}
.move-solve .solve-content .link-box.active .icon {
  color: #ffffff;
}
.move-solve .solve-content .link-box.active .t1,
.move-solve .solve-content .link-box.active .t2,
.move-solve .solve-content .link-box.active .link {
  color: #ffffff;
}

.move-provide {
  width: 100%;
  height: 880px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  padding-top: 7%;
}
.move-provide .provide-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.move-provide .provide-content .provide-list {
  width: 29.0466666667%;
  height: 418px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  text-align: center;
  color: #282828;
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.move-provide .provide-content .provide-list::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, #ebf1ff 0%, #ffffff 100%);
  transform: translateY(100%);
  transition: all 0.2s;
}
.move-provide .provide-content .provide-list:hover::before {
  transform: translateY(0);
}
.move-provide .provide-content .provide-list:nth-child(1) font {
  color: #d6d6d6;
}
.move-provide .provide-content .provide-list:nth-child(2) font {
  color: #2fc2b0;
}
.move-provide .provide-content .provide-list:nth-child(3) font {
  color: #fa3b27;
}
.move-provide .provide-content font {
  width: 64px;
  height: 64px;
  font-size: 56px;
}
.move-provide .provide-content .t1 {
  font-size: 24px;
  margin-top: 18px;
}
.move-provide .provide-content .t2 {
  opacity: 0.7;
  line-height: 30px;
  margin-top: 10px;
}

.move-doubt {
  width: 100%;
  background-color: #ebf1ff;
  padding-top: 7.1%;
  padding-bottom: 8.8%;
}
.move-doubt .doubt-content {
  width: 100%;
  height: 483px;
  margin-top: 70px;
  background-color: #ffffff;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.move-doubt .doubt-content .left {
  width: 65%;
  height: 483px;
}
.move-doubt .doubt-content .doubt-swiper {
  width: 100%;
  height: 100%;
}
.move-doubt .doubt-content .right {
  width: 35%;
  position: relative;
  height: 483px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.move-doubt .doubt-content .right .swiper {
  width: 100%;
  height: 100%;
}
.move-doubt .doubt-content .right .right-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: all 0.2s;
}
.move-doubt .doubt-content .right a {
  display: block;
  width: 183px;
  height: 57px;
  background-color: #ffffff;
  color: #0665fd;
  font-size: 18px;
  border-radius: 10px;
  line-height: 56px;
  margin-top: 62px;
  transition: all 0.2s;
}
.move-doubt .doubt-content .right .t1 {
  font-size: 36px;
  line-height: 34px;
  font-weight: bold;
}
.move-doubt .doubt-content .right .t2 {
  max-width: 340px;
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
}
.move-doubt .doubt-content .right::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s;
  z-index: -1;
}
.move-doubt .doubt-content .right:hover::after {
  background-color: rgba(255, 255, 255, 0.1);
}
.move-doubt .doubt-content .right:hover .right-bg {
  transform: scale(1.2);
}
.move-doubt .doubt-content .right a:hover {
  margin-top: 60px;
  box-shadow: 2px 10px 20px rgba(33, 91, 237, 0.5);
}
.move-doubt .topdoubt-swiper {
  height: 399px;
}
.move-doubt .botdoubt-swiper {
  height: 84px;
}
.move-doubt .botdoubt-swiper .swiper-slide {
  text-align: center;
  background-color: #f6f6f6;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.move-doubt .botdoubt-swiper .swiper-slide .t1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #6c6c6c;
}
.move-doubt .botdoubt-swiper .swiper-slide .t2 {
  font-size: 14px;
  line-height: 14px;
  color: #6c6c6c;
  margin-top: 5px;
  transition: all 0.2s;
}
.move-doubt .botdoubt-swiper .swiper-slide-thumb-active,
.move-doubt .botdoubt-swiper .swiper-slide:hover {
  background-color: #ffffff;
}
.move-doubt .botdoubt-swiper .swiper-slide-thumb-active .t1,
.move-doubt .botdoubt-swiper .swiper-slide:hover .t1 {
  color: #0665fd;
}
.move-doubt .botdoubt-swiper .swiper-slide-thumb-active .t2,
.move-doubt .botdoubt-swiper .swiper-slide:hover .t2 {
  color: #0665fd;
}
.move-doubt .botdoubt-swiper .swiper-slide::after {
  content: "";
  display: block;
  width: 49px;
  height: 4px;
  background-color: #0665fd;
  border-radius: 2px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  opacity: 0;
  margin-left: -24.5px;
  transition: all 0.2s;
}
.move-doubt .botdoubt-swiper .swiper-slide-thumb-active::after,
.move-doubt .botdoubt-swiper .swiper-slide:hover::after {
  bottom: 11px;
  opacity: 1;
}
.move-doubt .topdoubt-box {
  width: 100%;
  padding-top: 106px;
}
.move-doubt .topdoubt-box > .df {
  width: 34.1%;
  margin-bottom: 70px;
}
.move-doubt .topdoubt-box .num {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 30px;
  color: #ffffff;
  background-image: linear-gradient(142deg, #af8eff 0%, #6e32ff 100%);
  border-radius: 20px;
}
.move-doubt .topdoubt-box li:nth-child(1) .num {
  background-image: linear-gradient(142deg, #af8eff 0%, #6e32ff 100%);
}
.move-doubt .topdoubt-box li:nth-child(2) .num {
  background-image: linear-gradient(142deg, #7bc9ff 0%, #037dda 100%);
}
.move-doubt .topdoubt-box li:nth-child(3) .num {
  background-image: linear-gradient(142deg, #ffba74 0%, #ff8c10 100%);
}
.move-doubt .topdoubt-box li:nth-child(4) .num {
  background-image: linear-gradient(145deg, #ff5f57 0%, #f2414d 50%, #e42242 100%);
}
.move-doubt .topdoubt-box .t1 {
  font-size: 20px;
  color: #282828;
  margin-top: 2px;
}
.move-doubt .topdoubt-box .t2 {
  font-size: 16px;
  color: #777777;
  margin-top: 2px;
}
.move-doubt .topdoubt-box .ml-20 {
  margin-left: 20px;
}

.move-program {
  width: 100%;
  background-color: #ffffff;
  padding-top: 8.6%;
  padding-bottom: 8.8%;
}
.move-program .right {
  width: 59.86%;
}
.move-program .right li {
  width: calc(50% - 14px);
  height: 232px;
  background-color: #fff2e5;
  border-radius: 10px;
  padding: 56px 5.2% 0;
  position: relative;
}
.move-program .right li .icon {
  position: absolute;
  right: 26px;
  top: 26px;
  font-size: 40px;
  color: #282828;
}
.move-program .right li:nth-child(1) {
  background-color: #fff2e5;
  margin-bottom: 28px;
}
.move-program .right li:nth-child(2) {
  background-color: #e1feff;
  margin-bottom: 28px;
}
.move-program .right li:nth-child(3) {
  background-color: #e7f3ff;
}
.move-program .right li:nth-child(4) {
  background-color: #fff1ef;
}
.move-program .right li:nth-child(2n) {
  margin-left: 28px;
}
.move-program .right .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
}
.move-program .right .t2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #282828;
  margin-top: 15px;
}
.move-program .left {
  width: 33.43%;
}
.move-program .left .title-line {
  max-width: 466px;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  margin-top: 26px;
}
.move-program .left .second {
  font-size: 30px;
  font-weight: bold;
  color: #282828;
  margin-top: 128px;
}
.move-program .left .second-desc {
  font-size: 24px;
  color: #282828;
  margin-top: 8px;
}
.move-program .left a {
  font-size: 22px;
  text-align: center;
  line-height: 70px;
  margin-top: 50px;
}
.move-program .left .link1 {
  width: calc(50% - 17px);
  height: 70px;
  background-color: #0665fd;
  border-radius: 10px;
  color: #ffffff;
}
.move-program .left .link2 {
  width: calc(50% - 17px);
  height: 70px;
  color: #0665fd;
  background-color: #ffffff;
  border: solid 1px #0665fd;
  border-radius: 10px;
}
.move-program .left .link1:hover,
.move-program .left .link2:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}

.move-solution {
  width: 100%;
}
.move-solution .topswiper {
  background-image: url("../images/move-bg4.png");
  background-position: center;
  background-size: cover;
  padding-top: 6.21%;
  padding-bottom: 5.6%;
}
.move-solution .solution-topswiper {
  width: 100%;
}
.move-solution .solution-topswiper .left {
  width: 25.5%;
}
.move-solution .solution-topswiper .right {
  color: #ffffff;
  margin-left: 76px;
}
.move-solution .solution-topswiper .right .t1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  color: #ffffff;
}
.move-solution .solution-topswiper .right .t2 {
  font-size: 16px;
  line-height: 36px;
  opacity: 0.82;
}
.move-solution .solution-topswiper .right .t3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 76px;
}
.move-solution .solution-topswiper .right .t4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 26px;
}
.move-solution .solution-topswiper .right .desc {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.86;
  margin-top: 18px;
  margin-bottom: 48px;
}
.move-solution .solution-topswiper .right .related-cases {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding-top: 28px;
}
.move-solution .solution-topswiper .right .related-cases span {
  font-weight: bold;
}
.move-solution .botswiper {
  height: 120px;
  background-color: #213354;
}
.move-solution .botswiper .swiper-slide {
  width: 10%;
  height: 120px;
  transition: all 0.2s;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 26px;
  position: relative;
}
.move-solution .botswiper .swiper-slide .leftswiper {
  text-align: center;
}
.move-solution .botswiper .swiper-slide .t1 {
  color: #ffffff;
  font-size: 16px;
  margin-top: 6px;
}
.move-solution .botswiper .swiper-slide .t2 {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 2px;
  transition: all 0.2s;
}
.move-solution .botswiper .swiper-slide .rightswiper {
  opacity: 0;
  position: absolute;
  top: 26px;
  right: 11px;
}
.move-solution .botswiper .swiper-slide-thumb-active {
  width: 20% !important;
  background-image: linear-gradient(145deg, #1485c1 0%, #1d6cc7 50%, #2552cc 100%);
}
.move-solution .botswiper .swiper-slide-thumb-active .leftswiper {
  text-align: left;
  padding-left: 32px;
}
.move-solution .botswiper .swiper-slide-thumb-active .leftswiper img {
  display: none;
}
.move-solution .botswiper .swiper-slide-thumb-active .leftswiper .t1 {
  font-size: 20px;
  margin-top: 20px;
}
.move-solution .botswiper .swiper-slide-thumb-active .rightswiper {
  opacity: 1;
}

.move-h5 {
  width: 100%;
  background-color: #ffffff;
  padding-top: 5.76%;
  padding-bottom: 7.2%;
}
.move-h5 .h5-content {
  padding-top: 5.2%;
}
.move-h5 .h5-content .list {
  width: calc(25% - 22.5px);
  height: 332px;
  border: solid 1px #e1e1e1;
  margin-right: 30px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  transition: all 0.2s;
  position: relative;
  top: 0px;
}
.move-h5 .h5-content .list a.link {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #ebf2f8;
  color: #888888;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
}
.move-h5 .h5-content .list:nth-child(4n) {
  margin-right: 0;
}
.move-h5 .h5-content .list:hover {
  top: -2px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.move-h5 .h5-content .list:hover a.link {
  color: #2d48ff;
}
.move-h5 .h5-content .content-box {
  height: 284px;
  padding: 30px 34px 0;
  position: relative;
}
.move-h5 .h5-content .content-box .top {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 16px;
}
.move-h5 .h5-content .content-box .iconimg {
  width: 49px;
  height: 49px;
}
.move-h5 .h5-content .content-box .top-right {
  margin-left: 16px;
}
.move-h5 .h5-content .content-box .en {
  font-size: 18px;
  line-height: 24px;
  color: #282828;
}
.move-h5 .h5-content .content-box .cn {
  font-size: 12px;
  color: #999999;
}
.move-h5 .h5-content .content-box .desc {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 28px;
}

.move-official {
  width: 100%;
  background-image: url("../images/inner-bg7.png");
  background-size: cover;
  background-position: center;
  padding-top: 5.26%;
  padding-bottom: 8.2%;
}
.move-official .official-content {
  width: 100%;
  margin-top: 70px;
}
.move-official .official-content .list {
  width: calc(33.33% - 26.66px);
  height: 351px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 40px;
  transition: all 0.2s;
  padding: 50px 3.35%;
  position: relative;
  top: 0;
}
.move-official .official-content .list .t1 {
  font-size: 30px;
  color: #282828;
  margin-top: 10px;
}
.move-official .official-content .list .desc {
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  margin-top: 26px;
}
.move-official .official-content .list:nth-child(3n) {
  margin-right: 0;
}
.move-official .official-content .list:hover {
  top: -12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.move-needed {
  width: 100%;
  background-color: #ffffff;
  padding-top: 5.26%;
  padding-bottom: 8.2%;
}
.move-needed .needed-content {
  width: 100%;
  margin-top: 62px;
}
.move-needed .needed-content .list {
  width: calc(25% - 15px);
  height: 262px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  margin-right: 20px;
  transition: all 0.2s;
  padding: 28px 1.6% 0;
  position: relative;
  top: 0;
}
.move-needed .needed-content .list .icon {
  font-size: 48px;
  color: #0665fd;
}
.move-needed .needed-content .list .one-title {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
  margin-top: 8px;
}
.move-needed .needed-content .list .desc {
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  margin-top: 15px;
}
.move-needed .needed-content .list .link {
  display: block;
  font-size: 14px;
  color: #2d4bfc;
  margin-top: 22px;
}
.move-needed .needed-content .list .link .icon {
  font-size: 10px;
  color: #2d4bfc;
}
.move-needed .needed-content .list:nth-child(4n) {
  margin-right: 0;
}
.move-needed .needed-content .list:hover {
  top: -12px;
  box-shadow: 2px 10px 20px #ededed;
}

.website-customization {
  background-image: url("../images/inner-bg14.png");
  background-size: cover;
  background-position: center;
  margin-top: -41px;
  padding-top: 166px;
  overflow: hidden;
}
.website-customization .title-line {
  font-size: 30px;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 40px;
}
.website-customization .title-line::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background-color: #e21f04;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.website-customization .theer-title {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0d0d13;
}
.website-customization .customization-content {
  width: 100%;
  height: 538px;
  margin-top: 54px;
  background: url("../images/website-bg12.png") no-repeat center top/100% auto;
  position: relative;
  box-sizing: border-box;
  padding: 18px 17px 0 19px;
}
.website-customization .customization-content .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px 32px 0 0;
}

.website-substance {
  width: 100%;
  background-image: url("../images/website-bg9.png");
  background-size: cover;
  padding-top: 6.23%;
  padding-bottom: 8.3%;
}
.website-substance .substance-content {
  width: 100%;
  margin-top: 6.6%;
}
.website-substance .substance-content .list {
  width: calc(33.33% - 28px);
  height: 181px;
  border-radius: 10px;
  background-size: cover;
  background-position: right top;
  margin-right: 42px;
  margin-bottom: 42px;
  padding-left: 32px;
  color: #ffffff;
  padding-top: 30px;
  position: relative;
  top: 0px;
  transition: all 0.2s;
}
.website-substance .substance-content .list .t1 {
  font-size: 24px;
}
.website-substance .substance-content .list .t2 {
  max-width: 356px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 30px;
  margin-top: 14px;
}
.website-substance .substance-content .list .icon {
  font-size: 46px;
  position: absolute;
  right: 36px;
  top: 26px;
}
.website-substance .substance-content .list:nth-child(1) {
  background-image: url("../images/website-bg3.png");
}
.website-substance .substance-content .list:nth-child(2) {
  background-image: url("../images/website-bg4.png");
}
.website-substance .substance-content .list:nth-child(3) {
  background-image: url("../images/website-bg5.png");
  margin-right: 0;
}
.website-substance .substance-content .list:nth-child(4) {
  background-image: url("../images/website-bg6.png");
}
.website-substance .substance-content .list:nth-child(5) {
  background-image: url("../images/website-bg7.png");
}
.website-substance .substance-content .list:nth-child(6) {
  background-image: url("../images/website-bg8.png");
  margin-right: 0;
}
.website-substance .substance-content .list:hover {
  top: -6px;
  box-shadow: 2px 10px 20px rgba(255, 255, 255, 0.3);
}

.website-figure {
  width: 100%;
  background-image: url("../images/website-bg2.png");
  background-size: cover;
  padding-top: 6.26%;
  padding-bottom: 9%;
}
.website-figure .figure-content {
  width: 100%;
  margin-top: 6.2%;
}
.website-figure .figure-content .list {
  width: calc(33.33% - 25.33px);
  height: 436px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: solid 1px #ffffff;
  margin-right: 38px;
  text-align: center;
  padding: 80px 4.6% 0;
  transition: all 0.2s;
  position: relative;
  top: 0px;
}
.website-figure .figure-content .list:nth-child(3n) {
  margin-right: 0;
}
.website-figure .figure-content .t1 {
  font-size: 24px;
  color: #0d0d13;
  font-weight: bold;
  margin-top: 38px;
}
.website-figure .figure-content .t2 {
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  margin-top: 26px;
}
.website-figure .figure-content .list:hover {
  top: -6px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
}

.website-user {
  width: 100%;
  background-image: url("../images/website-bg11.png");
  background-size: cover;
  padding-top: 12.26%;
  padding-bottom: 12.26%;
}
.website-user .title-line {
  position: relative;
  padding-bottom: 30px;
}
.website-user .title-line::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background-color: #e21f04;
  position: absolute;
  left: 0%;
  bottom: 0;
}
.website-user .desc {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 45px;
}
.website-user .user-content {
  width: 100%;
}
.website-user .user-content .left {
  width: 50.79%;
  margin-top: 38px;
}
.website-user .user-content .right {
  width: 39.21%;
}
.website-user .rightuser-box {
  width: 100%;
  margin-top: 62px;
}
.website-user .rightuser-box .list {
  color: #ffffff;
  text-align: center;
}
.website-user .rightuser-box .list .list-icon {
  width: 108px;
  height: 107px;
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
.website-user .rightuser-box .list .list-icon .icon {
  font-size: 42px;
  line-height: 107px;
}
.website-user .rightuser-box .list .t1 {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 12px;
}
.website-user .rightuser-box .list:hover .list-icon {
  border: solid 1px #e21f04;
  background-color: #e21f04;
}

.website-profile {
  width: 100%;
  background-image: url("../images/website-bg13.png");
  background-size: cover;
  padding-top: 8.2%;
  padding-bottom: 6.6%;
}
.website-profile .profile-content {
  width: 100%;
  padding-top: 116px;
}
.website-profile .title-line {
  color: #0d0d13;
  font-size: 30px;
  line-height: 48px;
  margin-top: 28px;
  position: relative;
  padding-bottom: 47px;
}
.website-profile .title-line::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background-color: #e21f04;
  position: absolute;
  left: 0;
  bottom: 0;
}
.website-profile .desc {
  font-size: 18px;
  line-height: 36px;
  color: #0d0d13;
  margin-top: 48px;
}
.website-profile .link {
  margin-top: 44px;
}
.website-profile .link a {
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  width: 183px;
  line-height: 56px;
  height: 57px;
  font-size: 18px;
  color: #ffffff;
  background-color: #e21f04;
}
.website-profile .link a:hover {
  box-shadow: 0 15px 30px rgba(226, 31, 4, 0.2);
  transform: translate3d(0, -2px, 0);
}
.website-profile .right {
  width: 49.71%;
}
.website-presentation {
  width: 100%;
  background: url("../images/website-bg14.png") no-repeat right center;
  background-size: 100% 100vh;
  background-attachment: fixed;
  padding-top: 114px;
}
.website-presentation .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}
.website-presentation .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.2s linear;
  transform: scale(1);
}
.website-presentation .swiper-slide img:hover {
  transform: scale(1.05);
}
.website-presentation .title-line {
  margin-top: 16px;
  line-height: 36px;
}
.website-presentation .left {
  margin-top: 220px;
}
.website-presentation .presentation-swiper {
  height: 860px;
}
.website-presentation .right {
  width: 520px;
  height: 860px;
}
.website-presentation .right::-webkit-scrollbar {
  width: 0;
}
.website-presentation .link {
  margin-top: 60px;
}
.website-presentation .link a {
  display: inline-block;
  width: 162px;
  height: 53px;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.2s;
}
.website-presentation .link .customization {
  background-color: #e21f04;
}
.website-presentation .link .contact {
  border: solid 1px #ffffff;
  margin-left: 10px;
}
.website-presentation .link a:hover {
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.1);
  transform: translate3d(0, -2px, 0);
}

.website-insight {
  width: 100%;
  background-image: url("../images/website-bg1.png");
  background-size: cover;
  padding-top: 6.6%;
  padding-bottom: 120px;
}
.website-insight .swiper-wrapper {
  padding-top: 4px;
}
.website-insight .insight-content {
  width: 100%;
}
.website-insight .insight-swiper {
  padding-bottom: 95px;
  margin-top: 60px;
}
.website-insight .insight-swiper .swiper-slide {
  height: 436px;
  border-radius: 10px;
}
.website-insight .swiper-slide {
  padding: 36px 2.3%;
  position: relative;
  top: 0px;
  transition: all 0.2s;
}
.website-insight .swiper-slide:hover {
  top: -4px;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
}
.website-insight .swiper-slide .t1 {
  font-weight: bold;
  min-height: 72px;
  font-size: 24px;
  line-height: 36px;
  color: #282828;
}
.website-insight .swiper-slide .t2 {
  font-size: 16px;
  min-height: 60px;
  line-height: 30px;
  color: #282828;
  margin-top: 18px;
}
.website-insight .swiper-slide .date {
  font-size: 16px;
  color: #bababa;
  line-height: 30px;
  margin-top: 6px;
  margin-bottom: 20px;
}
.website-insight .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 158px;
  -o-object-fit: cover;
     object-fit: cover;
}
.website-insight .swiper-slide:nth-child(3n) {
  background-image: linear-gradient(0deg, #ffffff 63%, #caeff8 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}
.website-insight .swiper-slide:nth-child(3n-1) {
  background-image: linear-gradient(0deg, #ffffff 63%, #d4e5ff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}
.website-insight .swiper-slide:nth-child(3n-2) {
  background-image: linear-gradient(0deg, #ffffff 63%, #f8dbd6 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}
.website-insight .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  border: 1px solid rgba(226, 31, 4, 0.2);
  background-color: #ffffff;
  opacity: 1;
  box-shadow: inset 0px 0px 4px 0px rgba(226, 31, 4, 0.1);
  margin: 0 15px !important;
}
.website-insight .swiper-pagination-bullet-active {
  background-color: #e21f04;
}

.website-flow {
  width: 100%;
  background-image: url("../images/website-bg10.png");
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 8.2%;
}
.website-flow .title-line {
  position: relative;
  padding-bottom: 38px;
}
.website-flow .title-line::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background-color: #e21f04;
  position: absolute;
  left: 0;
  bottom: 0;
}
.website-flow .flow-content {
  width: 100%;
}
.website-flow .left-box {
  margin-top: 124px;
}
.website-flow .left {
  width: 45.86%;
}
.website-flow .left .left-list {
  width: 50%;
  padding-right: 14%;
  margin-bottom: 55px;
}
.website-flow .left .t1 {
  font-size: 20px;
  color: #ffffff;
}
.website-flow .left .t2 {
  font-size: 16px;
  line-height: 26px;
  color: #eef2f7;
  opacity: 0.8;
  margin-top: 16px;
}
.website-flow .right {
  width: 54%;
}
.website-flow .right img {
  max-width: 100%;
}
.website-flow .right-box {
  width: 100%;
  position: relative;
  z-index: 111;
}
.website-flow .right-box li {
  text-align: center;
  position: relative;
}
.website-flow .right-box .num {
  font-weight: bold;
  color: #85818c;
  font-size: 26px;
  line-height: 24px;
}
.website-flow .right-box .titles {
  color: #85818c;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 4px;
}
.website-flow .box-list:nth-child(1) {
  left: 34.8%;
  bottom: -60px;
}
.website-flow .box-list:nth-child(2) {
  left: 42.6%;
  bottom: -12px;
}
.website-flow .box-list:nth-child(3) {
  left: 48.6%;
  bottom: -16px;
}
.website-flow .box-list:nth-child(4) {
  left: 54.6%;
  bottom: -18px;
}
.system-what {
  background-image: url("../images/system-bg2.png");
  background-size: cover;
  position: relative;
  padding-top: 10%;
  padding-bottom: 7.2%;
}
.system-what .what-content {
  width: 100%;
}
.system-what .what-content .left {
  width: 54.64%;
  padding-top: 3%;
}
.system-what .what-content .left .text1 {
  font-size: 48px;
  color: #282828;
  font-weight: bold;
}
.system-what .what-content .left .text2 {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  margin-top: 4px;
}
.system-what .what-content .left .text3 {
  font-size: 15px;
  line-height: 30px;
  color: #4d5172;
  margin-top: 30px;
}
.system-what .what-content .right {
  width: 36.43%;
}

.system-feature {
  width: 100%;
  background-color: #e7edfc;
  padding-top: 6.6%;
  padding-bottom: 5.6%;
}
.system-feature .feature-content {
  width: 100%;
  margin-top: 60px;
}
.system-feature .feature-content .num {
  display: block;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #e0dde9;
  transition: all 0.2s;
}
.system-feature .feature-content .t1 {
  font-size: 30px;
  color: #4b5274;
  margin-top: 28px;
  transition: all 0.2s;
}
.system-feature .feature-content .desc {
  font-size: 15px;
  color: #787c9c;
  line-height: 24px;
  margin-top: 10px;
  transition: all 0.2s;
}
.system-feature .feature-swiper {
  width: 100%;
  height: 628px;
  text-align: center;
}
.system-feature .feature-swiper .swiper-wrapper {
  height: calc(100% - 80px);
}
.system-feature .feature-swiper .swiper-slide {
  height: 263px;
  background-color: #ffffff;
  position: relative;
  padding: 40px 1.2% 0;
  transition: all 0.2s;
}
.system-feature .feature-swiper .swiper-slide.add-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.system-feature .feature-swiper .swiper-slide.add-btns .iconfont {
  font-size: 50px;
  line-height: 52px;
  color: #c0c5da;
}
.system-feature .feature-swiper .swiper-slide.add-btns .pt1 {
  font-size: 24px;
  line-height: 36px;
  color: #9196a9;
  margin-top: 16px;
}
.system-feature .feature-swiper .swiper-pagination-bullet {
  width: 47px;
  height: 7px;
  opacity: 1;
  background-color: #dddfe7;
  border-radius: 4px;
  transition: all 0.2s;
}
.system-feature .feature-swiper .swiper-pagination-bullet-active {
  background-color: #c73925;
}
.system-feature .feature-swiper .imgs {
  position: absolute;
  right: 34px;
  top: 34px;
}
.system-feature .feature-swiper .swiper-slide:hover {
  background-color: #181d54;
}
.system-feature .feature-swiper .swiper-slide:hover .num {
  color: #ffffff;
  opacity: 0.2;
}
.system-feature .feature-swiper .swiper-slide:hover .t1 {
  color: #ffffff;
}
.system-feature .feature-swiper .swiper-slide:hover .desc {
  color: #e7edfc;
}

.system-highlights {
  width: 100%;
  background-image: url("../images/system-bg3.png");
  background-size: cover;
  padding-top: 5.9%;
  padding-bottom: 6.6%;
}
.system-highlights .highlights-content {
  width: 100%;
  margin-top: 58px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 75px 48px 50px;
}
.system-highlights .highlights-content .left {
  width: 52.93%;
}
.system-highlights .highlights-content .right {
  width: 47.07%;
  padding-top: 17px;
}
.system-highlights .list {
  margin-bottom: 30px;
  padding-left: 36px;
}
.system-highlights .list .text {
  font-size: 24px;
  color: #282828;
  margin-left: 40px;
}
.system-highlights .list:last-child {
  margin-bottom: 0;
}

.system-choice {
  width: 100%;
  background-color: #ffffff;
  padding-top: 5.6%;
  padding-bottom: 5.6%;
}
.system-choice .choice-content {
  width: 100%;
  margin-top: 76px;
}
.system-choice .choice-content .list {
  width: calc(33.33% - 21.33px);
  margin-right: 32px;
  margin-bottom: 35px;
}
.system-choice .choice-content .list:nth-child(3n) {
  margin-right: 0;
}
.system-choice .choice-content .list:hover .top-img img {
  transform: scale(1.05);
}
.system-choice .choice-content .list:hover .bot-box .t1 {
  color: #e6232b;
}
.system-choice .choice-content .top-img {
  width: 100%;
  height: 293px;
  overflow: hidden;
}
.system-choice .choice-content .top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.system-choice .choice-content .bot-box {
  width: 100%;
  height: 95px;
  background-color: #f6f6f6;
  padding-left: 27px;
  padding-top: 15px;
}
.system-choice .choice-content .bot-box .t1 {
  font-size: 24px;
  color: #282828;
}
.system-choice .choice-content .bot-box .t2 {
  font-size: 14px;
  color: #777777;
  margin-top: 6px;
}

.system-submitted {
  width: 100%;
  background-image: url("../images/system-bg4.png");
  background-size: cover;
  padding-top: 9.6%;
  padding-bottom: 9.6%;
}
.system-submitted .submitted-content {
  width: 100%;
}
.system-submitted .submitted-content .left {
  width: 42.57%;
}
.system-submitted .submitted-content .right {
  padding-left: 6.56%;
  width: 57.43%;
}
.system-submitted .submitted-content .them-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 42px;
}
.system-submitted .submitted-content .tow-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  margin-top: 38px;
}
.system-submitted .submitted-content .desc {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 35px;
}

.system-features {
  width: 100%;
  background-color: #ffffff;
  padding-top: 6.3%;
  padding-bottom: 6.8%;
}
.system-features .features-content {
  width: 100%;
}
.system-features .features-content .list {
  width: 25%;
  text-align: center;
  margin-top: 80px;
}
.system-features .features-content .list .t1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #282828;
  margin-top: 24px;
}
.system-features .features-content .list .desc {
  font-size: 15px;
  line-height: 24px;
  color: #555555;
  margin-top: 24px;
}

.system-architecture {
  width: 100%;
  background-image: url("../images/system-bg5.png");
  background-size: cover;
  padding-top: 5.6%;
  padding-bottom: 7.3%;
}
.system-architecture .architecture-content {
  width: 100%;
  margin-top: 6.6%;
}
.system-architecture .architecture-content .list {
  width: calc(33.33% - 18px);
  height: 171px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  margin-right: 27px;
  margin-bottom: 40px;
  transition: all 0.2s;
  padding: 34px 40px 0;
  overflow: hidden;
  cursor: pointer;
}
.system-architecture .architecture-content .list:nth-child(3n) {
  margin-right: 0;
}
.system-architecture .architecture-content .list:hover {
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.3);
  background-color: rgb(255, 255, 255);
}
.system-architecture .architecture-content .list:hover .text1 {
  color: #282828;
}
.system-architecture .architecture-content .list:hover .text2 {
  color: #282828;
}
.system-architecture .right-box {
  margin-left: 12px;
}
.system-architecture .right-box::before, .system-architecture .right-box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 26%;
  height: 100%;
  transform: scaleY(0);
  transition: all 0.2s ease;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
}
.system-architecture .right-box::before {
  left: 50%;
  transition-delay: 0.2s;
}
.system-architecture .right-box::after {
  left: 75%;
  transition-delay: 0.26s;
}
.system-architecture .right-box .text1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.2s;
}
.system-architecture .right-box .text2 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.2s;
  margin-top: 12px;
}

.system-high {
  width: 100%;
  background-color: #ffffff;
  padding-top: 5.06%;
  padding-bottom: 10.6%;
}
.system-high .high-content {
  width: 100%;
  margin-top: 70px;
}
.system-high .high-content .list {
  width: calc(20% - 16px);
  height: 402px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.system-high .high-content .list .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.system-high .high-content .list:nth-child(5n) {
  margin-right: 0;
}
.system-high .list {
  padding-top: 143px;
  padding-left: 31px;
  transition: all 0.2s;
}
.system-high .list .garden {
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-align: center;
  line-height: 62px;
  position: relative;
  z-index: 66;
}
.system-high .list .right-icon {
  display: inline-block;
  color: #ffffff;
  font-size: 26px;
  position: relative;
  z-index: 66;
  font-weight: 100;
  margin-top: 70px;
  transition: all 0.2s;
}
.system-high .list .text1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 66;
  margin-top: 28px;
  transition: all 0.2s;
}
.system-high .bot-box {
  width: 100%;
  height: 0px;
  background-color: #f21f14;
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 90;
  padding: 0 30px;
  transition: all 0.2s;
}
.system-high .bot-box .titles {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 22px;
}
.system-high .bot-box .desc {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 18px;
}
.system-high .list:hover {
  padding-top: 103px;
}
.system-high .list:hover .bg {
  transform: scale(1.1);
}
.system-high .list:hover .bot-box {
  height: 214px;
}
.system-high .list:hover .right-icon {
  opacity: 0;
}
.system-high .list:hover .text1 {
  opacity: 0;
}

.system-gateway {
  width: 100%;
  background-image: url(../images/list/list-bg1.png);
  background-size: cover;
  padding-bottom: 9.8%;
  padding-top: 5.8%;
}
.system-gateway .gateway-content {
  width: 100%;
  height: 396px;
  background-color: #ffffff;
  padding: 72px 0 59px;
  overflow: hidden;
  margin-top: 80px;
}
.system-gateway .gateway-content .list {
  width: 25%;
  height: 100%;
  text-align: center;
  border-right: 1px solid #e9ebf5;
  padding-top: 26px;
}
.system-gateway .gateway-content .list:nth-child(5n) {
  border-right: none;
}
.system-gateway .text1 {
  font-size: 24px;
  line-height: 30px;
  color: #282828;
  padding-top: 26px;
}
.system-gateway .text2 {
  font-size: 14px;
  line-height: 14px;
  color: #888888;
}
.system-gateway .number {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #7d7d7d;
  text-align: center;
  line-height: 28px;
  margin-top: 36px;
}

.system-establish {
  width: 100%;
  background-image: url("../images/system-bg6.png");
  background-size: cover;
  padding-top: 5.56%;
  padding-bottom: 6.6%;
}
.system-establish .establish-content {
  width: 100%;
  background-color: #ffffff;
  padding-top: 50px;
  margin-top: 50px;
}
.system-establish .establish-content .list {
  width: 16.66%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 50px;
}
.system-establish .establish-content .list img {
  max-height: 70px;
  transition: all 0.2s;
}
.system-establish .establish-content .list:hover img {
  box-shadow: 2px 10px 20px #ededed;
}

.cms-programme {
  width: 100%;
  background-image: url("../images/inner-bg4.png");
  background-size: cover;
  background-position: center;
  padding-top: 106px;
  padding-bottom: 120px;
}
.cms-programme .programme-content {
  width: 100%;
  margin-top: 110px;
}
.cms-programme .programme-content .list {
  width: calc(33.33% - 40px);
  margin-right: 60px;
  margin-bottom: 100px;
}
.cms-programme .programme-content .list .icon {
  color: #58deeb;
  font-size: 46px;
}
.cms-programme .programme-content .list .right-box {
  margin-left: 36px;
}
.cms-programme .programme-content .list .right-box .title {
  font-size: 26px;
  color: #ffffff;
}
.cms-programme .programme-content .list .right-box .desc {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 28px;
}
.cms-programme .programme-content .list:nth-child(3n) {
  margin-right: 0;
}

.cms-security {
  width: 100%;
  background-image: url("../images/inner-bg6.png");
  background-size: cover;
  background-position: center;
  padding-top: 9.4%;
  padding-bottom: 6.6%;
}
.cms-security .list {
  width: calc(33.33% - 34.66px);
  height: 242px;
  background-color: #55d7df;
  border-radius: 10px;
  border: solid 1px #bbebef;
  margin-right: 52px;
  margin-bottom: 48px;
  padding-top: 34px;
  padding-left: 50px;
  padding-right: 42px;
  position: relative;
  top: 0px;
  overflow: hidden;
  transition: all 0.2s;
}
.cms-security .list .text1 {
  font-size: 24px;
  color: #282828;
  font-weight: bold;
  margin-top: 10px;
  transition: all 0.2s;
}
.cms-security .list .text2 {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  opacity: 0.8;
  margin-top: 8px;
  transition: all 0.2s;
}
.cms-security .list .icon {
  font-size: 46px;
  color: #55d7df;
  transition: all 0.2s;
}
.cms-security .list .num {
  font-size: 48px;
  line-height: 48px;
  color: #d6f2f5;
  position: absolute;
  right: 26px;
  top: 36px;
}
.cms-security .board {
  width: calc(33.33% - 34.66px);
  height: 242px;
  margin-right: 52px;
}
.cms-security .board .board-text1 {
  font-size: 44px;
  line-height: 58px;
  font-weight: bold;
  color: #282828;
  margin-top: 2px;
}
.cms-security .board .board-text2 {
  font-size: 18px;
  line-height: 30px;
  color: #777777;
  padding-right: 70px;
  margin-top: 10px;
}
.cms-security .list:nth-child(3n) {
  margin-right: 0;
}
.cms-security .list::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: scale(1);
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.2s ease-out;
}
.cms-security .list:hover {
  box-shadow: 2px 10px 20px rgba(255, 255, 255, 0.5);
  top: -4px;
}

.education-product {
  width: 100%;
  background-color: #f5f6fa;
  margin-top: -82px;
  padding-top: 7.6%;
  padding-bottom: 7.2%;
}
.education-product .product-swiper {
  position: relative;
  height: 460px;
}
.education-product .product-swiper .swiper-slide {
  height: 460px;
  background-color: #ffffff;
}
.education-product .education-content {
  position: relative;
  height: 460px;
  margin-top: 80px;
}
.education-product .swiper-product-next,
.education-product .swiper-product-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #4d19e3;
  position: absolute;
  top: 189px;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s;
}
.education-product .swiper-product-next:hover,
.education-product .swiper-product-prev:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -1px, 0);
}
.education-product .swiper-product-next {
  right: -78px;
}
.education-product .swiper-product-prev {
  left: -78px;
}
.education-product .swiper-button-disabled {
  opacity: 1;
  background-color: #dddfe4;
}
.education-product .swiper-button-disabled:hover {
  box-shadow: none;
  transform: none;
  cursor: auto;
}
.education-product .top-title {
  height: 104px;
  background-image: url("../images/education-bg1.png");
  background-size: cover;
  background-position: left bottom;
  position: relative;
  color: #ffffff;
}
.education-product .top-title img {
  width: 100%;
}
.education-product .top-title .text {
  padding-top: 26px;
  padding-left: 35px;
}
.education-product .top-title .t1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.education-product .top-title .t2 {
  font-size: 12px;
  line-height: 30px;
}
.education-product .bot-box {
  padding: 8px 40px;
}
.education-product .bot-box .list {
  height: 80px;
  border-bottom: 1px solid #eff2fa;
  padding-top: 17px;
}
.education-product .bot-box .list .t1 {
  color: #000000;
}
.education-product .bot-box .list .t2 {
  font-size: 14px;
  color: #777777;
}
.education-product .bot-box .list .icon {
  font-size: 12px;
  color: #737373;
  margin-top: 12px;
}
.education-product .bot-box .list:last-child {
  border-bottom: none;
}

.education-system {
  width: 100%;
  background-color: #e5edfc;
  padding-top: 5.8%;
  padding-bottom: 6.6%;
}
.education-system .system-content {
  width: 100%;
  height: 655px;
  background-color: #ffffff;
  margin-top: 70px;
}
.education-system .system-content .left {
  width: 27.57%;
  height: 655px;
  background-image: url("../images/education-bg2.png");
  background-size: cover;
  background-position: center bottom;
  color: #ffffff;
}
.education-system .system-content .right {
  width: 72.43%;
  text-align: center;
}
.education-system .left {
  padding-top: 55px;
  padding-left: 3.6%;
  padding-right: 3.6%;
}
.education-system .left .t1 {
  font-size: 36px;
  font-weight: bold;
}
.education-system .left .t2 {
  font-size: 40px;
  line-height: 52px;
}
.education-system .left ul {
  margin-top: 30px;
  min-height: 300px;
}
.education-system .left ul li {
  line-height: 60px;
}
.education-system .left ul li::before {
  content: "\e66a";
  font-family: "icon";
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 12px;
}
.education-system .left .rogramme {
  display: block;
  height: 58px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 10px;
  border: solid 1px #ae87ff;
  margin-top: 50px;
}
.education-system .left .rogramme:hover {
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.2);
  transform: translate3d(0, -2px, 0);
}
.education-system .right {
  padding-top: 30px;
  padding: 28px 40px 0;
}
.education-system .right .t1 {
  font-size: 30px;
  line-height: 58px;
  color: #1a2cbf;
  position: relative;
  font-weight: 500;
}
.education-system .right .t1::after {
  content: "";
  display: block;
  width: 187px;
  height: 5px;
  background-image: linear-gradient(90deg, #4d19e3 0%, #802def 100%), linear-gradient(#f5f7fa, #f5f7fa);
  background-blend-mode: normal, normal;
  border-radius: 2px;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  margin-left: -93.5px;
  bottom: -5px;
}
.education-system .right .right-box {
  margin-top: 50px;
}
.education-system .right .right-box > li {
  width: calc(33.33% - 23.33px);
  height: 224px;
  background-color: #f5f7fa;
  margin-right: 35px;
  margin-bottom: 32px;
  padding-top: 28px;
}
.education-system .right .right-box li:nth-child(3n) {
  margin-right: 0;
}
.education-system .right .list-ul {
  padding: 0 25px;
  margin-top: 30px;
}
.education-system .right .list-ul li {
  width: calc(50% - 4px);
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  margin-bottom: 13px;
  font-size: 14px;
  color: #666666;
}
.education-system .right .list-ul li:nth-child(2n) {
  margin-left: 8px;
}
.education-system .right .toplist-t1 .icon {
  font-size: 28px;
  background: linear-gradient(-28deg, #1c57ff 0%, #8caaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.education-system .right .toplist-t1 .text {
  font-size: 24px;
  color: #282828;
  margin-left: 6px;
}
.education-system .right .toplist-t1 .text .icon {
  font-size: 28px;
  margin-right: 8px;
  background: linear-gradient(to top, #4d19e3, #ee3f6a);
  /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
}
.education-system .right .list-box {
  height: 100px;
  font-size: 14px;
  color: #282828;
  margin: 28px 20px;
  line-height: 23px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 23px;
}

.education-online {
  width: 100%;
  background-image: url("../images/education-bg3.png");
  background-size: cover;
  background-position: center;
  padding-top: 6.1%;
  padding-bottom: 11.6%;
  position: relative;
}
.education-online .online-centet {
  width: 41.57%;
  padding-bottom: 41.57%;
  border-radius: 50%;
  position: relative;
  margin-left: 29.215%;
  background-size: 100% 100%;
}
.education-online .online-centet .bgs {
  width: 100%;
  position: absolute;
}
.education-online .icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(to top, #334eed, #7d2def);
  background-blend-mode: normal, normal;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
}
.education-online .center-img {
  position: absolute;
  width: 83.16%;
  top: 8.42%;
  left: 8.42%;
  animation: spinon 20s linear infinite;
  /* 应用旋转动画 */
}
.education-online .online-content {
  position: relative;
  margin-top: 80px;
}
.education-online .online-box {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.education-online .online-box .title1 {
  font-size: 18px;
  margin-top: 26px;
}
.education-online .online-box .title2 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
  opacity: 0.8;
}
.education-online .online-box .list {
  position: absolute;
}
.education-online .online-box .list:nth-child(1) {
  top: -9px;
  right: 66.93%;
}
.education-online .online-box .list:nth-child(2) {
  right: 77.14%;
  top: 50%;
  margin-top: -55px;
}
.education-online .online-box .list:nth-child(3) {
  right: 66.93%;
  bottom: 0;
}
.education-online .online-box .list:nth-child(4) {
  top: -9px;
  left: 66.29%;
}
.education-online .online-box .list:nth-child(5) {
  left: 75.93%;
  top: 50%;
  margin-top: -55px;
}
.education-online .online-box .list:nth-child(6) {
  left: 67%;
  bottom: 0;
}

.education-train {
  width: 100%;
  background-color: #ffffff;
  padding-top: 4.8%;
  padding-bottom: 6.6%;
}
.education-train .train-tab {
  margin-top: 60px;
  padding: 0 10%;
}
.education-train .train-tab .list {
  width: 300px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background-image: linear-gradient(90deg, #8920fa 0%, #530ff3 100%), linear-gradient(#60546c, #60546c);
  background-blend-mode: normal, normal;
  border-radius: 28px;
  margin: 0 5px 17px;
}
.education-train .train-box {
  width: 100%;
  margin-top: 68px;
}
.education-train .train-box .list {
  width: calc(33.33% - 23.33px);
  height: 390px;
  margin-right: 35px;
}
.education-train .train-box .list .imgs {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.education-train .train-box .list .imgs img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.education-train .train-box .list .imgs .icon {
  color: #ffffff;
  font-size: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.education-train .train-box .list:hover .imgs img {
  transform: scale(1.05);
}
.education-train .train-box .list:hover .bot-text .t1 {
  color: #1a2cbf;
}
.education-train .train-box .list:nth-child(3n) {
  margin-right: 0;
}
.education-train .train-box .bot-text {
  text-align: center;
  margin-top: 38px;
}
.education-train .train-box .bot-text .t1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #282828;
}
.education-train .train-box .bot-text .t2 {
  font-size: 16px;
  color: #282828;
  line-height: 30px;
  margin-top: 6px;
}

.o2o-product {
  width: 100%;
  margin-top: -82px;
  background-color: #ffffff;
  padding-top: 7.5%;
  padding-bottom: 7.2%;
}
.o2o-product .product-content {
  width: 100%;
  padding-top: 48px;
}
.o2o-product .product-content .title1 {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: #f21f14;
}
.o2o-product .product-content .desc {
  padding: 0 11.6%;
  font-size: 14px;
  line-height: 24px;
  color: #282828;
  text-align: center;
  margin-top: 12px;
}
.o2o-product .product-box {
  width: 100%;
  height: 355px;
  margin-top: 60px;
}
.o2o-product .product-box .list {
  width: calc(33.33% - 23.33px);
  height: 335px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #e82a2f;
  background-position: right top;
  margin-right: 35px;
  transition: all 0.2s;
}
.o2o-product .product-box .list:nth-child(1) {
  background-image: url("../images/o2o-bg1.png");
}
.o2o-product .product-box .list:nth-child(2) {
  background-image: url("../images/o2o-bg2.png");
}
.o2o-product .product-box .list:nth-child(3) {
  background-image: url("../images/o2o-bg3.png");
}
.o2o-product .product-box .list:nth-child(3n) {
  margin-right: 0;
}
.o2o-product .product-ul {
  width: 100%;
  height: 156px;
  background-color: #ffffff;
}
.o2o-product .list {
  padding: 20px;
}
.o2o-product .list .num {
  font-size: 72px;
  line-height: 54px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.o2o-product .list .title .text {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
}
.o2o-product .list .title .icon {
  font-size: 76px;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.o2o-product .product-ul {
  padding-left: 26px;
  padding-top: 18px;
  margin-top: 24px;
}
.o2o-product .product-ul .li::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background-color: #f21f14;
  content: "\e66a";
  font-family: "icon";
  font-size: 14px;
  color: #ffffff;
  margin-right: 8px;
}
.o2o-product .product-ul .li {
  line-height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #282828;
}
.o2o-product .product-box .title {
  margin-top: -22px;
}
.o2o-product .list:hover {
  height: 355px;
  padding: 40px 20px 20px;
  box-shadow: 0 15px 30px rgba(232, 42, 47, 0.2);
}

.o2o-etail {
  width: 100%;
  background-image: url("../images/o2o-bg4.png");
  background-size: cover;
  background-position: center;
  padding-top: 4.9%;
  padding-bottom: 3.6%;
}
.o2o-etail .etail-content {
  width: 100%;
  margin-top: 60px;
}
.o2o-etail .etail-content .list {
  width: calc(33.33% - 13.33px);
  height: 335px;
  background-color: #ffffff;
  margin-right: 20px;
  margin-bottom: 48px;
}
.o2o-etail .etail-content .list .img-box {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.o2o-etail .etail-content .list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in;
}
.o2o-etail .etail-content .list:nth-child(3n) {
  margin-right: 0;
}
.o2o-etail .etail-content .bot {
  width: 100%;
  height: 115px;
  color: #282828;
  text-align: center;
  padding-top: 20px;
  position: relative;
  transition: all 0.3s;
}
.o2o-etail .etail-content .bot .titles1 {
  font-size: 18px;
  transition: all 0.2s;
}
.o2o-etail .etail-content .bot .desc1 {
  font-size: 14px;
  margin-top: 8px;
  padding: 0 17%;
}
.o2o-etail .etail-content .list:hover img {
  transform: scale(1.05);
}
.o2o-etail .etail-content .list:hover .bot {
  background-color: #f21f14;
  color: #ffffff;
}
.o2o-etail .etail-content .list:hover .bot .titles1 {
  font-weight: bold;
}
.o2o-etail .etail-content .list:hover .bot::after {
  height: 100%;
}

.o2o-advantage {
  width: 100%;
  background-color: #eff4fd;
  padding-top: 120px;
  padding-bottom: 126px;
}
.o2o-advantage .advantage-content {
  width: 100%;
  height: 490px;
  position: relative;
  margin-top: 70px;
}
.o2o-advantage .center {
  width: 456px;
  height: 455px;
  position: absolute;
  left: 50%;
  top: 16px;
  margin-left: -228px;
  z-index: 99;
}
.o2o-advantage .list {
  width: calc(50% - 68.5px);
  height: 206px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: 79px;
  padding-top: 30px;
}
.o2o-advantage .list p {
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}
.o2o-advantage .list .desc {
  font-size: 14px;
  color: #929292;
  line-height: 28px;
  margin-top: 12px;
}
.o2o-advantage .list::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 206px;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
  position: absolute;
}
.o2o-advantage .list:nth-child(2n) {
  margin-left: 137px;
}
.o2o-advantage .list:nth-child(1)::after {
  border-color: transparent #eff4fd transparent transparent;
  right: 0;
  top: 0;
}
.o2o-advantage .list:nth-child(2)::after {
  border-color: transparent transparent #eff4fd transparent;
  left: -206px;
  top: -206px;
}
.o2o-advantage .list:nth-child(3)::after {
  border-color: transparent #eff4fd transparent transparent;
  right: 0px;
  top: -206px;
}
.o2o-advantage .list:nth-child(4)::after {
  border-color: #eff4fd transparent transparent transparent;
  left: -206px;
  top: 0;
}
.o2o-advantage .list:nth-child(2n) {
  padding-right: 40px;
  padding-left: 203px;
}
.o2o-advantage .list:nth-child(2n-1) {
  padding-left: 40px;
  padding-right: 203px;
}

.o2o-coke {
  width: 100%;
  background-color: #ffffff;
  padding-top: 105px;
  padding-bottom: 192px;
}
.o2o-coke .coke-content {
  width: 100%;
  margin-top: 80px;
}
.o2o-coke .coke-content .list {
  width: 16.66%;
  position: relative;
  overflow: hidden;
}
.o2o-coke .coke-content .list .img-box {
  width: 100%;
}
.o2o-coke .coke-content .list .img-box img {
  width: 100%;
  transition: all 0.2s;
}
.o2o-coke .coke-content .list:hover img {
  transform: scale(1.05);
}
.o2o-coke .coke-content .list:hover .bot::after {
  height: 100%;
}
.o2o-coke .coke-content .list:hover .bot .icon {
  color: #ffffff;
}
.o2o-coke .bot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 26px;
  transition: all 0.2s;
  padding-bottom: 46px;
}
.o2o-coke .bot .icon {
  color: #f21f14;
  font-size: 30px;
  margin-bottom: 8px;
  position: relative;
  z-index: 66;
}
.o2o-coke .bot .t1 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
  z-index: 66;
}
.o2o-coke .bot .t2 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 2px;
  position: relative;
  z-index: 66;
}
.o2o-coke .bot::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background: linear-gradient(to top, #da1c13, transparent 70%, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s;
}

.o2o-integration {
  width: 100%;
  background-color: #eff4fd;
  padding-top: 96px;
  padding-bottom: 126px;
}
.o2o-integration .integration-content {
  width: 100%;
  margin-top: 55px;
}
.o2o-integration .integration-content .list {
  width: calc(25% - 7.5px);
  height: 220px;
  background-color: #ffffff;
  margin-right: 10px;
  margin-bottom: 13px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
}
.o2o-integration .integration-content .list .top {
  position: relative;
}
.o2o-integration .integration-content .list .top .icon {
  color: #e7ecf5;
  font-size: 60px;
  position: absolute;
  right: 4px;
  top: -12px;
  transition: all 0.2s;
}
.o2o-integration .integration-content .list .top::after {
  content: "";
  display: block;
  width: 29px;
  height: 2px;
  background-color: #e82a2f;
  position: absolute;
  left: 0;
  bottom: -13px;
}
.o2o-integration .integration-content .list .top .t1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #282828;
  transition: all 0.2s;
}
.o2o-integration .integration-content .list .top.ta-c::after {
  left: 50%;
  margin-left: -15px;
}
.o2o-integration .integration-content .list .desc {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin-top: 60px;
  transition: all 0.2s;
}
.o2o-integration .integration-content .list:nth-child(4n) {
  margin-right: 0;
}
.o2o-integration .integration-content .list::after {
  content: "";
  display: block;
  width: 0%;
  padding-bottom: 0%;
  border-radius: 50%;
  background-color: #e82a2f;
  position: absolute;
  left: -50%;
  top: -50%;
  transition: all 0.2s;
  z-index: -1;
}
.o2o-integration .integration-content .link {
  margin-top: 40px;
}
.o2o-integration .integration-content .link span {
  width: 151px;
  height: 47px;
  display: inline-block;
  background-color: #e82a2f;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  line-height: 47px;
  text-align: center;
  transition: all 0.2s;
}
.o2o-integration .integration-content .list:hover::after {
  width: 200%;
  padding-bottom: 200%;
}
.o2o-integration .integration-content .list:hover .top .icon {
  color: #ffffff;
}
.o2o-integration .integration-content .list:hover .top .t1 {
  color: #fff;
}
.o2o-integration .integration-content .list:hover .desc {
  color: #ffffff;
}
.o2o-integration .integration-content .list:hover .top::after {
  background-color: #ffffff;
}
.o2o-integration .integration-content .list:hover .link span {
  color: #e82a2f;
  background-color: #ffffff;
}

.o2o-channel {
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 138px;
  padding-bottom: 180px;
}
.o2o-channel .title {
  font-size: 48px;
  color: #282828;
  text-align: center;
}
.o2o-channel .channel-content {
  width: 100%;
  margin-top: 58px;
}
.o2o-channel .channel-content .list {
  width: calc(20% - 12px);
  height: 375px;
  background-color: #ffffff;
  margin-right: 15px;
  padding: 20px 15px;
  transition: all 0.2s;
}
.o2o-channel .channel-content .list .img-box {
  width: 100%;
  height: 145px;
}
.o2o-channel .channel-content .list .img-box img {
  width: 100%;
  height: 100%;
}
.o2o-channel .channel-content .list:nth-child(5n) {
  margin-right: 0;
}
.o2o-channel .channel-content .text-box {
  text-align: center;
  margin-top: 26px;
  padding: 0 14px;
}
.o2o-channel .channel-content .text-box .t1 {
  font-size: 18px;
  color: #2f2f2f;
}
.o2o-channel .channel-content .text-box .t2 {
  height: 42px;
  font-size: 14px;
  color: #727272;
}
.o2o-channel .channel-content .link {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #fff2f2;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 48px;
  transition: all 0.2s;
}
.o2o-channel .list:hover {
  padding: 30px 15px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.o2o-channel .list:hover .link {
  background-color: #e82a2f;
  color: #ffffff;
}

.o2o-rich {
  padding-top: 96px;
  background-color: #eff4fd;
}
.o2o-rich .title {
  text-align: center;
  font-size: 48px;
  color: #282828;
}
.o2o-rich .rich-content {
  margin-top: 60px;
  padding-bottom: 148px;
}
.o2o-rich .rich-content .list {
  width: calc(33.33% - 25.33px);
  height: 179px;
  background-color: #ffffff;
  margin-right: 38px;
  padding: 62px 5% 0 3%;
  transition: all 0.2s;
}
.o2o-rich .rich-content .list .icon {
  color: #e82a2f;
  font-size: 48px;
}
.o2o-rich .rich-content .list .t1 {
  font-size: 18px;
  font-weight: bold;
}
.o2o-rich .rich-content .list .desc {
  font-size: 14px;
  color: #555555;
  line-height: 30px;
  margin-top: 14px;
}
.o2o-rich .rich-content .list .right {
  margin-left: 26px;
}
.o2o-rich .rich-content .list:nth-child(3n) {
  margin-right: 0;
}
.o2o-rich .rich-content .list:hover {
  background-color: #fff2f2;
}

.o2o-core {
  width: 100%;
  background-color: #ffffff;
  padding-top: 102px;
  padding-bottom: 158px;
}
.o2o-core .core-content {
  margin-top: 80px;
}
.o2o-core .core-content .garden {
  width: 141px;
  height: 141px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #e82a2f;
  text-align: center;
  line-height: 141px;
  transition: all 0.2s;
}
.o2o-core .core-content .garden .icon {
  font-size: 58px;
  color: #e82a2f;
}
.o2o-core .list {
  position: relative;
}
.o2o-core .list .titles {
  width: 141px;
  text-align: center;
  color: #000000;
  margin-top: 16px;
}
.o2o-core .list::after {
  content: "\e706";
  font-family: "icon";
  font-size: 14px;
  color: #e82a2f;
  position: absolute;
  right: calc(50% - 80px);
  top: 69px;
}
.o2o-core .list:last-child::after {
  display: none;
}
.o2o-core .list:hover .garden {
  background-color: #e82a2f;
}
.o2o-core .list:hover .garden .icon {
  color: #ffffff;
}

.o2o-bigdata {
  background-color: #eff4fd;
  padding-top: 84px;
  padding-bottom: 122px;
}
.o2o-bigdata .bigdata-content {
  margin-top: 60px;
}
.o2o-bigdata .bigdata-content .list {
  width: calc(33.33% - 30.66px);
  height: 390px;
  margin-right: 46px;
  background-color: #ffffff;
}
.o2o-bigdata .bigdata-content .list .top {
  height: 104px;
  background-image: url("../images/o2o-img5.png");
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  line-height: 92px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.o2o-bigdata .bigdata-content .list:nth-child(3n) {
  margin-right: 0;
}
.o2o-bigdata .bot {
  padding: 0 24px;
}
.o2o-bigdata .bot ul {
  width: 100%;
  border-bottom: 1px solid #eff2fa;
}
.o2o-bigdata .bot li {
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  color: #282828;
  position: relative;
}
.o2o-bigdata .bot li:before {
  content: "\e66a";
  font-family: "icon";
  color: #e82a2f;
  font-weight: bold;
  font-weight: 14px;
}
.news-consultation {
  padding-top: 70px;
  background-color: #f7f7f7;
}
.news-consultation .tabs-box {
  padding-bottom: 100px;
}
.news-consultation .title-them {
  font-size: 60px;
  color: #282828;
}
.news-consultation .title-desc {
  font-size: 30px;
  margin-top: 6px;
}
.news-consultation .tabs {
  margin-top: 72px;
}
.news-consultation .tabs a {
  display: inline-block;
  width: 183px;
  height: 57px;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 57px;
  color: #282828;
  background-color: #ffffff;
  margin-right: 14px;
}
.news-consultation .tabs a.active,
.news-consultation .tabs a:hover {
  background-color: #c73925;
  color: #ffffff;
}
.news-consultation .content-box {
  width: 100%;
  margin-top: 52px;
}
.news-consultation .content-box .list-text {
  width: calc(33.33% - 21.33px);
  height: 226px;
  background-color: #ffffff;
  margin-right: 32px;
  margin-bottom: 60px;
  position: relative;
}
.news-consultation .content-box .list-text .bot-text {
  padding: 20px;
}
.news-consultation .content-box .list-text .bot-text .title {
  line-height: 30px;
  min-height: 60px;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
}
.news-consultation .content-box .list-text .bot-text .desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  min-height: 52px;
  color: #333333;
  margin-top: 24px;
}
.news-consultation .content-box .list-text .bot-text .date {
  font-weight: 400;
  font-size: 14px;
  margin-top: 22px;
}
.news-consultation .content-box .list-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #CA4532;
  transition: all 0.2s;
}
.news-consultation .content-box .list-text:hover {
  background-color: #E7E7E7;
}
.news-consultation .content-box .list-text:hover::after {
  width: 100%;
}
.news-consultation .content-box .list-text:nth-child(3n) {
  margin-right: 0;
}
.news-consultation .content-box .list {
  width: calc(33.33% - 21.33px);
  background-color: #ffffff;
  margin-right: 32px;
  margin-bottom: 60px;
  position: relative;
}
.news-consultation .content-box .list .img-box {
  height: 158px;
  overflow: hidden;
}
.news-consultation .content-box .list .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.news-consultation .content-box .list .bot-text {
  height: 98px;
  background-color: #ffffff;
  padding: 26px 20px 12px;
}
.news-consultation .content-box .list .bot-text .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #282828;
  transition: all 0.2s;
}
.news-consultation .content-box .list .bot-text .desc {
  font-size: 14px;
  line-height: 30px;
  color: #282828;
  margin-top: 8px;
  height: 60px;
}
.news-consultation .content-box .list .bot-text .date {
  font-size: 14px;
  color: #777777;
  line-height: 30px;
  margin-top: 10px;
}
.news-consultation .content-box .list:nth-child(3n) {
  margin-right: 0;
}
.news-consultation .pageing {
  margin-top: 27px;
}
.news-consultation .list::before {
  content: "";
  display: block;
  height: 3px;
  width: 0px;
  background-color: #c73925;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s;
}
.news-consultation .list::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  z-index: -1;
}
.news-consultation .list:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.news-consultation .list:hover .img-box img {
  transform: scale(1.05);
}
.news-consultation .list:hover .title {
  color: #c73925;
}

.pageing a {
  display: inline-block;
  text-align: center;
  margin: 0 12px 8px;
}
.pageing .first-page,
.pageing .last-page {
  display: inline-block;
  height: 40px;
  font-size: 14px;
  color: #282828;
  line-height: 40px;
  padding: 0 16px;
}
.pageing .first-page:hover,
.pageing .last-page:hover {
  color: #c73925;
}
.pageing .page a {
  width: 40px;
  height: 40px;
  background-color: #ececec;
  line-height: 40px;
  font-family: "Arial";
  font-size: 16px;
  color: #282828;
  margin: 0 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: translateZ(0);
}
.pageing .page a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #c73925;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.2s ease-out;
}
.pageing .page a:hover {
  color: #ffffff;
}
.pageing .page a:hover::before {
  transform: scale(1.5);
}
.pageing .page a.active {
  background-color: #c73925;
  color: #ffffff;
}

.innernew-info {
  background-color: #f7f7f7;
  padding-top: 30px;
}
.innernew-info .innernew-crumb a {
  font-size: 14px;
  color: #777777;
}
.innernew-info .innernew-crumb a:after {
  content: "\edfb";
  font-family: "icon";
  font-size: 12px;
  color: #777777;
}
.innernew-info .innernew-crumb a:last-child:after {
  display: none;
}
.innernew-info .innernew-crumb a:hover {
  color: #c73925;
  font-weight: bold;
}
.innernew-info .innernew-content {
  margin-top: 52px;
}
.innernew-info .innernew-content .title {
  font-size: 40px;
  color: #282828;
}
.innernew-info .innernew-content .desc {
  font-size: 14px;
  color: #282828;
  margin-top: 20px;
}
.innernew-info .innernew-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
  margin-top: 44px;
}
.innernew-info .innernew-page {
  margin-top: 36px;
  border-top: 1px solid #dedede;
  padding: 22px 0;
}
.innernew-info .innernew-page a {
  font-size: 16px;
}
.innernew-info .innernew-page a:hover {
  color: #c73925;
}
.innernew-info .mmendation {
  margin-top: 100px;
}
.innernew-info .mmendation .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
}
.innernew-info .mmendation .title span {
  font-size: 30px;
  color: #282828;
}
.innernew-info .mmendation .title a {
  font-size: 16px;
  color: #777777;
}
.innernew-info .mmendation-content {
  margin-top: 46px;
  padding-bottom: 80px;
}
.innernew-info .mmendation-content .list {
  width: calc(33.33% - 22px);
  height: 173px;
  background-color: #ffffff;
  margin-right: 33px;
  margin-bottom: 32px;
  padding: 26px 20px 22px;
  transition: all 0.2s;
}
.innernew-info .mmendation-content .list .titles {
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  line-height: 20px;
  transition: all 0.2s;
}
.innernew-info .mmendation-content .list .desc {
  font-size: 14px;
  line-height: 30px;
  color: #282828;
  margin-top: 8px;
  transition: all 0.2s;
}
.innernew-info .mmendation-content .list .date {
  font-size: 14px;
  color: #777777;
  margin-top: 14px;
  transition: all 0.2s;
}
.innernew-info .mmendation-content .list:nth-child(3n) {
  margin-right: 0;
}
.innernew-info .mmendation-content .list {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.innernew-info .mmendation-content .list::before, .innernew-info .mmendation-content .list::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #c73925;
  border-radius: 50%;
  opacity: 0.1;
  transition: all 0.2s;
  z-index: -1;
}
.innernew-info .mmendation-content .list::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.innernew-info .mmendation-content .list::after {
  right: -20px;
  transform: translate(50%, -50%);
}
.innernew-info .mmendation-content .list:hover {
  background-color: #c73925;
}
.innernew-info .mmendation-content .list:hover .titles,
.innernew-info .mmendation-content .list:hover .desc,
.innernew-info .mmendation-content .list:hover .date {
  color: #ffffff;
}

.operation-solve {
  padding-top: 104px;
  background-color: #f6f9ff;
  padding-bottom: 164px;
}
.operation-solve .solve-content {
  width: 100%;
  margin-top: 90px;
}
.operation-solve .solve-content .list {
  width: 33.33%;
  height: 242px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  margin-top: -1px;
  position: relative;
  padding: 38px 40px 26px;
}
.operation-solve .solve-content .list:nth-child(3n) {
  margin-left: -1px;
}
.operation-solve .solve-content .list:nth-child(3n-1) {
  margin-left: -1px;
}
.operation-solve .solve-content .list:hover {
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
  z-index: 11;
}
.operation-solve .solve-content .list:hover .desc {
  color: #e83940;
}
.operation-solve .title span {
  font-size: 20px;
  margin-left: 11px;
}
.operation-solve .desc {
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  margin-top: 22px;
  transition: all 0.2s;
}
.operation-solve .link {
  margin-top: 10px;
}
.operation-solve .link a {
  display: inline-block;
  height: 38px;
  border-radius: 6px;
  text-align: center;
  line-height: 38px;
  color: #e83940;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 0px;
  padding-right: 16px;
}
.operation-solve .link a span {
  font-size: 12px;
}
.operation-solve .link a::after {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  background-color: #e83940;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s;
}
.operation-solve .list:hover .link a::after {
  width: 100%;
}
.operation-solve .list:hover .link a {
  padding-left: 16px;
  color: #ffffff;
}

.operation-eight {
  background-color: #ebeef3;
  padding-top: 104px;
  padding-bottom: 164px;
}
.operation-eight .eight-content {
  width: 100%;
  height: 485px;
  margin-top: 88px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
}
.operation-eight .person-img {
  position: absolute;
  bottom: 0;
  left: -65px;
}
.operation-eight .eight-box {
  width: calc(100% - 380px);
  height: 100%;
  margin-left: 380px;
  padding: 52px 38px 0 0;
}
.operation-eight .eight-box .list {
  width: calc(33.33% - 42.66px);
  margin-right: 64px;
}
.operation-eight .eight-box .list .link a {
  display: inline-block;
  width: 183px;
  height: 57px;
  background-color: #e83940;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 57px;
  border-radius: 10px;
}
.operation-eight .eight-box .list .link a .icon {
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
}
.operation-eight .eight-box .list .link a:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.operation-eight .eight-box .list:nth-child(3n) {
  margin-right: 0;
}
.operation-eight .eight-box .title .icon {
  font-size: 28px;
  color: #4d4d4d;
}
.operation-eight .eight-box .title .text {
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  margin-left: 14px;
}
.operation-eight .eight-box .desc {
  font-size: 14px;
  line-height: 24px;
  color: #282828;
  margin-top: 6px;
}

.operation-outline {
  background-image: url("../images/operation-bg1.png");
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 300px;
}
.operation-outline .outline-content {
  margin-top: 150px;
}
.operation-outline .outline-content .list {
  color: #ffffff;
  text-align: center;
}
.operation-outline .outline-content .list .t1 {
  font-size: 20px;
  margin-top: 26px;
}
.operation-outline .outline-content .list .t2 {
  max-width: 210px;
  font-size: 16px;
  opacity: 0.8;
  line-height: 24px;
  margin-top: 30px;
}
.operation-outline .outline-content .list .icon {
  display: inline-block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #e83940;
  color: #fff;
  font-size: 46px;
  text-align: center;
  line-height: 98px;
}
.operation-outline .outline-content .list:hover img {
  animation: buzz-out 1.2s;
}

.operation-look {
  background-color: #f6f9ff;
  padding-top: 104px;
  padding-bottom: 112px;
}
.operation-look .look-content {
  width: 100%;
  margin-top: 90px;
}
.operation-look .look-content .list {
  width: calc(33.33% - 26.66px);
  height: 228px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 20px 26px;
  overflow: hidden;
  transition: all 0.22s;
}
.operation-look .look-content .list:nth-child(3n) {
  margin-right: 0;
}
.operation-look .look-content .img-box {
  height: 46px;
  transition: all 0.2s;
}
.operation-look .look-content .img-box img {
  height: 46px;
  transition: all 0.2s;
}
.operation-look .look-content .desc {
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #282828;
  margin-top: 20px;
}
.operation-look .look-content .name {
  color: #777777;
  font-size: 14px;
  line-height: 30px;
  margin-top: 24px;
}
.operation-look .list:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.operation-look .list:hover .img-box {
  height: 100px;
}
.operation-look .list:hover .img-box img {
  height: 65px;
}
.operation-look .list:hover .desc {
  color: #e83940;
  font-weight: bold;
}

.cms-advantage {
  width: 100%;
  margin-top: -82px;
  background-color: #f1f7ff;
  background-image: url("../images/system-bg7.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 169px;
  padding-bottom: 7.2%;
}
.cms-advantage .advantage-content {
  width: 100%;
  margin-top: 64px;
}
.cms-advantage .list {
  overflow: hidden;
  z-index: 1;
  width: calc(33.33% - 24px);
  height: 227px;
  background-color: #ffffff;
  padding: 38px 15px 25px 36px;
  margin-right: 36px;
  margin-bottom: 36px;
  position: relative;
  top: 0px;
  transition: top 0.2s;
  cursor: pointer;
}
.cms-advantage .list:nth-child(3n) {
  margin-right: 0;
}
.cms-advantage .list .title {
  font-size: 30px;
  line-height: 30px;
  color: #282828;
}
.cms-advantage .list .desc {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  padding-right: 94px;
  margin-top: 14px;
}
.cms-advantage .list .icon {
  display: block;
  width: 74px;
  height: 74px;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 74px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 29px;
}
.cms-advantage .list .link {
  display: inline-block;
  margin-top: 20px;
  width: 100px;
  height: 33px;
  border-radius: 20px;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#f5f6fa, #f5f6fa);
  background-blend-mode: normal, normal;
  border: solid 1px #d7e2fa;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #777777;
  position: relative;
  z-index: 66;
  overflow: hidden;
}
.cms-advantage .list a::after {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  background-color: #e6232b;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s;
  z-index: -1;
}
.cms-advantage .list:nth-child(1) .icon {
  background-image: linear-gradient(0deg, #4f5ce8 0%, #19aee4 100%), linear-gradient(#f5f6fa, #f5f6fa);
  background-blend-mode: normal, normal;
}
.cms-advantage .list:nth-child(2) .icon {
  background-image: linear-gradient(0deg, #5c4cd8 0%, #904feb 100%), linear-gradient(#f5f6fa, #f5f6fa);
  background-blend-mode: normal, normal;
}
.cms-advantage .list:nth-child(3) .icon {
  background-image: linear-gradient(0deg, #f14747 0%, #ff8a81 100%), linear-gradient(#f5f6fa, #f5f6fa);
  background-blend-mode: normal, normal;
}
.cms-advantage .list:nth-child(4) .icon {
  background-image: linear-gradient(0deg, #03b29f 0%, #00f2c4 100%), linear-gradient(#f5f6fa, #f5f6fa);
  background-blend-mode: normal, normal;
}
.cms-advantage .list:nth-child(5) .icon {
  background-image: linear-gradient(0deg, #ffa53d 0%, #ffd852 100%), linear-gradient(#f5f6fa, #f5f6fa);
  background-blend-mode: normal, normal;
}
.cms-advantage .list:nth-child(6) .icon {
  background-image: linear-gradient(0deg, #299af2 0%, #7bdbff 100%), linear-gradient(#f5f6fa, #f5f6fa);
  background-blend-mode: normal, normal;
}
.cms-advantage .list:hover {
  box-shadow: 2px 10px 20px #ededed;
  top: -4px;
}
.cms-advantage .list:hover .desc {
  color: #e6232b;
}

.cms-highlights {
  background-image: url("../images/inner-bg5.png");
  background-size: cover;
  background-position: center center;
  padding-top: 190px;
  padding-bottom: 200px;
}
.cms-highlights .left {
  width: 45.86%;
}
.cms-highlights .left img {
  width: 100%;
}
.cms-highlights .right-box {
  width: 54.14%;
  padding-left: 100px;
}
.cms-highlights .right-box .title {
  font-size: 48px;
  line-height: 62px;
  font-weight: bold;
  color: #282828;
}
.cms-highlights .right-box .desc {
  font-size: 18px;
  color: #777777;
  line-height: 30px;
}
.cms-highlights .right-box ul {
  margin-top: 48px;
}
.cms-highlights .right-box ul li {
  margin-bottom: 34px;
}
.cms-highlights .right-box ul .t1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #0f6af5;
}
.cms-highlights .right-box ul .t2 {
  font-size: 16px;
  color: #282828;
  line-height: 26px;
}
.cms-highlights .right-box .link {
  display: inline-block;
  width: 132px;
  height: 43px;
  background-color: #0564f5;
  border-radius: 6px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 43px;
  margin-top: 30px;
}

.crm-demand {
  width: 100%;
  background-color: #ffffff;
  padding-top: 107px;
  padding-bottom: 95px;
}
.crm-demand .demand-content {
  margin-top: 66px;
}
.crm-demand .demand-content .imgs {
  height: 120px;
  line-height: 120px;
}
.crm-demand .demand-content .list {
  width: calc(25% - 25.5px);
  height: 281px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #d8e0e3;
  margin-right: 34px;
  margin-bottom: 33px;
  text-align: center;
  padding: 15px 46px 0;
  position: relative;
  z-index: 66;
  overflow: hidden;
  transition: all 0.2s;
}
.crm-demand .demand-content .list .title {
  font-size: 24px;
  line-height: 30px;
  color: #282828;
  font-weight: bold;
  margin-top: 14px;
}
.crm-demand .demand-content .list .desc {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  margin-top: 18px;
}
.crm-demand .demand-content .list:nth-child(4n) {
  margin-right: 0;
}
.crm-demand .demand-content .list::after {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  left: 0;
  bottom: -36px;
  z-index: -1;
  transition: all 0.2s;
  opacity: 0;
}
.crm-demand .demand-content .list:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.crm-demand .demand-content .list:hover::after {
  bottom: 0px;
  opacity: 1;
}
.crm-demand .demand-content .list:nth-child(1)::after {
  background: linear-gradient(to top, rgb(254, 231, 207), rgba(254, 231, 207, 0));
}
.crm-demand .demand-content .list:nth-child(2)::after {
  background: linear-gradient(to top, rgb(219, 220, 251), rgba(219, 220, 251, 0));
}
.crm-demand .demand-content .list:nth-child(3)::after {
  background: linear-gradient(to top, rgb(189, 238, 234), rgba(189, 238, 234, 0));
}
.crm-demand .demand-content .list:nth-child(4)::after {
  background: linear-gradient(to top, rgb(219, 220, 251), rgba(219, 220, 251, 0));
}
.crm-demand .demand-content .list:nth-child(5)::after {
  background: linear-gradient(to top, rgb(189, 238, 234), rgba(189, 238, 234, 0));
}
.crm-demand .demand-content .list:nth-child(6)::after {
  background: linear-gradient(to top, rgb(226, 242, 255), rgba(226, 242, 255, 0));
}
.crm-demand .demand-content .list:nth-child(7)::after {
  background: linear-gradient(to top, rgb(254, 231, 207), rgba(254, 231, 207, 0));
}
.crm-demand .demand-content .list:nth-child(8)::after {
  background: linear-gradient(to top, rgb(213, 236, 254), rgba(213, 236, 254, 0));
}

.system-development {
  padding-top: 139px;
  padding-bottom: 185px;
}
.system-development .system-box {
  width: 100%;
  height: 487px;
  position: relative;
}
.system-development .system-box .system-prev,
.system-development .system-box .system-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  cursor: pointer;
}
.system-development .system-box .system-prev font,
.system-development .system-box .system-next font {
  font-size: 40px;
  color: #999;
}
.system-development .system-box .system-prev.swiper-button-disabled,
.system-development .system-box .system-next.swiper-button-disabled {
  cursor: not-allowed;
}
.system-development .system-box .system-prev.swiper-button-disabled font,
.system-development .system-box .system-next.swiper-button-disabled font {
  color: rgba(153, 153, 153, 0.6);
}
.system-development .system-box .system-prev {
  left: -60px;
}
.system-development .system-box .system-next {
  right: -60px;
}
.system-development .development-box {
  width: 100%;
  height: 100%;
  margin-top: 69px;
}
.system-development .development-box .list {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  padding: 27px 24px 39px;
}
.system-development .development-box .list .t1 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
}
.system-development .development-box .list .t2 {
  font-size: 18px;
  line-height: 26px;
  min-height: 26px;
  color: #ffffff;
  margin-top: 8px;
}
.system-development .development-box .list ul {
  margin-top: 54px;
}
.system-development .development-box .list ul li {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 22px;
}
.system-development .development-box .list ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ffffff;
}
.system-development .development-box .list .link {
  padding: 0 14px 0 10px;
  position: relative;
  top: 60px;
  opacity: 0;
  transition: all 0.2s;
}
.system-development .development-box .list .link span {
  width: 100%;
  display: inline-block;
  height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
  font-size: 18px;
  color: #4f4f4f;
  text-align: center;
  line-height: 54px;
}
.system-development .development-box .list:hover .link {
  top: 0;
  opacity: 1;
}
.system-development .development-box .swiper-slide:nth-child(1) .list {
  background-image: url("../images/development-img1.png");
  margin-left: 0;
}
.system-development .development-box .swiper-slide:nth-child(2) .list {
  background-image: url("../images/development-img2.png");
}
.system-development .development-box .swiper-slide:nth-child(3) .list {
  background-image: url("../images/development-img3.png");
}
.system-development .development-box .swiper-slide:nth-child(4) .list {
  background-image: url("../images/development-img4.png");
}
.system-development .development-box .swiper-slide:nth-child(5) .list {
  background-image: url("../images/development-img5.png");
}
.system-development .development-box .swiper-slide:nth-child(6) .list {
  background-image: url("../images/development-img6.png");
}

.system-server {
  width: 100%;
  background-image: url("../images/system-bg8.png");
  background-position: bottom center;
  padding-top: 145px;
  padding-bottom: 132px;
}
.system-server .server-box {
  width: 100%;
  margin-top: 74px;
}
.system-server .server-box .list {
  width: calc(33.33% - 30px);
  background-color: #ffffff;
}
.system-server .server-box .list .title-box {
  width: 100%;
  height: 111px;
  background-image: url("../images/system-bg10.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 27px 0 0 33px;
  transition: all 0.2s;
}
.system-server .server-box .list .title-box .t1 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.system-server .server-box .list .title-box .t2 {
  font-size: 12px;
  line-height: 13px;
  color: #ffffff;
  margin-top: 5px;
}
.system-server .server-box .list .content-box {
  height: 437px;
  padding: 0 70px;
}
.system-server .server-box .list .content-box .li {
  line-height: 70px;
  color: #777777;
  font-size: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.system-server .server-box .list .content-box .li:first-child {
  border-top: none;
}
.system-server .server-box .list .content-box .li::before {
  font-family: "icon";
  color: #576dff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 16px;
}
.system-server .server-box .list:nth-child(1) .content-box .li::before {
  content: "\eaf1";
}
.system-server .server-box .list:nth-child(1) .title-box {
  background-image: url("../images/system-bg9.png");
}
.system-server .server-box .list:nth-child(1) .li {
  color: #282828;
}
.system-server .server-box .list:nth-child(1) .content-box .li::before {
  color: #2d48ff;
}
.system-server .server-box .list:nth-child(2) .content-box .li::before {
  content: "\e71c";
  font-size: 16px;
}
.system-server .server-box .list:nth-child(3) .content-box .li::before {
  content: "\e8e7";
}

.system-promise {
  background-color: #e6eaf6;
  padding-top: 208px;
  padding-bottom: 202px;
}
.system-promise .promise-box > div {
  margin-right: 22px;
  margin-bottom: 22px;
}
.system-promise .promise-box > div:nth-child(3n) {
  margin-right: 0;
}
.system-promise .promise-box .card-list {
  width: calc(33.33% - 14.66px);
  height: 272px;
}
.system-promise .promise-box .card-list .t1 {
  font-size: 48px;
  line-height: 48px;
}
.system-promise .promise-box .card-list .t1::after {
  content: "";
  display: inline-block;
  width: 115px;
  height: 1px;
  background-color: #282828;
  position: relative;
  top: -12px;
  left: 18px;
}
.system-promise .promise-box .card-list .t2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #2d48ff;
  margin-top: 24px;
}
.system-promise .promise-box .card-list .t3 {
  font-size: 18px;
  line-height: 24px;
  color: #777777;
  margin-top: 13px;
}
.system-promise .promise-box .list {
  width: calc(33.33% - 14.66px);
  height: 272px;
  background-color: #ffffff;
  padding: 46px 45px 37px;
  position: relative;
  top: 0px;
  transition: all 0.2s;
}
.system-promise .promise-box .list .p1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #121b49;
  transition: all 0.2s;
}
.system-promise .promise-box .list .p2 {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin-top: 29px;
  padding-right: 120px;
  transition: all 0.2s;
}
.system-promise .promise-box .list .link a {
  text-align: center;
  color: #8e8e8e;
  font-size: 16px;
  display: block;
  width: 119px;
  border-radius: 21px;
  height: 42px;
  line-height: 40px;
  border: solid 1px #d0d0d0;
  background-color: #ffffff;
  border-radius: 21px;
}
.system-promise .promise-box .list .link a:hover {
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.05);
}
.system-promise .promise-box .list .right-icon {
  position: absolute;
  right: 30px;
  bottom: 19px;
}
.system-promise .promise-box .list:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -4px;
}

.system-industry {
  background-image: url("../images/system-bg11.png");
  padding-top: 154px;
  padding-bottom: 184px;
}
.system-industry .content-box {
  width: 100%;
  height: 367px;
  margin-top: 112px;
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.57);
  background: rgba(255, 255, 255, 0.03);
}
.system-industry .content-box .list {
  width: 25%;
  text-align: center;
  color: #ffffff;
  padding-top: 90px;
  position: relative;
}
.system-industry .content-box .list .number {
  margin-top: 20px;
}
.system-industry .content-box .list .number .blod {
  font-size: 72px;
  line-height: 72px;
}
.system-industry .content-box .list p {
  font-size: 24px;
  line-height: 24px;
  margin-top: 30px;
}
.system-industry .content-box .list::after {
  content: "";
  display: block;
  width: 1px;
  height: 159px;
  opacity: 0.29;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 109px;
}

.system-process {
  padding-top: 139px;
  padding-bottom: 165px;
  background-color: #f6f8ff;
}
.system-process .content-box {
  margin-top: 103px;
  position: relative;
  z-index: 66;
}
.system-process .content-box .list {
  text-align: center;
}
.system-process .content-box .list .icon-box {
  display: inline-block;
  width: 81px;
  height: 81px;
  background-color: #e8ebff;
  border-radius: 10px;
  font-size: 40px;
  line-height: 80px;
  color: #2d48ff;
  transition: all 0.2s;
}
.system-process .content-box .list .tits {
  margin-top: 22px;
}
.system-process .content-box .list .number {
  display: inline-block;
  line-height: 24px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #d4d4d4;
  font-size: 14px;
  color: #868686;
}
.system-process .content-box .list .t1 {
  font-size: 18px;
  line-height: 18px;
  color: #282828;
  margin-top: 26px;
}
.system-process .content-box .list .t2 {
  font-size: 14px;
  line-height: 16px;
  color: #868686;
  margin-top: 6px;
}
.system-process .content-box .list:hover .icon-box {
  background-color: #2d48ff;
  color: #ffffff;
}
.system-process .content-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e8ebff;
  position: absolute;
  top: 119px;
  z-index: -1;
}

.empty-box {
  text-align: center;
  padding: 60px 0;
}
.empty-box p {
  font-size: 24px;
  margin-top: 24px;
  text-indent: 36px;
  color: #666666;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.wordcloud-box {
  width: 100%;
  max-width: 1920px;
  height: 980px;
  margin: 0 auto;
  background-image: url("../images/wordcloud-img.png");
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
.wordcloud-box .center-system {
  position: absolute;
  left: 50%;
  top: 383px;
  transform: translateX(-50%);
  z-index: 10;
  background-image: linear-gradient(-90deg, #0d91e7 0%, #38e1b7 100%), linear-gradient(#0a5af4, #0a5af4);
  background-blend-mode: normal, normal;
  border-radius: 20px;
  padding: 25px 42px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.wordcloud-box .center-system .center-text1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.wordcloud-box .center-system .center-text2 {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.wordcloud-box .data-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wordcloud-box .data-container .data-item {
  position: absolute;
  font-size: 36px;
  color: #0e92e6;
  opacity: 0;
}
.wordcloud-box .data-container .fw-b {
  font-weight: bold;
}
.wordcloud-box .data-container .fs-25 {
  font-size: 2.5vw;
}
.wordcloud-box .data-container .fs-156 {
  font-size: 1.56vw;
}
.wordcloud-box .data-container .fs-208 {
  font-size: 2.08vw;
}
.wordcloud-box .data-container .fs-188 {
  font-size: 1.88vw;
}
@keyframes showAndHide1 {
  0% {
    transform: scale(0.4) translate(0vw, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(-4.6vw, -2.6vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(-5vw, -3vw);
    opacity: 0;
  }
}
@keyframes showAndHide2 {
  0% {
    transform: scale(0.4) translate(0, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(-4.6vw, 2.6vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(-5vw, 3vw);
    opacity: 0;
  }
}
@keyframes showAndHide3 {
  0% {
    transform: scale(0.4) translate(0, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(4.6vw, 3.8vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(5vw, 4.2vw);
    opacity: 0;
  }
}
@keyframes showAndHide4 {
  0% {
    transform: scale(0.4) translate(0vw, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(4.6vw, -2.6vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(5vw, -3vw);
    opacity: 0;
  }
}
@keyframes showAndHide5 {
  0% {
    transform: scale(0.4) translate(0vw, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(0, -3.6vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(0, -4vw);
    opacity: 0;
  }
}
@keyframes showAndHide6 {
  0% {
    transform: scale(0.4) translate(0vw, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(-4.6vw, 4.6vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(-5vw, 5vw);
    opacity: 0;
  }
}
@keyframes showAndHide7 {
  0% {
    transform: scale(0.4) translate(0vw, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(4.6vw, -4.6vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(5vw, -5vw);
    opacity: 0;
  }
}
@keyframes showAndHide8 {
  0% {
    transform: scale(0.4) translate(0vw, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(4.6vw, 4.6vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(5vw, 5vw);
    opacity: 0;
  }
}
@keyframes showAndHide9 {
  0% {
    transform: scale(0.4) translate(0vw, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(-4.6vw, 6.6vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(-5vw, 7vw);
    opacity: 0;
  }
}
@keyframes showAndHide10 {
  0% {
    transform: scale(0.4) translate(0, 0);
    opacity: 0;
  }
  80% {
    transform: scale(1) translate(2.6vw, 4.8vw);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translate(3vw, 7.2vw);
    opacity: 0;
  }
}

.wordcloud-data {
  display: none;
}