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; } }
.fund-list-pop {
  margin: 97px 0 51px; }

.page-select {
  margin-bottom: 60px; }

.list-nav {
  width: 100%;
  height: 80px;
  background: #F7F8FA;
  margin-top: 50px; }
  .list-nav .container {
    height: 100%; }
    .list-nav .container .row {
      height: 100%;
      background: #F7F8FA; }
      .list-nav .container .row .col {
        padding: 0;
        height: 100%;
        position: relative;
        overflow: initial;
        cursor: pointer;
        padding-top: 23px; }
        .list-nav .container .row .col span {
          display: block;
          text-align: center;
          font-size: 22px;
          color: #333333; }
        .list-nav .container .row .col p {
          height: 0;
          width: 0;
          border-width: 16px 22px 0;
          border-style: solid;
          border-color: #3672eb transparent transparent;
          position: absolute;
          bottom: -15px;
          left: 50%;
          margin-left: -22px;
          display: none; }
      .list-nav .container .row .target {
        background: #3672eb;
        background-image: linear-gradient(-44deg, #0CB2ED 0%, #573DE9 100%); }
        .list-nav .container .row .target span {
          color: #fff; }
        .list-nav .container .row .target p {
          display: block; }

.current-fund-buy {
  display: none; }

.current-fund .current-fund-pc {
  overflow: hidden; }
  .current-fund .current-fund-pc table {
    margin: 0 auto; }

.underlying-pc {
  overflow: hidden;
  margin-bottom: 30px; }
  .underlying-pc table {
    margin: 0 auto;
    width: 100%;
    border-collapse: initial; }
    .underlying-pc table td {
      font-size: 16px;
      color: #333333;
      text-align: center;
      padding: 15px 0;
      border: 1px solid #DDE8F6;
      border-right: 1px solid #DDE8F6; }
    .underlying-pc table th {
      text-align: center;
      padding: 19px 0; }

.sel-fund .list-cont {
  padding: 45px 0 50px;
  border-bottom: 1px solid #DDE8F6; }
  .sel-fund .list-cont .classify .select {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    margin-top: 5px; }
    .sel-fund .list-cont .classify .select p, .sel-fund .list-cont .classify .select div, .sel-fund .list-cont .classify .select a {
      float: left; }
    .sel-fund .list-cont .classify .select p {
      margin-right: 40px; }
    .sel-fund .list-cont .classify .select div {
      width: 85%; }
    .sel-fund .list-cont .classify .select a {
      background: #F7F8FA;
      border-radius: 3px;
      padding: 0 5px;
      margin-right: 50px;
      text-align: center;
      line-height: 24px;
      cursor: pointer;
      margin-bottom: 15px;
      text-decoration: none; }
    .sel-fund .list-cont .classify .select .target {
      background: #0D5FE0;
      color: #fff; }
  .sel-fund .list-cont .fund-search {
    margin-top: 30px;
    overflow: hidden; }
    .sel-fund .list-cont .fund-search p, .sel-fund .list-cont .fund-search .search, .sel-fund .list-cont .fund-search input {
      float: left;
      display: block; }
    .sel-fund .list-cont .fund-search p {
      line-height: 42px;
      font-size: 14px;
      color: #333333;
      margin-right: 44px; }
    .sel-fund .list-cont .fund-search input {
      display: block;
      height: 42px;
      width: 434px;
      background: #F7F8FA;
      border: 1px solid #F7F8FA;
      margin-right: 31px;
      padding-left: 13px; }
    .sel-fund .list-cont .fund-search .search {
      padding: 8px 16px;
      background: #00B0FF;
      border-color: #00B0FF; }
      .sel-fund .list-cont .fund-search .search:hover {
        border-color: #00B0FF; }
.sel-fund .data-list {
  margin-top: 60px; }
  .sel-fund .data-list thead {
    background: #DDE8F6; }
  .sel-fund .data-list .move-list {
    display: none;
    width: 100%; }
    .sel-fund .data-list .move-list li {
      width: 100%;
      padding: 13px 15px;
      background: #F7F8FA;
      border: 1px solid #DDE8F6;
      border-radius: 8px;
      margin-bottom: 15px; }

.current-fund {
  margin: 81px 0 72px; }
  .current-fund thead {
    background: #DDE8F6; }
  .current-fund .current-fund-move {
    display: none;
    width: 100%; }
    .current-fund .current-fund-move ul .nopadding .top {
      border: 0;
      padding: 0; }
    .current-fund .current-fund-move ul li {
      width: 100%;
      background: #F7F8FA;
      border: 1px solid #DDE8F6;
      border-radius: 8px;
      padding: 15px;
      margin-bottom: 15px; }
      .current-fund .current-fund-move ul li .top {
        padding-bottom: 12px;
        border-bottom: 1px solid #DDE8F6; }
        .current-fund .current-fund-move ul li .top p {
          position: relative;
          margin-bottom: 8px;
          font-size: 14px;
          color: #666666;
          height: 36px; }
          .current-fund .current-fund-move ul li .top p .const {
            position: absolute;
            top: 0;
            left: 115px;
            color: #333; }
        .current-fund .current-fund-move ul li .top div a {
          padding: 2px;
          border: 1px solid #0D5FE0;
          font-size: 14px;
          color: #0D5FE0;
          border-radius: 4px;
          margin-right: 10px; }
      .current-fund .current-fund-move ul li .purchase {
        padding-top: 10px;
        font-size: 15px;
        color: #0D5FE0;
        text-align: center; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 18px; }

@media (min-width: 601px) and (max-width: 1000px) {
  .fund-list-pop {
    margin: 55px 0 58px; }

  .list-nav .container {
    padding: 0; }

  .sel-fund .data-list {
    margin-top: 40px; }
  .sel-fund .list-cont .classify .select p, .sel-fund .list-cont .fund-search p {
    margin-right: 40px; }
  .sel-fund .list-cont .fund-search input {
    width: 334px; }

  .current-fund {
    margin: 65px 0; }

  .fund-futures-list .container {
    padding: 0; }
    .fund-futures-list .container .row .col span {
      font-size: 18px; } }
@media (min-width: 320px) and (max-width: 600px) {
  .nav-blame {
    display: none; }

  .page-select {
    margin-bottom: 30px; }

  .fund-list-pop {
    margin: 35px 0 39px; }

  .list-nav {
    height: 50px; }
    .list-nav .container {
      padding: 0; }
      .list-nav .container .row .col {
        padding-top: 16px; }
        .list-nav .container .row .col span {
          font-size: 15px; }

  .sel-fund .data-list {
    margin-top: 30px; }
    .sel-fund .data-list table {
      display: none; }
    .sel-fund .data-list .move-list {
      display: block; }
      .sel-fund .data-list .move-list .top {
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #DDE8F6; }
        .sel-fund .data-list .move-list .top .pick-1 {
          font-size: 17px;
          color: #333333;
          line-height: 16px;
          margin: 0; }
        .sel-fund .data-list .move-list .top .pick-2 {
          font-size: 12px;
          color: #666666;
          margin-bottom: 8px; }
        .sel-fund .data-list .move-list .top div a {
          border: 1px solid #0D5FE0;
          border-radius: 4px;
          padding: 3px;
          font-size: 12px;
          color: #0D5FE0;
          margin-right: 10px; }
        .sel-fund .data-list .move-list .top .value {
          position: absolute;
          bottom: 10px;
          right: 0; }
          .sel-fund .data-list .move-list .top .value p {
            font-size: 21px;
            color: #F64546; }
          .sel-fund .data-list .move-list .top .value span {
            font-size: 12px;
            color: #666666;
            display: block;
            text-align: end; }
      .sel-fund .data-list .move-list .subscribe {
        padding-top: 10px;
        text-align: center;
        font-size: 15px;
        color: #0D5FE0; }
  .sel-fund .list-cont {
    padding: 30px 0; }
    .sel-fund .list-cont .classify .select a {
      line-height: 30px;
      margin-right: 23px; }
    .sel-fund .list-cont .classify .select p {
      margin-right: 17px; }
    .sel-fund .list-cont .fund-search p {
      margin-right: 17px; }
    .sel-fund .list-cont .fund-search input {
      margin: 0;
      width: 68%;
      height: 40px;
      font-size: 14px; }
    .sel-fund .list-cont .fund-search .search {
      float: initial;
      padding: 7px 61px;
      margin: 64px auto 0; }

  .current-fund {
    margin: 35px 0 57px; }
    .current-fund .current-fund-move {
      display: block; }

  .fund-futures-list {
    height: 80px; }
    .fund-futures-list .grid-module {
      width: 100%;
      overflow-x: scroll; }
      .fund-futures-list .grid-module .row {
        height: 60px;
        width: 490px; }
        .fund-futures-list .grid-module .row .span-3 {
          width: 122px; } }
.page-section {
  margin: 0; }

.business-notice {
  border-bottom: 0; }
  .business-notice .business-notice-center p {
    border: 0; }

.headline {
  margin-bottom: 60px; }
  .headline .check-more {
    font-size: 14px;
    color: #0D5FE0;
    text-align: center;
    margin-top: 18px;
    display: block;
    text-decoration: none; }

.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; }
  .base-situation .kerb_market {
    padding-top: 185px; }

.advantage {
  overflow: hidden; }
  .advantage .condition, .advantage .advance {
    padding: 60px 0;
    float: right;
    width: 50%; }
    .advantage .condition .condition-cont, .advantage .advance .condition-cont {
      width: 527px; }
      .advantage .condition .condition-cont .title-line, .advantage .advance .condition-cont .title-line {
        width: 100%;
        font-size: 30px;
        color: #333333;
        text-align: center;
        margin-bottom: 89px; }
        .advantage .condition .condition-cont .title-line .line, .advantage .advance .condition-cont .title-line .line {
          width: 43px;
          height: 3px;
          background: #BBBCBC;
          margin: 15px auto 0; }
      .advantage .condition .condition-cont .plate .consition, .advantage .advance .condition-cont .plate .consition {
        font-size: 16px;
        color: #333333;
        text-align: justify;
        line-height: 27px;
        margin-bottom: 33px; }
      .advantage .condition .condition-cont .plate .min-plate, .advantage .advance .condition-cont .plate .min-plate {
        width: 100%;
        height: 68px;
        background: #fff;
        line-height: 68px;
        padding-left: 42px;
        color: #333333;
        overflow: hidden; }
        .advantage .condition .condition-cont .plate .min-plate .part-1, .advantage .advance .condition-cont .plate .min-plate .part-1 {
          font-size: 26px;
          font-weight: 700; }
        .advantage .condition .condition-cont .plate .min-plate .part-2, .advantage .advance .condition-cont .plate .min-plate .part-2 {
          font-size: 30px;
          color: #979797;
          margin: 0 8px; }
        .advantage .condition .condition-cont .plate .min-plate .part-3, .advantage .advance .condition-cont .plate .min-plate .part-3 {
          font-size: 16px; }
  .advantage .condition {
    background: #DEEAFA;
    padding-right: 40px; }
    .advantage .condition .condition-cont {
      float: right; }
      .advantage .condition .condition-cont .plate .min-plate {
        margin-bottom: 14px; }
  .advantage .advance {
    background: #fff; }
    .advantage .advance .condition-cont {
      padding-left: 40px;
      overflow: hidden; }
      .advantage .advance .condition-cont .buses .buses-plate {
        margin-bottom: 75px;
        overflow: hidden; }
        .advantage .advance .condition-cont .buses .buses-plate .labels {
          width: 12%;
          float: left; }
          .advantage .advance .condition-cont .buses .buses-plate .labels img {
            display: block;
            width: 45px; }
        .advantage .advance .condition-cont .buses .buses-plate .label-detail {
          float: left;
          width: 88%;
          margin-top: 8px; }
          .advantage .advance .condition-cont .buses .buses-plate .label-detail p {
            font-size: 22px;
            color: #333333;
            margin-bottom: 25px; }
          .advantage .advance .condition-cont .buses .buses-plate .label-detail span {
            display: block;
            font-size: 14px;
            color: #666666; }

.base-flow {
  padding: 60px 0 150px;
  overflow: hidden; }
  .base-flow .headline {
    margin-bottom: 0; }
  .base-flow .flow-list {
    width: 100%;
    height: 306px;
    position: relative; }
    .base-flow .flow-list .arrow, .base-flow .flow-list .about-list {
      position: absolute;
      width: 100%; }
    .base-flow .flow-list .arrow {
      top: 0;
      left: 0;
      height: 100%; }
      .base-flow .flow-list .arrow .frame {
        width: 1000px;
        height: 160px;
        background: #fff;
        margin: 70px 0;
        float: left; }
      .base-flow .flow-list .arrow div {
        float: left;
        width: 0;
        height: 0;
        border-width: 150px 0 150px 150px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 0;
        right: 35px; }
    .base-flow .flow-list .about-list {
      top: 130px;
      left: 57px; }
      .base-flow .flow-list .about-list .list-part {
        float: left;
        width: 242px;
        margin-right: 14px; }
        .base-flow .flow-list .about-list .list-part .label-list {
          width: 100%;
          height: 47px;
          background: #0099FF;
          text-align: center;
          line-height: 47px;
          font-size: 22px;
          color: #FFFFFF; }
        .base-flow .flow-list .about-list .list-part .connect {
          width: 100%; }
          .base-flow .flow-list .about-list .list-part .connect .dot-1, .base-flow .flow-list .about-list .list-part .connect .dot-2 {
            display: block; }
          .base-flow .flow-list .about-list .list-part .connect .dot-1 {
            width: 2px;
            height: 78px;
            background: #6CD2FF;
            margin: 0 120px; }
          .base-flow .flow-list .about-list .list-part .connect .dot-2 {
            width: 7px;
            height: 7px;
            background: #6CD2FF;
            border-radius: 50%;
            margin: 0 117px; }
        .base-flow .flow-list .about-list .list-part .scheme span {
          display: block;
          width: 100%;
          text-align: center; }
        .base-flow .flow-list .about-list .list-part .scheme .intrdot-1 {
          font-size: 22px;
          color: #333333;
          text-align: center;
          margin-bottom: 15px; }
        .base-flow .flow-list .about-list .list-part .scheme .intrdot-2 {
          font-size: 18px;
          color: #333333;
          text-align: center;
          line-height: 26px; }
  .base-flow .flow-list-move {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none; }
    .base-flow .flow-list-move .arrow-move .frame {
      width: 87px;
      height: 533px;
      background: #fff;
      margin: 0 34px; }
    .base-flow .flow-list-move .arrow-move div {
      float: left;
      width: 0;
      height: 0;
      border-width: 78px 78px 0px 78px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
      margin-top: 11px; }
    .base-flow .flow-list-move .about-list-move {
      position: absolute;
      top: 26px;
      left: 59px; }
      .base-flow .flow-list-move .about-list-move .list-part-move {
        overflow: hidden;
        margin-bottom: 8px; }
        .base-flow .flow-list-move .about-list-move .list-part-move p {
          float: left; }
        .base-flow .flow-list-move .about-list-move .list-part-move .label-list {
          width: 33px;
          height: 131px;
          background: #0099FF;
          text-align: center;
          line-height: 20px;
          font-size: 17px;
          color: #FFFFFF;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .base-flow .flow-list-move .about-list-move .list-part-move .connect span {
          display: block;
          float: left; }
        .base-flow .flow-list-move .about-list-move .list-part-move .connect .dot-1 {
          width: 48px;
          height: 1px;
          background: #6CD2FF;
          margin: 65px 0; }
        .base-flow .flow-list-move .about-list-move .list-part-move .connect .dot-2 {
          background: #6CD2FF;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          margin: 63px 0; }
        .base-flow .flow-list-move .about-list-move .list-part-move .scheme {
          width: 160px;
          margin-left: 16px; }
          .base-flow .flow-list-move .about-list-move .list-part-move .scheme span {
            display: block; }
          .base-flow .flow-list-move .about-list-move .list-part-move .scheme .intrdot-1 {
            font-size: 17px;
            color: #333333;
            text-align: center;
            margin-top: 28px; }
          .base-flow .flow-list-move .about-list-move .list-part-move .scheme .intrdot-2 {
            font-size: 14px;
            color: #333333;
            text-align: justify;
            line-height: 16px;
            margin-top: 11px; }

.charge-standard {
  padding-bottom: 60px;
  overflow: hidden;
  background: #435EEB url(../../images/charge_standard.jpg) center center no-repeat;
  background-size: auto 100%; }
  .charge-standard .headline .title {
    color: #fff; }
  .charge-standard .base-standard {
    width: 100%; }
    .charge-standard .base-standard ul {
      width: 840px;
      margin: 0 auto; }
      .charge-standard .base-standard ul li {
        margin-right: 200px;
        overflow: hidden;
        float: left; }
        .charge-standard .base-standard ul li p {
          width: 146px;
          height: 146px;
          text-align: center;
          line-height: 146px;
          border: 1px solid #FFFFFF;
          border-radius: 50%;
          font-size: 42px;
          color: #FFFFFF;
          font-weight: 700; }
        .charge-standard .base-standard ul li span {
          font-size: 18px;
          color: #FFFFFF;
          text-align: center;
          margin-top: 32px;
          display: block; }

.recommend-company {
  overflow: hidden; }
  .recommend-company .grid-module .col {
    padding: 0;
    overflow: initial;
    width: 20%; }
  .recommend-company .row {
    margin-top: 80px; }
    .recommend-company .row .frame {
      display: block;
      border: 1px solid #f4f4f4;
      height: 217px;
      position: relative;
      text-decoration: none;
      cursor: pointer; }
      .recommend-company .row .frame .oimg {
        margin: 63px auto 0;
        display: block;
        max-width: 80%; }
      .recommend-company .row .frame .label {
        display: block;
        text-align: center;
        color: #333333;
        margin-top: 20px;
        padding: 0;
        font-weight: 500;
        font-size: 18px; }
      .recommend-company .row .frame span {
        display: block;
        background: #e1e3e6;
        position: absolute; }
      .recommend-company .row .frame .across {
        width: 36px;
        height: 2px; }
      .recommend-company .row .frame .vertical {
        width: 2px;
        height: 36px; }
      .recommend-company .row .frame .param-1, .recommend-company .row .frame .param-8 {
        top: -2px;
        left: -2px; }
      .recommend-company .row .frame .param-2, .recommend-company .row .frame .param-3 {
        top: -2px;
        right: -2px; }
      .recommend-company .row .frame .param-4, .recommend-company .row .frame .param-5 {
        bottom: -2px;
        right: -2px; }
      .recommend-company .row .frame .param-6, .recommend-company .row .frame .param-7 {
        bottom: -2px;
        left: -2px; }

.recommend-team {
  overflow: hidden; }
  .recommend-team .team-img {
    width: 124px;
    height: 124px;
    margin: 0 auto; }
    .recommend-team .team-img img {
      display: block;
      width: 100%;
      height: 100%; }
  .recommend-team .team-1 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-top: 50px; }
  .recommend-team .team-2 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 45px; }

.more-options {
  overflow: hidden;
  background: url(../../images/bottom_bg.png) center center no-repeat;
  background-size: 100% 100%; }
  .more-options .headline .title {
    color: #fff; }
  .more-options .el-product {
    margin: 69px auto 0;
    width: 620px;
    height: 210px;
    position: relative; }
    .more-options .el-product .product {
      height: 100%;
      width: 210px;
      border: 1px solid #B7BAF3;
      padding: 40px 0 33px;
      position: absolute;
      top: 0;
      color: #fff;
      font-size: 22px;
      color: #FFFFFF;
      text-align: center; }
      .more-options .el-product .product .labels {
        width: 56px;
        height: 62px;
        overflow: hidden;
        margin: 0 auto; }
      .more-options .el-product .product .instruct {
        margin-top: 46px;
        color: #fff; }
    .more-options .el-product .product-1 {
      left: 0; }
      .more-options .el-product .product-1 .labels {
        background: url(../../images/markets.png) center center no-repeat;
        background-size: 100% auto; }
      .more-options .el-product .product-1:hover {
        background: #fff; }
        .more-options .el-product .product-1:hover .instruct {
          color: #0d5fe0; }
        .more-options .el-product .product-1:hover .labels {
          background: url(../../images/markets_blue.png) center center no-repeat;
          background-size: 100% auto; }
    .more-options .el-product .product-2 {
      right: 0; }
      .more-options .el-product .product-2 .labels {
        background: url(../../images/investment.png) center center no-repeat;
        background-size: 100% auto; }
      .more-options .el-product .product-2:hover {
        background: #fff; }
        .more-options .el-product .product-2:hover .instruct {
          color: #0d5fe0; }
        .more-options .el-product .product-2:hover .labels {
          background: url(../../images/capital_55.png) center center no-repeat;
          background-size: 100% auto; }
    .more-options .el-product .product-1 a, .more-options .el-product .product-2 a {
      text-decoration: none; }

@media (min-width: 1000px) and (max-width: 1200px) {
  .base-flow .flow-list .arrow .frame {
    width: 800px; }
  .base-flow .flow-list .arrow div {
    right: -19px; }
  .base-flow .flow-list .about-list .list-part {
    width: 192px; }
    .base-flow .flow-list .about-list .list-part .connect .dot-1 {
      margin: 0 99px; }
    .base-flow .flow-list .about-list .list-part .connect .dot-2 {
      margin: 0 96px; }

  .base-situation .kerb_market {
    padding-top: 129px; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .base-situation .kerb_market {
    padding-top: 40px; }

  .base-situation .situation-img {
    width: 384px;
    margin-left: 30px; }

  .headline {
    margin-bottom: 43px; }
    .headline .title {
      font-size: 25px; }

  .advantage .condition, .advantage .advance {
    padding: 50px 20px 42px 0; }
    .advantage .condition .condition-cont, .advantage .advance .condition-cont {
      width: 286px; }
      .advantage .condition .condition-cont .title-line, .advantage .advance .condition-cont .title-line {
        margin-bottom: 49px;
        font-size: 25px; }
      .advantage .condition .condition-cont .plate .min-plate, .advantage .advance .condition-cont .plate .min-plate {
        padding-left: 22px;
        height: 48px;
        line-height: 48px; }
      .advantage .condition .condition-cont .buses, .advantage .advance .condition-cont .buses {
        margin-top: 49px; }
        .advantage .condition .condition-cont .buses .buses-plate, .advantage .advance .condition-cont .buses .buses-plate {
          margin-bottom: 37px; }
          .advantage .condition .condition-cont .buses .buses-plate .label-detail p, .advantage .advance .condition-cont .buses .buses-plate .label-detail p {
            margin-bottom: 15px;
            font-size: 21px; }

  .base-flow {
    padding: 45px 0 75px; }
    .base-flow .flow-list .about-list {
      top: 97px;
      left: 27px; }
      .base-flow .flow-list .about-list .list-part {
        width: 140px; }
        .base-flow .flow-list .about-list .list-part .connect .dot-1 {
          margin: 0 70px; }
        .base-flow .flow-list .about-list .list-part .connect .dot-2 {
          margin: 0 68px; }
        .base-flow .flow-list .about-list .list-part .label-list {
          height: 40px;
          line-height: 40px;
          font-size: 20px; }
        .base-flow .flow-list .about-list .list-part .scheme .intrdot-2 {
          font-size: 15px; }
        .base-flow .flow-list .about-list .list-part .scheme .intrdot-1 {
          font-size: 20px; }
    .base-flow .flow-list .arrow .frame {
      width: 81%;
      height: 120px;
      margin: 60px 0; }
    .base-flow .flow-list .arrow div {
      border-width: 120px 0 120px 120px;
      right: 0; }

  .charge-standard .base-standard ul {
    width: 500px; }
    .charge-standard .base-standard ul li {
      margin-right: 100px; }
      .charge-standard .base-standard ul li p {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 32px; }

  .recommend-team {
    padding: 60px 0; } }
@media (min-width: 320px) and (max-width: 600px) {
  body {
    background: #fff; }

  .base-situation .kerb_market {
    padding-top: 0px; }

  .fund-knowledge-pop {
    margin: 45px 0 0px; }

  .recommend-company .grid-module .col {
    width: 33.3%; }
  .recommend-company .row {
    margin-top: 56px; }
    .recommend-company .row .frame {
      height: 98px; }
      .recommend-company .row .frame .oimg {
        margin-top: 16px; }
      .recommend-company .row .frame .label {
        margin-top: 14px;
        font-size: 12px; }
      .recommend-company .row .frame .vertical {
        height: 14px; }
      .recommend-company .row .frame .across {
        width: 14px; }

  .base-condition .headline {
    margin-bottom: 47px; }
  .base-condition .base-situation .situation-img {
    width: 100%;
    float: initial; }
  .base-condition .base-situation .situation-cont {
    margin-top: 31px; }
  .base-condition .base-situation .situation-cont, .base-condition .base-situation .situation-img {
    margin-left: 0; }

  .advantage .condition, .advantage .advance {
    float: initial;
    width: 100%;
    overflow: hidden;
    padding-right: 0;
    padding: 55px 0 41px; }
    .advantage .condition .condition-cont, .advantage .advance .condition-cont {
      width: 100%;
      padding: 0 20px; }
      .advantage .condition .condition-cont .title-line, .advantage .advance .condition-cont .title-line {
        margin-bottom: 40px;
        font-size: 21px; }
      .advantage .condition .condition-cont .buses .buses-plate, .advantage .advance .condition-cont .buses .buses-plate {
        margin-bottom: 50px; }

  .base-flow {
    padding: 45px 0 55px; }
    .base-flow .headline {
      margin-bottom: 38px; }
    .base-flow .flow-list {
      display: none; }
    .base-flow .flow-list-move {
      display: block; }

  .charge-standard {
    padding: 40px 0 0px; }
    .charge-standard .base-standard {
      overflow: hidden; }
      .charge-standard .base-standard ul {
        overflow: hidden;
        width: 100%; }
        .charge-standard .base-standard ul li {
          margin-right: 83px;
          margin-bottom: 45px; }
          .charge-standard .base-standard ul li:nth-child(2n) {
            margin-right: 0px; }
          .charge-standard .base-standard ul li p {
            width: 100px;
            height: 100px;
            line-height: 100px;
            font-size: 29px; }
          .charge-standard .base-standard ul li span {
            margin-top: 10px; }

  .recommend-team {
    padding: 40px 0 45px; }
    .recommend-team .team-img {
      width: 89px;
      height: 89px; }
    .recommend-team .team-1 {
      font-size: 17px;
      margin-top: 30px; }
    .recommend-team .team-2 {
      margin-top: 25px;
      font-size: 15px; }

  .more-options .headline {
    margin-bottom: 0; }
  .more-options .el-product {
    width: 85%;
    height: 120px;
    margin-top: 30px; }
    .more-options .el-product .product {
      width: auto;
      height: auto;
      padding: 21px 0 15px; }
      .more-options .el-product .product .labels {
        width: 35px; }
      .more-options .el-product .product .instruct {
        font-size: 14px;
        margin: 16px auto 0;
        width: 144px;
        text-align: center; } }

/*# sourceMappingURL=kerb_market.css.map */
