.solution-ban {
    background: url("../img/solutions/inventory-banner-bg@2x.png") center top no-repeat;
    background-size: cover;
    min-width: 1260px;
}
.ban-title {
     color: #FFFFFF;
     font-size: 42px !important;
}
.solution-ceter {
   width: 1000px;
}

.btn-wraps .btn-video {
     background-color: #FEE834;
}
.ban-txt {
    margin-top: 27px;
    margin-bottom: 27px;
    color: #FFFFFF;
    font-size: 14px;
}

.btn-wraps img {
    margin-right: 7px;
}
.btn-wraps .btn-trial {
     color: #FFFFFF;
     border: 1px solid #FFFFFF;
     background-color: none;
}

.get-free-perform {
    background: linear-gradient(180deg, #FFFFFF 0%, #EAF2FF 100%);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.16);
    opacity: 1;
}

.get-free-perform .free-perform-title {
    font-size: 26px;
    font-weight: 600;
    color: #333333;
}

.banner-form-input {
     background-color: #E6F0FF !important;
     border-bottom: 0 !important;
}
.label-con {
     color: #333333 !important;
}
.required-mark {
    color: #333333 !important;
}

.submit-btn {
     background-color: #2774E4 !important;
     color: #FFFFFF !important;
}

.solution,
.solution-detail {
  background-color: #fff;
  width: 100%;
  text-align: center;
}

.solution-all {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: -webkit-center;
    overflow: hidden;
  }

  .solution-blue {
    width: 100%;
    text-align: -webkit-center;
  }

  .solution-per {
    margin-top: 52px;
    width: 1200px;
  }

  .erp-title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    opacity: 1;
  }

  .solution-all .title-txt {
    margin-top: 12px;
    font-size: 14px;
    /* line-height: 19px; */
    color: #666666;
    opacity: 1;
  }

/* 高度适配 */
.settleRound img {
    position: absolute;
    width: 63px;
    height: 63px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.settleRound {
   position: relative;
   width: 173px;
   height: 173px;
   border-radius: 87px;
   border: 1px solid  #D5D5D5;
   margin-top: 206px;
   margin-bottom: 173px;
}
.roundPic1 {
   top:-30px;
   right: 56px;
}
.roundPic2 {
   top:30px;
   left:-30px;
}
.roundPic3 {
   top:30px;
   right:-30px;
}
.roundPic4 {
   top:126px;
   left:-3px;
}
.roundPic5 {
   top:126px;
   right:-3px;
}

.mid-text h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 11px;
    color: #1877FC;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    transform-origin: center;
 
  }
  .mid-text p {
    font-size: 14px;
    text-align: center;
    color: #666666;
    line-height: 17px;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    transform-origin: center;
  }
  .settle-h2 {
    transform: scale(1.1);
  }
  .settle-p {
    transform: scale(1.1);
  }
  .mid-text1 {
    position: absolute;
    top: 150px;
    left: 458px;
 
  }
  .mid-text2 {
    position: absolute;
    top: 290px;
    left: 100px;
  }
  .mid-text3 {
    position: absolute;
    top: 290px;
    right: 123px;
  }
  .mid-text4 {
    position: absolute;
    top: 467px;
    left: 135px;
  }
  .mid-text5 {
    position: absolute;
    top: 467px;
    right: 159px;
  }
  
  /* // */

  .product-funct {
    margin-top: 63px;
    margin-bottom: 74px;
  }
  .product-funct .row_pro {
    display: flex;
    border-bottom: 1px dashed #eaeaea;
  }
  .product-funct .row_pro:last-child {
    border-bottom-color: transparent;
  }
  .product-funct .row_pro .item_pro {
    border-right: 1px dashed #eaeaea;
    width: 300px;
    height: 204px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

.product-funct .row_pro .item_pro:hover img,
.product-funct .row_pro .item_pro:hover .blod,
.product-funct .row_pro .item_pro:hover .shadow {
  transform: scale(1.2);
  transition: all 0.6s;
}
.product-funct .row_pro .item_pro:last-child {
  border-right-color: transparent;
}
.product-funct .row_pro .item_pro img {
  width: 40px;
  height: 40px;
  margin-bottom: 19px;
}
.product-funct .row_pro .item_pro .cir {
  width: 151px;
  height: 151px;
  line-height: 151px;
  text-align: center;
  border-radius: 50%;
  background: #e8f4ff;
  color: #333333;
  font-size: 18px;
}
.product-funct .row_pro .item_pro .blod {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 16px;
}
.product-funct .row_pro .item_pro .shadow p {
  font-size: 14px;
  color: #666666;
}

/* 我想了解按钮 */
.common-learn-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 161px;
  height: 36px;
  border-radius: 36px;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  font-size: 17px;
  margin: 30px 0;
  cursor: pointer;
}
.common-learn-button img{
  width: 22px;
  height: 22px;
  margin-right: 17px;
}
.common-learn-button.blue {
  color: rgba(24, 108, 234, 1);
  border: 1px solid rgba(24, 108, 234, 0.58);
}
.common-learn-button.blue:hover {
  background-color: rgba(235, 246, 255, 1);
}
/* 查看更多按钮 */
.common-more-button {
  display: block;
  margin: 30px auto;
  width: 149px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #186CEA;
  border-radius: 18px;
  font-size: 17px;
  color: #186CEA;
 }
 .common-more-button.fff {
  border: 1px solid #fff;
  color: #fff;
  
 }

 .white {
  color:#FFFFFF;
  border: 1px solid #FFFFFF;
}

#core {
  background: url(../../headerTab/img/solutions/inventory-question-bg@2x.png) no-repeat;
  background-size: cover;
}


#industryNeeds {
  background-color: #EDF5FF;
}
.industryNeeds-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 51px;
}

.industryNeeds-item {
margin-right: 11px;
margin-bottom: 10px;
width: 190.5px;
height: 125px;
background: #FFFFFF;
box-shadow: 0px 0px 3px rgba(0,0,0,0.16);
opacity: 1;
border-radius: 10px;
}

.industryNeeds-item img {
height: 50px;
width: 50px;
margin: 19px auto 12px auto;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.industryNeeds-item p {
font-size: 18px;
font-weight: 500;
color: #333333;
opacity: 1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.industryNeeds-item span {
  display: block;
  margin-top: 30px;
  font-size: 24px;
  color: #0D57CC ;
}
.industryNeeds-img {
  transform: scale(1.3) !important;
}
.industryNeeds-p {
  font-size: 20px !important;
}

.blueBtn {
 background-color: #186cea !important;
 color: #ffffff;
}

.invetory-banner {
    width: 100%;
    height: 119px;
}

.moneyMaking-box {
   position: relative;
   margin-top: 122px;
   width: 1117px;
   height: 274px;
   text-align: left;
   background: url(../../headerTab/img/solutions/inventory-artifact@2x.png) no-repeat;
   background-size: cover;
}

.moneyMaking-box p { 
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fir-text {
   left: 2px;
   top: -18px;
}

.sec-text {
  right: -5px;
  top: -18px;
}

.thir-text {
   left:2px;
   top: 191px;
}

.four-text {
  right:0;
  top: 191px;
}

.moneyMaking-p {
  font-size: 17px !important;
}

.flexslider {
   width: 1200px !important;
   height: 455px !important;
   box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
   opacity: 1;
   border-radius: 11px;
   background-color: #ffffff;
}
 .custom-swiper .custom-video img {
   margin-top: 26px;
   margin-left: -95px;
   width: 717px;
   height: 403.5px;
}

.custom-swiper .custom-video video {
   width: 717px;
   height: 404px !important;
   margin-top: 26px;
   margin-left: -95px;
}


/* .custom-title {
  display: flex;
  justify-content: start;
  text-align: left;
  margin: 6px 0 25px 0px;
  padding-bottom: 23px;
  border-bottom: 1px solid #ededed;
  img {
    width: 86px;
    height: 86px;
  }
  div {
    margin: auto 18px;
    span {
      font-size: 16px;
      font-weight: 500;
      color: #333;
      line-height: 20px;
    }
    p {
      font-size: 14px;
      color: #818181;
      margin: 0;
      line-height: 25px;
    }
  }
} */

.custom-swiper .custom-title  {
   width: 393px;
   margin-left: 65px;
   margin-top: 38px;
}

.custom-swiper .custom-comment p{
  display: block;
  text-align: left;
  height: 18px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 65px;
  margin-top: 38px;
  color: #333333;
}

.custom-swiper .custom-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
}

.custom-swiper .custom-comment span {
   margin-left: 0;
}

.custom-swiper .custom-txt .cust-child {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 24px;
   text-align: left;
   margin-left: 38px;
}

.custom-swiper .custom-txt .cust-child span  {
  font-size: 14px;
}

.custom-swiper .cust-child img {
  width: 17px;
  height: 17px;
  margin-right: 9px;
  margin-top: 3px;
} 

.flex-control-nav {
   bottom: 46px !important;
   left: 49% !important;
}

#custom .erp-title {
  width: 120px;
   margin: 50px auto;
}

.solutions {
  background: url("../img/productSeries/product-cloud-solution-bg@2x.png") no-repeat;
  height: 214px;
  margin-bottom: 160px;
  background-size: cover;
}
.solutionsPart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 38px;
}
.solutionsItem {
  width: 285px;
  height: 221px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
  text-align: center;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  border-radius: 10px;
  margin: 10px;
}
.solutionsItem>img {
  width: 68px;
  height: 68px;
  margin: 27px 0 26px 0;
}
.solutionsItemTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin-bottom: 20px;
}
.solutionsItemTips {
  width: 240px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}

.w960Wrap {
   width: 1200px !important;
   margin: auto !important;
}

.settle-logo {
   transform: scale(1.2);
}






































.wdgjSolutionWay {
    margin-top: 38px;
    text-align: center;
    padding-bottom: 38px;
  }
  .wdgjSolutionWay>img {
    width: 100%;
    margin-bottom: 28px;
  }
  
  
  .mainAdvantage {
    margin: 0 10px;
    background: #ffffff;
  }
  .advantageTips {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #666666;
    text-align: center;
    margin-top: 9px;
  }
  .advantageLine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    padding-bottom: 42px;
  }
  .advantagePart {
    width: 225px;
    height: 204px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    text-align: center;
    opacity: 0;
  }
  .advDetail {
    width: 202px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    text-align: center;
    margin: 0 auto;
  }
  .advantagePart img {
    margin:33px 0 37px;
    width: 68px;
  }
  .funcAdv {
    padding-bottom: 30px;
  }
  .swiper-slide {
    position: relative;
  }
  
  .funcAdvLine {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .funcAdvItem {
    width: 227px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding-top: 21px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
  }
  .funcAdvItem:nth-child(n+5) {
    border-bottom-color: transparent;
  }
  .funcAdvItem:hover * {
    transform:scale(1.1);
    transition: all 0.6s;
  }
  .funcAdvItemTitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #333333;
    margin-top: 21px;
    margin-bottom: 16px;
  }
  .funcAdvItemContent {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #666666;
    width: 174px;
    text-align: center;
  }
  .colmunLine {
    top: 0;
    width: 1px;
    height: 381px;
    background: linear-gradient(180deg, #FFFFFF 0%, #DDDDDD 50%, #FFFFFF 100%);
    opacity: 1;
    position: absolute;
  }
  .colmunLine1 {
    left: 252px;
  }
  .colmunLine2 {
    left: 479px;
  }
  .colmunLine3 {
    left: 706px;
  }
  .rowLine {
    width: 830px;
    height: 0px;
    border-top: 1px solid #F2F2F2;
    opacity: 1;
    position: absolute;
    top: 191px;
    left: 69px;
  }
  .swiper-button-prev {
    background-image: url("../img/onlineERP-business-pre.png");
    top: 287px;
    margin-top: 0;
    width: 30px;
    height: 30px;
    background-size: 30px;
    left: -50px;
  }
  .swiper-button-prev.swiper-button-disabled {
    background-image: url("../img/onlineERP-increment-yjsb-pre-next.png");
    opacity: 1;
  }
  .swiper-button-next {
    background-image: url("../img/onlineERP-increment-yjsb-next.png");
    top: 287px;
    margin-top: 0;
    width: 30px;
    height: 30px;
    background-size: 30px;
    right: -50px;
  }
  .swiper-button-next.swiper-button-disabled {
    background-image: url("../img/onlineERP-business-next-pre.png");
    opacity: 1;
  }
  .operationFlow {
    background:url("http://jkyun.oss-cn-hangzhou.aliyuncs.com/longterm/53/system/wkdoc/647529940629816448/2378419497129117056.jpg?Expires=4920329698&OSSAccessKeyId=LTAI5tFn9r9JM7gznTuVqChq&Signature=Ukd18cCq4VbKOmZHbjohzDyvaHk%3D#onlineERP-business-bg@2x.jpg") 100%;
    text-align: center;
    padding-bottom: 48px;
    background-size: cover;
  
  }
  .operationFlowTitle {
    font-size: 29px;
    font-weight: 500;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .bgWhite {
    background-color: #fff;
  }
  .bgWhite img {
    width: 100%;
  }
  .swiper-container-func {
    /* overflow: hidden; */
  }
  .swiper-container-flow {
    width: 960px;
    display: inline-block;
    /* overflow: hidden; */
    border-radius: 10px;
  }
  .swiper-pagination-bullet-active {
    background-color: #fff!important;
  }
  .swiper-pagination {
    transform: translate(436px,19px)
   
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px #fff solid;
    margin: 0 8px;
    opacity: 1;
    box-sizing: border-box;
  }
  .platformDocking {
    padding-bottom: 40px;
  }
  .platImg {
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 30px;
  }
  .platImgBox {
    opacity: 0;
    width: 470px;
  }

  .wrap-banner-service {
    position: relative;
    width: 100%;
    height: 117px;
    background: url('/headerTab/img/solutions/invetory-banners@2x.png') center top no-repeat;
    background-size: cover;
  }

  .wrap-banner-service .main-tool {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 765px;
  }

  .perform-form-box {
     left: 51.4%;
  }
  
  .freeApply {
    display: flex;
    width: 161px ;
    height: 36px;
    background: #186CEA;
    border: 1px solid #186CEA;
    border-radius: 36px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
  }
  .freeApply img {
    width: 19px;
    height: 19px;
    margin-right: 17px;
  }

  #settle {
     margin-bottom: 45px;
  }
  
  /* 分割线哦~ */
  
  /* 适用场景 */
  .applicableScene {
    padding-bottom: 42px;
  }
  .applicableScene .scene-list {
    margin-top: 30px;
    display: flex;
    height: 484px;
  }
  .applicableScene .scene-list .flex_row {
    display: flex;
  }
  .applicableScene .scene-list .flex_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .applicableScene .scene-list .scene_item {
    overflow: hidden;
  }
  .applicableScene .scene-list .scene_item img {
    width: 100%;
    height: 100%;
  }
  .applicableScene .scene-list .scene_item:hover img {
    transform: scale(1.2);
    transition: all .6s;
  }
  .applicableScene .scene-list .scene_item.W225XH148 {
    width: 225px;
    height: 148px;
  }
  .applicableScene .scene-list .scene_item.W225XH316 {
    width: 225px;
    height: 316px;
  }
  .applicableScene .scene-list .scene_item.W470XH148 {
    width: 470px;
    height: 148px;
  }
  .applicableScene .scene-list .scene_item.mt20 {
    margin-bottom: 20px;
  }
  .applicableScene .scene-list .sc_l {
    width: 225px;
    margin-right: 20px;
  }
  .applicableScene .scene-list .sc_m {
    width: 225px;
    margin-right: 20px;
  }
  .applicableScene .scene-list .sc_r {
    width: 470px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .applicableScene .scene-list .sc_r .scene_item {
    display: inline-block;
  }
  
  .addedServices {
    padding-bottom: 10px;
  }
  
  
  .partnerCompany {
  
  }

  .font_inner li {
     color: #186CEA !important;
  }
  
  .required-mark {
     color: red !important;
  } 