section{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
.big-title{
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.big-info{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  display: block;
  text-align: center;
  max-width: 961px;
  margin: 30px auto 0;
}
/* 多元化 */
.diversification .details-box{
  height: 550px;
  width: 100%;
  position: relative;
  background: url(/static/index/img/ruanjian/dyh-bg.png) center bottom 20px / 646px 420px no-repeat;
}
.diversification .details{
  text-align: right;
  max-width: 310px;
  position: absolute;
}
.diversification .details span{
  font-size: 16px;
  color: #666666;
  display: block;
  margin-right: 18px;
}
.diversification .details .title{
  font-size: 20px;
  font-weight: bold;
  color: #111111;
}
.diversification .details:nth-child(1){
  top: 77px;
  left: 85px;
}
.diversification .details:nth-child(2){
  bottom: 70px;
  left: 18px;
}
.diversification .details:nth-child(3) span,.diversification .details:nth-child(4) span{
  margin-left: 18px;
  margin-right: 0;
}
.diversification .details:nth-child(3){
  text-align: left;
  top: 77px;
  right: 65px;
}
.diversification .details:nth-child(4){
  text-align: left;
  bottom: 70px;
  right: 109px;
}
.diversification .logo{
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: MoveUpDown1 1.5s linear infinite;
          animation: MoveUpDown1 1.5s linear infinite;
}
.diversification .yun{
  position: absolute;
  top: 105px;
  right: 435px;
  -webkit-animation: MoveUpDown2 1s linear infinite;
          animation: MoveUpDown2 1s linear infinite;
}
.more-box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  min-width: 1200px;
}
.more-box .img-left{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
  height: 460px;
  padding-bottom: 48px;
}
.more-box .img-left .more-item{
  cursor: pointer;
}
.more-box .img-left .more-item:hover img{
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.more-box .img-left .more-item:hover span{
  color: #005BFF;
}
.more-box .img-left .more-item img{
  width: 100px;
  height: 100px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.more-box .img-left .more-item span{
  font-size: 16px;
  color: #666666;
  display: block;
  margin-right: 18px;
}
.more-box .img-left .more-item .more-tle{
  font-size: 20px;
  font-weight: bold;
  color: #111111;
}
.more-box .center-img{
  width: 646px;
  height: 420px;
  margin-top: 37px;
  background: url(/static/index/img/ruanjian/dyh-bg.png) no-repeat;
}
.more-box .img-left:nth-child(3){
  text-align: left;
}
.more-box .img-left:nth-child(3) span{
  margin-left: 18px;
  margin-right: 0;
}
.more-box .center-img{
  position: relative;
}
.more-box .center-img .more-logo{
  position: absolute;
  top: -26px;
  left: 283px;
  -webkit-animation: MoveUpDown1 2.5s linear infinite;
          animation: MoveUpDown1 2.5s linear infinite;
}
.more-box .center-img .more-yun{
  position: absolute;
  top: 0px;
  left: 460px;
  -webkit-animation: MoveUpDown2 2s linear infinite;
          animation: MoveUpDown2 2s linear infinite;
}


@-webkit-keyframes MoveUpDown1 {
  0%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes MoveUpDown1 {
  0%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes MoveUpDown2 {
  0%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes MoveUpDown2 {
  0%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* 产品 */
.product{
  background: #F0F4FC;
  max-width: 100%;
  padding-bottom: 80px;
}
.product .product-box{
  max-width: 1200px;
  margin: 0 auto;
}
.product .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.product .item-box .item{
  width: 285px;
  height: 416px;
  padding: 40px 0 0 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.product .item-box .item:nth-child(1){
  background: url(/static/index/img/ruanjian/电商平台.png) no-repeat;
}
.product .item-box .item:nth-child(2){
  background: url(/static/index/img/ruanjian/新商智慧数据平台.png) no-repeat;
}
.product .item-box .item:nth-child(3){
  background: url(/static/index/img/ruanjian/淘宝客平台.png) no-repeat;
}
.product .item-box .item:nth-child(4){
  background: url(/static/index/img/ruanjian/新商云直播.png) no-repeat;
}
.product .item-box .item .item-title{
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}
.product .item-box .item .border{
  height: 3px;
  width: 28px;
  background: #FFFFFF;
}
.product .item-box .item .english{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  display: block;
  margin-top: 5px;
}
.product .item-box .item .blue-box{
  background: rgba(0, 91, 255, .5);
  position: absolute;
  width: 288px;
  top: 0;
  bottom: 0;
  left: -288px;
  margin: auto;
  padding: 40px 20px 0 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product .item-box .item .blue-box .info{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 170px;
}
.product .item-box .item:hover .blue-box{
  left: 0;
}
.product .item-box .item .hid{
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product .item-box .item:hover .hid{
  opacity: 0;
}
/* 系统软件 */
.system{
  max-width: 100%;
  background: url(/static/index/img/ruanjian/sys-bg.png) no-repeat;
  padding:90px 0 80px;
}
.system .big-title{
  color: #fff;
}
.system .big-info{
  color: #fff;
  margin-top: 25px;
}
.system .sys-item-box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
}
.system .sys-item-box .sys-item{
  width: 386px;
  height: 460px;
  cursor: pointer;
  overflow: hidden;
}
.system .sys-item-box .sys-item img{
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.system .sys-item-box .sys-item .sys-info{
  background: #fff;
  padding: 24px;
  height: 194px;
  position: relative;
  z-index: 10;
}
.system .sys-item-box .sys-info .sys-title{
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  display: block;
  text-align: center;
}
.system .sys-item-box .sys-info p{
  font-size: 14px;
  font-weight: 400;
  color: #9797A1;
  line-height: 26px;
  margin-top: 20px;
}
.system .sys-item-box .sys-item:hover img{
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
/* 定制 */
.customized{
  padding-bottom: 110px;
}
.customized .big-info{
  margin: 30px auto 70px;
}
.customized .process{
  width: 228px;
  height: 320px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.customized .process .icon-bg{
  width: 94px;
  height: 94px;
  margin: 20px auto;
  border-radius: 50%;
  background: #E8F0FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 11;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.customized .process .pro-title{
  font-size: 20px;
  font-weight: 400;
  color:#111111;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  z-index: 11;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.customized .process .list{
  list-style: disc;
  color: #005BFF;
  padding-left: 78px;
  position: relative;
  z-index: 11;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.customized .process .list li span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.customized .process:hover .icon-bg{
  background: #fff;
}
.customized .process:hover .pro-title{
  color: #fff;
}
.customized .process:hover .list{
  color: #ACCAFF;
}
.customized .process:hover .list span{
  color: #fff;
}
.picList {
  width: 100%;
  height: 320px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.picList li:nth-child(3n) {
  margin-right: 0;
}

.meng {
  width: 100%;
  height: 100%;
  display: block;
}

.da-thumbs li .pro-link,
.da-thumbs li .pro-link img {
  display: block;
  position: relative
}

.da-thumbs li .pro-link {
  overflow: hidden;
  height: 100%;
}

.da-thumbs li .pro-link div {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: .8;
  color: #fff;
  bottom: -100%;
  z-index: 10;
}

.da-thumbs li .pro-link div.da-animate {
  -webkit-transition: all .3s ease;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.da-slideFromTop {
  left: 0;
  top: -100%
}

.da-slideFromBottom {
  left: 0;
  top: 100%
}

.da-slideFromLeft {
  top: 0;
  left: -100%
}

.da-slideFromRight {
  top: 0;
  left: 100%
}

.da-slideTop {
  top: 0
}

.da-slideLeft {
  left: 0
}
.picList .jiantou{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px;
}
.xx{
  text-align: right;
  margin: 22px 0;
  padding-right: 80px;
}
.xx img{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn{
  width: 134px;
  height: 36px;
  background: #005BFF;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.customized .process:hover .btn{
  background: #E8F0FF;
  color: #111111;
}
@media(max-width: 768px){
  html, body{
    background: #fff;
  }
  .wap-banner{
    display:block;
    width: 100%;
  }
  section{
    max-width: 100%;
    padding-top: 40px;
  }
  .big-title{
    font-size: 24px;
    line-height: 30px;
    padding: 0 7px;
  }
  .big-info{
    font-size: 14px;
    margin-top: 12px;
    line-height: 20px;
    padding: 0 12px;
  }
  .diversification .details-box{
    background-size: contain;
    margin-top: 20px;
  }
  .diversification .logo{
    top: 268px;
    width: 60px;
  }
  .diversification .yun{
    top: 280px;
    right: 23.5%;
    width: 24px;
  }
  @-webkit-keyframes MoveUpDown1 {
    0%, 100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes MoveUpDown1 {
    0%, 100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @-webkit-keyframes MoveUpDown2 {
    0%, 100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes MoveUpDown2 {
    0%, 100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .diversification .details img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .diversification .details .title{
    font-size: 16px;
    margin: 0;
  }
  .diversification .details span{
    font-size: 12px;
    margin: 0 !important;
  }
  .diversification .details{
    width: 45%;
    text-align: center;
  }
  .diversification .details:nth-child(1){
    left: 12px;
    top: 0px;
  }
  .diversification .details:nth-child(2){
    left: 12px;
    top: 130px;
  }
  .diversification .details:nth-child(3){
    top: 0px;
    right: 12px;
    text-align: center;
  }
  .diversification .details:nth-child(4){
    right: 12px;
    top: 130px;
    text-align: center;
  }
  .product{
    padding-bottom: 30px;
  }
  .swiper-slide{
    width: 60% !important;
    height: 400px !important;
    -webkit-transition: 300ms;
    transition: 300ms;
	  -webkit-transform: scale(0.8);
	          transform: scale(0.8);
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-wrapper .one{
    background: url(/static/index/img/ruanjian/电商平台.png) no-repeat;
  }
  .swiper-wrapper .two{
    background: url(/static/index/img/ruanjian/新商智慧数据平台.png) no-repeat;
  }
  .swiper-wrapper .three{
    background: url(/static/index/img/ruanjian/淘宝客平台.png) no-repeat;
  }
  .swiper-wrapper .four{
    background: url(/static/index/img/ruanjian/新商云直播.png) no-repeat;
  }
  .swiper-container{
    margin-top: 40px !important;
  }
  .blue-box{
    width: 100%;
    height: 100%;
    background: rgba(0, 91, 255, .5);
    padding: 40px 20px 20px;
    color: #fff;
    position: relative;
  }
  .blue-box .item-title{
    font-size: 18px;
  }
  .blue-box .english{
    margin-top: 20px;
    display: block;
    font-size: 12px;
  }
  .blue-box .info{
    position: absolute;
    bottom: 60px;
  }
  .system{
    padding: 40px 12px 30px;
    background-size: 100% 100%;
  }
  .system .big-info{
    margin-top: 15px;
  }
  .system .sys-item-box{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px auto 0;
  }
  .system .sys-item-box .sys-item{
    width: 100%;
    height: auto;
    margin-top: 12px;
    cursor: inherit;
  }
  .system .sys-item-box .sys-item:hover img{
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .step{
    padding: 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .customized{
    padding-bottom: 30px;
  }
  .customized .big-info{
    margin: 12px auto 30px;
  }
  .step-box{
    width: 40%;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    padding: 10px 0;
    text-align: center;
    height: 200px;
  }
  .step-box .step-img-box{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 12px;
  }
  .step-box .step-title{
    margin-bottom: 12px;
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  .step-box .step-detail{
    list-style: disc;
    color: #005BFF;
    font-size: 12px;
    margin-left: 43px;
    text-align: left;
  }
  .step-box .step-detail span{
    font-weight: 400;
    color: #666666;
    font-size: 12px;
  }
  .step .step-jt{
    display:block;
    margin: 0 9px;
  }
  .step .jt-box{
    display: block;
    height: 52px;
    width: 100%;
    margin: 9px 14%;
    background: url(/static/index/img/ruanjian/bottom.png) right no-repeat;
  }
  .left{
    background: url(/static/index/img/ruanjian/bottom.png) left no-repeat !important;
  }
  .step .step-box:nth-child(1) .step-img-box{
    background: #E8F0FF url(/static/index/img/ruanjian/商务洽谈.png) center / 30px 30px no-repeat;
  }
  .step .step-box:nth-child(3) .step-img-box{
    background: #E8F0FF url(/static/index/img/ruanjian/项目策划.png) center / 30px 30px no-repeat;
  }
  .step .step-box:nth-child(5) .step-img-box{
    background: #E8F0FF url(/static/index/img/ruanjian/程序开发.png) center / 30px 30px no-repeat;
  }
  .step .step-box:nth-child(7) .step-img-box{
    background: #E8F0FF url(/static/index/img/ruanjian/UI设计.png) center / 30px 30px no-repeat;
  }
  .step .step-box:nth-child(9) .step-img-box{
    background: #E8F0FF url(/static/index/img/ruanjian/测试.png) center / 30px 30px no-repeat;
  }
  .step .step-box:nth-child(11) .step-img-box{
    background: #E8F0FF url(/static/index/img/ruanjian/上线.png) center / 30px 30px no-repeat;
  }
  .step .step-box:nth-child(13) .step-img-box{
    background: #E8F0FF url(/static/index/img/ruanjian/咨询客服.png) center / 30px 30px no-repeat;
  }
  .step .step-box:nth-child(15) .step-img-box{
    background: #E8F0FF url(/static/index/img/ruanjian/后期维护.png) center / 30px 30px no-repeat;
  }
  .step-btn{
    width: 70%;
    padding: 3px 0;
    background: #005BFF;
    border-radius: 18px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 14px;
  }
}
@media(max-width: 320px){
  .step{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .step-box{
    margin-top: 12px;
    width: 48%;
  }
  .step .step-jt{
    display: none;
  }
  .step .jt-box{
    display: none;
  }
}