/* public */
/*#region*/
.arrow-right {
  display: none !important;
}
.deep {
  position: relative;
}
.product .title {
  margin-bottom: 48px;
  text-align: center;
}
.product .title h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #171922;
}
.banner .tit {
  text-align: left;
}
.banner .tit h2 {
  margin: 0 0 16px;
  font-weight: normal;
}
.banner .tit h2 span {
  font-size: 24px;
  background: linear-gradient(to right, #4d9fc5, #2359f1, #c42e96);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .tit h3 {
  margin: 24px 0 48px;
  font-size: 56px;
  font-weight: normal;
  color: #fff;
}
.banner .slide {
  height: 100px;
}
.banner .tit .a h2 {
  margin: 0;
  line-height: 1;
}
.banner .slide .box {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  animation-name: spincube;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 14s;
  transform-origin: 45px 45px 0;
}
.banner .slide div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 82px;
  -webkit-backface-visibility: hidden;
}
.banner .slide div:nth-of-type(1) {
  transform: translateZ(45px);
}
.banner .slide div:nth-of-type(2) {
  transform: rotateX(120deg) translate3D(0, -10px, 45px);
}
.banner .slide div:nth-of-type(3) {
  transform: rotateX(240deg) translate3D(0, -10px, 45px);
}
@keyframes spincube {
  from,
  to {
    transform: rotateX(0deg);
  }
  0%,
  25% {
    transform: rotateX(0deg);
  }
  33%,
  58% {
    transform: rotateX(120deg);
  }
  66%,
  92% {
    transform: rotateX(240deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.banner .slide h2 {
  margin: 0;
}
.banner .slide h2 span {
  font-size: 72px;
  line-height: 1;
}
.talk {
  display: inline-block;
  border: 1px solid #fff;
  margin-left: 20px;
  padding: 15px 80px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.talk:hover {
  background: #0177ff;
  border-color: #0177ff;
  color: #fff;
  box-shadow: rgba(1, 119, 255, 0.5) 0 8px 20px 0;
  transform: scale(1.01) translateY(-2px);
}
@media (max-width: 767px) {
  .product .title {
    margin-bottom: 24px;
  }
  .product .title h3 {
    font-size: 24px;
  }
  .banner .tit h3 {
    margin: 24px 5%;
    font-size: 24px;
  }
  .banner .tit .round,
  .banner .tit .talk {
    padding: 10px 40px;
  }
  .banner .slide {
    height: 50px;
  }
}
/*#endregion*/
/* cases */
/*#region*/
.cases {
  padding: 148px 0;
  background: #fff;
}
.cases .slide-panel .item {
  flex: 0 0 31%;
}
.cases .slide-panel .item .img img {
  max-width: 100%;
  border-radius: 16px;
}
.cases .slide-panel .item .txt {
  padding: 24px 16px;
}
.cases .slide-panel .item .txt h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1b202b;
}
.cases .slide-panel .item .txt p {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #4d5567;
  min-height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cases .slide-panel .item .txt .more {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #0177ff;
}
.cases .slide-panel .item .txt .more i {
  margin-left: 5px;
  font-size: 12px;
  vertical-align: 1px;
}
.cases .text {
  background: #1b2841;
  padding: 25px 20px;
  height: 100%;
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.cases .text h3 {
  margin: 0;
  font-size: 22px;
  color: #0177ff;
  font-weight: bold;
}
.cases .text p {
  margin: 20px 0 0;
  font-size: 28px;
  font-weight: 400;
}
.cases .text p span {
  display: block;
}
.cases .text a {
  margin-top: 28px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.cases .slide-panel .item:hover {
  background: #162035;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.01);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .cases .slide-panel {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .cases .slide-panel .item {
    height: 100%;
  }
  .cases .slide-panel .item:hover {
    box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .cases {
    padding: 48px 0;
    background: #fff;
  }
  .cases .slide-panel .item .txt {
    padding: 24px 0;
  }
}
/*#endregion*/
/*#region*/
.cases4 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cases4 .slide-panel .item {
  flex: 0 0 23%;
}
.cases4 .slide-panel .item .img img {
  max-width: 100%;
  border-radius: 16px;
}
.cases4 .slide-panel .item .txt {
  padding: 24px 16px;
}
.cases4 .slide-panel .item .txt h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1b202b;
}
.cases4 .slide-panel .item .txt p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #4d5567;
  min-height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cases4 .slide-panel .item .txt .more {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #0177ff;
  display: none;
}
.cases4 .slide-panel .item .txt .more i {
  margin-left: 5px;
  font-size: 12px;
  vertical-align: 1px;
}
.cases4 .text {
  margin-left: 10px;
  background: #101827;
  padding: 25px 20px;
  height: 100%;
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.cases4 .text h3 {
  margin: 0;
  font-size: 22px;
  color: #0177ff;
  font-weight: bold;
}
.cases4 .text p {
  margin: 20px 0 0;
  font-size: 30px;
  font-weight: 400;
}
.cases4 .text p span {
  display: block;
}
.cases4 .text a {
  margin-top: 88px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cases4 .slide-panel {
    display: flex;
    justify-content: space-between;
  }
  .cases4 .slide-panel .item:hover {
    box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
    background: #162035;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .cases4 {
    padding: 48px 0;
  }
  .cases4 .slide-panel .item {
    padding: 24px 0;
  }
  .cases4 .slide-panel .item :last-child {
    margin: 0;
  }
  .cases4 .slide-panel .item .txt {
    padding: 24px 0 0;
  }
  .cases4 .slide-panel .item .img img {
    border-radius: 16px;
  }
  .cases4 .slide-panel .slick-prev,
  .cases4 .slide-panel .slick-next {
    z-index: 10;
    top: 130px;
  }
  .cases4 .slide-panel .slick-prev {
    left: 10px;
  }
  .cases4 .slide-panel .slick-next {
    right: 10px;
  }
}
/*#endregion*/
/* choice */
/*#region*/
.choice {
  padding: 150px 0 0;
  color: #fff;
}
.choice .content {
  counter-reset: section;
  position: relative;
  overflow: hidden;
}
.choice .bg {
  position: absolute;
  top: 232px;
  right: -293px;
  z-index: 0;
  width: 74%;
}
.choice .item {
  padding: 35px 0;
}
.choice .item .txt {
  height: 100%;
  display: flex;
  align-items: center;
}
.choice .item .box {
  position: relative;
  border: 1px dashed #b9b5bb50;
  padding: 24px 24px 24px 104px;
  border-radius: 16px;
}
.choice .item .box:before {
  margin-right: 5px;
  margin-top: -22px;
  padding: 10px 15px;
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  top: 50%;
  left: 30px;
  background: #0177ff20;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0177ff;
}
.choice .item .box h4 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b9b5bb50;
  font-size: 24px;
}
.choice .item .box p {
  margin: 20px 0 0;
  color: #a3aebf;
}
/*#endregion*/
/* method */
/*#region*/
.method {
  padding: 80px 0;
  background: #e6ecf6;
}
.method .title h3 {
  color: #171922;
}
.method .item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: no-repeat 50%;
}
.method .item h4 {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #1b202b;
}
.method .item p {
  margin: 20px 0 0;
  font-size: 14px;
  color: #4d5567;
}
@media (min-width: 768px) {
  .solution-advantage .item {
    max-width: 250px;
  }
  .solution-advantage .item p {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .solution-advantage {
    padding: 40px 0 0;
  }
  .method {
    padding-bottom: 20px;
  }
  .method .item h4 {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #1b202b;
  }
  .method .item {
    margin: 20px 0 0;
    padding-bottom: 20px;
    border-bottom: 1.5px dashed #9d9b9b;
  }
  .solution-advantage .grid {
    margin-bottom: 10px;
  }
  .solution-advantage .item {
    text-align: center;
  }
  .solution-advantage .item h4 {
    margin: 10px 0 0;
    font-size: 20px;
  }
  .solution-advantage .item p {
    margin: 10px 0 0;
    font-size: 13px;
  }
}
/*#endregion*/
/* pain */
/*#region*/
.pain {
  padding: 148px 0 0;
  color: #ccc;
}
.pain .img {
  height: 100%;
  display: flex;
  align-items: center;
}
.pain .item {
  padding: 35px 0;
  border-bottom: 1px solid #2f3747;
}
.pain .item h4 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}
.pain .item h4:before {
  content: '';
  margin-right: 12px;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: -6px;
  background: url(../img/ico_check.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.pain .item p {
  margin: 16px 0 0 40px;
  color: #a3aebf;
  font-size: 14px;
}
@media (max-width: 767px) {
  .pain {
    padding: 48px 0 0;
  }
  .pain .img {
    padding-top: 40px;
  }
}
/*#endregion*/

