/*   轮播组件-开始  */

.page-hero {
  position: relative;
  z-index: 0;
  height: 680px;
  padding: 120px 0;
  /*background: #2A81EF;*/
}

@media (max-width: 991px) {
  .page-hero {
    height: 300px;
  }
}

@media (max-height: 600px) {
  .page-hero {
    height: 300px;
  }
}

.hero-swiper-slider {
  padding: 0;
}

.page-hero .swiper-container {
  height: 100%;
}

.hero-swiper-slider .swiper-slide {
  position: relative;
  width: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.hero-swiper-slider .slide-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}

.hero-swiper-slider .slider-stacked-arrows .swiper-button-prev,
.hero-swiper-slider .slider-stacked-arrows .swiper-button-next {
  position: static;
  margin: 0.25rem 0;
  transform: none;
}

@media (max-width: 991px) {
  .hero-swiper-slider .slider-stacked-arrows {
    bottom: 1rem;
    top: auto;
    width: 100%;
    transform: none;
    left: 0;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
  }
}

.hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #2A81EF;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background-color: rgba(42, 129, 239, 0.85);
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background: rgba(42, 129, 239, 0.85);
}

@media (max-width: 991px) {

  .hero-swiper-slider .swiper-button-prev,
  .hero-swiper-slider .swiper-button-next {
    transform: none;
  }
}

@media (max-width: 575px) {

  .hero-swiper-slider .swiper-button-prev,
  .hero-swiper-slider .swiper-button-next {
    display: none;
  }
}

.hero-swiper-slider .swiper-button-prev {
  left: 3rem;
  right: auto;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-prev {
    left: 10px;
  }
}

.hero-swiper-slider .swiper-button-next {
  right: 3rem;
  left: auto;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-next {
    right: 10px;
  }
}

.hero-swiper-slider .slides-state {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 11;
}

.hero-swiper-slider .slides-state .slide-num {
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 575px) {
  .hero-swiper-slider .slides-state .slide-num {
    display: none;
  }
}

.hero-swiper-slider .slides-state .slide-num.slides-count {
  opacity: 0.5;
}

.hero-swiper-slider .slides-state .swiper-pagination {
  position: static;
  margin: 0 1rem;
  display: flex;
  align-items: center;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background-color: #27CDAF;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2A81EF;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.5rem !important;
}

@media (min-width: 768px) {
  .hero-swiper-slider .slides-state.v-align {
    right: -3rem;
    left: auto;
    transform: rotate(90deg) translateY(-50%);
    top: 50%;
    bottom: auto;
  }

  .hero-swiper-slider .slides-state.v-align .slide-num {
    transform: rotate(-90deg);
  }
}


/*  轮播组件-结束   */

/*  案例组件-开始  */
.portfolio {
  overflow: hidden;
  position: relative;
  background: rgba(232, 255, 247, 0.5);
}

.portfolio .item {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.portfolio .item .portfolio-img {
  display: block;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  /*height: 224px;*/
}

.portfolio .item .item-info {
  padding: 20px 20px 50px;
}

.portfolio .item .item-info .item-name {
  color: #333333;
  opacity: 1;
}

.portfolio .item .item-info .item-title {
  font-size: 14px;
  color: #333333;
}

.portfolio .item .item-info .item-text {
  font-size: 12px;
  color: #808080;
  line-height: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.portfolio .item .item-info .item-view {
  position: relative;
  float: right;
  width: 80px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  font-size: 14px;
  color: #27CDAF;
  text-align: center;
  z-index: 1;
}

.portfolio .item .item-info .item-view::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  left: 0;
  border: 1px solid #27CDAF;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.portfolio .item .item-info .item-view::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.portfolio .item:hover .item-info .item-view {
  color: #fff;
}

.portfolio .item:hover .item-info .item-view::before {
  transform: scale(1);
  background: #2A81EF;
  border: 1px solid #2A81EF;
}

.portfolio .item:hover .item-info .item-view::after {
  transform: scale(0);
}

.portfolio .swiper-button-prev,
.portfolio .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background-color: rgba(42, 129, 239, 0.85);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio .swiper-button-prev:hover,
.portfolio .swiper-button-next:hover {
  background: #2A81EF;
}

@media (max-width: 767px) {}

.portfolio-slider .item .portfolio-img {
  /*height: 224px;*/
}

@media (max-width: 767px) {
  .portfolio-slider .item .portfolio-img {
    /*height: 224px;*/
  }
}

.portfolio .item .item-img {
  position: relative;
  display: flex;
  height: 218px;
  justify-content: space-between;
  background: rgba(232, 246, 255, 0.5);
}

.portfolio .item .item-img:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.portfolio .item:hover .item-img:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}

/*
.portfolio .swiper-slide-active .item .item-img:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    visibility: visible;	
}
*/
.portfolio .item .item-img .icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -1.5rem;
  margin-left: -2rem;
  color: #fff;
  z-index: 10;
  width: 4rem;
  height: 3rem;
  background-color: rgba(42, 129, 239, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.portfolio .item:hover .item-img .icon {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

/*
.portfolio .swiper-slide-active .item .item-img .icon{
	top: 50%;
	visibility: visible;
	opacity: 1;
}
*/
/*  案例组件-结束  */

/*  调整样式-开始  */

@media (min-width: 992px) {
  .stats-counter .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.stat-box-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-box-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 70px;
  margin-top: -35px;
  background: #27CDAF;

}

.stats-counter .stat-num {
  font-size: 40px;
  line-height: 40px;
  color: #2A81EF;
  margin-bottom: 8px;
}

.stats-counter .stat-desc {
  font-size: 18px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 0;
  text-align: center;
}

.stats-counter .stat-num .sign {
  vertical-align: text-top;
  font-size: 28px;
}

.swiper-container.swiper-container-2 {
  margin-top: 60px;
}

body.rounded-btns .hero-swiper-slider .swiper-button-prev, body.rounded-btns .hero-swiper-slider .swiper-button-next {
  border-radius: 5rem;
}

/* 数字产品 */
.product {
  overflow: hidden;
  position: relative;
  background: rgba(232, 246, 255, 0.5);
}

.product .product-wrapper {
  overflow: hidden;
  margin-bottom: -1.4rem;
}

.product .product-btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product .product-btn-list .product-btn {
  position: relative;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #27CDAF;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.product .product-btn-list .product-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  left: 0;
  border: 1px solid #27CDAF;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.product .product-btn-list .product-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.product .product-btn-list .product-btn:hover {
  color: #fff;
}

.product .product-btn-list .product-btn:hover::before {
  transform: scale(1);
  background: #2A81EF;
  border: 1px solid #2A81EF;
}

.product .product-btn-list .product-btn:hover::after {
  transform: scale(0);
}

.product .product-btn-list .product-btn.active {
  background: #2A81EF;
  border: 1px solid #2A81EF;
  color: #fff;
}

.product .product-btn-list .product-btn.active::before {
  transform: scale(1);
  background: #2A81EF;
  border: 1px solid #2A81EF;
}

.product .product-btn-list .product-btn:last-child {
  margin-right: 0;
}

.product .product-group {
  direction: ltr;
  position: relative;
}

.product .product-group .item {
  background: #fff;
  height: 300px;
  margin: 0 15px 30px;
}

.product .product-group .item-info {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}

.product .product-group .product-item .item-img {
  animation: float 3s ease-in-out infinite;
  transform-style: preserve-3d;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.product .product-group .item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #2A81EF;
  margin-top: 18px;
  transition: all 0.5s ease-in-out 1s;
}

.product .product-group .item-sub-title {
  font-size: 16px;
  line-height: 16px;
  color: #2A81EF;
  margin-top: 12px;
  text-align: center;
}

.product .product-group .item-text {
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 660px) {
  .container {
    max-width: 660px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 980px) {
  .product .product-btn-list {
    margin-bottom: 1.8rem;
  }

  .product .product-btn-list .product-btn {
    margin: 8px 10px;
  }
}

@media (max-width: 750px) {
  .product .product-btn-list .product-btn {
    margin: 8px 10px;
  }
}

@media (max-width: 640px) {
  .product .product-btn-list .product-btn {
    margin: 6px 8px;
  }
}

/* 数字产品 */

/*解决方案*/
.case-box .container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case-box .case-list {
  position: relative;
  z-index: 1;
  background: #fff;
  list-style: none;
}

.case-box .case-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.case-box .case-img {
  display: none;
}

.case-box .case-img.slide {
  display: none;
  animation: fadeInLeft 1s;
  transform-style: preserve-3d;
}

.case-box .case-img.active {
  display: block;
}

.case-box .case-list li {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.case-box .case-list li .case-icon {
  position: relative;
  width: 58px;
  height: 71px;
  object-fit: cover;
  margin-left: 12px;
  margin-right: 10px;
}

.case-box .case-list li .case-title {
  position: relative;
  font-size: 24px;
  color: #333333;
  line-height: 1;
}

.case-box .case-list .case-item.active .case-title {
  color: #2A81EF;
}

/*
.case-box .case-list .case-item:hover .case-title{
	color: #2A81EF;
}
*/
.case-box .case-list .case-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: linear-gradient(to right, #E8FFF7, #FFFFFF);
  transition: all 0.3s ease-in-out 0s;
}

.case-box .case-list .case-item.active::before {
  transform: scale(1);
}

/*
.case-box .case-list .case-item:hover::before{
	width: 100%;
}
*/

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.case-box .case-btn {
  position: absolute;
  left: 60px;
  bottom: 50px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  margin-top: 24px;
  z-index: 1;
}

.case-box .case-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  left: 0;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.case-box .case-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.case-box .case-btn:hover {
  color: #fff;
}

.case-box .case-btn:hover::before {
  transform: scale(1);
  background: #2A81EF;
  border: 1px solid #2A81EF;
}

.case-box .case-btn:hover::after {
  transform: scale(0);
}

/*解决方案*/