div, p, span, a, section, ul, li, table, tr, td, footer, header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

.page-select {
  margin-bottom: 60px; }

.nav-blame {
  height: 39px;
  border-bottom: 1px solid #DDE8F6;
  margin: 21px auto 0;
  font-size: 14px;
  line-height: 17px;
  max-width: 1200px; }
  .nav-blame .nav-blame-span1 {
    color: #666666;
    text-decoration: none; }
  .nav-blame a {
    cursor: pointer; }
  .nav-blame i {
    font-size: 13px; }
  .nav-blame .nav-blame-span2 {
    color: #435EEB;
    font-weight: 600;
    text-decoration: none; }

.nav-bg {
  width: 100%;
  height: 230px;
  background: url(../../images/pic_business_2.png) center center no-repeat;
  position: relative; }
  .nav-bg .tip {
    position: absolute;
    top: 28%;
    left: 15%;
    font-size: 36px;
    color: #FFFFFF; }

.page-section {
  padding: 60px 0; }

.headline {
  width: 100%;
  overflow: hidden; }
  .headline .title {
    font-size: 30px;
    color: #333333;
    text-align: center; }
  .headline .line {
    display: block;
    background: #DDE8F7;
    width: 70px;
    height: 2px;
    margin: 35px auto 0; }

.const-frame {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #DDE8F6; }
  .const-frame .const-frame-son {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .const-frame .flow-bg-parent {
    float: left;
    width: 45%;
    padding-left: 42px; }
    .const-frame .flow-bg-parent .flow-bg {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min {
        float: left;
        overflow: hidden; }
        .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min img {
          width: 196px; }
        .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min span, .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min img {
          display: block;
          float: left; }
        .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min span {
          font-size: 25px;
          color: #333333;
          text-align: center;
          margin: 72px 10px 72px 0;
          max-width: 190px; }
      .const-frame .flow-bg-parent .flow-bg .flow-bg-d .flow-bg-p {
        margin: 72px 0;
        float: left; }
        .const-frame .flow-bg-parent .flow-bg .flow-bg-d .flow-bg-p .img {
          display: block;
          width: 40px;
          height: 40px;
          background: url(../../images/arrow_right.png) center center no-repeat;
          background-size: 100% 100%; }
  .const-frame:nth-child(2n+1) .flow-bg .flow-bg-d .flow-bg-p .img {
    background: url(../../images/arrow_left.png) center center no-repeat;
    background-size: 100% 100%; }
  .const-frame .flow-const-parent {
    float: left;
    padding-left: 42px;
    width: 55%; }
    .const-frame .flow-const-parent .flow-const {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .const-frame .flow-const-parent .flow-const .center .part {
        font-size: 14px;
        color: #333333;
        line-height: 23px;
        overflow: hidden;
        margin-bottom: 27px; }
        .const-frame .flow-const-parent .flow-const .center .part:last-child {
          margin-bottom: 0; }
        .const-frame .flow-const-parent .flow-const .center .part .pc-span, .const-frame .flow-const-parent .flow-const .center .part .dot {
          display: block;
          float: left; }
        .const-frame .flow-const-parent .flow-const .center .part .pc-span {
          width: 95%; }
        .const-frame .flow-const-parent .flow-const .center .part .dot {
          background: #FF9000;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          margin: 12px 5px 12px 0; }

.const-frame:last-child {
  border-bottom: 0; }

.no-line {
  border-bottom: 0; }

.frame-right-cont .flow-bg-parent, .frame-left-cont .flow-bg-parent {
  height: 1px; }
  .frame-right-cont .flow-bg-parent .flow-bg, .frame-left-cont .flow-bg-parent .flow-bg {
    position: absolute; }

.frame-right-bg .flow-const-parent, .frame-left-bg .flow-const-parent {
  height: 1px; }
  .frame-right-bg .flow-const-parent .flow-const, .frame-left-bg .flow-const-parent .flow-const {
    position: absolute;
    width: 50%; }

.frame-right-cont .flow-const-parent,
.frame-right-bg .flow-bg-parent {
  border-left: 1px dashed #DDE8F6; }

.frame-right-bg .flow-bg-parent .flow-bg .flow-bg-d .min img,
.frame-right-bg .flow-bg-parent .flow-bg .flow-bg-d .min span, .frame-left-cont .flow-bg-parent .flow-bg .flow-bg-d .min img,
.frame-left-cont .flow-bg-parent .flow-bg .flow-bg-d .min span {
  float: right; }

.frame-left-cont .flow-const-parent,
.frame-left-bg .flow-bg-parent {
  border-right: 1px dashed #DDE8F6; }

.const-frame-move {
  display: none; }

.more {
  width: 100%;
  background: url(../../images/pic_business_2.png) center center no-repeat;
  background-size: auto 100%; }
  .more .headline .title {
    color: #fff; }
  .more .product {
    margin-top: 69px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .more .product li {
      float: left;
      width: 210px;
      height: 210px;
      cursor: pointer;
      border: 1px solid #B7BAF3;
      margin-right: 35px; }
      .more .product li:last-child {
        margin-right: 0px; }
      .more .product li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 39px 0 17px; }
        .more .product li a span, .more .product li a img {
          display: block; }
        .more .product li a p {
          margin: 0 auto;
          height: 55px; }
        .more .product li a .share-option {
          height: 84px; }
        .more .product li a .base-1 {
          background: url("../../images/more_1_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-2 {
          background: url("../../images/more_2_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-3 {
          background: url("../../images/more_3_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-4 {
          background: url("../../images/more_4_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-5 {
          background: url("../../images/more_5_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-6 {
          background: url("../../images/local_debt_6_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-7 {
          background: url("../../images/local_debt_7_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-8 {
          background: url("../../images/common_question_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-0 {
          background: url("../../images/share_option_0_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-1 {
          background: url("../../images/share_option_1_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-2 {
          background: url("../../images/share_option_2_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-3 {
          background: url("../../images/share_option_3_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-4 {
          background: url("../../images/share_option_4_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .more-Ib-1 {
          background: url("../../images/local_more_3.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .more-Ib-2 {
          background: url("../../images/more_3_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a span {
          margin: 20px auto 0;
          text-align: center;
          font-size: 22px;
          width: 80%;
          color: #FFFFFF; }
      .more .product li:hover {
        background: #fff; }
        .more .product li:hover span {
          color: #0D5FE0; }
        .more .product li:hover .base-1 {
          background: url("../../images/more_1_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-2 {
          background: url("../../images/more_2_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-3 {
          background: url("../../images/more_3_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-4 {
          background: url("../../images/more_4_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-5 {
          background: url("../../images/more_5_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-6 {
          background: url("../../images/local_debt_6_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-7 {
          background: url("../../images/local_debt_7_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-8 {
          background: url("../../images/common_question_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-0 {
          background: url("../../images/share_option_0_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-1 {
          background: url("../../images/share_option_1_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-2 {
          background: url("../../images/share_option_2_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-3 {
          background: url("../../images/share_option_3_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-4 {
          background: url("../../images/share_option_4_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .more-Ib-1 {
          background: url("../../images/common_question_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .more-Ib-2 {
          background: url("../../images/more_3_blue.png") center center no-repeat;
          background-size: auto 100%; }
    .more .product .nomargin {
      margin: 0; }

.most .product li {
  margin-right: 85px; }

.base-detail {
  padding: 60px 0; }

.base-situation {
  margin-top: 30px; }
  .base-situation .situation-img {
    float: right;
    width: 634px;
    margin-left: 70px; }
    .base-situation .situation-img img {
      display: block;
      width: 100%; }
  .base-situation .situation-cont {
    font-size: 14px;
    color: #333333;
    text-align: justify;
    line-height: 27px;
    padding-top: 150px; }

.business-notice {
  width: 100%;
  height: 162px;
  border-bottom: 1px solid #DDE8F6;
  position: relative; }
  .business-notice .business-notice-center {
    width: 95%;
    height: 85%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .business-notice .business-notice-center p {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      border: 1px solid #0D5FE0;
      float: left;
      margin-right: 15px;
      position: relative; }
      .business-notice .business-notice-center p span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 68%;
        height: 68%;
        background-size: 100% auto; }
      .business-notice .business-notice-center p .bgnone {
        background: none\0; }
    .business-notice .business-notice-center .noborder {
      border: 0; }
    .business-notice .business-notice-center div {
      height: 100%;
      width: 80%;
      float: left; }
      .business-notice .business-notice-center div span {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #777777; }
      .business-notice .business-notice-center div .business-notice-span1 {
        font-size: 17px;
        font-weight: 600;
        height: 24px;
        color: #000;
        margin-top: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
      .business-notice .business-notice-center div .business-notice-span2 {
        margin: 10px 0 10px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 58px;
        overflow: hidden; }
      .business-notice .business-notice-center div .business-notice-span3 {
        margin-top: 5px; }

.serial-num1 p span {
  background: url("../../images/home_page_iocn9.png") center center no-repeat; }

.serial-num2 p span {
  background: url("../../images/home_page_iocnHit10.png") center center no-repeat; }

.serial-num3 p span {
  background: url("../../images/home_page_iocnHit11.png") center center no-repeat; }

.serial-num4 p span {
  background: url("../../images/home_page_iocn12.png") center center no-repeat; }

.serial-num5 p span {
  background: url("../../images/home_page_iocn15.png") center center no-repeat; }

.serial-num6 p span {
  background: url("../../images/home_page_iocn16.png") center center no-repeat; }

.serial-num1:hover p span {
  background: url("../../images/home_page_iocn9-1.png") center center no-repeat; }

.serial-num2:hover p span {
  background: url("../../images/home_page_iocnHit10-1.png") center center no-repeat; }

.serial-num3:hover p span {
  background: url("../../images/home_page_iocnHit11-1.png") center center no-repeat; }

.serial-num4:hover p span {
  background: url("../../images/home_page_iocn12-1.png") center center no-repeat; }

.serial-num5:hover p span {
  background: url("../../images/home_page_iocn15-1.png") center center no-repeat; }

.serial-num6:hover p span {
  background: url("../../images/home_page_iocn16-1.png") center center no-repeat; }

.serial-type-1:hover p {
  background: #0D5FE0; }
  .serial-type-1:hover p span {
    background: url("../../images/home_page_iocn9-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-2:hover p {
  background: #0D5FE0; }
  .serial-type-2:hover p span {
    background: url("../../images/home_page_iocnHit10-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-3:hover p {
  background: #0D5FE0; }
  .serial-type-3:hover p span {
    background: url("../../images/home_page_iocnHit11-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-4:hover p {
  background: #0D5FE0; }
  .serial-type-4:hover p span {
    background: url("../../images/home_page_iocn12-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-5:hover p {
  background: #0D5FE0; }
  .serial-type-5:hover p span {
    background: url("../../images/home_page_iocn15-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-6:hover p {
  background: #0D5FE0; }
  .serial-type-6:hover p span {
    background: url("../../images/home_page_iocn16-2.png") center center no-repeat;
    background-size: 100% auto; }

.col a {
  text-decoration: none; }

@media (min-width: 1000px) and (max-width: 1200px) {
  .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min span {
    margin: 72px 5px; } }
@media (max-width: 1200px) {
  .const-frame .flow-const-parent {
    padding-left: 22px; }
  .const-frame .flow-bg-parent {
    padding-left: 22px; }
    .const-frame .flow-bg-parent .flow-bg .flow-bg-d .flow-bg-p {
      margin: 53px 0; }
    .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min img {
      float: initial;
      width: 160px; }
    .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min span {
      float: initial;
      margin: 0; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .nav-blame {
    display: none; }

  .base-detail {
    padding: 55px 0 55px; }
    .base-detail .base-situation {
      margin-top: 50px; }
      .base-detail .base-situation .situation-cont {
        padding-top: 0; }
      .base-detail .base-situation .situation-img {
        width: 50%;
        margin-left: 29px; }

  .more {
    padding: 57px 0 32px; }
    .more .product li {
      margin-bottom: 27px;
      margin-right: 35px; }
      .more .product li:nth-child(3n) {
        margin-right: 0; }
    .more .distribution {
      width: 700px;
      margin: 69px auto 0; }

  .business-notice .business-notice-center div {
    width: 72%; }

  .business-guide .frame-right .flow-bg {
    padding-left: 20px; }
  .business-guide .frame-right .flow-const {
    width: 51%; }
  .business-guide .frame-left .flow-bg {
    padding-right: 20px; }

  .const-frame-move {
    display: none; } }
@media (min-width: 320px) and (max-width: 600px) {
  body {
    background: #fff; }

  .page-select {
    margin-bottom: 30px; }

  .nav-blame {
    display: none; }

  .page-section {
    padding: 40px 0; }

  .fund-knowledge-pop {
    margin: 35px 0 37px; }

  .base-detail {
    padding: 35px 0 45px; }
    .base-detail .base-situation {
      margin-top: 25px; }
      .base-detail .base-situation .situation-cont {
        padding-top: 0; }
      .base-detail .base-situation .situation-img {
        float: initial;
        margin: 0;
        width: 100%;
        margin-bottom: 10px; }

  .nav-bg {
    height: 95px; }
    .nav-bg .tip {
      font-size: 17px; }

  .headline {
    margin-bottom: 14px; }
    .headline .title {
      font-size: 21px; }
    .headline .line {
      margin-top: 13px; }

  .business-notice .business-notice-center div {
    width: 74%; }

  .const-frame {
    display: none; }

  .const-frame-move {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
    border-bottom: 1px solid #DDE8F6; }
    .const-frame-move:last-child {
      border-bottom: 0; }
    .const-frame-move .frame-top {
      overflow: hidden;
      display: inline-block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .const-frame-move .frame-top .label {
        display: block;
        height: 98px;
        float: left; }
      .const-frame-move .frame-top p {
        float: left;
        padding-top: 10px; }
        .const-frame-move .frame-top p img, .const-frame-move .frame-top p span {
          display: block; }
        .const-frame-move .frame-top p span {
          font-size: 17px;
          color: #333333;
          text-align: center; }
        .const-frame-move .frame-top p img {
          width: 21px;
          margin: 28px auto 0; }
    .const-frame-move .frame-bottom {
      margin-top: 20px; }
      .const-frame-move .frame-bottom p {
        width: 100%;
        margin-bottom: 22px;
        overflow: hidden; }
        .const-frame-move .frame-bottom p .bit, .const-frame-move .frame-bottom p .const {
          display: block;
          float: left; }
        .const-frame-move .frame-bottom p .bit {
          background: #FF9000;
          width: 6px;
          height: 6px;
          border-radius: 50%; }
        .const-frame-move .frame-bottom p .const {
          margin-left: 2%;
          width: 95%;
          font-size: 14px;
          color: #333333;
          text-align: justify;
          line-height: 19px; }
        .const-frame-move .frame-bottom p .blue-frame {
          display: block;
          width: 100%;
          padding: 11px 0;
          text-align: center;
          background: #0D5FE0;
          border-radius: 20px;
          font-size: 15px;
          margin-top: 25px;
          color: #FFFFFF;
          text-decoration: none; } }
.top-bg {
  width: 100%; }
  .top-bg img {
    width: 100%;
    display: block; }

.headline .en-label {
  font-size: 14px;
  color: #777777;
  text-align: center;
  margin-top: 14px; }
.headline .line {
  margin: 16px auto 0; }

.base-situation .situation-img {
  margin-left: 30px; }

.business-subdivide {
  padding: 60px 0; }
  .business-subdivide .row {
    margin-top: 78px; }
    .business-subdivide .row .col {
      overflow: hidden;
      border-bottom: 1px solid #DDE8F7;
      border-right: 1px solid #DDE8F7; }
      .business-subdivide .row .col:nth-child(3n+3) {
        border-right: none; }
      .business-subdivide .row .col .subdivide {
        overflow: hidden; }
        .business-subdivide .row .col .subdivide .oimg {
          margin: 70px auto 0;
          height: 55px;
          width: 55px; }
          .business-subdivide .row .col .subdivide .oimg img {
            display: block;
            height: 100%;
            width: 100%; }
        .business-subdivide .row .col .subdivide .words {
          font-size: 22px;
          color: #333333;
          text-align: center;
          margin: 10px 0 80px; }
      .business-subdivide .row .col:hover {
        background: #FFFFFF;
        -webkit-box-shadow: 0 11px 18px 0 rgba(13, 95, 224, 0.18);
                box-shadow: 0 11px 18px 0 rgba(13, 95, 224, 0.18); }
    .business-subdivide .row .noborder-right {
      border-right: 0; }
    .business-subdivide .row .noborder-bottom {
      border-bottom: 0; }

.business-advantage {
  padding-top: 0; }
  .business-advantage .bg {
    width: 100%;
    height: 379px;
    padding-top: 60px;
    background: url(../../images/business_advan_bg.png) center center no-repeat;
    background-size: auto 100%; }
    .business-advantage .bg .headline .title {
      color: #fff; }
  .business-advantage .website-place .container {
    margin-top: -210px; }
    .business-advantage .website-place .container .col .moudle {
      padding: 40px 44px 39px 33px;
      -webkit-box-shadow: 0 9px 25px 0 rgba(13, 95, 224, 0.12);
              box-shadow: 0 9px 25px 0 rgba(13, 95, 224, 0.12);
      overflow: hidden;
      height: 230px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      background: #fff; }
      .business-advantage .website-place .container .col .moudle .place-left, .business-advantage .website-place .container .col .moudle .place-right {
        float: left; }
      .business-advantage .website-place .container .col .moudle .place-left {
        width: 96px;
        height: 96px;
        margin-right: 28px; }
        .business-advantage .website-place .container .col .moudle .place-left img {
          display: block;
          width: 100%;
          height: 100%; }
      .business-advantage .website-place .container .col .moudle .place-right {
        width: 367px; }
        .business-advantage .website-place .container .col .moudle .place-right span {
          display: block; }
        .business-advantage .website-place .container .col .moudle .place-right .title {
          font-size: 22px;
          color: #333333;
          line-height: 20px; }
        .business-advantage .website-place .container .col .moudle .place-right .detail {
          margin-top: 26px;
          font-size: 14px;
          color: #666666;
          text-align: justify;
          line-height: 18px; }

@media (min-width: 601px) and (max-width: 1000px) {
  .base-detail .base-situation .situation-img {
    float: initial;
    margin-left: 0;
    margin: 0 auto; }

  .business-advantage .website-place .container .col .moudle {
    padding: 26px 5px;
    height: 260px;
    overflow: hidden; }
    .business-advantage .website-place .container .col .moudle .place-left {
      margin-right: 0px; }
    .business-advantage .website-place .container .col .moudle .place-right {
      width: 64%; }
      .business-advantage .website-place .container .col .moudle .place-right .title {
        font-size: 21px; }
      .business-advantage .website-place .container .col .moudle .place-right .detail {
        margin-top: 20px; } }
@media (min-width: 320px) and (max-width: 600px) {
  .business-subdivide .row .noborder-right {
    border-right: 1px solid #DDE8F7; }

  .business-subdivide .row .noborder-bottom {
    border-bottom: 1px solid #DDE8F7; }

  .business-subdivide .row .col:last-child {
    border-bottom: none; }

  .business-subdivide .row .col:nth-child(3n+3) {
    border-right: 1px solid #DDE8F7; }

  .business-subdivide .row .col:nth-child(2n+2) {
    border-right: none; }

  .business-advantage .bg {
    height: 246px;
    padding-top: 49px; }
  .business-advantage .website-place {
    padding-bottom: 45px; }
    .business-advantage .website-place .container .col .moudle {
      padding: 27px 22px;
      height: auto; }
      .business-advantage .website-place .container .col .moudle .place-left {
        margin-right: 16px;
        width: 71px;
        height: 71px; }
      .business-advantage .website-place .container .col .moudle .place-right {
        width: 65%; }
        .business-advantage .website-place .container .col .moudle .place-right .title {
          font-size: 17px; }
        .business-advantage .website-place .container .col .moudle .place-right .detail {
          font-size: 14px;
          margin-top: 23px; }

  .business-advantage .website-place .container {
    margin-top: -125px; } }

/*# sourceMappingURL=economy.css.map */
