::-moz-selection {
  background: #009688;
  color: #FFF; }

::selection {
  background: #159b76;
  color: #FFF; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdbdbd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
  border: none;
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  width: 100%;
  font-family: "microsoft yahei", sans-serif;
  font-size: 14px; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 14px; }

a {
  text-decoration: none; }

input::-ms-clear {
  display: none; }

input::-ms-reveal {
  display: none; }

input {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0; }

input::-webkit-input-placeholder {
  color: #ccc; }

input::-ms-input-placeholder {
  color: #ccc; }

input::-moz-placeholder {
  color: #ccc; }

input[type=submit], input[type=button] {
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

img {
  border: none;
  user-select: none; }

ul, ol, li {
  list-style-type: none; }

.iconfont {
  font-size: unset; }

.ys-clear::after {
  clear: both;
  content: " ";
  display: table; }

.ys-fl {
  float: left; }

.ys-fr {
  float: right; }

.ys-cur {
  cursor: pointer; }

.ys-mt-10 {
  margin-top: 10px; }

.ys-mt-20 {
  margin-top: 20px; }

.ys-mt-30 {
  margin-top: 30px; }

.ys-mt-50 {
  margin-top: 50px; }

.ys-mr-10 {
  margin-right: 10px; }

.ys-mr-20 {
  margin-right: 20px; }

.ys-hide {
  display: none; }

.no-select {
  display: block;
  background: #f50000; }

.ys-no-select {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ys-ellipsis, .ys-text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.header {
  background: #fff; }
  .header .header-nav {
    width: 1200px;
    margin: 0 auto; }
    .header .header-nav .nav-logo {
      line-height: 70px; }
      .header .header-nav .nav-logo .logo-img img {
        vertical-align: middle;
        height: 60px; }
      .header .header-nav .nav-logo .logo-text {
        font-size: 16px;
        color: #868686; }
    .header .header-nav .nav-menus {
      margin-left: 150px; }
      .header .header-nav .nav-menus .menus-item {
        float: left; }
        .header .header-nav .nav-menus .menus-item a {
          position: relative;
          display: block;
          line-height: 70px;
          padding: 0 25px;
          color: #000; }
          .header .header-nav .nav-menus .menus-item a:hover {
            color: #2196f3; }
          .header .header-nav .nav-menus .menus-item a .hot-icon {
            position: absolute;
            top: 15px;
            left: 85px;
            width: 22px;
            height: 10px;
            background: url("http://static.website.yiovo.com/assets/index/image/hot.gif") no-repeat center; }
        .header .header-nav .nav-menus .menus-item a:before, .header .header-nav .nav-menus .menus-item a:after {
          content: "";
          top: 0;
          height: 4px;
          background-color: #2196f3;
          width: 0;
          position: absolute;
          transition: all 500ms linear; }
        .header .header-nav .nav-menus .menus-item a:before {
          left: 50%; }
        .header .header-nav .nav-menus .menus-item a:after {
          right: 50%; }
        .header .header-nav .nav-menus .menus-item a:hover:before, .header .header-nav .nav-menus .menus-item a:hover:after {
          width: 50%; }

.footer .service {
  background: #131313;
  padding: 50px 0; }
  .footer .service .container {
    width: 1200px;
    margin: 0 auto; }
    .footer .service .container .mod-item {
      width: 300px; }
      .footer .service .container .mod-item .icon-box {
        color: #fff;
        font-size: 44px;
        line-height: 44px; }
      .footer .service .container .mod-item .text-box {
        padding-left: 30px; }
        .footer .service .container .mod-item .text-box .title {
          font-size: 18px;
          color: #fff; }
        .footer .service .container .mod-item .text-box .describe {
          margin-top: 3px;
          font-size: 13px;
          color: #999; }
.footer .footer-item {
  background: #000;
  padding-top: 60px;
  padding-bottom: 30px; }
  .footer .footer-item .container {
    width: 1200px;
    margin: 0 auto; }
    .footer .footer-item .container .links {
      width: 600px; }
      .footer .footer-item .container .links .mod-item {
        color: #dcdcdc;
        font-size: 14px;
        margin-right: 12px;
        margin-bottom: 10px; }
        .footer .footer-item .container .links .mod-item a {
          color: #dcdcdc; }
          .footer .footer-item .container .links .mod-item a:hover {
            color: #fff; }
    .footer .footer-item .container .contact {
      width: 365px;
      color: #dcdcdc; }
      .footer .footer-item .container .contact .title {
        font-size: 15px;
        font-weight: normal;
        color: #d7d8d9;
        margin-bottom: 20px; }
      .footer .footer-item .container .contact .mod-item {
        width: 165px;
        line-height: 25px;
        margin-right: 30px;
        margin-bottom: 10px;
        font-size: 13px; }
        .footer .footer-item .container .contact .mod-item a {
          color: #dcdcdc; }
          .footer .footer-item .container .contact .mod-item a:hover {
            color: #e8373d; }
        .footer .footer-item .container .contact .mod-item:nth-child(2n) {
          margin-right: 0; }
        .footer .footer-item .container .contact .mod-item .item-icon {
          display: block;
          margin-right: 6px;
          padding: 0 5px;
          font-size: 15px;
          color: #e8373d; }
    .footer .footer-item .container .copyright {
      margin-top: 30px;
      text-align: center; }
      .footer .footer-item .container .copyright p {
        font-size: 13px;
        color: #8c8c8c; }

.container {
  width: 100%; }

.page-index .banner .banner-item {
  width: 100%;
  height: 641px;
  background: url("http://static.website.yiovo.com/assets/index/image/banner_01.png"); }
  .page-index .banner .banner-item .inner-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
    color: #fff; }
    .page-index .banner .banner-item .inner-content h1 {
      font-size: 52px;
      margin-bottom: 30px; }
    .page-index .banner .banner-item .inner-content h2 {
      font-size: 24px;
      margin-bottom: 20px; }
.page-index .index-widget {
  margin-top: -340px; }
  .page-index .index-widget .widget-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    z-index: 9;
    border-radius: 10px;
    box-shadow: 0 6px 70px 1px rgba(0, 0, 0, 0.1);
    padding: 60px 80px; }
    .page-index .index-widget .widget-content .widget-left {
      width: 40%; }
      .page-index .index-widget .widget-content .widget-left .title {
        color: #424242;
        font-size: 34px;
        margin-bottom: 32px;
        letter-spacing: 1px; }
      .page-index .index-widget .widget-content .widget-left .describe {
        font-size: 14px;
        color: #828282;
        line-height: 1.8; }
      .page-index .index-widget .widget-content .widget-left .image-box {
        margin-top: 45px; }
        .page-index .index-widget .widget-content .widget-left .image-box .image-item img {
          display: block;
          width: 150px;
          height: 150px; }
        .page-index .index-widget .widget-content .widget-left .image-box .image-item:first-child {
          margin-right: 30px; }
    .page-index .index-widget .widget-content .widget-right {
      width: 60%; }
      .page-index .index-widget .widget-content .widget-right .image-box {
        margin-top: -100px;
        position: relative; }
        .page-index .index-widget .widget-content .widget-right .image-box img {
          display: block;
          position: absolute; }
          .page-index .index-widget .widget-content .widget-right .image-box img:nth-child(1) {
            right: 90px;
            top: 0;
            z-index: 1;
            box-shadow: 0 4px 57px 0 rgba(0, 0, 0, 0.07); }
          .page-index .index-widget .widget-content .widget-right .image-box img:nth-child(2) {
            right: 340px;
            top: 15px;
            z-index: 2; }
          .page-index .index-widget .widget-content .widget-right .image-box img:nth-child(3) {
            right: 30px;
            top: 305px;
            z-index: 2; }
          .page-index .index-widget .widget-content .widget-right .image-box img:nth-child(4) {
            right: 0;
            z-index: 0; }
.page-index .index-section-02 {
  background-color: #f8f8f8;
  height: 550px;
  margin-top: -102px;
  padding-top: 170px; }
  .page-index .index-section-02 .container {
    width: 1200px;
    margin: 0 auto; }
    .page-index .index-section-02 .container .mod-list .mod-item {
      width: 380px;
      padding: 50px 0;
      margin-right: 30px;
      margin-bottom: 20px;
      background: #fff;
      text-align: center; }
      .page-index .index-section-02 .container .mod-list .mod-item:last-child {
        margin-right: 0; }
      .page-index .index-section-02 .container .mod-list .mod-item .item-title {
        font-size: 18px;
        font-weight: 700;
        color: #555; }
      .page-index .index-section-02 .container .mod-list .mod-item .item-describe {
        color: #888888;
        font-size: 14px;
        width: 210px;
        margin: 15px auto 0; }
      .page-index .index-section-02 .container .mod-list .mod-item .img {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
        background: url("http://static.website.yiovo.com/assets/index/image/index/section-02.png") no-repeat; }
      .page-index .index-section-02 .container .mod-list .mod-item:nth-child(1) .img {
        background-position: 0 0; }
      .page-index .index-section-02 .container .mod-list .mod-item:nth-child(2) .img {
        background-position: -110px 0; }
      .page-index .index-section-02 .container .mod-list .mod-item:nth-child(3) .img {
        background-position: -220px 0; }
.page-index .index-section-03 {
  position: relative;
  height: 720px;
  background: url("http://static.website.yiovo.com/assets/index/image/index/section-03_bg.png") no-repeat center; }
  .page-index .index-section-03 .container {
    width: 830px;
    margin: 0 auto;
    padding: 90px 0;
    color: #fff; }
    .page-index .index-section-03 .container .mod-head {
      text-align: center;
      margin-bottom: 80px; }
      .page-index .index-section-03 .container .mod-head .title {
        font-size: 28px;
        margin-bottom: 24px;
        letter-spacing: 2px; }
      .page-index .index-section-03 .container .mod-head .subtitle {
        font-size: 16px; }
    .page-index .index-section-03 .container .mod-industry .mod-item {
      position: relative;
      width: 125px;
      height: 125px;
      margin-right: 110px;
      margin-bottom: 100px;
      text-align: center; }
      .page-index .index-section-03 .container .mod-industry .mod-item:nth-child(4n) {
        margin-right: 0; }
      .page-index .index-section-03 .container .mod-industry .mod-item .mod-item-icon {
        width: 100%;
        height: 95px;
        line-height: 95px;
        font-size: 38px;
        margin-bottom: 20px;
        background: url("http://static.website.yiovo.com/assets/index/image/index/section-03_item_bg.png") no-repeat; }
.page-index .index-section-04 {
  padding: 90px 0; }
  .page-index .index-section-04 .container {
    text-align: center; }
    .page-index .index-section-04 .container .mod-head {
      margin-bottom: 50px;
      letter-spacing: 2px; }
      .page-index .index-section-04 .container .mod-head .head-title {
        font-size: 28px;
        margin-bottom: 25px; }
      .page-index .index-section-04 .container .mod-head .subtitle {
        font-size: 18px;
        color: #888;
        margin-bottom: 30px; }
    .page-index .index-section-04 .container .mod-image-box {
      user-select: none; }
.page-index .index-section-05 .container {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0; }
  .page-index .index-section-05 .container .mod-head {
    margin-bottom: 80px; }
    .page-index .index-section-05 .container .mod-head .head-title {
      font-size: 30px;
      text-align: center;
      color: #333; }
  .page-index .index-section-05 .container .mod-list .mod-item {
    position: relative;
    width: 250px;
    height: 230px;
    color: #fff;
    text-align: center;
    margin-right: 66px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 47px 5px rgba(206, 206, 206, 0.19); }
    .page-index .index-section-05 .container .mod-list .mod-item:last-child {
      margin-right: 0; }
    .page-index .index-section-05 .container .mod-list .mod-item:hover .hover-box {
      display: block; }
    .page-index .index-section-05 .container .mod-list .mod-item .hover-box {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #3E82FF;
      padding-top: 45px;
      top: 0;
      display: none; }
      .page-index .index-section-05 .container .mod-list .mod-item .hover-box .title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 24px; }
      .page-index .index-section-05 .container .mod-list .mod-item .hover-box .describe {
        padding: 0 40px;
        font-size: 14px;
        color: #fff;
        margin: 0 auto;
        text-align: left;
        line-height: 24px; }
    .page-index .index-section-05 .container .mod-list .mod-item .item-icon {
      margin-top: 50px;
      font-size: 68px;
      color: #3E82FF; }
    .page-index .index-section-05 .container .mod-list .mod-item .item-text {
      margin-top: 10px;
      font-size: 20px;
      color: #666666; }
.page-index .index-section-06 {
  padding: 90px 0;
  background-color: #f8f8f8; }
  .page-index .index-section-06 .container {
    width: 1200px;
    margin: 0 auto; }
  .page-index .index-section-06 .mod-head {
    margin-bottom: 70px;
    text-align: center; }
    .page-index .index-section-06 .mod-head .head-title {
      letter-spacing: 2px;
      font-size: 30px;
      color: #333;
      margin-bottom: 30px; }
    .page-index .index-section-06 .mod-head .describe {
      font-size: 16px;
      color: #666; }
  .page-index .index-section-06 .mod-tabs {
    margin-bottom: 40px; }
    .page-index .index-section-06 .mod-tabs .tab-item {
      width: 180px;
      height: 50px;
      background: #fff;
      color: #666;
      margin-left: 83px;
      font-size: 16px;
      line-height: 50px;
      cursor: pointer;
      text-align: center; }
      .page-index .index-section-06 .mod-tabs .tab-item:hover, .page-index .index-section-06 .mod-tabs .tab-item.active {
        background: linear-gradient(to right, #299cf8, #40bae7);
        color: #fff; }
  .page-index .index-section-06 .mod-image-box {
    user-select: none; }
    .page-index .index-section-06 .mod-image-box img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }

.page-inside .banner {
  width: 100%;
  height: 350px;
  background: url("http://static.website.yiovo.com/assets/index/image/banner_02.png"); }
  .page-inside .banner .container {
    width: 1200px;
    margin: 0 auto; }
  .page-inside .banner .mod-text {
    color: #fff;
    text-align: center;
    padding-top: 100px; }
    .page-inside .banner .mod-text .title {
      font-size: 33px;
      margin-bottom: 15px; }
    .page-inside .banner .mod-text .describe {
      font-size: 16px; }
.page-inside .content {
  background: #FDFBFB;
  padding: 80px 0;
  background: url("http://static.website.yiovo.com/assets/index/image/content-bg.jpg");
  color: #404040; }
  .page-inside .content .container {
    position: relative;
    width: 1200px;
    padding: 90px;
    margin: -180px auto 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 45px -5px rgba(158, 158, 158, 0.22); }
  .page-inside .content .widget-head {
    width: 100%;
    margin-bottom: 20px; }
    .page-inside .content .widget-head .widget-title {
      position: relative;
      font-size: 18px; }
  .page-inside .content .help-item {
    line-height: 30px; }
    .page-inside .content .help-item .image-box {
      padding: 20px 0; }
  .page-inside .content .test-box {
    margin-left: -10px;
    margin-right: 120px;
    margin-top: 20px; }
    .page-inside .content .test-box .bg-img {
      background: url("http://static.website.yiovo.com/assets/index/image/demo-case.png");
      width: 420px;
      height: 252px; }

.page-contact .banner {
  width: 100%;
  height: 350px;
  background: url("http://static.website.yiovo.com/assets/index/image/banner_03.png"); }
  .page-contact .banner .container {
    width: 1200px;
    margin: 0 auto; }
  .page-contact .banner .mod-text {
    color: #fff;
    text-align: center;
    padding-top: 120px; }
    .page-contact .banner .mod-text .describe {
      font-size: 22px; }
.page-contact .content {
  background: #FDFBFB;
  padding: 80px 0;
  background: url("http://static.website.yiovo.com/assets/index/image/content-bg.jpg");
  color: #404040; }
  .page-contact .content .container {
    position: relative;
    width: 1200px;
    padding: 60px 90px;
    margin: -180px auto 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 45px -5px rgba(158, 158, 158, 0.22); }
  .page-contact .content .mod-head {
    color: #333333;
    margin-bottom: 50px; }
    .page-contact .content .mod-head .mod-title {
      font-size: 24px;
      margin-bottom: 7px; }
    .page-contact .content .mod-head .mod-subtitle {
      font-size: 14px;
      margin-bottom: 10px; }
    .page-contact .content .mod-head .mod-foot-border .blank-b {
      width: 36px;
      height: 2px;
      background: #333333; }
  .page-contact .content .mod-help {
    line-height: 36px; }
    .page-contact .content .mod-help .mod-left {
      display: inline-block;
      width: 105px;
      margin-right: 10px;
      text-align: right; }
    .page-contact .content .mod-help a {
      color: #f00; }
      .page-contact .content .mod-help a:hover {
        color: #ff00af; }
  .page-contact .content .test-box {
    padding-right: 50px; }
    .page-contact .content .test-box .bg-img {
      background: url("http://static.website.yiovo.com/assets/index/image/map.png");
      width: 500px;
      height: 300px;
      box-shadow: 10px 0 41px -19px rgba(158, 158, 158, 0.22); }

.page-doc .doc-container {
  position: relative;
  padding: 40px 0 0;
  background: #fff; }
  .page-doc .doc-container .content {
    width: 1200px;
    margin: 0 auto;
    min-height: 660px; }
  .page-doc .doc-container .main-menu .main-menu-list {
    width: 258px;
    padding-left: 0;
    border-right: 1px solid #e8e8e8;
    min-height: 600px;
    overflow-y: auto; }
    .page-doc .doc-container .main-menu .main-menu-list::-webkit-scrollbar {
      height: 6px;
      width: 6px;
      background-color: transparent; }
    .page-doc .doc-container .main-menu .main-menu-list::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: transparent; }
    .page-doc .doc-container .main-menu .main-menu-list:hover::-webkit-scrollbar-thumb {
      background-color: rgba(69, 90, 100, 0.2); }
    .page-doc .doc-container .main-menu .main-menu-list .menu-item {
      position: relative; }
      .page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-item-wrapper {
        position: relative;
        padding: 0 4px;
        height: 36px;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden; }
      .page-doc .doc-container .main-menu .main-menu-list .menu-item a {
        color: #314659;
        font-size: 14px; }
        .page-doc .doc-container .main-menu .main-menu-list .menu-item a:hover {
          color: #1890ff; }
      .page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-item_active a {
        color: #1890ff; }
      .page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-icon {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: 20px;
        width: 25px; }
        .page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-icon a {
          display: block;
          text-align: center;
          font-size: 12px; }
        .page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-icon .iconfont {
          transition: transform .3s, -webkit-transform .3s; }
      .page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-submenu-list {
        margin: 0;
        display: none;
        padding-left: 28px; }
  .page-doc .doc-container .main-content {
    width: 900px;
    padding: 0 50px 60px; }
    .page-doc .doc-container .main-content .content-title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #0d1a26;
      font-weight: 500;
      margin-bottom: 40px;
      margin-top: 8px;
      font-size: 30px;
      line-height: 38px;
      font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif; }
    .page-doc .doc-container .main-content .markdown-body {
      font-size: 14px;
      padding: 0; }
      .page-doc .doc-container .main-content .markdown-body > *:first-child {
        margin-top: 0 !important; }
      .page-doc .doc-container .main-content .markdown-body ul li {
        list-style-type: circle; }

/*# sourceMappingURL=style.css.map */
