@keyframes living {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
}
@-webkit-keyframes living {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
}
@-webkit-keyframes swingLr {
  0% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
  }
}
@-ms-keyframes swingLr {
  0% {
    -ms-transform: rotate(5deg);
  }
  100% {
    -ms-transform: rotate(-5deg);
  }
}
@-moz-keyframes swingLr {
  0% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
  }
}
@keyframes swingLr {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes living {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
.page-e-business {
  padding-top: 64px;
}
.page-e-business .banner-block .img-wrap {
  background-image: url("../images/ds/ds-banner-bg.jpg");
}
.page-e-business section {
  padding-top: 78px;
}
.page-e-business section .title {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}
.page-e-business section:nth-child(odd) {
  background: #f7fafc;
}
.page-e-business .sec-2 {
  padding-bottom: 80px;
}
.page-e-business .sec-2 .content {
  width: 1296px;
  margin: 0 auto 0;
  padding: 0 35px;
}
.page-e-business .sec-2 .content li {
  float: left;
  width: 50%;
  margin-top: 60px;
}
.page-e-business .sec-2 .content li:hover .img-wrap {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.page-e-business .sec-2 .content .img {
  float: left;
}
.page-e-business .sec-2 .content .img-wrap {
  width: 154px;
  height: 154px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  background-image: url("../images/ds.png");
  background-repeat: no-repeat;
  background-size: 576px auto;
}
.page-e-business .sec-2 .content .info {
  margin-left: 170px;
  padding-top: 45px;
}
.page-e-business .sec-2 .content .info .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-e-business .sec-2 .content .info .desc {
  margin-top: 13px;
  font-size: 16px;
  line-height: 20px;
  color: #999;
}
.page-e-business .sec-3 {
  padding-bottom: 80px;
}
.page-e-business .sec-3 .content {
  width: 1344px;
  margin: 0 auto;
  text-align: center;
}
.page-e-business .sec-3 .content li {
  float: left;
  width: 16.6666666667%;
  margin-top: 57px;
}
.page-e-business .sec-3 .content li .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.page-e-business .sec-3 .content li .img-wrap {
  width: 100px;
  height: 100px;
  background-image: url("../images/ds.png");
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.page-e-business .sec-3 .content li:hover .img-wrap {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.page-e-business .sec-3 .content li .name {
  margin-top: 17px;
  font-size: 20px;
  line-height: 24px;
}
.page-e-business .sec-4 {
  padding-bottom: 80px;
}
.page-e-business .sec-4 .content {
  width: 1320px;
  margin: 6px auto 0;
}
.page-e-business .sec-4 .content li {
  float: left;
  width: 33.3333333333%;
  margin-top: 40px;
  text-align: center;
}
.page-e-business .sec-4 .content li .wrap {
  width: 400px;
  height: 368px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.page-e-business .sec-4 .content li .wrap:hover {
  -moz-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  -o-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  -webkit-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  -moz-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  -o-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
}
.page-e-business .sec-4 .content li .img {
  height: 248px;
}
.page-e-business .sec-4 .content li .img img {
  width: 100%;
  height: 100%;
}
.page-e-business .sec-4 .content li .info {
  height: 120px;
  background: #fff;
  padding: 30px 10px 0;
}
.page-e-business .sec-4 .content li .info .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-e-business .sec-4 .content li .info .desc {
  margin-top: 14px;
  font-size: 14px;
  color: #999;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-e-business .sec-5 {
  padding-bottom: 80px;
}
.page-e-business .sec-5 .content {
  width: 1320px;
  margin: 7px auto 0;
}
.page-e-business .sec-5 .content li {
  float: left;
  width: 25%;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}
.page-e-business .sec-5 .content li .wrap {
  position: relative;
  width: 290px;
  height: 140px;
  margin: 0 auto;
  padding-top: 48px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.page-e-business .sec-5 .content li .wrap:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.page-e-business .sec-5 .content li .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-e-business .sec-5 .content li .wrap .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-e-business .sec-5 .content li .wrap .line {
  margin: 16px auto;
  width: 64px;
  height: 4px;
  background: #fff;
}
.page-e-business .sec-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-e-business .sec-6 .content {
  width: 1276px;
  margin: 0 auto;
}
.page-e-business .sec-6 .content .left {
  position: relative;
  float: left;
  width: 650px;
  height: 435px;
}
.page-e-business .sec-6 .content .left .circle1,
.page-e-business .sec-6 .content .left .circle2,
.page-e-business .sec-6 .content .left .circle3 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.page-e-business .sec-6 .content .left .circle1 {
  width: 434px;
  height: 434px;
  margin-top: -217px;
  margin-left: -217px;
  border: 1px solid #d4ecf0;
  animation: living 3s linear infinite;
  -webkit-animation: living 3s linear infinite;
  -o-animation: living 3s linear infinite;
  -ms-animation: living 3s linear infinite;
  -moz-animation: living 3s linear infinite;
}
.page-e-business .sec-6 .content .left .circle2 {
  width: 284px;
  height: 284px;
  margin-top: -142px;
  margin-left: -142px;
  border: 1px dashed #93d3db;
  animation: living 3s linear infinite;
  -webkit-animation: living 3s linear infinite;
  -o-animation: living 3s linear infinite;
  -ms-animation: living 3s linear infinite;
  -moz-animation: living 3s linear infinite;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
.page-e-business .sec-6 .content .left .circle3 {
  width: 190px;
  height: 190px;
  margin-top: -95px;
  margin-left: -95px;
  background: url("../images/ds-circle.png") no-repeat;
  background-size: 100% 100%;
}
.page-e-business .sec-6 .content .left .bubble {
  position: absolute;
  width: 158px;
  height: 78px;
  line-height: 66px;
  background: url("../images/bubble-group.png") no-repeat;
  background-size: 158px auto;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.page-e-business .sec-6 .content .left .bubble.bubble1 {
  height: 80px;
  width: 158px;
  background-position: 0 -372px;
  left: 26px;
  top: 0;
}
.page-e-business .sec-6 .content .left .bubble.bubble2 {
  height: 66px;
  width: 158px;
  background-position: 0 -305px;
  left: 0;
  top: 208px;
  padding-right: 18px;
}
.page-e-business .sec-6 .content .left .bubble.bubble3 {
  height: 78px;
  width: 150px;
  background-position: 0 -160px;
  left: 58px;
  bottom: 0;
  line-height: 90px;
}
.page-e-business .sec-6 .content .left .bubble.bubble4 {
  height: 80px;
  width: 148px;
  background-position: 0 -80px;
  right: 34px;
  top: 16px;
}
.page-e-business .sec-6 .content .left .bubble.bubble5 {
  height: 66px;
  width: 154px;
  background-position: 0 -239px;
  right: 0;
  top: 198px;
  padding-left: 18px;
}
.page-e-business .sec-6 .content .left .bubble.bubble6 {
  height: 80px;
  width: 146px;
  background-position: 0 0;
  right: 106px;
  bottom: 0;
  line-height: 90px;
}
.page-e-business .sec-6 .content .right {
  float: left;
  margin-left: 100px;
  padding-top: 56px;
  max-width: 526px;
}
.page-e-business .sec-6 .content .right h4 {
  font-size: 30px;
  line-height: 34px;
}
.page-e-business .sec-6 .content .right h5 {
  margin-top: 23px;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #999;
}
.page-e-business .sec-6 .content .right .info {
  margin-top: 62px;
  width: 360px;
  height: 201px;
  background: white;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.page-e-business .sec-6 .content .right .info .item {
  height: 100px;
  padding-top: 23px;
}
.page-e-business .sec-6 .content .right .info .item:nth-child(1) {
  border-bottom: 1px solid #e5e5e5;
}
.page-e-business .sec-6 .content .right .info .item p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}