.dataServices .banner {
  position: relative;
  width: 100%;
  height: 679px;
  z-index: 1;
  background: url(../img/dataServices/dataBanner.jpg) center no-repeat;
}
.dataServices .banner .text {
  width: 100%;
  padding: 288px 0 0;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
.dataServices .banner .text h2 {
  position: relative;
  line-height: 76px;
  font-size: 56px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.dataServices .banner .text p {
  font-family: "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif;
  position: relative;
  margin-top: 15px;
  font-size: 18px;
  line-height: 34px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.dataServices .serviceValue {
  padding-bottom: 77px;
}
.dataServices .serviceValue .publicTitle {
  padding-top: 55px;
  margin-bottom: 62px;
}
.dataServices .serviceValue .item {
  position: relative;
  float: left;
  height: 336px;
  width: 336px;
  margin-left: 96px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  box-shadow: 2px 2px 8px #f3f3f3;
}
.dataServices .serviceValue .item:hover .icon::after {
  transform: rotate(15deg);
}
.dataServices .serviceValue .item.left {
  margin-left: 0;
}
.dataServices .serviceValue .item.left::after {
  display: none;
}
.dataServices .serviceValue .item .icon {
  position: relative;
  margin: 91px auto 0;
  height: 50px;
  width: 52px;
}
.dataServices .serviceValue .item .icon::after,
.dataServices .serviceValue .item .icon::before {
  position: absolute;
  content: '';
}
.dataServices .serviceValue .item .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 52px;
  height: 50px;
  background: #f76a00;
  z-index: 1;
  transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.dataServices .serviceValue .item .icon::before {
  right: -17px;
  top: -16px;
  width: 53px;
  height: 53px;
  background: url(../img/dataServices/icon.png) no-repeat;
  z-index: 2;
}
.dataServices .serviceValue .item .icon.icon1::before {
  background-position: 0 0;
}
.dataServices .serviceValue .item .icon.icon2::before {
  background-position: 0 -53px;
}
.dataServices .serviceValue .item .icon.icon3::before {
  background-position: 0 -106px;
}
.dataServices .serviceValue .item .text {
  position: relative;
}
.dataServices .serviceValue .item .text::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 75px;
  bottom: auto;
  content: '';
  width: 232px;
  height: 2px;
  background: url(../img/dataServices/line.png);
}
.dataServices .serviceValue .item .text .title {
  padding: 26px 0 22px;
  line-height: 40px;
  font-size: 30px;
  color: #191919;
  background: url(../img/dataServices/line2.jpg) center bottom no-repeat;
}
.dataServices .serviceValue .item .text p {
  font-family: "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif;
  margin-top: 20px;
  line-height: 26px;
  font-size: 20px;
}
.dataServices .advantage {
  position: relative;
}
.dataServices .advantage .publicTitle {
  padding-top: 52px;
  margin-bottom: 72px;
}
.dataServices .advantage .con {
  position: relative;
  padding: 60px 0;
}
.dataServices .advantage .con .conBox {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.dataServices .advantage .con.bg {
  background: #f9f9f9;
}
.dataServices .advantage .con.blueBg {
  background: #037acf;
}
.dataServices .advantage .con.blueBg .title {
  border-color: #1f90d9;
}
.dataServices .advantage .con.blueBg .title span {
  color: #fff;
  border-color: #61c4f3;
}
.dataServices .advantage .con .title {
  position: relative;
  width: 100%;
  margin-bottom: 38px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}
.dataServices .advantage .con .title span {
  font-size: 24px;
  font-weight: bold;
  line-height: 59px;
  color: #037acf;
  border-bottom: 1px solid #037acf;
  display: inline-block;
  margin-bottom: -1px;
}
.dataServices .advantage .con .title_p {
  line-height: 30px;
  font-size: 16px;
  padding-bottom: 40px;
  color: #000;
  text-align: center;
}
.dataServices .advantage .con.content {
  position: relative;
  padding-bottom: 50px;
  z-index: 15;
}
.dataServices .advantage .con.content .title {
  margin-bottom: 12px;
}
.dataServices .advantage .con.content .itemBox .item {
  position: relative;
  float: left;
  margin-left: 58px;
  padding: 50px 0;
  width: 361px;
  height: 139px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #037acf;
  line-height: 39px;
  background: url(../img/adServices/contentBg.png) center no-repeat;
  cursor: pointer;
}
.dataServices .advantage .con.content .itemBox .item p {
  position: relative;
  z-index: 3;
}
.dataServices .advantage .con.content .itemBox .item.left {
  margin-left: 0;
}
.dataServices .advantage .con.content .itemBox .item:hover::after,
.dataServices .advantage .con.content .itemBox .item:hover::before {
  display: block;
}
.dataServices .advantage .con.content .itemBox .item::after,
.dataServices .advantage .con.content .itemBox .item::before {
  position: absolute;
  content: '';
  width: 180px;
  height: 83px;
  z-index: 1;
  display: none;
  background: url(../img/adServices/contentBgHover.gif) center no-repeat;
}
.dataServices .advantage .con.content .itemBox .item::after {
  left: 15px;
  bottom: 12px;
}
.dataServices .advantage .con.content .itemBox .item::before {
  right: 14px;
  top: 12px;
  -webkit-transform: rotate(180deg);
}
.dataServices .advantage .con .partOne {
  position: relative;
  width: 100%;
  height: 384px;
  background: url(../img/dataServices/bg1.jpg) center 109px no-repeat;
}
.dataServices .advantage .con .partOne .roundBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 120px;
  width: 1200px;
  height: 1200px;
  z-index: 1;
}
.dataServices .advantage .con .partOne .roundBg .box {
  position: relative;
  width: 1200px;
  height: 1200px;
  /* background-color: #0984e3; */
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateX(83deg);
}
.dataServices .advantage .con .partOne .roundBg .box span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  border-radius: 100%;
  /* background-color: #0984e3; */
  border: 3px solid #0984e3;
  animation: animate 6s linear infinite;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.dataServices .advantage .con .partOne .roundBg .box span.span1 {
  animation-delay: 1.5s;
}
.dataServices .advantage .con .partOne .roundBg .box span.span2 {
  animation-delay: 1.5s;
}
.dataServices .advantage .con .partOne .roundBg .box span.span3 {
  animation-delay: 3s;
}
.dataServices .advantage .con .partOne .roundBg .box span.span4 {
  animation-delay: 4.5s;
}
.dataServices .advantage .con .partOne .roundBg .box span.span5 {
  animation-delay: 6s;
}
.dataServices .advantage .con .partOne .roundBg .box span.span6 {
  animation-delay: 7.5s;
}
@keyframes animate {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
  }
  100% {
    width: 1200px;
    height: 1200px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
}
.dataServices .advantage .con .partOne .item {
  position: relative;
  width: 50%;
  float: left;
  text-align: center;
  font-weight: bold;
  z-index: 2;
}
.dataServices .advantage .con .partOne .item .top {
  line-height: 60px;
  font-size: 24px;
  color: #037acf;
}
.dataServices .advantage .con .partOne .item .bottom {
  margin-top: 292px;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.dataServices .advantage .con .partOne .icon {
  position: absolute;
  width: 82px;
  height: 120px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 3;
  background: url(../img/dataServices/icon.png) 0 0 no-repeat;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.dataServices .advantage .con .partOne .icon:hover {
  margin-top: -10px;
}
.dataServices .advantage .con .partOne .icon.icon1 {
  left: 49px;
  top: 99px;
  padding: 20px 0 0;
}
.dataServices .advantage .con .partOne .icon.icon2 {
  left: 215px;
  top: 139px;
  padding-top: 25px;
}
.dataServices .advantage .con .partOne .icon.icon3 {
  left: 409px;
  top: 129px;
  padding-top: 25px;
}
.dataServices .advantage .con .partOne .icon.icon4,
.dataServices .advantage .con .partOne .icon.icon5,
.dataServices .advantage .con .partOne .icon.icon6 {
  padding-top: 31px;
}
.dataServices .advantage .con .partOne .icon.icon4 {
  right: 428px;
  top: 167px;
}
.dataServices .advantage .con .partOne .icon.icon5 {
  right: 280px;
  top: 121px;
}
.dataServices .advantage .con .partOne .icon.icon6 {
  right: 110px;
  top: 137px;
}
.dataServices .advantage .con .partTwo {
  position: relative;
}
.dataServices .advantage .con .partTwo .top {
  margin-bottom: 60px;
}
.dataServices .advantage .con .partTwo .top .item {
  position: relative;
  float: left;
  width: 380px;
  height: 140px;
  margin-left: 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #037acf;
}
.dataServices .advantage .con .partTwo .top .item.left {
  margin-left: 0;
}
.dataServices .advantage .con .partTwo .top .item p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0 32px;
  color: #fff;
  height: 76px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
}
.dataServices .advantage .con .partTwo .top .item p span {
  display: block;
}
.dataServices .advantage .con .partTwo .bottom .item {
  float: left;
  position: relative;
  width: 234px;
  margin-left: 7px;
  padding: 50px 0 20px;
  cursor: pointer;
}
.dataServices .advantage .con .partTwo .bottom .item.left {
  margin-left: 0;
}
.dataServices .advantage .con .partTwo .bottom .item:hover .icon {
  border-color: #037acf;
}
.dataServices .advantage .con .partTwo .bottom .item:hover .bg::before {
  width: 100%;
}
.dataServices .advantage .con .partTwo .bottom .item:hover::after,
.dataServices .advantage .con .partTwo .bottom .item:hover::before {
  height: 60px;
}
.dataServices .advantage .con .partTwo .bottom .item::after,
.dataServices .advantage .con .partTwo .bottom .item::before {
  position: absolute;
  top: 50px;
  background: rgba(0, 122, 207, 0.74);
  content: "";
  height: 0;
  width: 1px;
  -webkit-transition: all 0.6s !important;
  -moz-transition: all 0.6s !important;
  -ms-transition: all 0.6s !important;
  -o-transition: all 0.6s !important;
  transition: all 0.6s !important;
  z-index: 3;
}
.dataServices .advantage .con .partTwo .bottom .item::before {
  left: 0;
}
.dataServices .advantage .con .partTwo .bottom .item::after {
  right: 0;
}
.dataServices .advantage .con .partTwo .bottom .item .icon {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  width: 95px;
  height: 95px;
  border: 6px solid #d1e5f6;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.dataServices .advantage .con .partTwo .bottom .item .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  background: url(../img/dataServices/icon.png) no-repeat;
  width: 64px;
  height: 64px;
  display: block;
}
.dataServices .advantage .con .partTwo .bottom .item .icon.icon1::after {
  background-position: 0 -123px;
}
.dataServices .advantage .con .partTwo .bottom .item .icon.icon2::after {
  background-position: 0 -187px;
}
.dataServices .advantage .con .partTwo .bottom .item .icon.icon3::after {
  background-position: 0 -251px;
}
.dataServices .advantage .con .partTwo .bottom .item .icon.icon4::after {
  background-position: 0 -315px;
}
.dataServices .advantage .con .partTwo .bottom .item .icon.icon5::after {
  background-position: 0 -379px;
}
.dataServices .advantage .con .partTwo .bottom .item .bg {
  position: relative;
  height: 120px;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px #f1f1f1 !important;
  -moz-box-shadow: 0 5px 10px #f1f1f1 !important;
  box-shadow: 0 5px 10px #f1f1f1 !important;
}
.dataServices .advantage .con .partTwo .bottom .item .bg::before {
  background: rgba(0, 122, 207, 0.74);
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.dataServices .advantage .con .partTwo .bottom .item .bg p {
  text-align: center;
  padding-top: 69px;
  font-weight: bold;
  line-height: 26px;
  font-size: 16px;
  color: #000;
}
.dataServices .advantage .con .partThree {
  position: relative;
}
.dataServices .advantage .con .partThree .img {
  position: relative;
  margin: 12px 170px 20px;
  width: 871px;
  height: 239px;
}
.dataServices .advantage .con .partThree .img .left,
.dataServices .advantage .con .partThree .img .right {
  position: absolute;
  width: 247px;
  height: 247px;
}
.dataServices .advantage .con .partThree .img .left {
  left: 0;
  background: url(../img/dataServices/bg2_1.jpg) center no-repeat;
  animation: opacityLeft 4s linear infinite;
  -webkit-animation: opacityLeft 4s linear infinite;
  /* Safari 和 Chrome */
}
@keyframes opacityLeft {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
  }
  30% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
  }
}
@-webkit-keyframes opacityLeft {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
  }
  30% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
  }
}
.dataServices .advantage .con .partThree .img .center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 177px;
  height: 121px;
  background: url(../img/dataServices/bg2_2.png) center no-repeat;
  animation: opacityCenter 4s linear infinite;
  -webkit-animation: opacityCenter 4s linear infinite;
  /* Safari 和 Chrome */
}
@keyframes opacityCenter {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  30% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
}
@-webkit-keyframes opacityCenter {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  30% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
}
.dataServices .advantage .con .partThree .img .right {
  right: 0;
  background: url(../img/dataServices/bg2_3.jpg) center no-repeat;
  animation: opacityRight 4s linear infinite;
  -webkit-animation: opacityRight 4s linear infinite;
  /* Safari 和 Chrome */
}
@keyframes opacityRight {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  60% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
}
@-webkit-keyframes opacityRight {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  60% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
}
.dataServices .advantage .con .partThree .bottom {
  padding: 10px 8px 0;
  margin-bottom: -20px;
}
.dataServices .advantage .con .partThree .bottom p {
  float: left;
  width: 492px;
  margin: 0 50px 20px;
  padding: 0 45px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 65px;
  color: #fff;
  background: #0476c6;
  border: 1px solid #1f90d9;
}
.dataServices .mediaPartners .publicTitle {
  padding-top: 40px;
}
.dataServices .mediaPartners .itemBox {
  margin: 0 27px;
}
.dataServices .mediaPartners .itemBox .item {
  position: relative;
  float: left;
  width: 143px;
  text-align: center;
  margin-bottom: 20px;
}
.dataServices .mediaPartners .itemBox .item .icon {
  width: 92px;
  height: 92px;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  margin: auto;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 12px #dedede !important;
  -moz-box-shadow: 0 5px 12px #dedede !important;
  box-shadow: 0 5px 12px #dedede !important;
}
.dataServices .mediaPartners .itemBox .item .icon img {
  width: 100%;
  height: 100%;
}
.dataServices .mediaPartners .itemBox .item p {
  margin: 32px 0 16px;
  line-height: 30px;
  font-size: 16px;
  display: none;
}
.dataServices .client {
  padding-bottom: 26px;
}
.dataServices .client .publicTitle {
  padding-top: 40px;
}
.dataServices .client .box {
  position: relative;
}
.dataServices .client .box .img {
  float: left;
  position: relative;
  width: 200px;
  height: 120px;
  margin-bottom: 11px;
  text-align: center;
  padding: 0 5px;
}
.dataServices .client .box .img img {
  width: 92px;
  height: 92px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  overflow: hidden;
  border: 1px solid #eee;
}
.dataServices .more {
  display: block;
  width: 175px;
  height: 45px;
  font-family: "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  background: #f76a00;
  margin: 0 auto 58px;
  cursor: pointer;
  -webkit-border-radius: 22px !important;
  -moz-border-radius: 22px !important;
  border-radius: 22px !important;
}
@media screen and (max-height: 695px) {
  .dataServices .banner {
    height: 550px;
  }
  .dataServices .banner .text {
    padding-top: 234px;
  }
  .dataServices .banner .text h2 {
    font-size: 40px;
    line-height: 66px;
  }
  .dataServices .banner .text p {
    margin-top: 5px;
    font-size: 16px;
  }
  .dataServices .advantage .publicTitle {
    margin-bottom: 50px;
  }
  .dataServices .advantage .con {
    padding: 40px 0;
  }
  .dataServices .advantage .con .title {
    margin-bottom: 5px;
  }
  .dataServices .advantage .con .title span {
    line-height: 50px;
    font-size: 20px;
  }
  .dataServices .advantage .con .title_p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .dataServices .advantage .con.content .title {
    margin-bottom: 5px;
  }
  .dataServices .advantage .con.content .title span {
    line-height: 50px;
    font-size: 20px;
  }
  .dataServices .advantage .con.content .itemBox .item {
    width: 306px;
    height: 118px;
    margin-left: 38px;
    background-size: 100%;
    padding: 42px 0;
  }
  .dataServices .advantage .con.content .itemBox .item p {
    font-size: 20px;
    line-height: 32px;
  }
  .dataServices .advantage .con.content .itemBox .item::before,
  .dataServices .advantage .con.content .itemBox .item::after {
    width: 151px;
    height: 58px;
    background-size: 100%;
  }
  .dataServices .advantage .con.content .itemBox .item::after {
    left: 13px;
    bottom: 16px;
  }
  .dataServices .advantage .con.content .itemBox .item::before {
    right: 13px;
    top: 16px;
  }
  .dataServices .advantage .con .partOne {
    height: 310px;
    background-size: 100%;
  }
  .dataServices .advantage .con .partOne .roundBg {
    top: 100px;
    width: 1000px;
    height: 1000px;
  }
  .dataServices .advantage .con .partOne .roundBg .box {
    width: 1000px;
    height: 1000px;
  }
  .dataServices .advantage .con .partOne .item .top {
    line-height: 45px;
    font-size: 18px;
    margin-top: 15px;
  }
  .dataServices .advantage .con .partOne .item .bottom {
    margin-top: 222px;
    font-size: 14px;
    line-height: 24px;
  }
  .dataServices .advantage .con .partOne .icon {
    width: 70px;
    height: 103px;
    font-size: 13px;
    line-height: 18px;
    background-size: 100%;
  }
  .dataServices .advantage .con .partOne .icon.icon1 {
    left: 40px;
    top: 101px;
    padding: 18px 0 0;
  }
  .dataServices .advantage .con .partOne .icon.icon2 {
    left: 178px;
    top: 134px;
    padding-top: 27px;
  }
  .dataServices .advantage .con .partOne .icon.icon3 {
    left: 340px;
    top: 125px;
    padding-top: 27px;
  }
  .dataServices .advantage .con .partOne .icon.icon4,
  .dataServices .advantage .con .partOne .icon.icon5,
  .dataServices .advantage .con .partOne .icon.icon6 {
    padding-top: 28px;
  }
  .dataServices .advantage .con .partOne .icon.icon4 {
    right: 356px;
    top: 157px;
  }
  .dataServices .advantage .con .partOne .icon.icon5 {
    right: 233px;
    top: 119px;
  }
  .dataServices .advantage .con .partOne .icon.icon6 {
    right: 91px;
    top: 131px;
  }
  .dataServices .advantage .con .partTwo .top {
    margin: 30px 0 40px;
  }
  .dataServices .advantage .con .partTwo .top .item {
    margin-left: 20px;
    width: 319px;
    height: 110px;
  }
  .dataServices .advantage .con .partTwo .top .item p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
  }
  .dataServices .advantage .con .partTwo .bottom .item {
    width: 195px;
    margin-left: 4px;
  }
  .dataServices .advantage .con .partTwo .bottom .item .icon {
    border: 4px solid #d1e5f6;
    width: 80px;
    height: 80px;
  }
  .dataServices .advantage .con .partTwo .bottom .item .icon::after {
    width: 54px;
    height: 50px;
    background-size: 66px;
  }
  .dataServices .advantage .con .partTwo .bottom .item .icon.icon1::after {
    background-position: 0 -101px;
  }
  .dataServices .advantage .con .partTwo .bottom .item .icon.icon2::after {
    background-position: 0 -151px;
  }
  .dataServices .advantage .con .partTwo .bottom .item .icon.icon3::after {
    background-position: 0 -203px;
  }
  .dataServices .advantage .con .partTwo .bottom .item .icon.icon4::after {
    background-position: 0 -254px;
  }
  .dataServices .advantage .con .partTwo .bottom .item .icon.icon5::after {
    background-position: 0 -305px;
  }
  .dataServices .advantage .con .partTwo .bottom .item .bg {
    height: 94px;
  }
  .dataServices .advantage .con .partTwo .bottom .item .bg p {
    padding-top: 45px;
    font-size: 14px;
  }
  .dataServices .advantage .con .partThree .img {
    margin: 12px auto 20px;
    width: 750px;
    height: 200px;
  }
  .dataServices .advantage .con .partThree .img .left,
  .dataServices .advantage .con .partThree .img .right {
    width: 200px;
    height: 200px;
    background-size: 100%;
  }
  .dataServices .advantage .con .partThree .img .center {
    width: 140px;
    background-size: 100%;
  }
  .dataServices .advantage .con .partThree .bottom p {
    margin: 0 30px 15px;
    width: 431px;
    padding: 0 30px;
    font-size: 18px;
    line-height: 50px;
  }
  .dataServices .mediaPartners .itemBox .item {
    width: 117px;
  }
  .dataServices .mediaPartners .itemBox .item .icon {
    width: 70px;
    height: 70px;
  }
  .dataServices .client {
    margin: 50px auto 0;
  }
  .dataServices .client .publicTitle {
    margin-bottom: 50px;
  }
  .dataServices .client .box .img {
    width: 165px;
    height: 100px;
  }
  .dataServices .client .box .img img {
    width: 70px;
    height: 70px;
  }
  .dataServices .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
