@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
html {
  font-family: "Microsoft YaHei",'微软雅黑 Light',Arial,Helvetica,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none; }

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top; }

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.tit {
  text-align: center; }
  .tit span {
    display: inline-block;
    margin: 0 auto;
    color: #181818;
    font-size: 26px;
    position: relative; }
    .tit span:after, .tit span:before {
      content: '';
      display: block;
      width: 77px;
      height: 15px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .tit span::before {
      background: url(/img/register/title1.png) no-repeat;
      left: -100px; }
    .tit span:after {
      background: url(/img/register/title2.png) no-repeat;
      right: -100px; }

.electricity-appeal {
  width: 1020px;
  margin: 0 auto; }
  .electricity-appeal .list {
    margin-top: 80px; }
    .electricity-appeal .list .list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 60px; }
      .electricity-appeal .list .list-item .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 560px;
        padding: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f8fafc;
        position: relative;
        float: left; }
        .electricity-appeal .list .list-item .left .left-tit {
          font-size: 18px;
          color: #f44444;
          padding-top: 20px;
          padding-bottom: 30px;
          position: relative;
          z-index: 1111; }
          .electricity-appeal .list .list-item .left .left-tit:after {
            content: attr(data-num);
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            margin: auto;
            font-size: 60px;
            line-height: 60px;
            color: #f0f2f7; }
        .electricity-appeal .list .list-item .left .left-con {
          font-size: 16px;
          color: #505050;
          line-height: 1.5; }
      .electricity-appeal .list .list-item .right {
        width: 460px;
        float: right; }
        .electricity-appeal .list .list-item .right .right-list .right-item {
          height: 100px;
          padding: 15px 40px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .electricity-appeal .list .list-item .right .right-list .right-item .num {
            margin: 0;
            font-size: 36px;
            line-height: 36px;
            color: #f44444; }
          .electricity-appeal .list .list-item .right .right-list .right-item .con {
            margin: 0;
            margin-top: 10px;
            line-height: 20px;
            font-size: 20px;
            color: #222741; }
          .electricity-appeal .list .list-item .right .right-list .right-item:first-child {
            background-image: -o-linear-gradient(77deg, #f44444 0%, #ff8282 100%), -o-linear-gradient(#7acd54, #7acd54);
            background-image: linear-gradient(13deg, #f44444 0%, #ff8282 100%), linear-gradient(#7acd54, #7acd54);
            background-blend-mode: normal,  normal;
            -webkit-box-shadow: 5px 12px 30px 0px rgba(56, 78, 130, 0.2);
            box-shadow: 5px 12px 30px 0px rgba(56, 78, 130, 0.2); }
            .electricity-appeal .list .list-item .right .right-list .right-item:first-child .num, .electricity-appeal .list .list-item .right .right-list .right-item:first-child .con {
              color: #fff; }
  .electricity-appeal .data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 122px 0 96px; }
    .electricity-appeal .data-list li {
      width: 33%;
      text-align: center; }
    .electricity-appeal .data-list image {
      width: 70px;
      height: 70px; }
    .electricity-appeal .data-list p {
      font-size: 16px;
      color: #222d41;
      margin-top: 15px; }
  .electricity-appeal .pross-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 687px;
    border-bottom: dashed 2px #efefef;
    margin: 0 auto;
    height: 0px;
    position: relative; }
    .electricity-appeal .pross-list li {
      width: 14px;
      height: 14px;
      background-color: #ff9090;
      border-radius: 50%; }
  .electricity-appeal .pt-list {
    padding: 100px 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.business-consulting {
  width: 1200px;
  margin: 0 -40px; }
  .business-consulting .why {
    background: url(/img/register/businessConsulting/why-bg.png) no-repeat;
    background-size: cover; }
    .business-consulting .why .tit {
      padding: 89px 0 103px; }
    .business-consulting .why .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 81px; }
      .business-consulting .why .list li {
        width: 33.33%;
        text-align: center; }
        .business-consulting .why .list li img {
          width: 70px;
          height: 70px; }
        .business-consulting .why .list li .why-tit {
          font-size: 16px;
          color: #5c5c5c;
          margin: 20px 0 15px; }
        .business-consulting .why .list li .why-desc {
          font-size: 14px;
          color: #b5b5b5; }
  .business-consulting .type {
    background-color: #f8fafc;
    padding: 118px 0 130px; }
    .business-consulting .type .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .business-consulting .type .list li {
        width: 20%;
        text-align: center;
        margin-top: 76px; }
        .business-consulting .type .list li img {
          width: 70px;
          height: 70px; }
        .business-consulting .type .list li p {
          margin-top: 20px;
          font-size: 16px;
          color: #5c5c5c; }
  .business-consulting .data {
    padding-bottom: 110px; }
    .business-consulting .data .tit {
      margin-top: 77px; }
    .business-consulting .data .data-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 122px 0 70px; }
      .business-consulting .data .data-list li {
        width: 33%;
        text-align: center; }
      .business-consulting .data .data-list image {
        width: 70px;
        height: 70px; }
      .business-consulting .data .data-list .p1 {
        font-size: 16px;
        color: #222d41;
        margin-top: 10px; }
      .business-consulting .data .data-list .p2 {
        color: #b5b5b5;
        font-size: 14px;
        margin-top: 5px; }
    .business-consulting .data .pross-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 800px;
      border-bottom: dashed 2px #efefef;
      margin: 0 auto;
      height: 0px;
      position: relative; }
      .business-consulting .data .pross-list li {
        width: 14px;
        height: 14px;
        background-color: #ff9090;
        border-radius: 50%; }
  .business-consulting .floor .floor-box {
    margin: 80px 0 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 143px; }
    .business-consulting .floor .floor-box .left {
      width: 260px;
      height: 342px;
      position: relative; }
      .business-consulting .floor .floor-box .left p {
        position: absolute;
        top: 254px;
        left: 0;
        right: 0;
        font-size: 16px;
        line-height: 47px;
        color: #fff;
        text-align: center; }
    .business-consulting .floor .floor-box .right {
      width: 600px; }
      .business-consulting .floor .floor-box .right li {
        width: 600px;
        background-color: #f8fafc;
        border-radius: 6px;
        margin-bottom: 20px;
        position: relative;
        padding: 20px  40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .business-consulting .floor .floor-box .right li .p1 {
          font-size: 16px;
          color: #f44444; }
        .business-consulting .floor .floor-box .right li .p2 {
          font-size: 16px;
          margin-top: 15px;
          color: #181818; }
        .business-consulting .floor .floor-box .right li:after {
          content: attr(data-num);
          font-size: 18px;
          color: #fff;
          width: 30px;
          height: 41px;
          line-height: 41px;
          text-align: center;
          background-color: #ff9090;
          border-radius: 0px 0px 15px 15px;
          position: absolute;
          right: 32px;
          top: 0; }
        .business-consulting .floor .floor-box .right li:last-child {
          margin-bottom: 0; }
  .business-consulting .tips {
    font-size: 16px;
    text-align: center;
    color: #bbb9b9;
    margin-bottom: 80px; }

.trademark-registration {
  width: 1040px;
  margin: 35px auto 0; }
  .trademark-registration .floor .floor-tit {
    width: 515px;
    height: 43px;
    font-size: 0;
    margin: 0 auto; }
  .trademark-registration .floor1 .floor-tit {
    background: url(/img/register/trademarkRegistration/title1.png) no-repeat; }
  .trademark-registration .floor1 .floor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .trademark-registration .floor1 .floor-list li {
      text-align: center;
      padding: 65px 0 90px; }
      .trademark-registration .floor1 .floor-list li img {
        width: 174px;
        height: 166px; }
      .trademark-registration .floor1 .floor-list li h4 {
        font-size: 20px;
        color: #181818;
        margin-top: 30px; }
      .trademark-registration .floor1 .floor-list li p {
        font-size: 15px;
        color: #5c5c5c;
        margin-top: 10px; }
  .trademark-registration .floor2 .floor-tit {
    background: url(/img/register/trademarkRegistration/title2.png) no-repeat; }
  .trademark-registration .floor2 .floor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 51px 60px 73px; }
    .trademark-registration .floor2 .floor-list li {
      width: 416px;
      height: 210px;
      background: url(/img/register/trademarkRegistration/floor2-1.png) no-repeat; }
      .trademark-registration .floor2 .floor-list li h4 {
        padding: 45px 0 0 220px;
        font-size: 26px;
        line-height: 26px;
        color: #fff; }
      .trademark-registration .floor2 .floor-list li p {
        padding: 14px 0 0 220px;
        font-size: 14px;
        color: #fff; }
      .trademark-registration .floor2 .floor-list li:last-child {
        background-image: url(/img/register/trademarkRegistration/floor2-2.png); }
  .trademark-registration .floor3 .floor-tit {
    background: url(/img/register/trademarkRegistration/title3.png) no-repeat; }
  .trademark-registration .floor3 .floor-list {
    width: 980px;
    height: 327px;
    background: url(/img/register/trademarkRegistration/floor3.png) no-repeat;
    margin: 40px auto;
    position: relative; }
    .trademark-registration .floor3 .floor-list li {
      position: absolute;
      padding: 15px 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .trademark-registration .floor3 .floor-list li h4 {
        line-height: 15px;
        font-size: 15px;
        color: #425084; }
      .trademark-registration .floor3 .floor-list li p {
        line-height: 20px;
        margin-top: 8px;
        font-size: 13px;
        color: #4c5d73; }
        .trademark-registration .floor3 .floor-list li p span {
          color: #ff7517; }
      .trademark-registration .floor3 .floor-list li:nth-child(1) {
        width: 164px;
        height: 92px;
        top: 194px;
        left: 59px; }
      .trademark-registration .floor3 .floor-list li:nth-child(2) {
        width: 384px;
        height: 92px;
        top: 0px;
        left: 243px; }
      .trademark-registration .floor3 .floor-list li:nth-child(3) {
        width: 404px;
        height: 133px;
        top: 194px;
        left: 253px; }
      .trademark-registration .floor3 .floor-list li:nth-child(4) {
        width: 247px;
        height: 92px;
        top: 0;
        left: 657px; }
      .trademark-registration .floor3 .floor-list li:nth-child(5) {
        width: 213px;
        height: 72px;
        top: 194px;
        left: 687px; }
  .trademark-registration .floor3 .desc {
    padding: 12px 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 644px;
    height: 68px;
    background-color: #fdf8f5;
    border-radius: 4px;
    border: solid 1px #efb996;
    font-size: 14px;
    color: #7b5d4a;
    margin: 0 auto;
    text-align: center; }
    .trademark-registration .floor3 .desc span {
      color: #f38439; }
  .trademark-registration .floor4 {
    margin-top: 44px; }
    .trademark-registration .floor4 .floor-tit {
      width: 860px;
      background: url(/img/register/trademarkRegistration/title4.png) no-repeat; }
    .trademark-registration .floor4 .floor-desc {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px;
      color: #5c5c5c;
      text-align: center; }
    .trademark-registration .floor4 .floor-list {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .trademark-registration .floor4 .floor-list li {
        width: 230px;
        height: 341px;
        text-align: center;
        background: url(/img/register/trademarkRegistration/floor4.png); }
        .trademark-registration .floor4 .floor-list li h4 {
          margin-top: 93px;
          margin-bottom: 95px;
          font-size: 22px;
          color: #181818; }
        .trademark-registration .floor4 .floor-list li p {
          color: #5c5c5c;
          font-size: 14px;
          line-height: 1.5; }

.trademark-problems {
  width: 1120px;
  background-color: #f8f8f8; }
  .trademark-problems .tit {
    padding-top: 80px; }
    .trademark-problems .tit h3 {
      width: 515px;
      height: 44px;
      background: url(/img/register/trademarkRegistration/title2.png) no-repeat;
      font-size: 0;
      margin: 0 auto; }
    .trademark-problems .tit p {
      color: #818181;
      font-size: 22px;
      margin-top: 10px; }
  .trademark-problems .desc {
    width: 785px;
    height: 109px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(187, 196, 209, 0.1);
    box-shadow: 0px 10px 10px 0px rgba(187, 196, 209, 0.1);
    border-radius: 8px;
    position: relative;
    padding: 30px 90px;
    color: #5c5c5c;
    font-size: 18px;
    text-align: center;
    margin: 68px auto 85px; }
    .trademark-problems .desc:after, .trademark-problems .desc:before {
      width: 15px;
      height: 34px;
      content: '”';
      font-size: 34px;
      color: #dde0f8;
      position: absolute; }
    .trademark-problems .desc::before {
      top: 15px;
      left: 42px; }
    .trademark-problems .desc:after {
      bottom: 15px;
      right: 52px; }
  .trademark-problems .list {
    padding: 0 106px; }
    .trademark-problems .list:after {
      content: '';
      display: block;
      clear: both; }
    .trademark-problems .list li {
      width: 253px;
      height: 229px;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 10px 10px 0px rgba(187, 196, 209, 0.1);
      box-shadow: 0px 10px 10px 0px rgba(187, 196, 209, 0.1);
      border-radius: 8px;
      float: left;
      margin-right: 74px;
      margin-bottom: 68px;
      text-align: center;
      position: relative;
      padding: 0 27px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .trademark-problems .list li:nth-child(3n) {
        margin-right: 0; }
      .trademark-problems .list li:after {
        content: '';
        width: 36px;
        height: 2px;
        background-color: #e0e0e0;
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        margin: auto; }
      .trademark-problems .list li img {
        margin-top: -25px; }
      .trademark-problems .list li p {
        color: #5c5c5c;
        font-size: 20px;
        margin-top: 45px; }
