﻿@keyframes bounceInUp {
  0% {
    transform: translate3d(0, 80px, 0);
  }

  100% {
    transform: translate3d(0px, 0, 0);
  }
}

html,
body {
  min-width: 1200px;
  text-align: center;
}

@media (max-width: 1440px) {
  html,
  body {
    min-width: 1280px;
  }
}
body {
  margin: 0 !important;
  padding: 0 !important;
  /* height: 100%; */
}
.partTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

/*顶部轮播*/
/* .swiper-container1 {
  position: static;
}
.swiper-container1 .swiper-wrapper {
  position: static;
} */
.swiper-container1 {
  z-index: unset !important;
  height: 535px;
}
.swiper-wrapper1 {
  z-index: unset !important;
}
.swiper-wrapper1 .swiper-slide > img {
  height: 535px;
  width: 100%;
}
.bannerSlideImg {
  cursor: pointer;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 535px;
  background-size: cover;
}
.swiper-pagination1 {
  bottom: 87px !important;
  left: -393px !important;
}
.swiper-pagination1 .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  background: #ffffff;
  opacity: 0.2;
  border-radius: 100px;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
  opacity: 1;
}
/*顶部轮播*/

/*轮播下方wrap*/
.bannerBottomWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -69px;
}
.bannerBottomTrans {
  z-index: 0;
}
.bannerBottomTrans:hover {
  transform: translateY(2px);
}
.animation-delay1 {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
.animation-delay2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.animation-delay3 {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}
.animation-delay4 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.bannerBottomItem {
  width: 225px;
  height: 141px;
  background: linear-gradient(135deg, #e7eef9 0%, #ffffff 49%, #f1f1f5 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 8px;
  text-align: center;
  margin: 0 10px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}
.bannerBottomItem img {
  margin: 10px 0;
}
.bannerBottomItem > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}
.bannerBottomItem span {
  color: #186cea;
  font-size: 16px;
}
/*轮播下方wrap*/

/*解决方案相关*/
.solutionPart {
  padding-top: 78px;
  padding-bottom: 31px;
}
.solutionWrap {
  padding-top: 36px;
}

.card-area {
  display: flex;
  justify-content: center;
  padding-top: 36px;
  width: 816px;
  margin: 0 auto;
}
.card-item {
  /* width: 204px;
  height: 396px; */
}

.content-first > p {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #333333;
  text-align: center;
  padding-top: 124px;
}

.content-first {
  width: 204px;
  height: 396px;
}
.content-first1 {
  background: url('../img/index-solution-pic1-off.png');
}
.content-first2 {
  background: url('../img/index-solution-pic2-off.png');
}
.content-first3 {
  background: url('../img/index-solution-pic3-off.png');
}
.content-first4 {
  background: url('../img/index-solution-pic4-off.png');
}
.content-first-active1 {
  background: url('../img/index-solution-pic1-on.png');
  width: 350px;
  transition: width 0.5s;
}
.content-first-active2 {
  background: url('../img/index-solution-pic2-on.png');
  width: 350px;
  transition: width 0.5s;
}
.content-first-active3 {
  background: url('../img/index-solution-pic3-on.png');
  width: 350px;
  transition: width 0.5s;
}
.content-first-active4 {
  background: url('../img/index-solution-pic4-on.png');
  width: 350px;
  transition: width 0.5s;
}

.main-info {
  text-align: center;
  padding: 54px 18px;
  /* display: none; */
}
.main-head {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.main-line {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #ffffff;
  margin: 15px 0 16px 0;
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.main-headActive {
  animation: bounceInUp 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
.main-lineActive {
  animation: bounceInUp 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
.mainlinkActive {
  animation: bounceInUp 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
.mainlink {
  font-size: 14px;
  font-weight: 500;
  color: #fbe432;
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.mainlink:hover {
  color: #fbe432;
}
.mainlinkActive {
  animation: bounceInUp 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
/*解决方案相关*/

/*产品体系*/
.newsTipImg {
  position: absolute;
  transform: translateY(-5px);
}
.productSys {
  background-color: #fafafa;
  padding-top: 50px;
}
.productSysTap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 57px;
  border-bottom: 1px solid #e0e0e0;
}
.productSysTapActive {
  font-size: 18px;
  font-weight: 500;
  /* line-height: 18px; */
  color: #186cea;
  border-bottom: 2px solid #186cea;
}
.productSysTap span {
  margin: 0 55px;
  padding-bottom: 12px;
}
.productSysContent {
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 57px;
  opacity: 0;
  /* animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s */
}
.productSysContentActive {
  display: flex;
}

.rightProductSysContent {
  margin-left: 66px;
}
.scenarioRightIntro {
  text-align: left;
}
.scenarioRightIntroTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #186cea;
  text-align: left;
}
.scenarioRightIntroTips {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #666666;
  line-height: 27px;
  margin: 17px 0;
  text-align: left;
}
.scenarioRightIntroLink {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #186cea;
}

/*产品体系*/

/* 公司实力 begin */
.company-strength {
  position: relative;
  width: 100%;
  height: 495px;
  background: url('../img/index-strength-bg@2x.jpg') center center no-repeat;
  background-size: cover;
}
.company-strength .partTitle {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.company-strength .strength-img {
  width: 100%;
}

/* 公司实力 end */

/*场景需求*/
.industryNeeds {
  padding-top: 50px;
}
.swiper-container2 {
  opacity: 0;
}
.swiper-wrapper2,
.swiper-container2 {
  width: 1026px;
}
.swiper-wrapper2 .swiper-slide {
  width: 342px !important;
  padding-top: 21px;
  border-radius: 3px;
}
.innerSlide {
  width: 278px;
  margin: 0 auto;
  opacity: 0.39;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding-bottom: 24px;
}
.innerSlide > img {
  width: 100%;
  height: 170px;
}
.swiper-slide-active {
  padding-top: 0px !important;
}
.swiper-slide-active > .innerSlide {
  width: 300px;
  opacity: 1;
  padding-bottom: 32px;
}
.swiper-slide-active > .innerSlide > img {
  width: 300px;
  height: 185px;
}

.innerSlide > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}
.needsTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #333333;
  margin-top: 18px;
  margin-bottom: 20px;
}
.swiper-slide-active .needsTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #186cea;
  margin-top: 20px;
  margin-bottom: 26px;
}
.swiper-slide-active .innerSlide > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
}

.swiper-pagination2 .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  margin: 0 7px !important;
  background-color: #186cea;
  opacity: 1;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
}
.swiper-pagination2 {
  bottom: 31px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*场景需求*/

/*6大理由*/
.selectReason {
  background: #fafafa;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 34px;
}
.selectReason > img {
  margin-top: 23px;
  opacity: 0;
  width: 960px;
}
.selectReasonBtnLine {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 49px;
}
.selectReasonBtnLine img {
  margin-left: 23px;
  margin-right: 3px;
}
.applyTo {
  width: 126px;
  height: 32px;
  border: 1px solid #186cea;
  background-color: #FFFFFF;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #186cea;
  margin-right: 31px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.consultTo {
  width: 126px;
  height: 32px;
  background: #186cea;
  border: 1px solid #186cea;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/*6大理由*/

/*好评部分*/
.title-p {
  font-weight: 400;
  line-height: 14px;
  margin-top: 11px 0 50px;
}
.custom-swiper {
  opacity: 0;
}
/*好评部分*/

/*平台对接*/
.platformPart {
  background: #fafafa;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 27px;
}
.title-tips {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #666666;
  margin-top: 10px;
}
.platformPart img {
  margin: 47px 0 21px 0;
  opacity: 0;
}
/*平台对接*/

/*公司动态*/
.companyDetail {
  padding-top: 50px;
  padding-bottom: 46px;
}
.companyDynamicLine {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
}
.companyDynamicItem {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #666666 !important;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  /* padding-bottom: 10px; */
}
.companyDynamicItem ul {
  padding-top: 11px;
  padding: 11px 13px 10px 13px;
}
.companyDynamicItem a {
  color: #666666 !important;
  width: 276px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-align: left;
}
.companyDynamicItem li {
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 10px;
  padding-top: 16px;
  padding-left: 4px;
}
/*公司动态*/

/*底部banner*/
.bottomBanner {
  position: relative;
}
.bottomBanner {
  width: 100%;
  height: 179px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/wdgj-index-banner-small.png');
  /* background: url("../img/wdgj-index-banner-small.png");
  height: 60px;
  padding-top: 119px; */
}
.bottomBannerFreeApply {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #000000;
  width: 140px;
  height: 34px;
  background: #fff500;
  border-radius: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 119px;
  left: 50%;
  margin-left: -70px;
}
/*底部banner*/

/*头部*/
#headerwrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.freeApply {
  display: flex;
  width: 126px ;
  height: 32px;
  background: #186CEA;
  border: 1px solid #186CEA;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}
.freeApply img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
