/*======================================
  Index 页专用样式（从 style.css 拆分）
  包含：轮播、数字统计、关于我们（首页版本）、软件产品区、合作伙伴区
========================================*/

/*=============================
  Start Slider CSS
===============================*/
.hero-slider {
  position: relative;
  background: #0657cf;
  background-image: url('../picture/hero-slider-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slider .single-slider {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  height: 600px;
}
.hero-slider.style2 .single-slider {
  height: 730px;
}
.hero-slider .slider-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -2;
}
/* 轮播缩放效果 */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }
  to {
    -moz-transform: scale(1.2, 1.2);
  }
}
@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }
  to {
    -o-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.hero-slider .owl-item.active .slider-image {
  -webkit-animation: zoom 25s;
  animation: zoom 25s;
}
.hero-slider .single-slider {
  z-index: 2;
  position: relative;
}
.hero-slider .single-slider .text {
  float: none;
  text-align: left;
  margin: 105px 0;
  z-index: 6;
}
.hero-slider .single-slider .text h4 {
  color: #fff;
  background: #ffffff2b;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 20px;
}
.hero-slider .single-slider .text h1 {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 47px;
  position: relative;
  display: block;
}
.hero-slider .single-slider .text h1:before {
  content: '';
  position: absolute;
  left: 0;
  width: 80px;
  height: 4px;
  background: #fff;
  bottom: -2px;
}
.hero-slider .single-slider .text h1 span {
  display: block;
  font-weight: 300;
  font-size: 28px;
}
.hero-slider .single-slider .text p {
  font-size: 15px;
  color: #fff;
}
.hero-slider .single-slider .button {
  display: block;
  margin-top: 30px;
}
.hero-slider .single-slider .button .btn {
  color: #333;
  margin-right: 8px;
  font-weight: 500;
  background: #fff;
}
.hero-slider.style2 .single-slider .button .btn {
  background: #0657cf;
  color: #fff;
}
.hero-slider.style2 .single-slider .button .btn:before {
  background: #fff;
}
.hero-slider.style2 .single-slider .button .btn:hover {
  color: #333;
}
.hero-slider .single-slider .button .btn:last-child {
  margin: 0;
}
.hero-slider .single-slider .button .btn:hover {
  color: #fff;
}
.hero-slider .single-slider .button .btn:before {
  background: #333;
}
.hero-slider .single-slider .button .btn.primary {
  background: #fff;
  color: #333;
}
.hero-slider .single-slider .button .btn.primary:before {
  background: #0657cf;
}
.hero-slider .single-slider .button .btn.primary:hover {
  color: #fff;
}
.hero-slider .single-slider .button a:last-child {
  margin-right: 0px;
}
.hero-slider .single-slider .button .video-main {
  position: relative;
  display: inline-block;
}
.hero-slider .single-slider .button .video-main .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  color: #333;
  display: inline-block;
  margin-left: 30px;
  z-index: 999;
  padding: 0;
  padding-left: 2px;
}
.hero-slider .single-slider .button .video-main .video:hover {
  color: #fff;
  background: #333;
}
.hero-slider .single-slider .button .video-main .video:before {
  background: #333;
}
.hero-slider .single-slider .button .promo-video .waves-block .waves {
  position: absolute;
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}
.hero-slider .single-slider .button .promo-video .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.hero-slider .single-slider .button .promo-video .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero-slider .single-slider .button .promo-video .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero-slider .hero-image {
  margin-top: 30px;
  position: relative;
}
.hero-slider .hero-image .circle_shape_1 .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 450px;
  margin-top: -225px;
  margin-left: -225px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
  background-image: linear-gradient(#fff, #fff);
  border-radius: 50%;
  -webkit-animation: circle_animation 7s ease-in-out infinite;
  animation: circle_animation 7s ease-in-out infinite;
  z-index: -1;
  opacity: 0.5;
}
.hero-slider .hero-image .circle_shape_2 .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 450px;
  margin-top: -225px;
  margin-left: -225px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
  background-image: linear-gradient(#fff, #fff);
  border-radius: 50%;
  -webkit-animation: circle_animation 5s ease-in-out infinite;
  animation: circle_animation 5s ease-in-out infinite;
  z-index: -1;
  opacity: 0.5;
}
.hero-slider .hero-image img {
  vertical-align: middle;
  display: inline-block;
}
@-webkit-keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
/* 轮播导航 */
.hero-slider .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
.hero-slider .owl-carousel .owl-nav div {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #0000002b;
  color: #fff;
  font-size: 20px;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 0;
}
.hero-slider .owl-carousel .owl-nav div:hover {
  background: #0657cf;
  color: #fff;
}
.hero-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.hero-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}
/* 轮播动画 */
.owl-item.active .text h4 {
  animation: fadeInUp 0.8s both 1s;
}
.owl-item.active .text h1 {
  animation: fadeInRight 1s both 1.2s;
}
.owl-item.active .text p {
  animation: fadeInLeft 1.2s both 1.4s;
}
.owl-item.active .text .button {
  animation: fadeInUp 1.4s both 1.6s;
}
.hero-slider.style2 {
  z-index: 0;
}
/*=============================
  End Slider CSS
===============================*/

/*======================================
  Start Fun Facts CSS
========================================*/
.fun-facts {
  position: relative;
  overflow: hidden;
}
.fun-facts.style2 {
  background: #fafafa;
}
.fun-facts:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 400px;
  width: 400px;
  border-radius: 100%;
  right: -100px;
  top: -100px;
  opacity: 0.5;
  background: #0657cf29;
}
.fun-facts .section-heading {
  padding-right: 0;
}
.fun-facts .section-heading h2 {
  font-size: 35px;
  display: block;
  margin-bottom: 20px;
  line-height: 44px;
}
.fun-facts .section-heading h2 span {
  color: #0657cf;
  padding: 0px 15px;
}
.fun-facts .section-heading p {
  font-size: 15px;
  color: #555;
}
.fun-facts .list-head {
  margin-top: 60px;
}
.fun-facts .counter-list,
.fun-facts .counter-list li,
.fun-facts .counter-list .title {
  text-align: center;
}
.fun-facts .counter-list .number-unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fun-facts .counter-list .unit {
  font-size: 18px;
  font-weight: 600;
}
.fun-facts .counter-list .number {
  display: block;
  font-size: 50px;
  margin-bottom: 14px;
  padding-bottom: 18px;
  position: relative;
  font-weight: 800;
}
.fun-facts .counter-list .number:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #0657cf;
  bottom: -1px;
}
.fun-facts .counter-list .title {
  font-weight: 500;
  color: #333;
  font-size: 24px;
  letter-spacing: 1px;
}
/*=============================
  End Fun Facts CSS
===============================*/

/*=============================
  Start About Us (Index) CSS
===============================*/
.about-us {
  background: #0657cf;
  background-image: url('../picture/about-us-bg.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.about-us .section-heading {
  text-align: center;
  margin-bottom: 24px;
}
.about-us .section-heading h2 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 35px;
  line-height: 42px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.about-us .section-heading h2:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 180px;
  height: 4px;
  background: #fff;
}
.about-us .section-heading .sub-text {
  margin-top: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.about-us .about-content {
  padding: 0 30px;
}
.about-us .about-content .about-image {
  margin-bottom: 15px;
}
.about-us .about-content .about-image img {
  width: 100%;
  height: 230px;
}
.about-us .about-content p {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}
.about-us .about-content .about-content-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
/*===========================
  End About Us (Index) CSS
=============================*/

/*=================================
  Start 软件产品 (Index) CSS
===================================*/
.portfolio {
  box-sizing: border-box;
}
.portfolio .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio .section-title p {
  padding: 0 16px;
}
.portfolio .portfolio-nav {
  text-align: center;
  margin: 16px 0 0px;
}
.portfolio .portfolio-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio .portfolio-nav ul li {
  display: inline-block;
  padding: 15px 28px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #353535;
  -webkit-transition: color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
  text-transform: capitalize;
  background: #fff;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.08),
    0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.portfolio .portfolio-nav ul li.active,
.portfolio .portfolio-nav ul li.cbp-filter-item-active,
.portfolio .portfolio-nav ul li:hover {
  color: #fff;
  background: linear-gradient(135deg, #0657cf 0%, #0a7aff 50%, #2889e4 100%);
  box-shadow:
    0 6px 20px rgba(40, 137, 228, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.1);
}
.portfolio .cbp-ready .cbp-item {
  padding: 16px;
  height: 100%;
}
.portfolio .item {
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  background-color: #f4f6fc;
}
.portfolio .item .more {
  display: inline-block;
  margin-top: 12px;
  margin-left: auto;
  padding: 4px 12px;
  background: #0657cf;
  border: 1px solid #0657cf;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s ease;
}
.portfolio .item .more:hover {
  background: #fff;
  color: #0657cf;
}
.portfolio .left-item .item {
  height: 100%;
  padding: 80px 32px;
}
.portfolio .left-item .item h3 {
  font-size: 32px;
  color: #0c0c24;
  margin-bottom: 20px;
}
.portfolio .left-item .item p {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.portfolio .right-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.portfolio .intelligence .right-item .item {
  padding: 122px 58px 0;
  height: calc(50% - 14px);
}
.portfolio .right-item .item h4 {
  font-size: 24px;
  color: #0c0c24;
  text-align: right;
}
.portfolio .right-item .item p {
  margin-top: 10px;
  line-height: 1.5;
  text-align: right;
}
.portfolio .intelligence .left-item .item {
  height: 100%;
  background-image: url('../picture/intelligence-left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.portfolio .intelligence .right-item .one-item {
  background-image: url('../picture/intelligence-right-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .intelligence .right-item .two-item {
  background-image: url('../picture/intelligence-right-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .low-code .right-item .item {
  padding: 52px 42px 0 58px;
  height: calc(100% / 3 - 14px);
}
.portfolio .low-code .left-item .item {
  height: 100%;
  background-image: url('../picture/low-code-left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.portfolio .low-code .right-item .one-item {
  background-image: url('../picture/low-code-right-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .low-code .right-item .two-item {
  background-image: url('../picture/low-code-right-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .low-code .right-item .three-item {
  background-image: url('../picture/low-code-right-3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .enterprise .right-item .item {
  padding: 52px 42px 0 58px;
  height: calc(100% / 3 - 14px);
}
.portfolio .enterprise .left-item .item {
  height: 100%;
  background-image: url('../picture/enterprise-left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.portfolio .enterprise .right-item .one-item {
  background-image: url('../picture/enterprise-right-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .enterprise .right-item .two-item {
  background-image: url('../picture/enterprise-right-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .enterprise .right-item .three-item {
  background-image: url('../picture/enterprise-right-3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .operations .right-item .item {
  padding: 52px 42px 0 58px;
  height: calc(100% / 3 - 14px);
}
.portfolio .operations .left-item .item {
  height: 100%;
  background-image: url('../picture/operations-left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.portfolio .operations .right-item .one-item {
  background-image: url('../picture/operations-right-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .operations .right-item .two-item {
  background-image: url('../picture/operations-right-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.portfolio .operations .right-item .three-item {
  background-image: url('../picture/operations-right-3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/*=================================
  End 软件产品 (Index) CSS
===================================*/

/*===========================
  Client Carousel (合作伙伴) CSS
=============================*/
.clients {
  padding: 60px 0;
  background: linear-gradient(to bottom, #023a8a 0%, #0657cf 40%, #1a7cf5 70%, #4da3ff 100%);
}
.clients .section-heading {
  text-align: center;
  margin-bottom: 35px;
}
.clients .section-heading h2 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.clients .section-heading h2:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 160px;
  height: 3px;
  background: #fff;
}
.clients .section-heading .sub-text {
  color: #fff;
  font-size: 15px;
  margin-top: 24px;
}
.clients .clients-inner {
  margin-top: 20px;
}
.single-client {
  padding: 10px;
  position: relative;
}
.single-client img {
  width: auto;
  display: inline-block;
  border-radius: 8px;
}
.single-client:hover {
  cursor: default;
}
.single-client.active img {
  opacity: 1;
}
/*===========================
  End Client Carousel CSS
=============================*/

