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; } }
li, ul {
  list-style: none; }

.business-introduct-bg img {
  display: block;
  width: 100%; }

.business-bg {
  width: 100%;
  height: 240px;
  padding-top: 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: url(../../images/recommend_bg_pc.jpg) center center no-repeat;
  background-size: 100% 100%;
  color: #fff; }
  .business-bg .our-business1 {
    text-align: center;
    font-size: 39px;
    font-weight: 600; }
  .business-bg .our-business2 {
    font-size: 34px;
    margin-top: 21px;
    text-align: center; }

.goldSun-part {
  overflow: hidden;
  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; }
  .goldSun-part .goldSun-leftpart, .goldSun-part .goldSun-rightpart {
    float: left;
    width: 48%; }
  .goldSun-part .marginleft {
    margin-left: 4%; }
  .goldSun-part .goldSun-common .goldSun-lefttil {
    margin-bottom: 25px;
    overflow: hidden;
    font-weight: 600;
    font-size: 24px; }

.goldSun-part .goldSun-common .goldSun-lefttil p {
  width: 100%; }

.goldSun-part .goldSun-common .goldSun-lefttil p .goldSun-leftblame {
  font-weight: 800;
  font-size: 22px;
  line-height: 25px;
  color: #4484E1;
  margin-right: 8px; }

.goldSun-part .goldSun-common .goldSun-lefttil p span {
  float: left; }

.goldSun-part .goldSun-leftpart img {
  display: none; }

.goldSun-part .goldSun-common .goldSun-leftcont {
  font-size: 14px;
  color: #333333;
  text-align: justify;
  line-height: 27px; }

.goldSun-part .goldSun-rightpart img {
  display: block;
  width: 100%; }

.goldSun-part .goldSun-rightpart .goldSun-lefttil, .goldSun-part .goldSun-rightpart .goldSun-leftcont {
  display: none; }

.business-option1 {
  margin-top: 0; }

.business-introduct .business-option4 {
  margin: 24px auto 80px;
  border-bottom: 2px solid #DDE8F6;
  width: 70px; }

.business-introduct .business-introduct-bg .business-bg-pc {
  display: block; }

.business-introduct .business-introduct-bg .business-bg-move {
  display: none; }

@media (max-width: 1000px) {
  .product-recommend-goldSun .goldSun-part {
    width: 100%;
    display: block; }

  .product-recommend-goldSun .goldSun-part .goldSun-rightpart, .product-recommend-goldSun .goldSun-part .goldSun-leftpart {
    width: 100%;
    margin: 0; }

  .product-recommend-goldSun .goldSun-part .imgTop .goldSun-lefttil, .product-recommend-goldSun .goldSun-part .imgTop .goldSun-leftcont {
    display: none; }

  .product-recommend-goldSun .goldSun-part .imgTop img {
    display: block;
    width: 100%;
    margin: 0 auto 0; }

  .product-recommend-goldSun .goldSun-part .contTop img {
    display: none; }

  .product-recommend-goldSun .goldSun-part .contTop .goldSun-lefttil, .product-recommend-goldSun .goldSun-part .contTop .goldSun-leftcont {
    display: block; }

  .product-recommend-goldSun .goldSun-part .contTop .goldSun-lefttil {
    margin-top: 40px; }

  .product-recommend-goldSun .goldSun-part .contTop .goldSun-lefttil p {
    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;
    margin: 0 auto 0;
    overflow: hidden; }

  .business-introduct .business-option4 {
    margin-bottom: 30px; }

  .production-1 .product-recommend .xs-span-5:nth-child(1) .span-5-blame-bg span {
    width: 55px; }

  .production-1 .product-recommend .xs-span-5:nth-child(2) .span-5-blame-bg span {
    width: 45px; }

  .production-1 .product-recommend .xs-span-5:nth-child(3) .span-5-blame-bg span {
    width: 55px; }

  .production-1 .product-recommend .xs-span-5:nth-child(4) .span-5-blame-bg span {
    width: 55px; }

  .production-1 .product-recommend .xs-span-5:nth-child(5) .span-5-blame-bg span {
    width: 55px; } }
.production-1 {
  margin-top: 0; }

.production-1 .product-recommend {
  margin-bottom: 60px; }

.production-1 .product-recommend .xs-span-5 {
  float: left;
  padding: 0 1%; }

.production-1 .product-recommend .xs-span-5 .span-5-blame {
  width: 100%;
  height: 240px;
  display: block;
  background: #fff; }

.production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-bg, .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content {
  width: 100%;
  position: relative; }

.production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-bg span, .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-bg {
  height: 72%; }

.production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content {
  height: 28%; }

.production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content span {
  width: 80%;
  height: 43px;
  background: #4484E1;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  color: #fff;
  border-radius: 5px; }

.production-1 .product-recommend .xs-span-5:nth-child(1) .span-5-blame-bg span {
  background: url(../../images/index_new_product5.png) center center no-repeat;
  background-size: 100% auto;
  width: 86px; }

.production-1 .product-recommend .xs-span-5:nth-child(2) .span-5-blame-bg span {
  background: url(../../images/index_new_product2.png) center center no-repeat;
  background-size: 100% auto;
  width: 63px; }

.production-1 .product-recommend .xs-span-5:nth-child(3) .span-5-blame-bg span {
  background: url(../../images/index_new_product3.png) center center no-repeat;
  background-size: 100% auto;
  width: 81px; }

.production-1 .product-recommend .xs-span-5:nth-child(4) .span-5-blame-bg span {
  background: url(../../images/index_new_product1.png) center center no-repeat;
  background-size: 100% auto;
  width: 86px; }

@media (min-width: 601px) and (max-width: 1000px) {
  .business-introduct .business-introduct-bg .business-bg-pc {
    display: none; }

  .business-introduct .business-introduct-bg .business-bg-move {
    display: block; }

  .product-recommend-goldSun .product-recommend-bg {
    height: 135px;
    padding-top: 45px; }

  .product-recommend-goldSun .product-recommend-bg .our-business1 {
    font-size: 27px; }

  .product-recommend-goldSun .product-recommend-bg .our-business2 {
    font-size: 20px;
    margin-top: 13px; }

  .product-recommend-goldSun .product-recommend-bg .our-business3 {
    margin-top: 15px;
    position: relative; }

  .product-recommend-goldSun .product-recommend-bg .our-business3 span {
    width: 10%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block; }

  .product-recommend-goldSun .goldSun .product-recommend-bg {
    height: 175px;
    padding-top: 30px; }

  .product_recommend_manageMoney .goldSun-part .goldSun-leftpart {
    width: 52%; }

  .product_recommend_manageMoney .goldSun-part .goldSun-rightpart {
    width: 25%; }

  .goldSun-part .goldSun-common .goldSun-leftcont {
    font-size: 18px; }

  .goldSun-part .goldSun-common .goldSun-lefttil {
    font-size: 21px; }

  .production-1 .product-recommend .xs-span-5 {
    padding: 0 0.6%; }

  .production-1 .product-recommend .xs-span-5 .span-5-blame {
    height: 15em; }

  .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content span {
    height: 34px;
    line-height: 34px;
    width: 86%; }

  .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content span {
    font-size: 15px; } }
@media (min-width: 320px) and (max-width: 600px) {
  .page-section {
    padding: 40px 0; }

  .product_recommend_manageMoney .goldSun-part {
    width: 100%;
    display: block; }

  .product_recommend_manageMoney .goldSun-part .goldSun-rightpart, .product_recommend_manageMoney .goldSun-part .goldSun-leftpart {
    width: 100%;
    margin: 0; }

  .product_recommend_manageMoney .goldSun-part .imgTop .goldSun-lefttil, .product_recommend_manageMoney .goldSun-part .imgTop .goldSun-leftcont {
    display: none; }

  .product_recommend_manageMoney .goldSun-part .imgTop img {
    display: block;
    width: 40%;
    margin: 0 auto 0; }

  .business-introduct .goldSun-part .imgTop img {
    width: 100%; }

  .product_recommend_manageMoney .goldSun-part .contTop img {
    display: none; }

  .product_recommend_manageMoney .goldSun-part .contTop .goldSun-lefttil, .product_recommend_manageMoney .goldSun-part .contTop .goldSun-leftcont {
    display: block; }

  .product_recommend_manageMoney .goldSun-part .contTop .goldSun-lefttil {
    margin-top: 40px; }

  .product_recommend_manageMoney .goldSun-part .contTop .goldSun-lefttil p {
    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;
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden; }

  .production-1 .product-recommend .xs-span-4 {
    width: 32%;
    margin-left: 1.3%; }

  .production-1 .product-recommend .xs-span-4 .span-5-blame {
    height: 120px;
    position: relative; }

  .production-1 .product-recommend .xs-span-4 .span-5-blame .span-5-blame-bg {
    height: 100%; }

  .production-1 .product-recommend .xs-span-4 .span-5-blame .span-5-blame-content {
    position: absolute;
    bottom: -22px;
    left: 0;
    z-index: 100; }

  .production-1 .product-recommend .xs-span-4 .span-5-blame .span-5-blame-content span {
    height: 34px;
    line-height: 34px;
    font-size: 18px; }

  .production-1 .product-recommend .xs-span-4:first-child {
    margin-left: 0; }

  .production-1 .product-recommend .xs-span-4:nth-child(4) {
    margin: 56px 0 0 16.5%; }

  .production-1 .product-recommend .xs-span-4:last-child {
    margin-top: 56px; }

  .production-1 .product-recommend .xs-span-5 {
    padding: 0 0.5%; }

  .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content span {
    width: 85%; }

  .production-1 .product-recommend .xs-span-4 .span-5-blame .span-5-blame-content span {
    font-size: 14px; } }

/*# sourceMappingURL=business_other.css.map */
