.ui-banner {
  width: auto;
  min-width: 0; }

.home-new-banner {
  height: 520px;
  overflow: hidden;
  position: relative; }
  .home-new-banner .btn-container {
    position: absolute;
    left: 50%;
    bottom: 90px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9999; }
    .home-new-banner .btn-container a, .home-new-banner .btn-container .show-complete-video {
      display: inline-block;
      width: 150px;
      height: 50px;
      line-height: 50px;
      background-color: #3cbaff;
      color: #fff;
      text-align: center;
      font-size: 14px;
      border-radius: 5px;
      cursor: pointer; }
    .home-new-banner .btn-container .show-complete-video {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff; }
      .home-new-banner .btn-container .show-complete-video:hover {
        background-color: #3cbaff;
        border-color: #3cbaff; }
  .home-new-banner .banner-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999; }
    .home-new-banner .banner-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: #fff; }
  .home-new-banner .mobile-video {
    display: none; }

.complete-video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  .complete-video video {
    width: 900px;
    height: 500px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 99; }
  .complete-video .icon-container {
    width: 900px;
    height: 500px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
    .complete-video .icon-container i {
      position: absolute;
      width: 48px;
      height: 48px;
      right: -48px;
      top: 0px;
      color: #fff;
      font-size: 30px;
      z-index: 999;
      background: url("../../../images/index/close.png") no-repeat center; }

.ui-banner .ub-content {
  width: 100%; }
  .ui-banner .ub-content video {
    display: block;
    width: 100%;
    height: 100%; }

.yun-wrap {
  background-color: #fff; }

.yun-containner {
  padding-top: 90px;
  padding-bottom: 80px; }

.zIndex {
  position: relative;
  z-index: 99; }

.index__title-h3 {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #535353; }

.index__title-h3--focus {
  color: #fff; }

.service {
  margin: 0; }

.service__li {
  display: inline-block;
  margin-top: 55px; }

.service__item {
  text-align: center; }

.service__icon-wrap {
  display: block;
  height: 105px;
  text-align: center; }

.service__icon {
  display: inline-block;
  width: 100%;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  color: #00aeff; }

.service__icon--social {
  font-size: 120px; }

.service__title {
  font-size: 16px;
  line-height: 36px;
  color: #464646;
  text-align: center;
  font-weight: bold; }

.service__content {
  font-size: 12px;
  line-height: 18px;
  color: #464646; }

.service-pagination {
  display: none; }

.yun-wrap--product {
  background-color: #f2f2f2; }

.product {
  position: relative;
  margin-top: 55px; }

.product__item-title {
  font-size: 16px;
  line-height: 30px; }

.product__item-content {
  font-size: 12px;
  line-height: 16px;
  color: #535353; }

.product__img-wrap {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 373px;
  height: 772px;
  background-color: #eee;
  border-radius: 44px; }

.product__img-camera {
  position: absolute;
  left: 120px;
  top: 40px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #f2f2f2; }

.product__img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 41px;
  margin: auto;
  width: 60px;
  height: 7px;
  border-radius: 4px;
  background-color: #f2f2f2; }

.product__img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #f2f2f2; }

.product__img-box {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  margin: auto;
  width: 340px;
  height: 600px; }

.product__img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: opacity .2s; }

.product__img-gongzuotai {
  opacity: 1; }

.product__li {
  display: block;
  margin-top: 40px;
  cursor: pointer; }

.product__item {
  position: relative;
  display: block;
  padding-right: 85px; }

.product__li.active .product__item-icon-wrap {
  color: #00aeff; }

.product__li.active .product__item-title {
  color: #00aeff; }

.product__item-icon-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  color: #959595; }

.yun-wrap--truth {
  background-color: #00aeff; }

.yun-wrap--truth .left-top {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: url("/home/images/left.png") no-repeat left top;
  height: 572px; }

.yun-wrap--truth .right-bottom {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: url("/home/images/right.png") no-repeat right bottom;
  height: 572px; }

.index__title-h3--truth {
  color: #fff; }

.truth__company-list-wrap {
  position: relative; }

.truth__company-person {
  display: inline-block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 65px;
  text-align: center; }

.truth__company-evaluate {
  box-sizing: border-box;
  position: absolute;
  left: 185px;
  top: 18px;
  padding: 30px 45px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #029ae1; }

.truth__company-evaluate:before {
  content: "";
  position: absolute;
  left: -86px;
  top: 45px;
  border-width: 0 43px 27px 43px;
  border-color: transparent #fff transparent transparent;
  border-style: solid; }

.truth__company-evaluate:after {
  content: "";
  position: absolute;
  left: -81px;
  top: 46px;
  border-width: 0 41px 25px 41px;
  border-color: transparent #029ae1 transparent transparent;
  border-style: solid; }

.truth__company-evaluate-content {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  white-space: normal;
  text-align: left; }

.truth-pagination {
  display: none; }

.truth__company-evaluate-content:before {
  content: "\e7a0";
  position: absolute;
  top: -8px;
  left: -30px;
  font-size: 20px;
  font-family: iconfont;
  line-height: 20px;
  font-weight: bold; }

.truth__company-evaluate-content:after {
  content: "\e79d";
  position: absolute;
  bottom: -8px;
  right: -30px;
  font-size: 20px;
  font-family: iconfont;
  line-height: 20px;
  font-weight: bold; }

.quote__left {
  display: block;
  position: relative;
  width: 8px;
  height: 14px;
  -webkit-transform: scale(5);
          transform: scale(5);
  overflow: hidden; }

.quote__left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%; }

.quote__left:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -1px;
  width: 18px;
  height: 14px;
  border-radius: 50%;
  border-left: #fff solid 4px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }

.truth__company-person-img {
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 8px solid #fff; }

.index__truth-content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff; }

.truth__company-wrap {
  position: relative;
  margin-top: 50px; }

.truth__company-list {
  white-space: nowrap; }

.truth__company-li {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 100px;
  width: 100%; }

.truth__company-item {
  position: relative; }

.truth__company-person-name {
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center; }

.truth__company-person-position {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap; }

.truth__company-logo-wrap {
  position: relative;
  margin: 40px 80px 0;
  text-align: center;
  height: 56px; }

.truth__company-logo-li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  vertical-align: top; }

.truth__company-logo-li.swiper-pagination-bullet-active {
  background-color: #fff; }

.truth__company-logo-li.swiper-pagination-bullet-active .truth__company-logo-img {
  color: #00aeff; }

.truth__company-logo-li.swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 13px 9px;
  border-color: transparent transparent #fff transparent;
  border-style: solid; }

.truth__company-logo-li:last-child {
  margin-right: 0; }

.truth__company-logo-item {
  width: 100%;
  height: 100%;
  text-align: center; }

.truth__company-logo-img {
  display: block;
  font-size: 18px;
  line-height: 56px;
  color: #fff; }

.truth__company-logo-img--wanke,
.truth__company-logo-img--haier,
.truth__company-logo-img--zhiyao {
  font-size: 42px; }

.truth__company-prev,
.truth__company-next {
  position: absolute;
  z-index: 9;
  top: 43px;
  height: 71px;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  cursor: pointer; }

.truth__company-prev {
  left: 12px; }

.truth__company-next {
  top: 43px;
  right: 12px; }

.swiper-video {
  max-width: 900px; }

.planet_video-wrap {
  position: relative;
  margin: 45px auto 0;
  width: 100%;
  max-width: 750px;
  border-radius: 10px; }

.planet_video {
  border-radius: 10px;
  vertical-align: top; }

.planet_video {
  width: 100%; }

.planet_video-cover {
  display: none; }

.play-icon {
  z-index: 10;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 168px;
  height: 168px;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer; }

.play-icon:before {
  z-index: 2;
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -13px;
  width: 0;
  height: 0;
  border-width: 32px 46px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-radius: 5px; }

.planet_pagination {
  bottom: 42px !important; }

.planet_pagination .swiper-pagination-bullet-active {
  background-color: #3cbaff; }

.planet_video_prev, .planet_video_next {
  width: 50px;
  height: 50px;
  background-image: none !important; }

.planet_video_prev {
  left: -10px; }

.planet_video_next {
  right: -10px; }

.planet_icon_prev, .planet_icon_next {
  font-size: 50px;
  color: #3cbaff;
  font-weight: 700; }

.yun-wrap--focus {
  background-color: #00aeff; }

.yun-containner--focus {
  padding-bottom: 130px; }

.focus__wrap {
  margin-top: 85px;
  text-align: center; }

.focus__qrcode {
  display: none;
  position: absolute;
  top: -160px;
  left: -75px;
  margin-left: 65px;
  width: 150px;
  height: 150px; }

.focus__qrcode img {
  width: 100%;
  height: 100%; }

.focus__item-wrap {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  vertical-align: top; }

.focus__item-wrap--weixin:hover .focus__qrcode {
  cursor: pointer;
  display: block; }

.focus__item-wrap--weibo {
  margin-left: 65px; }

.focus__icon {
  font-size: 46px;
  color: #fff;
  line-height: 128px;
  transition: font-size .5; }

.focus__item-wrap:hover .focus__icon {
  font-size: 70px; }

.planet_pd {
  padding-top: 90px;
  padding-bottom: 90px; }

.dynamic-container {
  width: 100%;
  padding: 50px 0;
  background-color: #f2f2f2; }
  .dynamic-container .dynamic {
    max-width: 1000px;
    margin: 0 auto; }
    .dynamic-container .dynamic h3 {
      font-size: 24px;
      color: #535353;
      margin-bottom: 43px; }
    .dynamic-container .dynamic .news {
      float: left;
      width: 50%; }
      .dynamic-container .dynamic .news .news-lists {
        position: relative;
        width: 100%;
        margin-bottom: 20px; }
        .dynamic-container .dynamic .news .news-lists:after {
          content: '';
          position: absolute;
          top: 5px;
          left: 107px;
          width: 1px;
          height: 110%;
          background-color: #959595; }
      .dynamic-container .dynamic .news .news-list {
        display: block;
        margin-bottom: 44px;
        color: #535353; }
      .dynamic-container .dynamic .news .news-time, .dynamic-container .dynamic .news .news-title {
        display: inline-block;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .dynamic-container .dynamic .news .news-title {
        width: 70%; }
      .dynamic-container .dynamic .news .news-time {
        letter-spacing: 1.4px; }
      .dynamic-container .dynamic .news .dots {
        display: inline-block;
        position: relative;
        width: 10px;
        height: 10px;
        background-color: #959595;
        border-radius: 50%;
        margin: 0 18px;
        z-index: 9; }
      .dynamic-container .dynamic .news .more {
        font-size: 14px;
        color: #535353; }
    .dynamic-container .dynamic .activities {
      width: 50%;
      float: right; }
      .dynamic-container .dynamic .activities .activities-list {
        width: 200px;
        display: inline-block;
        margin-left: 27px; }
        .dynamic-container .dynamic .activities .activities-list:first-child {
          margin-left: 0; }
        .dynamic-container .dynamic .activities .activities-list img {
          width: 100%;
          height: 130px; }
        .dynamic-container .dynamic .activities .activities-list .activities-title {
          font-size: 12px;
          color: #535353;
          margin-top: 12px;
          margin-bottom: 6px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .dynamic-container .dynamic .activities .activities-list .activities-time {
          font-size: 12px;
          color: #999; }

.solution {
  max-width: 1140px;
  margin: 0 auto; }
  .solution .content-list {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 70px 0; }
    .solution .content-list .mr0 {
      margin-right: 0 !important; }
    .solution .content-list .youth-items {
      display: none; }
    .solution .content-list .youth-item {
      width: 206px;
      margin-right: 25px;
      margin-top: 25px; }
      .solution .content-list .youth-item .youth-item-pic {
        width: 100%;
        height: 205px;
        margin-bottom: 25px; }
        .solution .content-list .youth-item .youth-item-pic a {
          display: block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: cover; }
      .solution .content-list .youth-item .name {
        text-align: center;
        font-size: 16px;
        color: #1d1d1d; }
      .solution .content-list .youth-item .job-title {
        text-align: center;
        font-size: 16px;
        color: #1d1d1d;
        line-height: 30px; }
    .solution .content-list .list-item {
      width: 32%;
      border: 1px solid #DDDDDD; }
      .solution .content-list .list-item:nth-child(3n+2) {
        margin: 0 1.7%; }
    .solution .content-list .haier-item .list-item-pic a:hover {
      background-image: url("//static.yunzhijia.com/microblog/filesvr/59f7ca0c50f8dd370d1fa2bb?original"); }
    .solution .content-list .huada-item .list-item-pic a {
      -webkit-transform: none;
              transform: none;
      background-image: url("//static.yunzhijia.com/microblog/filesvr/5a0e34e9364a0f14184874ee?original"); }
      .solution .content-list .huada-item .list-item-pic a:hover {
        background-image: url("//static.yunzhijia.com/microblog/filesvr/5a0e34e99b521a5b42f5d0af?original"); }
    .solution .content-list .zhbx-item .list-item-pic a {
      background-image: url("//static.yunzhijia.com/docrest/file/downloadfile/5aa9f8a950f8dd7564742491?original"); }
      .solution .content-list .zhbx-item .list-item-pic a:hover {
        background-image: url("//yunzhijia.com/docrest/file/downloadfile/5aa9f8a92711cd46fa2fd997?original"); }
    .solution .content-list .list-item-pic {
      width: 100%;
      height: 253px; }
      .solution .content-list .list-item-pic a {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url("//static.yunzhijia.com/microblog/filesvr/59f843d8db5aa65ace01889a?original"); }
    .solution .content-list .list-item-content {
      padding: 20px 0;
      text-indent: 15px; }
      .solution .content-list .list-item-content .list-item-subtitle span {
        font-size: 12px;
        color: #535353; }
      .solution .content-list .list-item-content .list-item-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 15px 0; }
        .solution .content-list .list-item-content .list-item-title a {
          font-size: 18px;
          color: #051022; }
      .solution .content-list .list-item-content .list-item-introduce {
        font-size: 12px;
        color: #777;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .solution .content-list .list-item-content .list-item-foot {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .solution .content-list .list-item-content .list-item-foot span {
          font-size: 12px;
          color: #777; }
  .solution .more {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #3cbaff;
    color: #3cbaff;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 90px; }
    .solution .more:hover {
      color: #fff;
      background-color: #3cbaff; }

.operation-container {
  background-color: #f3f8fc;
  overflow: hidden; }
  .operation-container .operation {
    padding: 90px 0;
    max-width: 1140px;
    margin: 0 auto;
    color: #535353;
    text-align: center; }
    .operation-container .operation .swiper-container-operation {
      overflow: visible; }
    .operation-container .operation .title {
      display: inline-block;
      margin-bottom: 90px;
      font-size: 32px;
      color: #051022; }
    .operation-container .operation .blank {
      margin-left: 20px; }
    .operation-container .operation li {
      width: 33.33%;
      cursor: pointer; }
    .operation-container .operation .icon-box {
      width: 140px;
      height: 140px;
      line-height: 140px;
      margin: 0 auto;
      background-color: #fff;
      box-shadow: 0px 6px 10px 0px #f2f2f2;
      border-radius: 50%; }
      .operation-container .operation .icon-box:hover {
        background-color: #3cbaff; }
        .operation-container .operation .icon-box:hover i {
          color: #fff; }
      .operation-container .operation .icon-box i {
        font-size: 60px;
        color: #3cbaff; }
    .operation-container .operation .operation-title {
      color: #051022;
      font-size: 18px;
      margin: 35px 0 10px; }
    .operation-container .operation .operation-introduce {
      color: #535353;
      font-size: 12px; }
  .operation-container .expert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 68%;
    padding: 48px 0 66px 72px;
    background: url("../../../images/index/expert-bg.png") no-repeat center bottom;
    background-color: #fff;
    z-index: 10000; }
    .operation-container .expert .expert-title {
      font-size: 18px;
      color: #051022;
      margin-bottom: 20px; }
    .operation-container .expert li {
      display: block;
      font-size: 16px;
      color: #535353;
      line-height: 34px; }
    .operation-container .expert input {
      display: inline-block;
      border: 1px solid #D8D8D8;
      border-radius: 5px;
      height: 50px;
      text-indent: 16px;
      margin-top: 30px; }
    .operation-container .expert .name, .operation-container .expert .phone {
      width: 15%;
      margin-right: 28px; }
    .operation-container .expert .company {
      width: 35%; }
    .operation-container .expert .order {
      width: 35%;
      height: 50px;
      line-height: 50px;
      border: 1px solid #D8D8D8;
      color: #051022;
      margin: 67px auto 0;
      text-align: center;
      cursor: pointer;
      border-radius: 5px;
      -webkit-transform: translateX(-36px);
              transform: translateX(-36px); }
    .operation-container .expert .close {
      position: absolute;
      top: 32px;
      right: 32px;
      font-size: 30px;
      font-weight: 700; }

.technology {
  max-width: 1140px;
  margin: 90px auto;
  text-align: center;
  color: #051022; }
  .technology .main-title {
    font-size: 32px;
    margin-bottom: 90px; }
  .technology .left {
    float: left;
    width: 30%;
    text-align: left; }
    .technology .left a {
      color: #051022; }
    .technology .left .left-title {
      color: #051022;
      font-size: 24px;
      line-height: 30px; }
    .technology .left .line {
      width: 25px;
      height: 3px;
      background-color: #3eb8ff;
      margin: 22px 0; }
    .technology .left .left-content {
      color: #051022;
      font-size: 12px;
      line-height: 24px;
      margin-bottom: 52px; }
    .technology .left .left-detail {
      display: block;
      width: 150px;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      border-radius: 5px;
      text-align: center;
      border: 1px solid #3cbaff;
      color: #3cbaff; }
      .technology .left .left-detail:hover {
        color: #fff;
        background-color: #3cbaff; }
  .technology .right {
    float: right;
    width: 70%;
    max-width: 1000px; }
  .technology .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #535353; }
  .technology .swiper-pagination-bullet-active {
    background-color: #3EB8FF; }

.safe-container {
  background-color: #f3f8fc; }

.safe {
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center; }
  .safe .main-title {
    font-size: 32px;
    color: #051022; }
  .safe .sub-title {
    font-size: 18px;
    color: #535353;
    margin-top: 10px;
    margin-bottom: 50px; }
  .safe .safe-video-container {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto; }
  .safe .white-book-download {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #3cbaff;
    border: 1px solid #3cbaff;
    border-radius: 5px;
    text-align: center;
    margin: 50px auto 0; }
    .safe .white-book-download:hover {
      color: #fff;
      background-color: #3cbaff; }
  .safe video {
    width: 100%; }
  .safe .safe-download-container {
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff; }
    .safe .safe-download-container li {
      width: 25%;
      height: 150px;
      text-align: center; }
      .safe .safe-download-container li .iconfont {
        display: block;
        margin-top: 15%;
        font-size: 45px; }
      .safe .safe-download-container li p {
        margin-top: 10px; }
    .safe .safe-download-container .white-book {
      position: relative; }
      .safe .safe-download-container .white-book a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .safe .safe-download-container .white-book .iconfont {
        color: #3EB8FF; }

.generate-solution-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3cbaff;
  z-index: 99; }
  .generate-solution-container .close {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #fff;
    z-index: 999; }
  .generate-solution-container .generate-solution {
    max-width: 1134px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px; }
    .generate-solution-container .generate-solution .line {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 2px;
      height: 15px;
      background-color: #fff; }
    .generate-solution-container .generate-solution li {
      position: relative;
      width: 25%;
      height: 60px;
      line-height: 60px;
      color: #fff;
      text-align: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding-right: 15px; }
      .generate-solution-container .generate-solution li:after {
        content: "";
        height: 25px;
        width: 1px;
        background: #ffffff;
        position: absolute;
        top: 20px;
        right: 0; }
      .generate-solution-container .generate-solution li:first-child p {
        font-size: 18px; }
      .generate-solution-container .generate-solution li.regin-block {
        -webkit-box-flex: 1.5;
            -ms-flex: 1.5;
                flex: 1.5; }
        .generate-solution-container .generate-solution li.regin-block .container {
          line-height: 1.6;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .generate-solution-container .generate-solution li.regin-block .container p:last-child {
            font-size: 12px; }
          .generate-solution-container .generate-solution li.regin-block .container .max360 {
            display: none; }
          .generate-solution-container .generate-solution li.regin-block .container .min360 {
            display: block; }
        .generate-solution-container .generate-solution li.regin-block .regin-btn {
          background: #ffffff;
          border-radius: 6px;
          border: 0;
          width: 120px;
          height: 38px;
          line-height: 38px;
          font-size: 13px;
          text-align: center;
          color: #3CBAFF; }
      .generate-solution-container .generate-solution li:last-child i {
        position: relative;
        right: 0;
        z-index: -1; }
      .generate-solution-container .generate-solution li:last-child:after {
        height: 0;
        width: 0; }
      .generate-solution-container .generate-solution li img {
        width: 90px;
        height: 35px;
        margin-right: 20px; }
      .generate-solution-container .generate-solution li select {
        position: relative;
        z-index: 999;
        width: 35%;
        height: 100%;
        border: 0;
        color: #fff;
        vertical-align: bottom;
        text-align: center;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        -ms-appearance: none;
        background-color: transparent; }
        .generate-solution-container .generate-solution li select::-ms-expand {
          display: none; }
        .generate-solution-container .generate-solution li select option {
          font-size: 15px;
          background-color: #3cbaff; }
      .generate-solution-container .generate-solution li i {
        position: absolute;
        right: 35%; }
      .generate-solution-container .generate-solution li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.industry-pratice {
  max-width: 1140px;
  margin: 90px auto 90px;
  text-align: center;
  position: relative; }
  .industry-pratice .swiper-container-industry {
    overflow: visible; }
  .industry-pratice .main-title {
    font-size: 32px;
    color: #051022; }
  .industry-pratice .sub-title {
    font-size: 18px;
    color: #535353;
    margin-bottom: 50px;
    margin-top: 20px; }
  .industry-pratice .industry-list li {
    width: 25%; }
  .industry-pratice .industry-list .icon-box {
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 6px 10px 0px #f2f2f2;
    border-radius: 50%; }
    .industry-pratice .industry-list .icon-box:hover {
      background-color: #3cbaff; }
      .industry-pratice .industry-list .icon-box:hover i {
        color: #fff; }
    .industry-pratice .industry-list .icon-box i {
      font-size: 60px;
      color: #3cbaff; }
  .industry-pratice .industry-list .industry-title {
    color: #051022;
    font-size: 18px;
    margin: 35px 0 10px; }
  .industry-pratice .industry-list .industry-introduce {
    color: #535353;
    font-size: 12px;
    line-height: 18px; }

.customer {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 90px; }
  .customer .title {
    font-size: 32px;
    color: #051022;
    margin-bottom: 50px;
    font-weight: 700; }
  .customer .sub-title {
    font-size: 18px;
    color: #535353;
    margin-top: 10px;
    margin-bottom: 54px; }
  .customer .swiper-wrapper .swiper-slide {
    margin-top: 12px; }
  .customer .swiper-wrapper .first-slide a:nth-child(1) {
    background-image: url("../../../images/index/logo-dazhong.png"); }
    .customer .swiper-wrapper .first-slide a:nth-child(1):hover {
      background-image: url("../../../images/index/logo-c-dazhong.png"); }
  .customer .swiper-wrapper .first-slide a:nth-child(2) {
    background-image: url("../../../images/index/logo-vanke.png"); }
    .customer .swiper-wrapper .first-slide a:nth-child(2):hover {
      background-image: url("../../../images/index/logo-c-vanke.png"); }
  .customer .swiper-wrapper .first-slide a:nth-child(3) {
    background-image: url("../../../images/index/logo-huada.png"); }
    .customer .swiper-wrapper .first-slide a:nth-child(3):hover {
      background-image: url("../../../images/index/logo-c-huada.png"); }
  .customer .swiper-wrapper .first-slide a:nth-child(4) {
    background-image: url("../../../images/index/logo-haier.png"); }
    .customer .swiper-wrapper .first-slide a:nth-child(4):hover {
      background-image: url("../../../images/index/logo-c-haier.png"); }
  .customer .swiper-wrapper .first-slide a:nth-child(5) {
    background-image: url("../../../images/index/logo-dbzy.png"); }
    .customer .swiper-wrapper .first-slide a:nth-child(5):hover {
      background-image: url("../../../images/index/logo-c-dbzy.png"); }
  .customer .swiper-wrapper .first-slide a:nth-child(6) {
    background-image: url("../../../images/index/logo-jzt.png"); }
    .customer .swiper-wrapper .first-slide a:nth-child(6):hover {
      background-image: url("../../../images/index/logo-c-jzt.png"); }
  .customer .swiper-wrapper .second-slide a:nth-child(1) {
    background-image: url("../../../images/index/logo-jml.png"); }
    .customer .swiper-wrapper .second-slide a:nth-child(1):hover {
      background-image: url("../../../images/index/logo-c-jml.png"); }
  .customer .swiper-wrapper .second-slide a:nth-child(2) {
    background-image: url("../../../images/index/logo-anjing.png"); }
    .customer .swiper-wrapper .second-slide a:nth-child(2):hover {
      background-image: url("../../../images/index/logo-c-anjing.png"); }
  .customer .swiper-wrapper .second-slide a:nth-child(3) {
    background-image: url("../../../images/index/logo-yuntong.png"); }
    .customer .swiper-wrapper .second-slide a:nth-child(3):hover {
      background-image: url("../../../images/index/logo-c-yuntong.png"); }
  .customer .swiper-wrapper .second-slide a:nth-child(4) {
    background-image: url("../../../images/index/logo-tuopai.png"); }
    .customer .swiper-wrapper .second-slide a:nth-child(4):hover {
      background-image: url("../../../images/index/logo-c-tuopai.png"); }
  .customer .swiper-wrapper .second-slide a:nth-child(5) {
    background-image: url("../../../images/index/logo-tongji.png"); }
    .customer .swiper-wrapper .second-slide a:nth-child(5):hover {
      background-image: url("../../../images/index/logo-c-tongji.png"); }
  .customer .swiper-wrapper .second-slide a:nth-child(6) {
    background-image: url("../../../images/index/logo-xidi.png"); }
    .customer .swiper-wrapper .second-slide a:nth-child(6):hover {
      background-image: url("../../../images/index/logo-c-xidi.png"); }
  .customer .swiper-wrapper .three-slide a:nth-child(1) {
    background-image: url("../../../images/index/logo-zhbx.png"); }
    .customer .swiper-wrapper .three-slide a:nth-child(1):hover {
      background-image: url("../../../images/index/logo-c-zhbx.png"); }
  .customer .swiper-wrapper .three-slide a:nth-child(2) {
    background-image: url("../../../images/index/logo-huatai.png"); }
    .customer .swiper-wrapper .three-slide a:nth-child(2):hover {
      background-image: url("../../../images/index/logo-c-huatai.png"); }
  .customer .swiper-wrapper .three-slide a:nth-child(3) {
    background-image: url("../../../images/index/logo-shiyao.png"); }
    .customer .swiper-wrapper .three-slide a:nth-child(3):hover {
      background-image: url("../../../images/index/logo-c-shiyao.png"); }
  .customer .swiper-wrapper .three-slide a:nth-child(4) {
    background-image: url("../../../images/index/logo-tebian.png"); }
    .customer .swiper-wrapper .three-slide a:nth-child(4):hover {
      background-image: url("../../../images/index/logo-c-tebian.png"); }
  .customer .swiper-wrapper .three-slide a:nth-child(5) {
    background-image: url("../../../images/index/logo-yincheng.png"); }
    .customer .swiper-wrapper .three-slide a:nth-child(5):hover {
      background-image: url("../../../images/index/logo-c-yincheng.png"); }
  .customer .swiper-wrapper .three-slide a:nth-child(6) {
    background-image: url("../../../images/index/logo-shxs.png"); }
    .customer .swiper-wrapper .three-slide a:nth-child(6):hover {
      background-image: url("../../../images/index/logo-c-shxs.png"); }
  .customer .swiper-wrapper a {
    display: inline-block;
    max-width: 180px;
    width: 15%;
    height: 70px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .customer .swiper-wrapper a:nth-child(6) {
      margin-right: 0; }
  .customer .safe {
    padding: 0; }

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999; }

.carousel-inner .card {
  background-image: url("../../../images/home-pc.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1s ease-in-out; }
  .carousel-inner .card .detail {
    position: absolute;
    left: 50%;
    bottom: 90px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px; }
    .carousel-inner .card .detail:hover {
      background-color: #3cbaff;
      border-color: #3cbaff; }

.carousel-inner .card-wps {
  background-image: url("../../../images/home-wps-pc.jpg"); }

.pagination .swiper-pagination-bullet {
  margin-right: 20px; }
  .pagination .swiper-pagination-bullet:last-child {
    margin-right: 0; }

.none {
  display: none; }

input:-ms-input-placeholder {
  color: #959595;
  padding: 3px 0; }

input::-webkit-input-placeholder {
  color: #959595;
  padding: 3px 0; }

input.warn:-ms-input-placeholder {
  color: #e60012 !important;
  padding: 3px 0; }

input.warn::-webkit-input-placeholder {
  color: #e60012 !important;
  padding: 3px 0; }

.cf-dialog {
  position: fixed;
  z-index: 1030;
  background-color: rgba(34, 33, 52, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .cf-dialog input, .cf-dialog button {
    box-sizing: border-box;
    overflow: visible;
    text-transform: none;
    border: none; }
  .cf-dialog-close {
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 30px;
    color: #c2cbd0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    cursor: pointer; }
    .cf-dialog-close:hover {
      color: #646b6e; }
  .cf-dialog-wrap {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    width: 400px;
    height: 424px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -212px; }
  .cf-dialog-body {
    padding: 30px 0 20px; }
  .cf-dialog .register-wrap {
    text-align: center;
    padding: 20px 16px; }
    .cf-dialog .register-wrap h2 {
      font-size: 24px;
      color: #1D1D1D;
      font-weight: bold;
      margin-bottom: 12px; }
    .cf-dialog .register-wrap .text-tips {
      color: #98A1A8; }
    .cf-dialog .register-wrap .tips {
      font-size: 12px;
      line-height: 24px;
      color: #98A1A8; }
    .cf-dialog .register-wrap .form-wrap {
      margin-top: 38px; }
    .cf-dialog .register-wrap .firm-item {
      margin-bottom: 12px; }
    .cf-dialog .register-wrap input {
      height: 40px;
      padding: 0 16px;
      background: #F1F4F9;
      border-radius: 4px;
      border: none; }
      .cf-dialog .register-wrap input.full {
        width: 100%;
        display: block; }
  .cf-dialog .text-left {
    text-align: left; }
  .cf-dialog .btn {
    vertical-align: middle; }
    .cf-dialog .btn.full {
      width: 100%; }
    .cf-dialog .btn.large {
      height: 60px;
      line-height: 60px;
      font-size: 24px; }
  .cf-dialog .btn-theme {
    padding: 0 50px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: linear-gradient(139.4deg, #3bbaff, #3eb0f8, #329cf1);
    border-radius: 29px; }
  .cf-dialog .btn-code {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    float: right;
    width: 120px;
    background: linear-gradient(139.4deg, #3bbaff, #3eb0f8, #329cf1);
    border-radius: 4px; }
  .cf-dialog .notclick {
    background: #CDCDCD !important;
    border-color: #CDCDCD !important;
    color: #ffffff !important; }

@media (min-width: 769px) {
  .yun-wrap .service__list .service__li {
    display: block;
    float: left;
    width: 260px; }
  .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .customer .swiper-wrapper {
    display: block; }
  .customer .customer-pagination {
    display: none; } }

@media (max-width: 768px) {
  .carousel-inner .card {
    background-image: url("../../../images/home-sp.jpg"); }
    .carousel-inner .card .detail {
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      bottom: 50px; }
  .carousel-inner .card-wps {
    background-image: url("../../../images/home-wps-sp.jpg"); }
  .home-new-banner {
    height: 300px !important; }
    .home-new-banner .btn-container a {
      width: 200px;
      height: 30px;
      line-height: 30px;
      color: #f8e71c;
      background: none;
      border: 1px solid #f8e71c;
      border-radius: 100px; }
    .home-new-banner .btn-container .show-complete-video {
      display: block;
      width: 200px;
      height: 30px;
      line-height: 30px;
      margin-left: 0;
      background: none;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 100px;
      margin-top: 14px; }
    .home-new-banner .banner-pagination {
      bottom: 20px;
      height: 5px; }
      .home-new-banner .banner-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px; }
    .home-new-banner .mobile-video {
      display: block;
      background: no-repeat center;
      background-size: cover; }
    .home-new-banner .haier {
      background-image: url("../../../images/index/mobile-haier.jpg"); }
    .home-new-banner .v9 {
      background-image: url("../../../images/index/mobile-v9.jpg"); }
    .home-new-banner .planet {
      background-image: url("../../../images/index/mobile-planet.jpg"); }
  .service-pagination {
    display: block; }
  body {
    padding-bottom: 48px; }
  .yun-containner {
    padding-top: 40px;
    padding-bottom: 26px; }
  .service__li {
    margin-top: 20px;
    width: 100%; }
  .service__icon-wrap {
    height: auto;
    padding-bottom: 10px; }
  .service__icon {
    height: 110px; }
  .service__title {
    font-size: 18px;
    line-height: 28px; }
  .service__content {
    font-size: 12px;
    line-height: 20px; }
  .pagination {
    display: block;
    margin-top: 25px; }
  .pagination .swiper-pagination-bullet {
    margin-right: 13px;
    width: 5px;
    height: 5px;
    vertical-align: top; }
  .pagination .swiper-pagination-bullet:last-child {
    margin-right: 0; }
  .pagination .swiper-pagination-bullet-active {
    background-color: #00aeff; }
  .product {
    margin-top: 0;
    padding: 0 20px; }
  .product__img-wrap {
    display: none; }
  .product__list-wrap {
    display: inline-block;
    width: 50%; }
  .product__item-content {
    display: none; }
  .product__item {
    padding-right: 0; }
  .product__item-icon-wrap {
    position: static;
    width: 58px;
    height: 58px;
    font-size: 31px;
    line-height: 58px;
    text-align: center;
    color: #00aeff;
    border: 1px solid #00aeff;
    border-radius: 50%; }
  .product__item-title {
    text-align: center;
    color: #535353; }
  .product__li {
    margin-top: 0;
    height: 115px;
    box-sizing: border-box;
    padding-top: 20px; }
  .product__li.active .product__item-title {
    color: #535353; }
  .yun-wrap--truth {
    padding-bottom: 20px; }
  .truth__company-list-wrap {
    margin: 0 20px; }
  .truth__company-wrap {
    margin-top: 20px; }
  .index__truth-content {
    display: none; }
  .truth__company-logo-wrap {
    margin: 0;
    height: 0px;
    display: none; }
  .truth__company-person {
    display: block;
    margin-left: 0;
    -webkit-transform: none;
            transform: none; }
  .truth__company-li {
    padding: 0; }
  .truth__company-evaluate {
    position: static;
    padding: 10px 45px;
    border: none;
    background-color: transparent; }
  .truth__company-evaluate:after {
    display: none; }
  .truth__company-evaluate:before {
    display: none; }
  .truth__company-person-img {
    width: 160px;
    height: 160px;
    border: 11px solid #fff; }
  .truth__company-person-name {
    margin-top: 17px;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold; }
  .truth__company-person-position {
    font-size: 12px;
    line-height: 22px; }
  .truth-pagination {
    margin-top: 14px;
    height: 4px; }
  .truth-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .3; }
  .truth-pagination .swiper-pagination-bullet-active {
    opacity: 1; }
  .truth__company-prev,
  .truth__company-next {
    display: none; }
  .truth-pagination {
    text-align: center; }
  .yun-wrap--truth {
    background: url("/home/images/index/truth-bg-mobile.jpg") no-repeat 0 0;
    background-size: 100% 100%; }
  .yun-wrap--truth .right-bottom {
    height: 517px; }
  .yun-wrap--secret .yun-containner {
    position: relative;
    padding-top: 0;
    padding-bottom: 0; }
  .index__title-h3--focus {
    color: #fff; }
  .index__title-h3--secret {
    position: absolute;
    z-index: 999999;
    top: 30px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: none; }
  .planet_video-wrap {
    border-radius: 0;
    margin: 0; }
  .planet_video-cover {
    display: block;
    border-radius: 0;
    background-color: #000;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%; }
  .planet_video_staff-cover {
    background-image: url("/home/images/index/staff-cover.jpg"); }
  .planet_video_manager-cover {
    background-image: url("/home/images/index/manager-cover.jpg"); }
  .planet_video_cxo-cover {
    background-image: url("/home/images/index/cxo-cover.jpg"); }
  .planet_video {
    border-radius: 0; }
  .play-icon {
    z-index: 9999;
    width: 80px;
    height: 80px;
    border-width: 1px; }
  .play-icon:before {
    z-index: 999999;
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto -8px;
    width: 0;
    height: 0;
    border-width: 16px 23px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-radius: 5px; }
  .yun-wrap--focus {
    display: none; }
  .yun-wrap--truth .right-bottom, .yun-wrap--truth .left-top {
    display: none; }
  .planet_pd {
    padding-top: 0;
    padding-bottom: 0; }
  .planet_video_prev, .planet_video_next {
    display: none; }
  .planet_pagination {
    bottom: -2px !important; }
  .planet_pagination .swiper-pagination-bullet {
    opacity: .3;
    background-color: #fff !important; }
  .planet_pagination .swiper-pagination-bullet-active {
    opacity: 1; }
  .dynamic-container {
    padding: 25px 12px;
    box-sizing: border-box;
    background-color: #fff; }
    .dynamic-container .dynamic h3 {
      margin-bottom: 22px; }
    .dynamic-container .dynamic .news-list {
      position: relative; }
      .dynamic-container .dynamic .news-list .news-time {
        position: absolute;
        top: 20px;
        left: 11px;
        color: #777; }
    .dynamic-container .dynamic .news {
      width: 100%;
      float: none; }
      .dynamic-container .dynamic .news .news-lists:after {
        left: 1.5px;
        top: 7.5px; }
      .dynamic-container .dynamic .news .dots {
        width: 5px;
        height: 5px;
        margin-left: 0;
        margin-right: 6px; }
      .dynamic-container .dynamic .news .more {
        color: #3EB8FF; }
    .dynamic-container .dynamic .activities {
      width: 100%;
      float: none;
      margin-top: 30px; }
      .dynamic-container .dynamic .activities .activities-list {
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px; }
        .dynamic-container .dynamic .activities .activities-list .activities-title {
          font-size: 14px; }
        .dynamic-container .dynamic .activities .activities-list img {
          width: 100%; }
  .industry-pratice {
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden; }
    .industry-pratice .industry-list li {
      width: 100%; }
    .industry-pratice .industry-list .icon-box {
      width: 160px;
      height: 160px;
      line-height: 160px; }
    .industry-pratice .industry-list .industry-title {
      margin: 30px 0 0; }
    .industry-pratice .industry-list .industry-introduce {
      margin-top: 10px; }
    .industry-pratice .main-title {
      font-size: 20px; }
    .industry-pratice .sub-title {
      font-size: 12px;
      margin: 10px 0 30px; }
    .industry-pratice .industry-pagination {
      margin-top: 29px; }
  .solution {
    padding: 40px 0;
    overflow: hidden; }
    .solution .content-list {
      width: 80%;
      overflow: visible;
      padding-bottom: 30px; }
      .solution .content-list .list-item {
        margin-top: 0; }
        .solution .content-list .list-item:nth-child(3n+2) {
          margin: 0; }
      .solution .content-list .list-item-content {
        text-align: center;
        text-indent: 0;
        padding-top: 15px; }
        .solution .content-list .list-item-content .list-item-title {
          margin-top: 10px;
          margin-bottom: 0; }
          .solution .content-list .list-item-content .list-item-title a {
            font-size: 18px;
            color: #051022; }
        .solution .content-list .list-item-content .list-item-foot {
          display: none; }
      .solution .content-list .swiper-slide-prev {
        margin-left: -8px !important; }
      .solution .content-list .swiper-slide-active {
        margin: 0 8px !important; }
    .solution .more {
      width: 120px;
      height: 40px;
      line-height: 40px;
      border-color: #3EB8FF;
      border-radius: 5px;
      margin-bottom: 0; }
      .solution .more i {
        display: none; }
  .operation-container .operation {
    padding: 40px 0; }
    .operation-container .operation li {
      width: 100%; }
    .operation-container .operation .title {
      display: block;
      margin-bottom: 10px;
      font-size: 21px;
      color: #051022; }
    .operation-container .operation .icon-box {
      width: 160px;
      height: 160px;
      line-height: 160px; }
    .operation-container .operation .operation-title {
      margin: 30px 0 0; }
    .operation-container .operation .operation-introduce {
      margin-top: 10px; }
    .operation-container .operation .blank {
      margin-left: 0px; }
    .operation-container .operation .swiper-container-operation {
      margin-top: 30px; }
    .operation-container .operation .operation-pagination {
      margin-top: 30px; }
  .operation-container .expert {
    padding: 40px 36px; }
    .operation-container .expert .expert-title {
      text-align: center; }
    .operation-container .expert li {
      font-size: 12px;
      text-align: justify; }
    .operation-container .expert input {
      display: block;
      margin-top: 20px; }
    .operation-container .expert .name, .operation-container .expert .phone, .operation-container .expert .company {
      width: 100%;
      height: 30px;
      margin-right: 0; }
    .operation-container .expert .order {
      height: 30px;
      line-height: 30px;
      margin-top: 37px;
      -webkit-transform: none;
              transform: none;
      color: #3EB8FF;
      border-color: #3EB8FF;
      border-radius: 100px; }
  .safe {
    padding: 40px 0; }
    .safe .main-title {
      font-size: 20px; }
    .safe .sub-title {
      font-size: 12px;
      margin-bottom: 0; }
    .safe .safe-video-container {
      width: 90%;
      margin: 30px auto 122px;
      overflow: visible; }
    .safe .safe-download-container {
      width: 100%;
      color: #051022; }
      .safe .safe-download-container li {
        width: 25%; }
        .safe .safe-download-container li i {
          color: #9B9B9B; }
        .safe .safe-download-container li p {
          font-size: 12px; }
      .safe .safe-download-container .white-book {
        display: none; }
    .safe .white-book-download {
      display: block;
      width: 140px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #3cbaff;
      text-align: center;
      border-radius: 5px;
      color: #3cbaff; }
  .technology {
    margin: 40px auto;
    overflow: hidden; }
    .technology li {
      padding: 0 !important; }
    .technology .main-title {
      font-size: 20px;
      margin-bottom: 0; }
    .technology .left {
      float: none;
      width: 80%;
      text-align: center;
      margin: 0 auto; }
      .technology .left .table-container {
        margin-top: 30px;
        padding-left: 0; }
      .technology .left .left-title {
        font-size: 18px; }
      .technology .left .left-content {
        line-height: 18px;
        color: #535353;
        margin-top: 10px;
        margin-bottom: 0; }
      .technology .left .left-detail {
        display: none; }
      .technology .left .line {
        display: none; }
    .technology .right {
      float: none;
      margin-top: 30px; }
  .customer {
    margin: 40px 0; }
    .customer .title {
      font-size: 20px;
      margin-bottom: 30px; }
    .customer .sub-title {
      font-size: 12px;
      margin-bottom: 30px; }
    .customer .swiper-wrapper .swiper-slide {
      text-align: center;
      margin-top: 0; }
    .customer .swiper-wrapper a {
      max-width: none;
      width: 48%;
      height: 63px; }
      .customer .swiper-wrapper a:nth-child(2n+2) {
        margin-right: 0; }
    .customer .safe {
      padding: 0; }
  .generate-solution-container {
    display: none; }
  .technology-pagination {
    margin-top: 30px;
    height: 5px; } }

@media (min-width: 769px) {
  .ui-banner .ubc-text {
    width: 100%;
    text-align: center; }
  .ui-banner .one {
    height: 100%;
    bottom: 0; }
  .ui-banner .one p {
    width: 100%;
    height: 100%; }
  .ui-banner .ubc-text .bannerBtnOne {
    width: 100%;
    height: 100%; }
  .yun-containner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%; }
  .service__li {
    width: 25%; }
  .product__list-wrap {
    position: absolute;
    top: 200px;
    right: 50%;
    margin-right: 240px; }
  .product__list-wrap-second {
    position: absolute;
    top: 200px;
    left: 50%;
    right: auto;
    margin-left: 240px;
    margin-right: auto; }
  .product__list-wrap-second .product__item {
    position: relative;
    display: block;
    padding-left: 85px;
    padding-right: 0;
    text-align: left; }
  .product__list-wrap-second .product__item-title {
    white-space: nowrap; }
  .product__list-wrap-second .product__item-icon-wrap {
    left: 0;
    right: auto; }
  .product__list-wrap-first .product__item {
    position: relative;
    display: block;
    padding-right: 85px;
    text-align: right; }
  .product__item-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 50px; }
  .industry-pratice .industry-pagination {
    display: none; }
  .safe .safe-download-container {
    bottom: 0;
    background-color: rgba(5, 16, 34, 0.5); }
    .safe .safe-download-container li .iconfont {
      margin-top: 32px;
      margin-bottom: 21px; }
  .safe .white-book {
    background-color: rgba(5, 16, 34, 0.5); }
  .operation .operation-pagination {
    display: none; } }

@media screen and (max-width: 1060px) {
  .home-new-banner {
    margin-top: -35px; }
  .safe .safe-download-container li .iconfont {
    margin-top: 20%;
    font-size: 30px; }
  .safe .safe-download-container li p {
    font-size: 12px; } }

@media screen and (max-width: 1140px) {
  .technology .left .table-container {
    padding-left: 15px; } }

@media screen and (max-width: 1360px) {
  .generate-solution-container .generate-solution li.regin-block .container .max360 {
    display: block; }
  .generate-solution-container .generate-solution li.regin-block .container .min360 {
    display: none; } }
