@charset "UTF-8";
.page-section {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 3.5% 0; }

.module {
  padding: 0 !important;
  max-width: 1230px;
  margin: auto; }

/*.grid-module {
  margin: auto;
  max-width: 1200px;
}*/
.grid-module .row {
  /*padding-top: 2.5%;*/
  overflow: visible; }
  .grid-module .row:first-of-type {
    padding-top: 0; }
  .grid-module .row:after {
    content: "";
    display: table;
    clear: both; }
  .grid-module .row.no-padding {
    padding: 0; }
  .grid-module .row.no-padding-top {
    padding-top: 0px; }
.grid-module .col {
  float: left;
  padding: 1.25%;
  box-sizing: border-box;
  overflow: hidden; }
  .grid-module .col.no-padding {
    padding: 0; }
  .grid-module .col.no-left-padding {
    padding-left: 0;
    padding-right: 1.75%; }
  .grid-module .col.no-right-padding {
    padding-right: 0;
    padding-left: 1.75%; }
  .grid-module .col.padding-bottom {
    padding-bottom: 1.25%; }
.grid-module .span-1 {
  width: 8.3333333333%; }
.grid-module .span-2 {
  width: 16.6666666667%; }
.grid-module .span-3 {
  width: 25%; }
.grid-module .span-4 {
  width: 33.3333333333%; }
.grid-module .span-5 {
  width: 41.6666666667%; }
.grid-module .span-6 {
  width: 50%; }
.grid-module .span-7 {
  width: 58.3333333333%; }
.grid-module .span-8 {
  width: 66.6666666667%; }
.grid-module .span-9 {
  width: 75%; }
.grid-module .span-10 {
  width: 83.3333333333%; }
.grid-module .span-11 {
  width: 91.6666666667%; }
.grid-module .span-12 {
  width: 100%; }
.grid-module .grid {
  background-color: #fff;
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-bottom: 1px solid #e0e0e0; }
  .grid-module .grid:after {
    transition: background-color 120ms linear;
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: inherit;
    width: 100%; }
  .grid-module .grid:hover:after {
    background-color: rgba(0, 0, 0, 0.1); }
  .grid-module .grid.no-hover:after {
    display: none; }

@media (min-width: 601px) and (max-width: 1000px) {
  .grid-module .sm-span-1 {
    width: 8.3333333333%; }
  .grid-module .sm-span-2 {
    width: 16.6666666667%; }
  .grid-module .sm-span-3 {
    width: 25%; }
  .grid-module .sm-span-4 {
    width: 33.3333333333%; }
  .grid-module .sm-span-5 {
    width: 41.6666666667%; }
  .grid-module .sm-span-6 {
    width: 50%; }
  .grid-module .sm-span-7 {
    width: 58.3333333333%; }
  .grid-module .sm-span-8 {
    width: 66.6666666667%; }
  .grid-module .sm-span-9 {
    width: 75%; }
  .grid-module .sm-span-10 {
    width: 83.3333333333%; }
  .grid-module .sm-span-11 {
    width: 91.6666666667%; }
  .grid-module .sm-span-12 {
    width: 100%; }
  .grid-module .col.sm-span-12 {
    padding-top: 2.5%; }
    .grid-module .col.sm-span-12:first-of-type {
      padding-top: 0; }
  .grid-module .col.sm-no-padding {
    padding: 0; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .grid1x2 .images-wrapper {
    float: left;
    width: 48.10%; }
    .grid1x2 .images-wrapper:after {
      position: absolute;
      content: ' ';
      width: 0px;
      height: 0px;
      right: 0;
      top: 30px;
      border-width: 14px 13px;
      border-style: solid;
      border-color: transparent #fff transparent transparent; }
  .grid1x2 .content-wrapper {
    width: 51.90%;
    float: left; }

  .sm-grid3x1 .images-wrapper {
    width: 48.10%;
    float: left; }
    .sm-grid3x1 .images-wrapper:after {
      position: absolute;
      content: ' ';
      width: 0px;
      height: 0px;
      right: 0;
      top: 30px;
      border-width: 14px 13px;
      border-style: solid;
      border-color: transparent #fff transparent transparent; }

  .grid-module .pad-span-1 {
    width: 8.3333333333%; }
  .grid-module .pad-span-2 {
    width: 16.6666666667%; }
  .grid-module .pad-span-3 {
    width: 25%; }
  .grid-module .pad-span-4 {
    width: 33.3333333333%; }
  .grid-module .pad-span-5 {
    width: 41.6666666667%; }
  .grid-module .pad-span-6 {
    width: 50%; }
  .grid-module .pad-span-7 {
    width: 58.3333333333%; }
  .grid-module .pad-span-8 {
    width: 66.6666666667%; }
  .grid-module .pad-span-9 {
    width: 75%; }
  .grid-module .pad-span-10 {
    width: 83.3333333333%; }
  .grid-module .pad-span-11 {
    width: 91.6666666667%; }
  .grid-module .pad-span-12 {
    width: 100%; }
  .grid-module .col.sm-span-6:nth-child(odd) {
    padding: 1.5% 1.5% 1.5% 3%; }
  .grid-module .col.sm-span-6:nth-child(even) {
    padding: 1.5% 3% 1.5% 1.5%; }
  .grid-module .col.sm-span-12 {
    padding: 1.5% 3% 1.5% 3%; } }
@media (min-width: 320px) and (max-width: 600px) {
  .grid-module .xs-span-1 {
    width: 8.3333333333%; }
  .grid-module .xs-span-2 {
    width: 16.6666666667%; }
  .grid-module .xs-span-3 {
    width: 25%; }
  .grid-module .xs-span-4 {
    width: 33.3333333333%; }
  .grid-module .xs-span-5 {
    width: 41.6666666667%; }
  .grid-module .xs-span-6 {
    width: 50%; }
  .grid-module .xs-span-7 {
    width: 58.3333333333%; }
  .grid-module .xs-span-8 {
    width: 66.6666666667%; }
  .grid-module .xs-span-9 {
    width: 75%; }
  .grid-module .xs-span-10 {
    width: 83.3333333333%; }
  .grid-module .xs-span-11 {
    width: 91.6666666667%; }
  .grid-module .xs-span-12 {
    width: 100%; }
  .grid-module .col.sm-span-12, .grid-module .col.xs-span-12 {
    padding: 2.5% 5% 2.5% 5%; } }
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

img {
  max-width: 100%; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block; }

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 1201px) {
    .container {
      width: auto;
      max-width: 1200px; } }
  @media (min-width: 1001px) and (max-width: 1200px) {
    .container {
      width: auto;
      max-width: 950px; } }
  @media (min-width: 601px) and (max-width: 1000px) {
    .container {
      width: auto;
      max-width: 100%;
      padding: 0 30px; } }
  @media (min-width: 320px) and (max-width: 600px) {
    .container {
      width: auto;
      max-width: 100%;
      padding: 0 5%; } }

/*.header {
  @include respondto(lg){
    height:$header-height-lg;
  }

  @include respondto(md){
    height:$header-height-md;
  }

  @include respondto(sm){
    height:$header-height-sm;
  }

  @include respondto(xs){
    height:$header-height-xs;
  }
}*/
/*.grey{
  background-color:$bg-grey-color !important;
}*/
.light-grey {
  background-color: #F7F8FA !important; }

.bd-bottom-normal {
  border-bottom: 1px solid #DDE8F6; }

.bd-top-normal {
  border-top: 1px solid #DDE8F6; }

.bd-bottom,
.bd-top {
  position: relative; }

.bd-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #DDE8F6;
  -webkit-transform: scaleY(0.5);
  -webkit-transform-origin: 0 0; }

.bd-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #DDE8F6;
  -webkit-transform: scaleY(0.5);
  -webkit-transform-origin: 0 0; }

.mg-top-10 {
  margin-top: 10px; }

.mg-bottom-10 {
  margin-bottom: 10px; }

.mg-top-20 {
  margin-top: 20px; }

.mg-bottom-20 {
  margin-bottom: 20px; }

.mg-top-30 {
  margin-top: 30px; }

.mg-bottom-30 {
  margin-bottom: 30px; }

.mg-top-40 {
  margin-top: 40px; }

.mg-bottom-40 {
  margin-bottom: 40px; }

.inline-text-btn {
  color: #333;
  font-size: 14px;
  line-height: 100%;
  background-color: #F7F8FA;
  padding: 8px 10px;
  margin: 8px 5px;
  border-radius: 3px;
  display: inline-block; }
  .inline-text-btn:hover {
    background-color: #EDF0F6; }

.inline-text-btn.active {
  background-color: #0D5EE0;
  color: #fff; }

.loading {
  width: 80px;
  height: 8px;
  padding: 6px 0px;
  margin: 0px auto 0px;
  visibility: hidden; }

.loading.show {
  visibility: visible; }

.loading span {
  display: inline-block;
  width: 8px;
  height: 100%;
  margin-right: 5px;
  background: #0D5EE0;
  -webkit-transform-origin: right bottom;
  -webkit-animation: load 1s ease infinite; }

.loading span:last-child {
  margin-right: 0; }

@-webkit-keyframes load {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg); } }
.loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s; }

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s; }

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s; }

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s; }

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s; }

a {
  text-decoration: none; }

.max-header .top {
  height: 82px; }
  .max-header .top .logo {
    margin-top: 18px;
    float: left;
    width: 178px;
    height: 46px;
    background: url(../images/logo.png) center center no-repeat; }
  .max-header .top .core-idea {
    margin-top: 16px;
    float: left;
    width: 210px;
    height: 46px;
    background: url(../images/core_idea.png) center center no-repeat; }
  .max-header .top .right {
    float: right; }
  .max-header .top .right .search {
    margin-top: 24px;
    float: left;
    border: 1px solid #CDD2D7; }
  .max-header .top .right .search input {
    width: 215px;
    padding-left: 10px;
    float: left;
    line-height: 32px;
    font-size: 14px; }
  .max-header .top .right .search .search-btn {
    float: left;
    height: 32px;
    width: 32px;
    background: url(../images/search.png) center center no-repeat;
    cursor: pointer; }
  .max-header .top .right .login {
    margin-left: 60px;
    float: left;
    background-color: #435EEB;
    height: 82px;
    width: 140px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 82px; }
.max-header .bottom {
  height: 64px; }
  .max-header .bottom .nav {
    position: relative; }
    .max-header .bottom .nav .pop-layer {
      z-index: 10;
      position: absolute;
      top: 64px;
      width: 100%;
      box-sizing: border-box;
      background-color: #FFFFFF;
      background-color: rgba(247, 248, 250, 0.95);
      padding: 40px 50px 0 50px; }
      .max-header .bottom .nav .pop-layer .menu > ul > li {
        float: left;
        margin-bottom: 36px;
        margin-right: 64px; }
      .max-header .bottom .nav .pop-layer .menu > ul > li > a {
        border-left: 3px solid #FF9000;
        line-height: 18px;
        color: #333;
        font-weight: bold;
        padding-left: 10px;
        font-size: 16px; }
      .max-header .bottom .nav .pop-layer .sub-menu li {
        float: left;
        margin-right: 30px;
        margin-top: 18px; }
        .max-header .bottom .nav .pop-layer .sub-menu li a {
          font-size: 14px;
          color: #777777; }
  .max-header .bottom .nav > ul > li {
    width: 14%;
    float: left;
    line-height: 64px; }
    .max-header .bottom .nav > ul > li a {
      display: block;
      position: relative;
      color: #333333;
      font-size: 18px;
      text-align: center; }
      .max-header .bottom .nav > ul > li a .arrow-down {
        top: 26px;
        left: 77%;
        width: 13px;
        height: 13px;
        display: block;
        position: absolute;
        background: url(../images/arrow_up.png) center center no-repeat; }
      .max-header .bottom .nav > ul > li a:hover {
        color: #0D5EE0; }
    .max-header .bottom .nav > ul > li:nth-child(2) a .arrow-down {
      left: 84%; }
    .max-header .bottom .nav > ul > li.active a {
      color: #0D5EE0; }

.min-header {
  display: none;
  height: 60px; }
  .min-header .nav {
    position: relative;
    float: left; }
    .min-header .nav .nav-btn {
      float: left;
      width: 60px;
      height: 60px;
      background: url(../images/nav_btn.png) center center no-repeat;
      background-size: auto 25px; }
    .min-header .nav .menu {
      border: 1px solid #DDE8F6;
      position: absolute;
      top: 60px;
      width: 141px;
      background-color: #F7F8FA; }
      .min-header .nav .menu .sub-menu {
        display: none;
        position: absolute;
        top: -1px;
        width: 140px;
        left: 140px;
        background-color: #DDE8F6;
        border: 1px solid #DDE8F6; }
        .min-header .nav .menu .sub-menu li {
          height: 45px;
          line-height: 45px; }
          .min-header .nav .menu .sub-menu li a {
            font-size: 14px;
            color: #333; }
            .min-header .nav .menu .sub-menu li a:hover {
              color: #0D5EE0; }
    .min-header .nav .menu > ul > li {
      height: 45px;
      line-height: 45px; }
      .min-header .nav .menu > ul > li a {
        color: #333;
        display: block;
        padding-left: 15px;
        font-size: 14px; }
    .min-header .nav .menu > ul > li.current {
      background: #EFEFEF; }
    .min-header .nav .menu > ul > li.current > a {
      color: #0D5EE0; }
    .min-header .nav .menu > ul > li.arrow-right > a {
      background: url(../images/arrow_right.png) right 10px center no-repeat;
      background-size: 16px auto;
      font-size: 14px; }
  .min-header .logo {
    display: block;
    float: none;
    width: 110px;
    height: 60px;
    background: url(../images/logo_min.png) center center no-repeat;
    background-size: 100% auto;
    margin: 0 auto; }
  .min-header .login {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    margin: 13px 15px 0 0;
    float: right;
    color: #FFFFFF;
    background-color: #0D5EE0;
    font-size: 12px; }
  @media (min-width: 320px) and (max-width: 600px) {
    .min-header .login {
      display: none; } }
  @media (min-width: 320px) and (max-width: 374px) {
    .min-header .login {
      display: none; } }

.banner .title {
  padding-top: 60px;
  font-size: 26px;
  color: #FFFFFF;
  text-align: left; }

.banner-index {
  background: url(../img/banner_bank.jpg) center center no-repeat;
  height: 544px;
  background-size: auto 100%; }

.banner {
  background: url(../img/banner_pc.png) center center no-repeat;
  height: 230px;
  background-size: auto 100%; }

@media (min-width: 1201px) {
  .max-header {
    display: block; }

  .min-header {
    display: none; }

  .banner-index {
    background: url(../img/banner_bank.jpg) center center no-repeat;
    height: 544px;
    background-size: auto 100%; }

  .banner {
    background: url(../img/banner_pc.png) center center no-repeat;
    height: 230px;
    background-size: auto 100%; } }
@media (min-width: 1001px) and (max-width: 1200px) {
  .max-header {
    display: block; }

  .min-header {
    display: none; }

  .banner-index {
    background: url(../img/banner_bank.jpg) center center no-repeat;
    height: 544px;
    background-size: auto 100%; }

  .banner {
    background: url(../img/banner_pc.png) center center no-repeat;
    height: 230px;
    background-size: auto 100%; } }
@media (min-width: 1001px) and (max-width: 1200px) {
  .banner-index {
    background: url(../img/banner_bank.jpg) center center no-repeat;
    height: 350px;
    background-size: auto 100%; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .min-header {
    display: block; }

  .max-header {
    display: none; }

  .banner-index {
    height: 30vw;
    background: url(../img/banner_bank.jpg) center center no-repeat;
    background-size: auto 100%; }

  .banner {
    height: 27vw;
    background: url(../img/banner_m.png) center center no-repeat;
    background-size: auto 100%; }
    .banner .title {
      padding-top: 20px; } }
@media (min-width: 320px) and (max-width: 600px) {
  .min-header {
    display: block; }

  .max-header {
    display: none; }

  .banner-index {
    height: 30vw;
    background: url(../img/banner_bank.jpg) center center no-repeat;
    background-size: auto 100%; }

  .banner {
    height: 27vw;
    background: url(../img/banner_m.png) center center no-repeat;
    background-size: auto 100%; }
    .banner .title {
      padding-top: 20px; } }
@media (min-width: 320px) and (max-width: 374px) {
  .min-header {
    display: block; }

  .max-header {
    display: none; }

  .banner-index {
    height: 30vw;
    background: url(../img/banner_bank.jpg) center center no-repeat;
    background-size: auto 100%; }

  .banner {
    height: 27vw;
    background: url(../img/banner_m.png) center center no-repeat;
    background-size: auto 100%; }
    .banner .title {
      padding-top: 20px; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .banner {
    background: url(../img/banner_pad.png) center center no-repeat;
    height: 200px;
    background-size: auto 100%; }
    .banner .title {
      padding-top: 40px; } }
.footer {
  padding: 30px 0;
  background-color: #2C2D2E; }
  .footer .max-footer {
    display: none; }
    .footer .max-footer .contact-us {
      float: left;
      width: 30%; }
      .footer .max-footer .contact-us .logo img {
        width: 85%; }
      .footer .max-footer .contact-us .contact-information {
        margin-top: 35px; }
        .footer .max-footer .contact-us .contact-information ul li {
          background: url(../images/icon_footer_1.png) left center no-repeat;
          background-size: 20px auto;
          padding-left: 30px;
          margin-bottom: 10px;
          line-height: 20px;
          font-size: 14px;
          color: #AAAAAA; }
          .footer .max-footer .contact-us .contact-information ul li a {
            font-size: 14px;
            color: #DDE8F6; }
          .footer .max-footer .contact-us .contact-information ul li:hover {
            transition: all .10s ease-out;
            -webkit-transition: all .10s ease-out; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(2) {
            background: url(../images/icon_footer_2.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(2):hover {
            background: url(../images/icon_footer_2_active.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(3) {
            background: url(../images/icon_footer_3.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(3):hover {
            background: url(../images/icon_footer_3_active.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(4) {
            background: url(../images/icon_footer_4.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(5) {
            background: url(../images/icon_footer_5.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:hover a {
            color: #00AEFF;
            transition: all .10s ease-out;
            -webkit-transition: all .10s ease-out; }
    .footer .max-footer .copyright {
      float: left;
      width: 70%;
      margin-top: 93px; }
      .footer .max-footer .copyright .copyright-share {
        float: right; }
        .footer .max-footer .copyright .copyright-share p {
          color: #AAAAAA;
          font-size: 14px;
          line-height: 32px; }
        .footer .max-footer .copyright .copyright-share .share {
          margin-top: 5px; }
          .footer .max-footer .copyright .copyright-share .share .select-link {
            float: left;
            margin-right: 18px; }
            .footer .max-footer .copyright .copyright-share .share .select-link select {
              width: 138px;
              height: 26px;
              border: none; }
          .footer .max-footer .copyright .copyright-share .share .share-btn {
            line-height: 26px;
            float: left;
            border: 1px solid #00AEFF;
            color: #00AEFF;
            width: 83px;
            text-align: center; }
      .footer .max-footer .copyright .qrcode {
        display: none;
        float: right;
        margin-top: 21px;
        margin-left: 55px; }
        .footer .max-footer .copyright .qrcode p {
          color: #FFFFFF;
          font-size: 14px; }
      @media (min-width: 1201px) {
        .footer .max-footer .copyright .qrcode {
          display: block; } }
      @media (min-width: 1001px) and (max-width: 1200px) {
        .footer .max-footer .copyright .qrcode {
          display: block; } }
  .footer .min-footer {
    display: none; }
    .footer .min-footer .contact-us .logo img {
      width: 70%; }
    .footer .min-footer .contact-us .contact-information {
      margin-top: 18px; }
      .footer .min-footer .contact-us .contact-information ul li {
        background: url(../images/icon_footer_1.png) left center no-repeat;
        background-size: 20px auto;
        padding-left: 30px;
        margin-bottom: 3px;
        line-height: 20px;
        font-size: 12px;
        color: #AAAAAA; }
        .footer .min-footer .contact-us .contact-information ul li a {
          font-size: 12px;
          color: #DDE8F6; }
        .footer .min-footer .contact-us .contact-information ul li:hover {
          transition: all .10s ease-out;
          -webkit-transition: all .10s ease-out; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(2) {
          background: url(../images/icon_footer_2.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(2):hover {
          background: url(../images/icon_footer_2_active.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(3) {
          background: url(../images/icon_footer_3.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(3):hover {
          background: url(../images/icon_footer_3_active.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(4) {
          background: url(../images/icon_footer_4.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(5) {
          background: url(../images/icon_footer_5.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:hover a {
          color: #00AEFF;
          transition: all .10s ease-out;
          -webkit-transition: all .10s ease-out; }
    .footer .min-footer .copyright .copyright-share p {
      color: #AAAAAA;
      font-size: 12px;
      line-height: 25px; }
    .footer .min-footer .copyright .copyright-share .share {
      margin-top: 5px; }
      .footer .min-footer .copyright .copyright-share .share .select-link select {
        float: left;
        width: 100%;
        height: 26px;
        border: none;
        margin: 10px 0 0 0; }
      .footer .min-footer .copyright .copyright-share .share .share-btn {
        margin-top: 10px;
        line-height: 26px;
        float: left;
        border: 1px solid #00AEFF;
        color: #00AEFF;
        width: 99.5%;
        text-align: center; }

@media (min-width: 1201px) {
  .footer .max-footer {
    display: block; } }
@media (min-width: 1001px) and (max-width: 1200px) {
  .footer .max-footer {
    display: block; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .footer .max-footer {
    display: block; } }
@media (min-width: 320px) and (max-width: 600px) {
  .footer .min-footer {
    display: block; } }
@media (min-width: 320px) and (max-width: 374px) {
  .footer .min-footer {
    display: block; } }
.location {
  display: none; }

@media (min-width: 1201px) {
  .location {
    display: block;
    height: 60px;
    line-height: 60px; }
    .location a {
      color: #666666;
      font-size: 14px; }
      .location a.current {
        color: #0D5EE0; } }
@media (min-width: 1001px) and (max-width: 1200px) {
  .location {
    display: block;
    height: 60px;
    line-height: 60px; }
    .location a {
      color: #666666;
      font-size: 14px; }
      .location a.current {
        color: #0D5EE0; } }
.title {
  text-align: center; }
  .title h1 {
    font-weight: normal; }
    .title h1 .text {
      margin: 0 0 15px 0;
      display: block;
      font-size: 28px; }
    .title h1 .line {
      width: 70px;
      border: 2px solid #DDE8F6;
      display: inline-block; }
  .title h2 {
    border-bottom: 1px solid #DDE8F6;
    font-weight: normal;
    margin-bottom: 10px; }
    .title h2 .text {
      margin: 30px 0 -2px 0;
      padding-bottom: 10px;
      display: inline-block;
      font-size: 20px;
      border-bottom: 3px solid #0D5EE0; }
  .title h3 {
    height: 18px;
    padding-left: 15px;
    border-left: 4px solid #0D5EE0;
    font-weight: normal; }
    .title h3 .text {
      line-height: 18px;
      text-align: left;
      color: #000000;
      font-size: 18px; }
  .title h4 {
    margin-bottom: 18px;
    font-weight: normal; }
    .title h4 .text {
      line-height: 28px;
      text-align: left;
      color: #000000;
      font-size: 22px; }
  .title .more {
    color: #0D5EE0;
    font-size: 14px; }

.introduction p {
  font-size: 14px;
  color: #333333;
  line-height: 28px; }
.introduction img {
  width: 100%; }

.introduction .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.metro-1 .item {
  margin-top: 20px; }
  .metro-1 .item .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto; }
    .metro-1 .item .icon img {
      width: 100%;
      border-radius: 120px; }
  .metro-1 .item .text {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    text-align: center; }
  .metro-1 .item p {
    margin-top: 10px;
    font-size: 16px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: center; }

.metro-2 .item {
  border: 1px solid #DDE8F6;
  text-align: center;
  padding: 20px 0;
  cursor: pointer; }
  .metro-2 .item .name {
    color: #333;
    font-size: 18px; }
  .metro-2 .item .date {
    color: #777777;
    font-size: 14px; }
  .metro-2 .item:hover {
    background-image: linear-gradient(-44deg, #573DEA 0%, #0CB2ED 100%); }
  .metro-2 .item:hover .name {
    color: #FFFFFF; }
  .metro-2 .item:hover .date {
    color: #FFFFFF; }

.metro-3 .item .box {
  cursor: pointer;
  display: block;
  margin: 2% 3% 0 3%;
  padding: 8% 8%;
  border: 1px solid #DDE8F6; }
  .metro-3 .item .box .index {
    width: 60px;
    height: 60px;
    color: #FF9000;
    border: 1px solid #FF9000;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 26px; }
  .metro-3 .item .box .name {
    margin-top: 10%;
    font-size: 18px;
    height: 29px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; }
  .metro-3 .item .box .line {
    margin-top: 7%;
    display: block;
    border-bottom: 1px solid #777777;
    width: 40px; }
  .metro-3 .item .box p {
    margin-top: 10%;
    color: #777777;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 60px;
    overflow: hidden; }

@media (min-width: 1201px) and (min-width: 1201px) {
  .metro-4 .row .col:hover {
    transition: all 0.10s ease-out;
    -webkit-transition: all 0.10s ease-out;
    box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
    border: none;
    background-color: #FFFFFF; } }
@media (min-width: 1201px) and (min-width: 1001px) and (max-width: 1200px) {
  .metro-4 .row .col:hover {
    transition: all 0.10s ease-out;
    -webkit-transition: all 0.10s ease-out;
    box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
    border: none;
    background-color: #FFFFFF; } }
@media (min-width: 1201px) {
  .metro-4 .row .col:nth-child(1) {
    border-right: 1px solid #DDE8F6;
    border-bottom: 1px solid #DDE8F6; }
  .metro-4 .row .col:nth-child(2) {
    border-bottom: 1px solid #DDE8F6; }
  .metro-4 .row:nth-child(3) .col {
    border-bottom: none; } }
@media (min-width: 1001px) and (max-width: 1200px) and (min-width: 1201px) {
  .metro-4 .row .col:hover {
    transition: all 0.10s ease-out;
    -webkit-transition: all 0.10s ease-out;
    box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
    border: none;
    background-color: #FFFFFF; } }
@media (min-width: 1001px) and (max-width: 1200px) and (min-width: 1001px) and (max-width: 1200px) {
  .metro-4 .row .col:hover {
    transition: all 0.10s ease-out;
    -webkit-transition: all 0.10s ease-out;
    box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
    border: none;
    background-color: #FFFFFF; } }
@media (min-width: 1001px) and (max-width: 1200px) {
  .metro-4 .row .col:nth-child(1) {
    border-right: 1px solid #DDE8F6;
    border-bottom: 1px solid #DDE8F6; }
  .metro-4 .row .col:nth-child(2) {
    border-bottom: 1px solid #DDE8F6; }
  .metro-4 .row:nth-child(3) .col {
    border-bottom: none; } }
@media (min-width: 601px) and (max-width: 1000px) and (min-width: 1201px) {
  .metro-4 .row .col:hover {
    transition: all 0.10s ease-out;
    -webkit-transition: all 0.10s ease-out;
    box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
    border: none;
    background-color: #FFFFFF; } }
@media (min-width: 601px) and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1200px) {
  .metro-4 .row .col:hover {
    transition: all 0.10s ease-out;
    -webkit-transition: all 0.10s ease-out;
    box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
    border: none;
    background-color: #FFFFFF; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .metro-4 .row .col:nth-child(1) {
    border-right: 1px solid #DDE8F6;
    border-bottom: 1px solid #DDE8F6; }
  .metro-4 .row .col:nth-child(2) {
    border-bottom: 1px solid #DDE8F6; }
  .metro-4 .row:nth-child(3) .col {
    border-bottom: none; } }
@media (min-width: 320px) and (max-width: 600px) {
  .metro-4 .row .col {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE8F6; } }
@media (min-width: 320px) and (max-width: 374px) {
  .metro-4 .row .col {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE8F6; } }
.metro-4 .row .item .box {
  margin: 10px 20px;
  display: block; }
  .metro-4 .row .item .box .icon {
    width: 120px;
    height: 120px;
    margin: 20px auto; }
    .metro-4 .row .item .box .icon img {
      width: 100%;
      border-radius: 120px; }
  .metro-4 .row .item .box .text {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    text-align: center; }
  .metro-4 .row .item .box p {
    margin-top: 10px;
    font-size: 16px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: center;
    height: 72px; }

@media (min-width: 1201px) {
  .champion {
    background: url(../images/champion_bg.png) left top 60px no-repeat;
    background-size: auto 100%; } }
@media (min-width: 1001px) and (max-width: 1200px) {
  .champion {
    background: url(../images/champion_bg.png) left top 60px no-repeat;
    background-size: auto 100%; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .champion {
    background: url(../images/champion_bg.png) left top 60px no-repeat;
    background-size: auto 100%; } }
@media (min-width: 320px) and (max-width: 600px) {
  .champion {
    background: url(../images/champion_bg.png) left top 18px no-repeat;
    background-size: auto 100%; } }
@media (min-width: 320px) and (max-width: 374px) {
  .champion {
    background: url(../images/champion_bg.png) left top 18px no-repeat;
    background-size: auto 100%; } }

.grid-module.metro-classic-case .col {
  padding: 2%; }
  @media (min-width: 1201px) {
    .grid-module.metro-classic-case .col {
      padding: 0.5%; } }
  @media (min-width: 1001px) and (max-width: 1200px) {
    .grid-module.metro-classic-case .col {
      padding: 0.5%; } }
  @media (min-width: 601px) and (max-width: 1000px) {
    .grid-module.metro-classic-case .col {
      padding: 0.5%; } }

.metro-classic-case .item {
  padding-bottom: 10px; }
  @media (min-width: 320px) and (max-width: 600px) {
    .metro-classic-case .item {
      padding-bottom: 0px;
      margin-top: -5px; } }
  @media (min-width: 320px) and (max-width: 374px) {
    .metro-classic-case .item {
      padding-bottom: 0px;
      margin-top: -5px; } }
  .metro-classic-case .item .box {
    cursor: pointer;
    display: block;
    background-color: #FFFFFF;
    margin: 2%;
    border: 1px solid #DDE8F6; }
    @media (min-width: 320px) and (max-width: 600px) {
      .metro-classic-case .item .box {
        margin: 0 2%; } }
    @media (min-width: 320px) and (max-width: 374px) {
      .metro-classic-case .item .box {
        margin: 0 2%; } }
    @media (min-width: 1201px) {
      .metro-classic-case .item .box {
        margin-top: 2px; } }
    @media (min-width: 1001px) and (max-width: 1200px) {
      .metro-classic-case .item .box {
        margin-top: 2px; } }
    @media (min-width: 601px) and (max-width: 1000px) {
      .metro-classic-case .item .box {
        margin-top: 2px; } }
    @media (min-width: 1201px) {
      .metro-classic-case .item .box {
        margin: 1%; }
        .metro-classic-case .item .box:hover {
          transition: all 0.10s ease-out;
          -webkit-transition: all 0.10s ease-out;
          margin: 0;
          box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18); } }
    @media (min-width: 1001px) and (max-width: 1200px) {
      .metro-classic-case .item .box {
        margin: 1%; }
        .metro-classic-case .item .box:hover {
          transition: all 0.10s ease-out;
          -webkit-transition: all 0.10s ease-out;
          margin: 0;
          box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18); } }
    .metro-classic-case .item .box .icon {
      display: table;
      width: 100%; }
      .metro-classic-case .item .box .icon .icon-table-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 13% 6%;
        margin: 0 auto;
        height: 120px;
        text-align: center; }
        @media (min-width: 320px) and (max-width: 600px) {
          .metro-classic-case .item .box .icon .icon-table-cell {
            padding: 5% 6%; } }
        @media (min-width: 320px) and (max-width: 374px) {
          .metro-classic-case .item .box .icon .icon-table-cell {
            padding: 5% 6%; } }
        .metro-classic-case .item .box .icon .icon-table-cell img {
          max-width: 100%;
          max-height: 100%; }
    .metro-classic-case .item .box .text {
      border-top: 1px solid #DDE8F6;
      text-align: left;
      font-size: 18px;
      color: #000000;
      padding: 4% 5% 1% 5%; }
    .metro-classic-case .item .box p {
      color: #777777;
      font-size: 14px;
      margin: 0 5% 4% 5%;
      line-height: 20px;
      height: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden; }
  .metro-classic-case .item .line {
    display: block;
    margin: 0 auto;
    width: 25%; }
    .metro-classic-case .item .line.yellow {
      border-bottom: 4px solid #FF9000; }
    .metro-classic-case .item .line.blue {
      border-bottom: 4px solid #0D5EE0; }

.metro-address .item .box {
  border-right: 1px solid #DDE8F6;
  padding-right: 30px; }
.metro-address .item .box1 {
  padding-left: 30px; }
@media (min-width: 320px) and (max-width: 600px) {
  .metro-address .item .box {
    border: none;
    border-bottom: 1px solid #DDE8F6;
    padding-right: 0px;
    padding-bottom: 15px; }
  .metro-address .item .box1 {
    border: none;
    border-bottom: 1px solid #DDE8F6;
    padding-bottom: 15px;
    padding-left: 0px; } }
@media (min-width: 320px) and (max-width: 374px) {
  .metro-address .item .box {
    border: none;
    border-bottom: 1px solid #DDE8F6;
    padding-right: 0px;
    padding-bottom: 15px; }
  .metro-address .item .box1 {
    border: none;
    border-bottom: 1px solid #DDE8F6;
    padding-bottom: 15px;
    padding-left: 0px; } }
.metro-address .item .city {
  font-size: 18px;
  line-height: 25px; }
  .metro-address .item .city i {
    border: 1px solid #0D5EE0;
    color: #0D5EE0;
    border-radius: 2px;
    width: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 10px; }
.metro-address .item .contact-us {
  margin-top: 20px; }
  .metro-address .item .contact-us ul li {
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    margin: 2px 0;
    padding-left: 30px; }
    .metro-address .item .contact-us ul li:nth-child(1) {
      background: url(../images/icon_contact_us_1.png) left top 3px no-repeat;
      background-size: 20px auto; }
    .metro-address .item .contact-us ul li:nth-child(2) {
      background: url(../images/icon_contact_us_2.png) left top 3px no-repeat;
      background-size: 20px auto; }
    .metro-address .item .contact-us ul li:nth-child(3) {
      background: url(../images/icon_contact_us_3.png) left top 3px no-repeat;
      background-size: 20px auto; }
    .metro-address .item .contact-us ul li:nth-child(4) {
      background: url(../images/icon_contact_us_4.png) left top 3px no-repeat;
      background-size: 20px auto; }

.metro-input input {
  background-color: #FFFFFF;
  border: 1px solid #DDE8F6;
  line-height: 45px;
  height: 45px;
  width: 100%;
  padding-left: 15px;
  font-size: 16px;
  color: #AAAAAA;
  box-sizing: border-box; }
.metro-input textarea {
  background-color: #FFFFFF;
  border: 1px solid #DDE8F6;
  line-height: 25px;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #AAAAAA;
  box-sizing: border-box;
  height: 170px; }
.metro-input .row input {
  margin-bottom: 12px; }

@media (min-width: 1201px) {
  .news .item {
    margin: 0 5% 0 5%; } }
@media (min-width: 1001px) and (max-width: 1200px) {
  .news .item {
    margin: 0 5% 0 5%; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .news .item {
    margin: 0 5% 0 5%; } }
.news .item .title {
  overflow: hidden; }
  .news .item .title .index {
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    font-family: "Arial-Black";
    float: left;
    margin-right: 15px;
    color: #0D5EE0; }
  .news .item .title .text {
    line-height: 25px;
    color: #333;
    font-size: 18px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left; }
.news .item .date {
  color: #777777;
  font-size: 14px;
  padding: 12px 0; }
.news .item .description {
  color: #777777;
  font-size: 14px;
  padding: 2px 0 14px 0;
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
.news .item:hover .title .text {
  color: #0D5EE0; }

.ipo .detail {
  display: block;
  border: 1px solid #0D5EE0;
  width: 220px;
  height: 55px;
  line-height: 55px;
  color: #0D5EE0;
  margin: 65px auto;
  text-align: center;
  font-size: 16px; }

.honor .item {
  padding-top: 10px; }
  .honor .item .icon {
    text-align: center; }
    .honor .item .icon img {
      width: 35%; }
  .honor .item .text {
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    margin-top: 18px; }

.qrcode-bank {
  background: url(../images/bg_qrcode.png) center center no-repeat;
  background-size: auto 100%;
  padding: 50px 0;
  margin-top: 25px;
  text-align: center; }
  .qrcode-bank p {
    color: #FFFFFF;
    line-height: 26px;
    font-size: 18px; }

.service {
  position: relative;
  display: block;
  background: url(../images/bg_service.png) center center no-repeat; }
  .service .img {
    text-align: center; }
  .service .duration-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1375px;
    text-align: center; }
    .service .duration-container .duration {
      width: 80%;
      margin: 0 auto;
      overflow: hidden; }
      .service .duration-container .duration .item {
        float: left;
        width: 25%;
        text-align: center;
        font-size: 22px;
        color: #98D5F8;
        cursor: pointer; }
        .service .duration-container .duration .item:hover {
          color: #FFFFFF; }

@media (min-width: 320px) and (max-width: 600px) {
  .service {
    display: none; } }
@media (min-width: 320px) and (max-width: 374px) {
  .service {
    display: none; } }
.contact-us-wrapper .btn {
  padding: 20px 0px;
  text-align: center; }

.contact-us-wrapper .btn button {
  font-size: 18px;
  display: inline-block;
  width: 130px;
  line-height: 45px;
  background-color: #0D5EE0;
  border-radius: 4px;
  color: #FFFFFF; }

.eg .bd-normal {
  border: 1px solid #DDE8F6; }
.eg .level1 .inline-text-btn {
  margin: 10px 10px; }
.eg .level2 {
  max-height: 92px;
  overflow: hidden; }
.eg .arrow-line {
  display: block;
  cursor: pointer; }
.eg .arrow-flag {
  display: none;
  cursor: pointer; }
  .eg .arrow-flag .arrow {
    cursor: pointer; }
.eg .arrow-flag:checked + .level2 {
  max-height: none; }
.eg .eg-items .col {
  padding: 10px;
  box-sizing: border-box; }
  @media (min-width: 1201px) {
    .eg .eg-items .col {
      width: 16%;
      height: 242px; } }
  @media (min-width: 1001px) and (max-width: 1200px) {
    .eg .eg-items .col {
      width: 25%;
      height: 240px; } }
  @media (min-width: 601px) and (max-width: 1000px) {
    .eg .eg-items .col {
      width: 33.33%;
      height: 230px; } }
  @media (min-width: 320px) and (max-width: 600px) {
    .eg .eg-items .col {
      width: 50%;
      height: 220px; } }
  .eg .eg-items .col .item {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 15px;
    border: 1px solid #DDE8F6;
    box-sizing: border-box;
    position: relative; }
    @media (min-width: 1201px) {
      .eg .eg-items .col .item:hover {
        transition: all 0.10s ease-out;
        -webkit-transition: all 0.10s ease-out;
        margin: 0;
        box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18); } }
    @media (min-width: 1001px) and (max-width: 1200px) {
      .eg .eg-items .col .item:hover {
        transition: all 0.10s ease-out;
        -webkit-transition: all 0.10s ease-out;
        margin: 0;
        box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18); } }
    .eg .eg-items .col .item .box {
      cursor: pointer;
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px 0px;
      box-sizing: border-box;
      position: relative; }
      .eg .eg-items .col .item .box .item-title {
        font-size: 20px;
        line-height: 100%;
        padding-bottom: 5px;
        color: #333;
        display: block;
        font-weight: normal;
        max-width: 100%; }
        @media (min-width: 320px) and (max-width: 600px) {
          .eg .eg-items .col .item .box .item-title {
            font-size: 16px; } }
      .eg .eg-items .col .item .box .item-code {
        font-size: 14px;
        line-height: 100%;
        padding-bottom: 10px;
        color: #777777;
        display: inline-block;
        font-weight: normal;
        width: 50px;
        border-bottom: 3px solid #FF9000; }
      .eg .eg-items .col .item .box .about {
        bottom: 0px;
        width: 100%;
        padding: 5px;
        display: block;
        text-align: center;
        border-radius: 3px;
        box-sizing: border-box;
        color: #0D5EE0;
        background-color: #EDF0F6;
        position: absolute;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .eg .eg-items .col .item .box ul li {
        line-height: 180%;
        font-size: 16px; }
    .eg .eg-items .col .item .tag {
      right: -1px;
      top: 21px;
      color: #fff;
      max-width: 4em;
      font-size: 12px;
      line-height: 100%;
      display: inline-block;
      padding: 6px 6px 6px 10px;
      border-radius: 14px 0px 0px 14px;
      background-color: #00B0FF;
      position: absolute;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
.eg .icon {
  position: relative;
  display: inline-block; }
.eg .icon:after {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 1px solid #0D5EE0;
  border-bottom: 1px solid #0D5EE0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg); }
.eg .arrow-flag:checked ~ .arrow-line .icon:after {
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  /* IE 9 */
  -moz-transform: rotate(-135deg);
  /* Firefox */
  -webkit-transform: rotate(-135deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-135deg); }

.honor .honors {
  padding-top: 20px;
  position: relative; }
  .honor .honors:before {
    content: " ";
    width: 32px;
    height: 32px;
    top: -4px;
    left: 46px;
    background-image: url(../images/icon-arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute; }
  .honor .honors:after {
    content: " ";
    width: 4px;
    height: 100%;
    top: 0;
    left: 60px;
    display: inline-block;
    background-color: #DDE8F6;
    position: absolute;
    z-index: 1; }
  .honor .honors .year-list {
    position: relative;
    overflow: hidden;
    z-index: 10; }
    .honor .honors .year-list .y-left {
      display: block;
      width: 70px;
      float: left; }
      .honor .honors .year-list .y-left .year {
        font-size: 20px;
        color: #0D5EE0;
        font-weight: bold;
        line-height: 100%;
        position: relative; }
        .honor .honors .year-list .y-left .year:after {
          content: " ";
          width: 16px;
          height: 16px;
          top: 3px;
          right: 0px;
          position: absolute;
          display: inline-block;
          border: 2px solid #fff;
          border-radius: 8px;
          box-sizing: border-box;
          background-color: #0D5EE0; }
    .honor .honors .year-list .y-right {
      padding-left: 16px;
      margin-left: 72px;
      position: relative; }
      .honor .honors .year-list .y-right .items {
        background-color: #F7F8FA;
        border: 1px solid #DDE8F6;
        padding: 7px 0;
        overflow: hidden; }
        .honor .honors .year-list .y-right .items .col {
          position: relative;
          z-index: 10; }
          @media (min-width: 1201px) {
            .honor .honors .year-list .y-right .items .col {
              width: 20%; } }
          @media (min-width: 1001px) and (max-width: 1200px) {
            .honor .honors .year-list .y-right .items .col {
              width: 25%; } }
          @media (min-width: 601px) and (max-width: 1000px) {
            .honor .honors .year-list .y-right .items .col {
              width: 33.33%; } }
          .honor .honors .year-list .y-right .items .col .item {
            padding: 15px;
            color: #777777;
            display: inline-block;
            background-color: #fff;
            box-sizing: border-box;
            border: 1px solid #DDE8F6;
            overflow: hidden; }
            @media (min-width: 1201px) {
              .honor .honors .year-list .y-right .items .col .item {
                height: 230px; } }
            @media (min-width: 1001px) and (max-width: 1200px) {
              .honor .honors .year-list .y-right .items .col .item {
                height: 200px; } }
            @media (min-width: 601px) and (max-width: 1000px) {
              .honor .honors .year-list .y-right .items .col .item {
                height: 190px; } }
            @media (min-width: 320px) and (max-width: 600px) {
              .honor .honors .year-list .y-right .items .col .item {
                height: 188px; } }
            @media (min-width: 320px) and (max-width: 374px) {
              .honor .honors .year-list .y-right .items .col .item {
                height: 188px; } }
            .honor .honors .year-list .y-right .items .col .item h2 {
              font-size: 16px;
              color: #000;
              line-height: 20px;
              padding: 10px 0;
              height: 30px;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .honor .honors .year-list .y-right .items .col .item .line {
              display: none;
              background-color: #777777;
              margin-left: 5px;
              width: 20px;
              height: 2px;
              opacity: 0.7; }
            .honor .honors .year-list .y-right .items .col .item .info {
              padding-top: 15px; }
              @media (min-width: 1001px) and (max-width: 1200px) {
                .honor .honors .year-list .y-right .items .col .item .info {
                  padding-top: 22px; } }
            .honor .honors .year-list .y-right .items .col .item .by {
              margin-bottom: 5px;
              font-size: 14px; }
            .honor .honors .year-list .y-right .items .col .item .honor-name {
              line-height: 1.4;
              font-size: 14px; }
            .honor .honors .year-list .y-right .items .col .item .icon-honor-img {
              width: 44px;
              margin-right: 12px;
              float: left;
              display: inline-block; }
              @media (min-width: 1201px) {
                .honor .honors .year-list .y-right .items .col .item .icon-honor-img {
                  display: block;
                  float: none; } }
      .honor .honors .year-list .y-right:before {
        content: " ";
        width: 16px;
        height: 16px;
        top: 20px;
        left: 8px;
        background-color: #F7F8FA;
        border-left: 1px solid #DDE8F6;
        border-bottom: 1px solid #DDE8F6;
        display: inline-block;
        position: absolute;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -moz-transform: rotate(45deg);
        /* Firefox */
        -webkit-transform: rotate(45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(45deg);
        z-index: 1; }

.ie .honor .honors .col {
  width: 25%; }
  .ie .honor .honors .col .item {
    height: 250px; }

.phone-header {
  display: none; }

.business-bg {
  width: 100%;
  background: url(../images/pic_business_2.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative; }
  .business-bg .our-operation {
    color: #FFF;
    position: absolute;
    opacity: 0.8;
    top: 22%;
    left: 7.5%; }
  .business-bg .our-operation-spacial {
    display: none;
    color: #FFF;
    position: absolute;
    opacity: 0.8;
    top: 48%;
    left: 7.5%; }

.nav-blame {
  height: 39px;
  border-bottom: 2px solid #DDE8F6;
  margin: 21px auto 0;
  font-size: 14px;
  line-height: 17px;
  width: 85%; }
  .nav-blame .nav-blame-span1 {
    color: #666666; }
  .nav-blame i {
    font-size: 13px; }
  .nav-blame .nav-blame-span2 {
    color: #435EEB;
    font-weight: 600; }

.business-option1 {
  margin: 67px auto 0;
  font-size: 26px;
  line-height: 35px;
  color: #333333;
  text-align: center;
  margin-top: 97px; }

.business-option2 {
  margin: 14px auto 0;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  text-align: center; }

.business-option3 {
  width: 70px;
  margin: 16px auto 80px;
  border-bottom: 2px solid #DDE8F6; }

.col .business-img {
  width: 100%;
  position: relative; }
  .col .business-img span {
    display: block;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 95px;
    height: 72px; }
  .col .business-img p {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-image: linear-gradient(-90deg, #0CB2ED 0%, #573DE9 100%);
    position: absolute;
    top: 0;
    left: 0; }
.col .business-content {
  width: 100%;
  background-color: #f7f8fa; }
  .col .business-content span {
    display: block;
    text-align: center; }
  .col .business-content .business-content-span1 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 27px; }
  .col .business-content .business-content-span2 {
    font-size: 17px;
    margin-top: 15px;
    color: #777777;
    height: 57px;
    padding: 0 7px; }

.col1 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/iocn_business_7.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_7.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_7@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_7.png',sizingMethod='scale'); }

.col2 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/iocn_business_8.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_8.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_8@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_8.png',sizingMethod='scale'); }

.col3 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/iocn_business_9.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_9.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_9@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_9.png',sizingMethod='scale'); }

.col4 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/iocn_business_10.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_10.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_10@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_10.png',sizingMethod='scale'); }

.col1 .business-img span, .col2 .business-img span, .col3 .business-img span, .col4 .business-img span {
  background-size: 100% auto;
  background: none\0; }

.col1 .business-img {
  background: url(../images/show_business_1.png) center center no-repeat; }

.col2 .business-img {
  background: url(../images/show_business_2.png) center center no-repeat; }

.col3 .business-img {
  background: url(../images/show_business_3.png) center center no-repeat; }

.col4 .business-img {
  background: url(../images/show_business_4.png) center center no-repeat; }

.col .business-img {
  background-size: auto 100%;
  height: 195px; }

@media (min-width: 1201px) {
  .our-operation {
    font-size: 35px; } }
@media (min-width: 1001px) and (max-width: 1200px) {
  .business-recommend {
    max-width: 950px; }

  .business-bg {
    height: 149.5px; }

  .our-operation {
    font-size: 23.4px; } }
@media (min-width: 601px) and (max-width: 1000px) {
  section .page-section .grid-module .xs-span-6 {
    width: 50%; }

  .business-bg {
    height: 125px; }

  .nav-blame {
    display: none; }

  .our-operation {
    font-size: 23.4px; }

  .business-bg .our-operation-spacial {
    display: block;
    font-size: 17px;
    top: 55%; }

  .col .business-img {
    height: 256.25px; }
    .col .business-img p {
      opacity: 0; } }
#cont-phone {
  display: none; }

.cont {
  display: block; }

.cont .option-last .col-last {
  display: block;
  height: 262px;
  border-bottom: 0;
  border-right: 1px solid #DDE8F7; }

.option-all {
  width: 100%; }
  .option-all .cell {
    width: 100%;
    display: table; }
    .option-all .cell .ceil-img {
      height: 120px;
      position: relative; }
      .option-all .cell .ceil-img span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 95px;
        height: 85px; }
      .option-all .cell .ceil-img .ceil-imgbg1 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_7.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_7.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_7@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_7.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg2 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_8.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_8.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_8@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_8.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg3 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_9.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_9.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_9@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_9.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg4 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_10.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_10.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_10@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_10.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg5 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_11.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_11.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_11@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_11.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg6 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_12.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_12.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_12@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_12.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg7 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_13.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_13.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_13@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_13.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg8 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_14.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_14.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_14@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_14.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg9 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_15.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_15.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_15@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_15.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg10 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_16.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_16.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_16@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_16.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg11 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_17.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_17.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_17@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_17.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg12 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_18.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_18.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_18@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_18.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg13 {
        background: url("http://127.0.0.1:8020/bank/images/iocn_business_19.png") center center no-repeat;
        background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/iocn_business_19.png") 1x, url("http://127.0.0.1:8020/bank/images/iocn_business_19@2x.png") 2x);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/iocn_business_19.png',sizingMethod='scale'); }
      .option-all .cell .ceil-img .ceil-imgbg1, .option-all .cell .ceil-img .ceil-imgbg2, .option-all .cell .ceil-img .ceil-imgbg3, .option-all .cell .ceil-img .ceil-imgbg4,
      .option-all .cell .ceil-img .ceil-imgbg5, .option-all .cell .ceil-img .ceil-imgbg6, .option-all .cell .ceil-img .ceil-imgbg7, .option-all .cell .ceil-img .ceil-imgbg8,
      .option-all .cell .ceil-img .ceil-imgbg9, .option-all .cell .ceil-img .ceil-imgbg10, .option-all .cell .ceil-img .ceil-imgbg11, .option-all .cell .ceil-img .ceil-imgbg12,
      .option-all .cell .ceil-img .ceil-imgbg13 {
        background-size: 100% auto;
        background: none\0; }
  .option-all .ceil-title {
    text-align: center;
    width: 100%;
    font-size: 22px; }
  .option-all .ceil-content {
    color: #777777;
    margin: 35.5px 12% 0 12%;
    font-size: 14px;
    height: 57px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 62px;
    margin-bottom: 5%; }

@media (max-width: 1001px) {
  .col .business-img span, .option-all .cell .ceil-img span {
    width: 45px; }

  .business-option1 {
    margin-top: 0; }

  .business-option3 {
    margin-bottom: 40px; } }
.row .col-last {
  border-right: 0; }

.option .none-col:hover {
  transition: all 0.10s ease-out;
  -webkit-transition: all 0.10s ease-out;
  -moz-transition: all 0.10s ease-out;
  -o-transition: all 0.10s ease-out;
  box-shadow: 0 7px 7px 0 rgba(13, 95, 224, 0.18);
  -webkit-box-shadow: 0 7px 7px 0 rgba(13, 95, 224, 0.18);
  -moz-box-shadow: 0 7px 7px 0 rgba(13, 95, 224, 0.18);
  -o-box-shadow: 0 7px 7px 0 rgba(13, 95, 224, 0.18);
  border: none;
  background-color: #FFFFFF; }

.cont .option-last .col-last {
  border-right: 1px solid #DDE8F7; }

.grid-module .none-col {
  padding: 0;
  border: 1px solid #DDE8F7;
  border-top: 0;
  border-left: 0; }

.option-last .col-first {
  border-bottom: 0; }

.grid-module .noborder-right {
  border-right: 0; }

@media (min-width: 320px) and (max-width: 600px) {
  .col .business-img {
    height: 274.69px; }
    .col .business-img p {
      opacity: 0; }

  .page-section .grid-module .none-col {
    border-right: 0; }

  .business-bg {
    height: 115px; }

  .our-operation {
    font-size: 21px; }

  .nav-blame {
    display: none; }

  .business-bg .our-operation-spacial {
    display: block;
    font-size: 14px;
    top: 58%; }

  .phone-header {
    display: block;
    height: 60px;
    position: relative; }
    .phone-header p {
      position: absolute;
      top: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .phone-header p img {
        display: block; }
    .phone-header .phone-header-p1 {
      left: 20px; }
      .phone-header .phone-header-p1 img {
        width: 43px; }
    .phone-header .phone-header-p2 {
      right: 30px; }
      .phone-header .phone-header-p2 img {
        height: 42px; }

  .header {
    display: none; }

  #cont-phone {
    display: block; }

  .cont {
    display: none; }

  #cont-phone .row .none-col-first {
    border-bottom: 1px solid #DDE8F7; }

  #cont-phone .row .col-last {
    border-bottom: 0; }

  #cont-phone .haveborder {
    border-right: 1px solid #DDE8F7; }

  .cont .option-last .col-last {
    display: none; }

  .option-all .cell .ceil-img {
    height: 100px; }

  .option-all .ceil-content {
    margin-top: 20px; } }
section {
  overflow: hidden; }

.golden-sun-bg {
  background: url(../images/golden_sun_banner1.png) center center no-repeat;
  background-size: 100% auto; }

.business-bg {
  font-size: 35px;
  height: 230px; }

.software-section {
  height: 188.5px;
  margin: 0 auto 38px;
  position: relative; }
  .software-section .software-contain {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 92%;
    overflow: hidden; }
    .software-section .software-contain ul {
      display: block;
      width: 100%;
      height: 100%; }
      .software-section .software-contain ul li {
        float: left;
        width: 50%;
        height: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        .software-section .software-contain ul li div {
          float: left; }
      .software-section .software-contain ul .software-contain-li {
        border-right: 1px solid #DDE8F6;
        overflow: hidden; }
        .software-section .software-contain ul .software-contain-li p {
          float: left;
          height: 100%;
          width: 60%; }
          .software-section .software-contain ul .software-contain-li p span {
            display: block; }
          .software-section .software-contain ul .software-contain-li p .software-contain-span1 {
            font-size: 20px;
            font-weight: 600; }
          .software-section .software-contain ul .software-contain-li p .software-contain-span2 {
            font-size: 13px;
            color: #777777;
            margin-top: 13px; }
          .software-section .software-contain ul .software-contain-li p .software-contain-span3 {
            font-size: 13px;
            color: #fff;
            width: 91px;
            height: 31.2px;
            background: #00B0FF;
            text-align: center;
            line-height: 31.2px;
            margin-top: 25px; }
        .software-section .software-contain ul .software-contain-li .software-contain-li-p {
          width: 32%; }
          .software-section .software-contain ul .software-contain-li .software-contain-li-p img {
            display: block;
            height: 90%;
            margin-right: 20px; }
      .software-section .software-contain ul .software-contain-li-last div {
        padding-left: 10%;
        width: 50%; }
        .software-section .software-contain ul .software-contain-li-last div p {
          font-size: 14px;
          margin-top: 5px; }
        .software-section .software-contain ul .software-contain-li-last div .software-contain-li-p1 {
          font-size: 20px;
          margin: 0; }

.content-abstract {
  margin: 0 auto 22px; }
  .content-abstract p {
    font-size: 14px;
    line-height: 22px; }
  .content-abstract .content-abstract-p1 {
    font-size: 17px; }
  .content-abstract .content-abstract-p2 {
    margin-top: 9px; }
  .content-abstract .content-abstract-p5 {
    margin-top: 9px; }
  .content-abstract .show-view {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

.account {
  margin-top: 51px; }

.slide-contain {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .slide-contain .slide-wrapper .slide-move {
    float: left;
    width: 21%;
    margin-left: 4%; }
  .slide-contain .slide-wrapper .nomarg {
    margin-left: 0; }

@media (min-width: 1001px) and (max-width: 1200px) {
  .software-section #software-contain-template .software-contain-li-last div p {
    font-size: 14px;
    margin-top: 5px; }
  .software-section #software-contain-template .software-contain-li-last div p:first-child {
    font-size: 20px;
    margin: 0; }

  .software-section {
    width: 90%; }
    .software-section #software-contain-template {
      width: 94%; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .business-bg {
    height: 125px; }

  .golden-sun-bg {
    background: url(../images/golden_sun_bannerPad.png) center center no-repeat;
    background-size: 100% auto; }

  .software-section {
    width: 94%;
    margin-top: 1.8%; }
    .software-section #software-contain-template {
      width: 94%; }
    .software-section .software-contain ul .software-contain-li .software-contain-li-p {
      width: 39%; }
      .software-section .software-contain ul .software-contain-li .software-contain-li-p img {
        height: 74%; }
    .software-section .software-contain ul .software-contain-li p .software-contain-span2 {
      margin-top: 9px; }
    .software-section .software-contain ul .software-contain-li p .software-contain-span3 {
      margin-top: 18px; }
    .software-section .software-contain ul .software-contain-li-last div .software-contain-li-p1 {
      font-size: 18px; }
    .software-section .software-contain ul .software-contain-li-last div p {
      font-size: 12px; }

  .account {
    margin-top: 2.3%; }

  .content-abstract {
    width: 94%; }

  .detail .business-option1, .detail .business-option3 {
    display: none; } }
@media (min-width: 320px) and (max-width: 600px) {
  .business-bg {
    height: 115px; }

  .golden-sun-bg {
    background: url(../images/golden_sun_bannerMove.png) center center no-repeat;
    background-size: 100% auto; }

  .software-section .software-contain ul {
    padding-left: 30px; }

  .software-section {
    height: auto;
    width: 85%; }
    .software-section .software-contain {
      position: static;
      margin: 0; }
    .software-section #software-contain-template li {
      width: 100%;
      float: none; }
    .software-section #software-contain-template .software-contain-li-last div {
      width: 100%;
      padding: 0;
      margin-top: 20px; }
    .software-section #software-contain-template .software-contain-li-last .software-contain-divlast {
      margin-bottom: 20px; }
    .software-section #software-contain-template .software-contain-li {
      padding: 30px 0 30px 0;
      border-right: 0;
      border-bottom: 1px solid #DDE8F6; }
      .software-section #software-contain-template .software-contain-li p .software-contain-span2 {
        margin-top: 5px; }
      .software-section #software-contain-template .software-contain-li p .software-contain-span3 {
        margin-top: 8px; }
      .software-section #software-contain-template .software-contain-li .software-contain-li-p {
        width: 35%; }
        .software-section #software-contain-template .software-contain-li .software-contain-li-p img {
          height: 91px; }

  .slide-contain .slide-wrapper .slide-move {
    margin-left: 1.5%; }
    .slide-contain .slide-wrapper .slide-move img {
      width: 100%; }

  .slide-contain .slide-wrapper {
    width: 264.5%; }

  .account {
    margin-top: 45px; } }
#software-download-view .col {
  padding: 0;
  border: 1px solid #DDE8F6;
  background: #FFFFFF; }

a {
  text-decoration: none; }

#software-download-view .col1, #software-download-view .col2 {
  border-right: 0; }

#software-download-view .col .col-p1 {
  width: 100%; }
  #software-download-view .col .col-p1 img {
    display: block;
    width: 100%; }
#software-download-view .col .download-view-contain {
  margin: 0 auto;
  width: 70%; }
  #software-download-view .col .download-view-contain .download-view-containP1 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px; }
  #software-download-view .col .download-view-contain .download-view-containP2 {
    width: 100%;
    text-align: center;
    color: #0D5FE0;
    font-size: 17px;
    margin: 10px 0 25px 0; }
  #software-download-view .col .download-view-contain .download-view-containP3 a {
    color: #666666;
    display: block;
    font-size: 16px;
    line-height: 30px; }
    #software-download-view .col .download-view-contain .download-view-containP3 a span:first-child {
      margin-right: 5px; }
  #software-download-view .col .download-view-contain .download-view-containP4 {
    width: 100%;
    margin: 28px 0 67px 0;
    position: relative; }
    #software-download-view .col .download-view-contain .download-view-containP4 span {
      width: 113.75px;
      text-align: center;
      height: 27.95px;
      line-height: 27.95px;
      color: #fff;
      font-size: 17px;
      background: #00B0FF;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

.page-section .more {
  margin: 0; }

#pc-software {
  display: block; }

.move-application .move-application-name {
  width: 100%;
  border-bottom: 1px solid #DDE8F6;
  position: relative;
  height: 55px; }
  .move-application .move-application-name a {
    font-size: 20px;
    line-height: 60px;
    color: #777777;
    border-bottom: 1px solid #0D5FE0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 123px;
    text-align: center; }
  .move-application .move-application-name .movement-application-name {
    width: 90px; }
  .move-application .move-application-name .pc-application-name {
    width: 71px; }
.move-application .move-application-row {
  margin-top: 68px; }
.move-application .container .move-application-load {
  height: 100px;
  border-right: 0;
  padding-left: 30px; }
  .move-application .container .move-application-load .move-application-option {
    width: 90%;
    height: 100%;
    position: relative;
    border-bottom: 1px solid #DDE8F6; }
    .move-application .container .move-application-load .move-application-option p {
      float: left; }
      .move-application .container .move-application-load .move-application-option p img, .move-application .container .move-application-load .move-application-option p span, .move-application .container .move-application-load .move-application-option p a {
        display: block; }
    .move-application .container .move-application-load .move-application-option .move-application-optionP1 img {
      width: 45px; }
    .move-application .container .move-application-load .move-application-option .move-application-optionP2, .move-application .container .move-application-load .move-application-option .institution-soft {
      margin-left: 18px; }
      .move-application .container .move-application-load .move-application-option .move-application-optionP2 .move-application-span1, .move-application .container .move-application-load .move-application-option .institution-soft .move-application-span1 {
        font-size: 17px;
        font-weight: 600; }
      .move-application .container .move-application-load .move-application-option .move-application-optionP2 .move-application-span2, .move-application .container .move-application-load .move-application-option .institution-soft .move-application-span2 {
        font-size: 15px;
        color: #777777; }
    .move-application .container .move-application-load .move-application-option .move-application-optionP3, .move-application .container .move-application-load .move-application-option .institution-load {
      position: absolute;
      right: 3px;
      top: 10px;
      font-size: 15px; }
      .move-application .container .move-application-load .move-application-option .move-application-optionP3 a, .move-application .container .move-application-load .move-application-option .institution-load a {
        float: left; }
      .move-application .container .move-application-load .move-application-option .move-application-optionP3 span, .move-application .container .move-application-load .move-application-option .institution-load span {
        float: left;
        margin: 0 10px 0 10px;
        color: #0D5FE0; }
  .move-application .container .move-application-load .noborder {
    border-bottom: 0; }

.row-last .move-application-loadFirst .move-application-option {
  border-bottom: 0; }

#institution-software .move-application-load .move-application-option {
  border-bottom: 1px solid #DDE8F6; }
  #institution-software .move-application-load .move-application-option .institution-soft span {
    color: #777777; }
  #institution-software .move-application-load .move-application-option .institution-soft .institution-soft-span {
    margin-bottom: 5px;
    width: 210px;
    font-weight: 500;
    font-size: 15px;
    color: #000000; }

#institution-software .none-padd {
  padding-top: 5px; }

.trangle-pare {
  position: absolute;
  background: #FFF; }
  .trangle-pare .trangle {
    position: relative;
    border: 1px solid #CDD2D7;
    box-shadow: 0 5px 5px 0 rgba(13, 95, 224, 0.18);
    width: 212px;
    border-radius: 5px; }
    .trangle-pare .trangle .triangle-border {
      position: absolute;
      bottom: -11px;
      left: 50%;
      margin-left: -11px; }
      .trangle-pare .trangle .triangle-border .triangle-border-down {
        width: 0;
        height: 0;
        border-width: 11px 11px 0;
        border-style: solid;
        border-color: #CDD2D7 transparent transparent;
        position: relative; }
        .trangle-pare .trangle .triangle-border .triangle-border-down span {
          display: block;
          width: 0;
          height: 0;
          border-width: 10px 10px 0;
          border-style: solid;
          border-color: #fff transparent transparent;
          position: absolute;
          top: -12px;
          left: -10.3px; }
    .trangle-pare .trangle p {
      padding: 5% 5% 0 5%;
      font-size: 11px; }
    .trangle-pare .trangle p:last-of-type {
      padding-bottom: 5%; }
    .trangle-pare .trangle .two-code {
      width: 100%;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding-top: 10px; }
    .trangle-pare .trangle .two-code-explain {
      text-align: center; }
  .trangle-pare .trangle-two-code {
    width: 150px; }

@media (min-width: 320px) and (max-width: 600px) {
  #pc-software {
    display: none; }

  .move-application .container .move-application-load .move-application-option .move-application-optionP2 .move-application-span1 {
    font-size: 20px; }
  .move-application .container .move-application-load .move-application-option .move-application-optionP2 .move-application-span2 {
    font-size: 16px; }
  .move-application .container .move-application-load .move-application-option .move-application-optionP3 {
    font-size: 16px; }
  .move-application .container .move-application-load .move-application-option .move-application-span1 {
    font-size: 20px; }
  .move-application .container .move-application-load .move-application-option .move-application-optionP1 img {
    width: 52px; }
  .move-application .container .move-application-load .move-application-option .institution-load {
    font-size: 16px; }

  #institution-software .move-application-load .move-application-option .institution-soft .institution-soft-span {
    font-size: 16px; }
  #institution-software .move-application-load .move-application-option .institution-soft span {
    font-size: 13px; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .container {
    padding: 0; }

  .move-application .container .move-application-load .move-application-option .move-application-optionP3 {
    right: 0;
    top: 0; }
    .move-application .container .move-application-load .move-application-option .move-application-optionP3 span {
      margin: 0 5px 0 5px; }
  .move-application .container .move-application-load .move-application-option .move-application-optionP2 {
    margin-left: 5px; }

  .move-application .container .move-application-load .move-application-option .institution-load {
    top: 27px; }

  .trangle-pare .trangle-two-code {
    width: 110px; } }
div, p, a, em, header, section, i, img, h1, h2, h3, h4, h5, h6, footer, ul, li, ol {
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none; }

.home-top-bgPic {
  position: relative;
  width: 100%; }
  .home-top-bgPic .device {
    width: 100%;
    height: 300px; }
    .home-top-bgPic .device .arrow-left {
      left: 119px; }
    .home-top-bgPic .device .arrow-right {
      right: 119px; }
    .home-top-bgPic .device .arrow-left, .home-top-bgPic .device .arrow-right {
      position: absolute;
      z-index: 10;
      top: 50%;
      margin-top: -26px;
      width: 52px; }
    .home-top-bgPic .device .swiper-container {
      width: 100%;
      height: 100%; }
      .home-top-bgPic .device .swiper-container img {
        display: block;
        width: 100%;
        height: 100%; }

.top-blame {
  display: none;
  position: absolute;
  border: 1px solid #DDE8F6;
  top: 0;
  left: 0;
  background: white;
  width: 140px;
  z-index: 100; }
  .top-blame ul {
    width: 100%; }
    .top-blame ul li {
      padding-left: 20px;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
      position: relative; }
      .top-blame ul li span, .top-blame ul li img {
        display: block;
        float: left; }
      .top-blame ul li img {
        position: absolute;
        right: 7px;
        top: 9px;
        height: 55%;
        width: 20px;
        display: none; }
    .top-blame ul .last-register {
      height: 50px;
      padding-top: 5px; }
      .top-blame ul .last-register p {
        height: 31px;
        line-height: 37px;
        text-align: center;
        width: 100px;
        line-height: 30px;
        border: 1px solid #0D5FE0;
        color: #0D5FE0; }

.home-top {
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 91.8px;
  z-index: 1000; }
  .home-top .home-top-exponentContainer {
    width: 100%;
    height: 100%;
    position: relative; }
    .home-top .home-top-exponentContainer .home-top-exponent {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 80%;
      height: 100%;
      background: #0976BC;
      opacity: 0.95;
      background-image: linear-gradient(-37deg, #0976BC 0%, #573EE9 100%, #573DE9 100%); }
      .home-top .home-top-exponentContainer .home-top-exponent ul {
        width: 100%;
        height: 100%; }
        .home-top .home-top-exponentContainer .home-top-exponent ul li {
          float: left;
          width: 25%;
          height: 100%;
          position: relative; }
          .home-top .home-top-exponentContainer .home-top-exponent ul li div {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 69%; }
            .home-top .home-top-exponentContainer .home-top-exponent ul li div a, .home-top .home-top-exponentContainer .home-top-exponent ul li div p {
              display: block;
              width: 100%;
              text-align: center;
              color: #FF6C6C; }
            .home-top .home-top-exponentContainer .home-top-exponent ul li div a {
              font-size: 17px; }
            .home-top .home-top-exponentContainer .home-top-exponent ul li div .home-top-exponenthead {
              font-size: 14px;
              color: #FFFFFF;
              margin-bottom: 3px; }
            .home-top .home-top-exponentContainer .home-top-exponent ul li div p {
              font-size: 13px; }
          .home-top .home-top-exponentContainer .home-top-exponent ul li:hover div a, .home-top .home-top-exponentContainer .home-top-exponent ul li:hover div p {
            color: #51CC5B; }
          .home-top .home-top-exponentContainer .home-top-exponent ul li:hover div .home-top-exponenthead {
            color: #FFFFFF; }

#product-detail-module .row .col p {
  width: 100%;
  height: 54px;
  position: relative;
  margin-bottom: 30px; }
  #product-detail-module .row .col p span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 63px; }
  #product-detail-module .row .col p .product-detail-img1 {
    background: url("http://127.0.0.1:8020/bank/images/home_page_iocn1.png") center center no-repeat;
    background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn1.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn1@2x.png") 2x);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn1.png',sizingMethod='scale'); }
  #product-detail-module .row .col p .product-detail-img2 {
    background: url("http://127.0.0.1:8020/bank/images/home_page_iocn2.png") center center no-repeat;
    background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn2.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn2@2x.png") 2x);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn2.png',sizingMethod='scale'); }
  #product-detail-module .row .col p .product-detail-img3 {
    background: url("http://127.0.0.1:8020/bank/images/home_page_iocn3.png") center center no-repeat;
    background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn3.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn3@2x.png") 2x);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn3.png',sizingMethod='scale'); }
  #product-detail-module .row .col p .product-detail-img4 {
    background: url("http://127.0.0.1:8020/bank/images/home_page_iocn4.png") center center no-repeat;
    background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn4.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn4@2x.png") 2x);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn4.png',sizingMethod='scale'); }
  #product-detail-module .row .col p .product-detail-img1, #product-detail-module .row .col p .product-detail-img2, #product-detail-module .row .col p .product-detail-img3, #product-detail-module .row .col p .product-detail-img4 {
    background-size: auto 100%; }
#product-detail-module .row .col a span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000000; }
#product-detail-module .move-show {
  margin-top: 31px; }

.home-introduction .col1 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn5.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn5.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn5@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn5.png',sizingMethod='scale'); }
.home-introduction .col2 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn6.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn6.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn6@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn6.png',sizingMethod='scale'); }
.home-introduction .col3 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn7.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn7.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn7@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn7.png',sizingMethod='scale'); }
.home-introduction .col4 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn8.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn8.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn8@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn8.png',sizingMethod='scale'); }
.home-introduction .col1 .business-img span, .home-introduction .col2 .business-img span, .home-introduction .col3 .business-img span, .home-introduction .col4 .business-img span {
  background-size: 100% auto;
  width: 65px; }

.home-introduction .grid-module .col .business-img .bgnone {
  background: none\0; }

.nopadding {
  padding: 0; }

.light-grey .business-option1 {
  margin: 64.6px auto 0; }
.light-grey .row-marTop {
  margin: 63.7px 0 84.5px 0; }

.business-title {
  display: block; }

.business-notice {
  width: 100%;
  height: 162px;
  border: 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%; }
      .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;
        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;
        overflow: hidden; }
      .business-notice .business-notice-center div .business-notice-span3 {
        margin-top: 5px; }

.serial-num1 p span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn9.png") center center no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn9.png',sizingMethod='scale'); }

.serial-num2 p span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocnHit10.png") center center no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocnHit10.png',sizingMethod='scale'); }

.serial-num3 p span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocnHit11.png") center center no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocnHit11.png',sizingMethod='scale'); }

.serial-num4 p span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn12.png") center center no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn12.png',sizingMethod='scale'); }

.serial-num1 p span, .serial-num2 p span, .serial-num3 p span, .serial-num4 p span {
  background-size: 100% auto; }

.md-span-6 {
  width: 50%; }

.bg-white {
  background: white;
  border: 0; }

.business-option4 {
  margin: 10px auto 0;
  border-bottom: 2px solid #DDE8F6;
  width: 70px; }

.business-option5 {
  width: 100%;
  height: 19px;
  text-align: center;
  margin: 14px 0 60px 0;
  position: relative; }
  .business-option5 a {
    width: 83px;
    color: #0D5FE0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .business-option5 a span, .business-option5 a img {
      display: block;
      float: left; }
    .business-option5 a img {
      height: 17px;
      margin-top: 3px; }
    .business-option5 a span {
      font-size: 15px;
      line-height: 23px;
      margin-left: 5px; }
    .business-option5 a i {
      font-size: 13px;
      margin: 5px 0 0 -2px;
      display: block; }

.hot-manage-money {
  margin-top: 37px;
  width: 100%;
  height: 695.5px; }

.finance .finance-show .finance-show-center ul li .earnings-head {
  background: #88BFEA url(../images/home_page_iocn14_default.png) bottom center no-repeat;
  background-size: 100% auto; }

.finance, .business-handle {
  background: url(../images/home_page_banner2.png) center center no-repeat;
  background-size: 100% 100%; }
  .finance .business-option1, .business-handle .business-option1 {
    padding-top: 56px;
    margin: 0; }
  .finance a, .business-handle a {
    color: #fff; }
  .finance .finance-show, .business-handle .finance-show {
    width: 100%;
    position: relative;
    height: 367.5px; }
    .finance .finance-show .finance-show-center, .business-handle .finance-show .finance-show-center {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 698.6px;
      height: 100%; }
      .finance .finance-show .finance-show-center ul, .business-handle .finance-show .finance-show-center ul {
        width: 100%;
        height: 100%;
        position: relative; }
        .finance .finance-show .finance-show-center ul li, .business-handle .finance-show .finance-show-center ul li {
          width: 33.3%;
          height: 100%;
          background: white;
          box-sizing: border-box;
          border: 1px solid #85B1D4;
          position: absolute;
          top: 0;
          opacity: 0.8;
          transition: all 0.3; }
          .finance .finance-show .finance-show-center ul li .earnings-head, .business-handle .finance-show .finance-show-center ul li .earnings-head {
            width: 100%;
            height: 41%;
            padding-top: 34px;
            color: #fff; }
            .finance .finance-show .finance-show-center ul li .earnings-head .earnings-percentage, .business-handle .finance-show .finance-show-center ul li .earnings-head .earnings-percentage {
              text-align: center;
              margin: 0 auto 14px;
              font-size: 26.7px; }
              .finance .finance-show .finance-show-center ul li .earnings-head .earnings-percentage .earnings-percent, .business-handle .finance-show .finance-show-center ul li .earnings-head .earnings-percentage .earnings-percent {
                font-size: 15px; }
            .finance .finance-show .finance-show-center ul li .earnings-head .business-processing, .business-handle .finance-show .finance-show-center ul li .earnings-head .business-processing {
              width: 100%;
              height: 41px;
              position: relative;
              margin-bottom: 12px; }
              .finance .finance-show .finance-show-center ul li .earnings-head .business-processing img, .business-handle .finance-show .finance-show-center ul li .earnings-head .business-processing img {
                display: block;
                width: 41px;
                height: 41px;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto; }
            .finance .finance-show .finance-show-center ul li .earnings-head .earnings-rate, .business-handle .finance-show .finance-show-center ul li .earnings-head .earnings-rate {
              text-align: center;
              margin: 0 auto 0;
              font-size: 11px; }
          .finance .finance-show .finance-show-center ul li .earnings-bottom, .business-handle .finance-show .finance-show-center ul li .earnings-bottom {
            width: 100%;
            height: 59%;
            position: relative;
            color: #000000; }
            .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              width: 60%;
              height: 77%;
              color: #333333; }
              .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message1, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message1 {
                width: 65px; }
              .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message2, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message2 {
                font-size: 13.9px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message3, .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4,
              .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5, .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message7, .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message1, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message3, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4,
              .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message7, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message1 {
                font-size: 10.4px; }
              .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message3, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message3 {
                color: #777;
                margin-top: 2px; }
              .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 {
                margin-top: 12px; }
              .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5, .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 {
                width: 100%;
                margin-left: -4px;
                overflow: hidden; }
                .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 span, .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 img, .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 span, .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 img, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 span, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 img, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 span, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 img {
                  display: block;
                  float: left; }
                .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 .earningLeft, .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 .earningLeft, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 .earningLeft, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 .earningLeft {
                  margin-left: 5px; }
                .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 img, .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 img, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 img, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 img {
                  width: 14.4px; }
              .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message6, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message6 {
                display: block;
                width: 100%;
                height: 26px;
                text-align: center;
                line-height: 26px;
                box-sizing: border-box;
                border: 1px solid #FF9000;
                font-size: 12.3px;
                color: #FF9000;
                margin-top: 15px; }
              .finance .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message7, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .earnings-bottom-message .earnings-bottom-message7 {
                text-align: center;
                margin-top: 9px;
                color: #777; }
            .finance .finance-show .finance-show-center ul li .earnings-bottom .business-processing-bottom, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .business-processing-bottom {
              width: 50%;
              height: 61%;
              color: #fff; }
              .finance .finance-show .finance-show-center ul li .earnings-bottom .business-processing-bottom .extra, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .business-processing-bottom .extra {
                width: 100%;
                height: 100%;
                position: relative; }
                .finance .finance-show .finance-show-center ul li .earnings-bottom .business-processing-bottom .extra .business-processing-notice, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .business-processing-bottom .extra .business-processing-notice {
                  text-align: center; }
                .finance .finance-show .finance-show-center ul li .earnings-bottom .business-processing-bottom .extra .business-processing-btn, .business-handle .finance-show .finance-show-center ul li .earnings-bottom .business-processing-bottom .extra .business-processing-btn {
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  border: 1px solid #fff;
                  color: #fff; }
        .finance .finance-show .finance-show-center ul .finance-show-part1, .business-handle .finance-show .finance-show-center ul .finance-show-part1 {
          left: 0; }
        .finance .finance-show .finance-show-center ul .finance-show-part2, .business-handle .finance-show .finance-show-center ul .finance-show-part2 {
          left: 33.3%; }
        .finance .finance-show .finance-show-center ul .finance-show-part3, .business-handle .finance-show .finance-show-center ul .finance-show-part3 {
          left: 66.6%; }

@media (min-width: 1001px) {
  .finance .finance-show .finance-show-center ul li:hover, .business-handle .finance-show .finance-show-center ul li:hover {
    opacity: 1;
    transform: scale(1.1, 1.1);
    z-index: 100; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-head, .business-handle .finance-show .finance-show-center ul li:hover .earnings-head {
      padding-top: 34px;
      background: #00B0FF url(../images/home_page_iocn14.png) bottom center no-repeat;
      background-size: 100% auto; }
      .finance .finance-show .finance-show-center ul li:hover .earnings-head .earnings-percentage, .business-handle .finance-show .finance-show-center ul li:hover .earnings-head .earnings-percentage {
        margin: 0 auto 14px;
        font-size: 31.7px; }
        .finance .finance-show .finance-show-center ul li:hover .earnings-head .earnings-percentage .earnings-percent, .business-handle .finance-show .finance-show-center ul li:hover .earnings-head .earnings-percentage .earnings-percent {
          font-size: 17px; }
      .finance .finance-show .finance-show-center ul li:hover .earnings-head .earnings-rate, .business-handle .finance-show .finance-show-center ul li:hover .earnings-head .earnings-rate {
        margin: 0 auto 0;
        font-size: 13px; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message1, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message1 {
      width: 65px; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message2, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message2 {
      font-size: 14.9px; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message3, .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4,
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message5, .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message7, .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message1, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message3, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4,
    .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message5, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message7, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message1 {
      font-size: 12.4px; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message3, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message3 {
      margin-top: 4px; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 {
      margin-top: 12px; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message5, .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message5, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 {
      margin-left: -6px; }
      .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 .earningLeft, .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 .earningLeft, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 .earningLeft, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 .earningLeft {
        margin-left: 7px; }
      .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 img, .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 img, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message5 img, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message4 img {
        width: 16.4px; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message6, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message6 {
      height: 28px;
      line-height: 28px;
      box-sizing: border-box;
      border: 1px solid #FF9000;
      font-size: 12px;
      margin-top: 15px; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message7, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .earnings-bottom-message .earnings-bottom-message7 {
      margin-top: 10px; }
    .finance .finance-show .finance-show-center ul li:hover .earnings-bottom .business-processing-bottom .business-processing-btn, .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom .business-processing-bottom .business-processing-btn {
      border: 1px solid #fff; }

  .business-handle .finance-show .finance-show-center ul li:hover .earnings-head {
    background: #00A6FF url(../images/home_page_iocn20.png) bottom center no-repeat;
    background-size: 100% auto; }
  .business-handle .finance-show .finance-show-center ul li:hover .earnings-bottom {
    background: #4dc0ff; }

  #product-detail-module {
    height: 185.75px; }
    #product-detail-module .row .col p:hover {
      height: 100px; }
      #product-detail-module .row .col p:hover .product-detail-img1 {
        background: url(../images/home_page_iocnHit.png) center center no-repeat;
        background-size: auto 100%; }
      #product-detail-module .row .col p:hover .product-detail-img2 {
        background: url(../images/home_page_iocnHit2.png) center center no-repeat;
        background-size: auto 100%; }
      #product-detail-module .row .col p:hover .product-detail-img3 {
        background: url(../images/home_page_iocnHit3.png) center center no-repeat;
        background-size: auto 100%; }
      #product-detail-module .row .col p:hover .product-detail-img4 {
        background: url(../images/home_page_iocnHit4.png) center center no-repeat;
        background-size: auto 100%; }
      #product-detail-module .row .col p:hover span {
        width: 100px; }

  .serial-num1:hover p span {
    background: url("http://127.0.0.1:8020/bank/images/home_page_iocn9-2.png") center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn9-2.png',sizingMethod='scale'); }

  .serial-num2:hover p span {
    background: url("http://127.0.0.1:8020/bank/images/home_page_iocnHit10-2.png") center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocnHit10-2.png',sizingMethod='scale'); }

  .serial-num3:hover p span {
    background: url("http://127.0.0.1:8020/bank/images/home_page_iocnHit11-2.png") center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocnHit11-2.png',sizingMethod='scale'); }

  .serial-num4:hover p span {
    background: url("http://127.0.0.1:8020/bank/images/home_page_iocn12-2.png") center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn12-2.png',sizingMethod='scale'); }

  .serial-num-sp1:hover p span {
    background: #fff url("http://127.0.0.1:8020/bank/images/home_page_iocn9-1.png") center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn9-1.png',sizingMethod='scale'); }

  .serial-num-sp2:hover p span {
    background: #fff url("http://127.0.0.1:8020/bank/images/home_page_iocnHit10-1.png") center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocnHit10-1.png',sizingMethod='scale'); }

  .serial-num-sp3:hover p span {
    background: #fff url("http://127.0.0.1:8020/bank/images/home_page_iocnHit11-1.png") center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocnHit11-1.png',sizingMethod='scale'); }

  .serial-num-sp4:hover p span {
    background: #fff url("http://127.0.0.1:8020/bank/images/home_page_iocn12-1.png") center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn12-1.png',sizingMethod='scale'); }

  .serial-num1:hover p span, .serial-num2:hover p span, .serial-num3:hover p span, .serial-num4:hover p span, .serial-num-sp1:hover p span,
  .serial-num-sp2:hover p span, .serial-num-sp3:hover p span, .serial-num-sp4:hover p span {
    background-size: 100% auto; }

  .serial-num1:hover p, .serial-num2:hover p, .serial-num3:hover p, .serial-num4:hover p {
    background: #0D5FE0; }

  .serial-num-sp1:hover p, .serial-num-sp2:hover p, .serial-num-sp3:hover p, .serial-num-sp4:hover p {
    background: #fff; }

  .business-notice:hover .business-notice-center .business-notice-span1 {
    color: #0D5FE0; } }
.business-handle .finance-show .finance-show-center ul li {
  background: #0D9DF8;
  opacity: 0.8;
  border: 1px solid #A5C0FF; }

.finance .business-white, .business-handle .business-white {
  color: white; }

.sideblame-position {
  position: relative; }

.sideblame {
  width: 32px;
  position: fixed;
  bottom: 30px;
  right: 1.2%;
  z-index: 100; }
  .sideblame a {
    margin-top: 2px;
    display: block;
    width: 100%; }
    .sideblame a img {
      display: block;
      width: 100%; }
  .sideblame .remove-marg {
    margin: 0; }

.show-more {
  position: relative;
  height: 57.6px;
  margin-bottom: 25px;
  display: none; }

.show-more a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 131.5px;
  height: 34.6px;
  border: 1px solid #0D5FE0;
  text-align: center;
  line-height: 34.6px;
  font-size: 17.2px;
  color: #0D5FE0; }

#product-detail-module .move-play {
  display: none; }
  #product-detail-module .move-play .col {
    height: 160px; }
    #product-detail-module .move-play .col .product-fourmoudle {
      width: 100%;
      height: 100%;
      position: relative; }
      #product-detail-module .move-play .col .product-fourmoudle .pagination {
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 5px;
        width: 100%;
        z-index: 10;
        margin: 0; }
        #product-detail-module .move-play .col .product-fourmoudle .pagination .swiper-pagination-switch {
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 10px;
          background: #fff;
          box-shadow: 0px 1px 2px #555 inset;
          margin: 0 3px;
          cursor: pointer; }
        #product-detail-module .move-play .col .product-fourmoudle .pagination .swiper-active-switch {
          background: #0D5FE0; }
      #product-detail-module .move-play .col .product-fourmoudle .arrow-right, #product-detail-module .move-play .col .product-fourmoudle .arrow-left {
        position: absolute;
        top: 50%;
        z-index: 20;
        margin-top: -18px; }
      #product-detail-module .move-play .col .product-fourmoudle .arrow-left {
        left: 50px; }
      #product-detail-module .move-play .col .product-fourmoudle .arrow-right {
        right: 50px; }
      #product-detail-module .move-play .col .product-fourmoudle .swiperContent {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 80%;
        height: 100%; }
        #product-detail-module .move-play .col .product-fourmoudle .swiperContent .swiper-slide {
          text-align: center;
          font-size: 17px;
          background: #fff;
          position: relative; }
          #product-detail-module .move-play .col .product-fourmoudle .swiperContent .swiper-slide p {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            height: auto; }
            #product-detail-module .move-play .col .product-fourmoudle .swiperContent .swiper-slide p a {
              display: block;
              color: #000000; }
              #product-detail-module .move-play .col .product-fourmoudle .swiperContent .swiper-slide p a img {
                display: block;
                height: 36px; }
            #product-detail-module .move-play .col .product-fourmoudle .swiperContent .swiper-slide p a:first-child {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center; }
              #product-detail-module .move-play .col .product-fourmoudle .swiperContent .swiper-slide p a:first-child img {
                display: block;
                position: static;
                height: 43px; }
            #product-detail-module .move-play .col .product-fourmoudle .swiperContent .swiper-slide p a:nth-child(2) {
              margin-top: 13px; }

.home-page .page-section .xs-white {
  background: white; }

@media (min-width: 601px) and (max-width: 1000px) {
  .sideblame {
    display: none; }

  .finance .finance-show, .business-handle .finance-show {
    height: 394.5px; }
    .finance .finance-show .finance-show-center, .business-handle .finance-show .finance-show-center {
      width: 97%; }

  #product-detail-module .row .col p span {
    height: 43px; }

  .prev-btn, .next-btn {
    display: none; }

  .business-notice .business-notice-center {
    width: 97%; }
    .business-notice .business-notice-center p {
      width: 50px;
      height: 50px;
      margin-right: 3px; }

  .finance .finance-show .finance-show-center ul li, .business-handle .finance-show .finance-show-center ul li {
    opacity: 1; }

  .finance .finance-show .finance-show-center ul li .earnings-head {
    background: #00B0FF url(../images/home_page_iocn14.png) bottom center no-repeat;
    background-size: 100% auto; }

  .business-handle .finance-show .finance-show-center ul li .earnings-head {
    background: #00A6FF url(../images/home_page_iocn20.png) bottom center no-repeat;
    background-size: 100% auto; }
  .business-handle .finance-show .finance-show-center ul li .earnings-bottom {
    background: #4dc0ff; }

  .device .arrow-left, .device .arrow-right {
    display: none; } }
@media (min-width: 320px) and (max-width: 600px) {
  .sideblame {
    display: none; }

  .device .arrow-left, .device .arrow-right {
    display: none; }

  body {
    background: #f7f8fa; }

  .hot-manage-money {
    display: none; }

  .page-section .business-title {
    margin-top: 50px;
    font-size: 24px; }

  .business-option5 {
    display: none; }

  .business-option4 {
    margin: 10px auto 50px; }

  .show-more {
    display: block; }

  .home-top-exponent {
    display: none; }

  #product-detail-module .move-show {
    display: none; }
  #product-detail-module .move-play {
    display: block; }

  .col .business-content .business-content-span2 {
    font-size: 18px; }

  .business-notice {
    height: 165px; }
    .business-notice .business-notice-center div span {
      font-size: 17px; }
    .business-notice .business-notice-center div .business-notice-span1 {
      margin-top: 0;
      font-size: 18px; }

  .home-top, .prev-btn, .next-btn {
    display: none; }

  .home-container .col.sm-span-12, .home-container .col.xs-span-12 {
    padding: 2.5% 1% 2.5% 1%; }

  .home-container {
    padding: 0 3%; }

  .business-notice .business-notice-center p {
    width: 45px;
    height: 45px; }

  .light-grey .row-marTop {
    margin-bottom: 0; } }
.introduce-head .backHome {
  height: 41px;
  background: #F7F8FA;
  border: 1px solid #DDE8F6; }
  .introduce-head .backHome .backHome-center {
    position: relative;
    height: 100%; }
    .introduce-head .backHome .backHome-center p {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 26px; }
      .introduce-head .backHome .backHome-center p a, .introduce-head .backHome .backHome-center p img {
        display: block;
        float: left; }
      .introduce-head .backHome .backHome-center p img {
        height: 100%; }
      .introduce-head .backHome .backHome-center p a {
        line-height: 26px;
        font-size: 18px;
        color: #777777; }
.introduce-head .introduce-head-nav {
  height: 90px;
  background: white;
  border-bottom: 1px solid #DDE8F6; }
  .introduce-head .introduce-head-nav .introduce-head-center {
    position: relative;
    height: 100%; }
    .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 39px; }
      .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .logo-introduce, .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose, .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register {
        display: block;
        float: left; }
      .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .logo-introduce {
        height: 39px;
        margin-right: 46px; }
      .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose li {
        float: left;
        line-height: 39px;
        font-size: 18px;
        margin: 0 15px; }
        .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose li a {
          color: #000; }
      .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register {
        font-size: 18px;
        color: #0D5FE0; }
        .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register span, .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register img {
          display: block;
          float: left;
          line-height: 39px; }
        .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register img {
          height: 24px;
          margin: 5px 0 0 21px; }
        .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register .logon {
          margin: 0 14.1px 0 38px; }
        .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register .register {
          margin-left: 14.1px; }

.introduce {
  color: #333333; }
  .introduce .max-header {
    display: none; }
  .introduce .show-nav {
    width: 100%;
    position: relative; }
    .introduce .show-nav .show-nav-bgpic {
      width: 100%; }
  .introduce .module-titl {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px; }
  .introduce .module-titl-line {
    width: 100%;
    position: relative;
    margin-top: 27px;
    height: 2px; }
    .introduce .module-titl-line span {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 70px;
      height: 100%;
      background: #DDE8F6; }
  .introduce .company-abstract .abstract {
    margin-top: 36px; }
    .introduce .company-abstract .abstract li {
      text-indent: 2em;
      font-size: 16px;
      color: #333333;
      margin-top: 30px; }
    .introduce .company-abstract .abstract .abstract-content2 {
      text-indent: 0em; }
  .introduce .organization-structure .structure-map {
    width: 100%;
    margin-top: 21px; }
    .introduce .organization-structure .structure-map img {
      display: block;
      width: 100%;
      height: auto; }
  .introduce .market-position .market-position-abstract {
    width: 100%;
    text-indent: 2em;
    font-size: 18px;
    margin: 35px 0 85px 0;
    color: #666666; }
  .introduce .market-position .market-position-module {
    width: 100%; }
    .introduce .market-position .market-position-module ul {
      width: 100%;
      margin-top: 27px; }
      .introduce .market-position .market-position-module ul li {
        width: 12.5%;
        box-sizing: border-box;
        height: 25px;
        border-right: 1px solid #DDE8F6;
        float: left;
        position: relative;
        margin-bottom: 20px; }
        .introduce .market-position .market-position-module ul li a {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          display: block;
          width: 99px;
          height: 38px;
          text-align: center;
          line-height: 38px;
          border-radius: 3px;
          font-size: 16px; }
          .introduce .market-position .market-position-module ul li a:hover {
            background: #0D5FE0;
            color: #fff; }
      .introduce .market-position .market-position-module ul .no-border {
        border: 0; }
    .introduce .market-position .market-position-module .market-position-module_num1 {
      margin-top: 0; }
  .introduce .market-position .market-position-choseContent {
    padding: 1.8% 2%;
    background: #F7F8FA;
    font-size: 14px;
    margin-top: 43px; }
  .introduce .social-responsibility .social-responsibility-abstract {
    width: 100%;
    text-indent: 2em;
    font-size: 18px;
    margin: 40px 0 56px 0; }
  .introduce .social-responsibility .social-respond {
    width: 100%;
    height: 214px;
    position: relative; }
    .introduce .social-responsibility .social-respond .arrow-left {
      background: url(img/arrows.png) no-repeat left top;
      left: -13px; }
    .introduce .social-responsibility .social-respond .arrow-right {
      background: url(img/arrows.png) no-repeat left bottom;
      right: -13px; }
    .introduce .social-responsibility .social-respond .arrow-left, .introduce .social-responsibility .social-respond .arrow-right {
      position: absolute;
      z-index: 10;
      top: 42%;
      margin-top: -26px;
      width: 52px; }
    .introduce .social-responsibility .social-respond .swiper-container {
      width: 91%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      .introduce .social-responsibility .social-respond .swiper-container .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #F7F8FA;
        position: relative; }
        .introduce .social-responsibility .social-respond .swiper-container .swiper-slide p {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 95%;
          height: 100%; }
          .introduce .social-responsibility .social-respond .swiper-container .swiper-slide p img {
            display: block;
            width: 100%; }
          .introduce .social-responsibility .social-respond .swiper-container .swiper-slide p span {
            display: block;
            width: 100%;
            margin-top: 16px;
            text-align: center;
            font-size: 16px; }
  .introduce .move-pic-show {
    display: none; }

@media (min-width: 1000px) and (max-width: 1200px) {
  .introduce-head .container {
    max-width: 1100px; }
    .introduce-head .container .head-nav-chose, .introduce-head .container p {
      width: 96%; }

  .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .logo-introduce {
    margin-right: 10px; }
  .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose li {
    margin: 0 8px; }
  .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register .logon {
    margin: 0 14.1px 0 19px; }
  .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register img {
    margin: 5px 0 0 14px; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .introduce-head {
    display: none; }

  .container {
    width: 95%; }

  .introduce .market-position .market-position-module ul li a {
    width: 90%;
    line-height: 33px;
    height: 33px;
    font-size: 15px; }
  .introduce .market-position .market-position-choseContent {
    font-size: 16px; }

  .social-respond .arrow-left, .social-respond .arrow-right {
    display: none; } }
@media (min-width: 320px) and (max-width: 600px) {
  .introduce-head {
    display: none; }

  .introduce .market-position .market-position-module .xs-4-li li {
    width: 25%; }
    .introduce .market-position .market-position-module .xs-4-li li a {
      display: block;
      width: 80%; }
  .introduce .market-position .market-position-choseContent {
    font-size: 17px; }
  .introduce .market-position .market-position-choseContent {
    margin: 12px 0 10px 0; }
  .introduce .module-titl {
    font-size: 25px;
    margin-top: 25px; }
  .introduce .page-section {
    background: white; }
  .introduce .introduce-slide {
    display: none; }
  .introduce .poverty-relief {
    width: 100%; }
    .introduce .poverty-relief img {
      width: 100%; }
    .introduce .poverty-relief p {
      font-size: 17px;
      width: 100%;
      line-height: 76px;
      text-align: center; }
  .introduce .social-responsibility .social-responsibility-abstract {
    margin: 34px 0; }
  .introduce .market-position .market-position-abstract {
    margin: 26px 0 22px 0; }
  .introduce .move-pic-show {
    display: block; }
  .introduce .social-respond {
    display: none; } }
.investor {
  background: white; }
  .investor .max-header {
    display: none; }
  .investor .echart-section {
    background: #ECF8FE; }
    .investor .echart-section .echart-nav, .investor .echart-section .echart-map {
      width: 100%; }
    .investor .echart-section .echart-nav {
      height: 64px;
      border-bottom: 1px solid #DDE8F6;
      position: relative; }
      .investor .echart-section .echart-nav ul {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 65%;
        height: 24px; }
        .investor .echart-section .echart-nav ul li {
          width: 24%;
          height: 100%;
          float: left;
          border-left: 1px solid #DDE8F6;
          font-size: 16px;
          color: #333333;
          position: relative; }
          .investor .echart-section .echart-nav ul li span {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            text-align: center;
            line-height: 30px;
            width: 70px;
            height: 30px;
            border-radius: 6px; }
          .investor .echart-section .echart-nav ul li:hover span {
            background: #0D5FE0;
            color: #fff; }
          .investor .echart-section .echart-nav ul li .spandefault {
            background: #ECF8FE;
            color: #000; }
          .investor .echart-section .echart-nav ul li .spanhover {
            background: #0D5FE0;
            color: #fff; }
        .investor .echart-section .echart-nav ul .last-border {
          border-right: 1px solid #DDE8F6; }
    .investor .echart-section .echart-map {
      height: 567px;
      position: relative; }
      .investor .echart-section .echart-map #echart {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 70%;
        height: 90%; }
  .investor .company-notice {
    width: 100%;
    border-bottom: 1px solid #DDE8F6;
    position: relative; }
    .investor .company-notice span {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 22px;
      line-height: 60px;
      color: #777777;
      text-align: center;
      margin-top: 30px; }
    .investor .company-notice a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      border-bottom: 3px solid #0D5FE0;
      width: 88px; }
  .investor .business-option5 span {
    color: #0D5FE0; }
  .investor .company-notice-content {
    overflow: hidden;
    margin-left: 40px; }
    .investor .company-notice-content p {
      float: left; }
    .investor .company-notice-content .release-time {
      color: #777777;
      font-size: 14px;
      line-height: 27px;
      margin-right: 8px;
      width: 20%; }
    .investor .company-notice-content .release-notice {
      font-size: 18px;
      color: #333333;
      width: 74%;
      font-weight: 600; }
  .investor .margin-left {
    margin-left: 3%; }
  .investor .grid-module .xs-span-6 {
    border-bottom: 1px solid #DDE8F6;
    width: 48%; }
  .investor .grid-module .col {
    padding-right: 0;
    padding-left: 0; }

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose li:hover a {
  display: block;
  color: #0D5FE0; }

@media (max-width: 1000px) {
  .investor .echart-section .echart-map #echart {
    width: 100%; }

  .investor .echart-section .echart-nav ul {
    width: 90%; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .investor .company-notice-content {
    margin-left: 0; }
    .investor .company-notice-content .release-time {
      margin-right: 2px;
      width: 27%; }
    .investor .company-notice-content .release-notice {
      width: 72%; }
  .investor section .page-section .grid-module .xs-span-6 {
    width: 48%; }
  .investor .business-option5 {
    display: block;
    margin: 14px 0 40px 0; } }
@media (min-width: 320px) and (max-width: 600px) {
  .investor section .page-section .grid-module .xs-span-6 {
    width: 100%; }
  .investor .margin-left {
    margin-left: 0; }
  .investor .company-notice-content {
    margin-left: 0; }
  .investor .business-option5 {
    display: block;
    margin: 14px 0 35px 0; } }
.home-top-bgPic .device {
  height: auto; }
  .home-top-bgPic .device .my-video-dimensions {
    width: 100%;
    height: 400px; }
.home-top-bgPic .home-top {
  display: none; }

.home-introduction .grid-module .span-5 {
  width: 20%;
  float: left; }
.home-introduction .grid-module .col1 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn5.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn5.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn5@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn5.png',sizingMethod='scale'); }
.home-introduction .grid-module .col2 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn5.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn5.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn5@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn5.png',sizingMethod='scale'); }
.home-introduction .grid-module .col3 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn6.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn6.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn6@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn6.png',sizingMethod='scale'); }
.home-introduction .grid-module .col4 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn7.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn7.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn7@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn7.png',sizingMethod='scale'); }
.home-introduction .grid-module .col5 .business-img span {
  background: url("http://127.0.0.1:8020/bank/images/home_page_iocn8.png") center center no-repeat;
  background-image: -webkit-image-set(url("http://127.0.0.1:8020/bank/images/home_page_iocn8.png") 1x, url("http://127.0.0.1:8020/bank/images/home_page_iocn8@2x.png") 2x);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://127.0.0.1:8020/bank/images/home_page_iocn8.png',sizingMethod='scale'); }
.home-introduction .grid-module .col1 .business-img span, .home-introduction .grid-module .col2 .business-img span, .home-introduction .grid-module .col3 .business-img span, .home-introduction .grid-module .col4 .business-img span, .home-introduction .grid-module .col5 .business-img span {
  background-size: 100% auto;
  width: 65px; }
.home-introduction .grid-module .business-img {
  width: 100%;
  position: relative; }
  .home-introduction .grid-module .business-img span {
    display: block;
    z-index: 100;
    width: 45px; }
  .home-introduction .grid-module .business-img p {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-image: linear-gradient(-90deg, #0CB2ED 0%, #573DE9 100%);
    position: absolute;
    top: 0;
    left: 0; }
.home-introduction .grid-module .business-content {
  width: 100%; }
  .home-introduction .grid-module .business-content span {
    display: block;
    text-align: center; }
  .home-introduction .grid-module .business-content .business-content-span1 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 27px; }
  .home-introduction .grid-module .business-content .business-content-span2 {
    font-size: 17px;
    margin-top: 15px;
    color: #777777;
    height: 57px;
    padding: 0 7px; }
.home-introduction .grid-module .col1 .business-img {
  background: url(../images/show_business_1.png) center center no-repeat; }
.home-introduction .grid-module .col2 .business-img {
  background: url(../images/show_business_2.png) center center no-repeat; }
.home-introduction .grid-module .col3 .business-img {
  background: url(../images/show_business_3.png) center center no-repeat; }
.home-introduction .grid-module .col4 .business-img {
  background: url(../images/show_business_4.png) center center no-repeat; }
.home-introduction .grid-module .col5 .business-img {
  background: url(../images/show_business_4.png) center center no-repeat; }

@media (min-width: 320px) and (max-width: 600px) {
  .home-introduction .grid-module .span-5 {
    width: 100%;
    float: left; } }
.index-new .footer .select-link select {
  display: none; }
.index-new .device {
  height: auto; }
  .index-new .device .show-img {
    display: none;
    width: 100%; }
.index-new .home-top {
  display: none; }
.index-new .page-section {
  padding: 0;
  margin-top: 2%; }
.index-new .brand-advantage {
  width: 98%;
  height: 290px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #D8D8D8; }
  .index-new .brand-advantage .brand-advantage-bg {
    width: 100%;
    height: 67.7%;
    position: relative; }
    .index-new .brand-advantage .brand-advantage-bg span {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 33%; }
  .index-new .brand-advantage .brand-advantage-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .index-new .brand-advantage .brand-advantage-content p {
      display: block;
      width: 90%; }
      .index-new .brand-advantage .brand-advantage-content p span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #333333; }
      .index-new .brand-advantage .brand-advantage-content p span:last-child {
        margin-top: 5px; }
.index-new .xs-span-12:nth-child(1) .brand-advantage-bg span {
  background: url(../images/index_new_brank1.png) center center no-repeat;
  background-size: 100% auto; }
.index-new .xs-span-12:nth-child(2) .brand-advantage-bg span {
  background: url(../images/index_new_brank2.png) center center no-repeat;
  background-size: 100% auto; }
.index-new .xs-span-12:nth-child(3) .brand-advantage-bg span {
  background: url(../images/index_new_brank3.png) center center no-repeat;
  background-size: 100% auto; }
.index-new .xs-span-12:nth-child(4) .brand-advantage-bg span {
  background: url(../images/index_new_brank4.png) center center no-repeat;
  background-size: 100% auto; }
.index-new .light-grey .business-option1 {
  margin: 49.6px auto 0; }
.index-new .light-grey .business-option4 {
  margin: 24px auto 48px;
  border-bottom: 1px solid #C2C2C2; }
.index-new .light-grey .productTitle {
  margin-top: 159px; }
.index-new .production-1 {
  margin-top: 0; }
  .index-new .production-1 .product-recommend {
    margin-bottom: 60px; }
    .index-new .production-1 .product-recommend .xs-span-5 {
      width: 20%;
      float: left;
      padding: 0 1%; }
      .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame {
        width: 100%;
        height: 240px;
        display: block;
        background: #fff; }
        .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-bg, .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content {
          width: 100%;
          position: relative; }
          .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-bg span, .index-new .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; }
        .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-bg {
          height: 72%; }
        .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content {
          height: 28%; }
          .index-new .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; }
    .index-new .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; }
    .index-new .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; }
    .index-new .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; }
    .index-new .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; }
    .index-new .production-1 .product-recommend .xs-span-5:nth-child(5) .span-5-blame-bg span {
      background: url(../images/index_new_product4.png) center center no-repeat;
      background-size: 100% auto;
      width: 86px; }
.index-new .production-2 {
  margin-top: 0;
  margin-bottom: 50px; }
  .index-new .production-2 .business-title {
    margin-top: 40px; }
  .index-new .production-2 .business-option4 {
    margin: 24px auto 10px;
    border-bottom: 1px solid #C2C2C2; }
  .index-new .production-2 .row .product-recommendblame {
    width: 100%; }
    .index-new .production-2 .row .product-recommendblame .product-recommendblame-bg {
      height: 99px;
      width: 100%;
      position: relative; }
      .index-new .production-2 .row .product-recommendblame .product-recommendblame-bg a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        height: 72px;
        width: 72px; }
    .index-new .production-2 .row .product-recommendblame .product-recommendblame-content {
      width: 100%; }
      .index-new .production-2 .row .product-recommendblame .product-recommendblame-content span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px; }
  .index-new .production-2 .row .xs-span-4:nth-child(1) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg1.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(2) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg2.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(3) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg3.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(4) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg4.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(5) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg5.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(6) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg6.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(7) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg7.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(8) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg8.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(9) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg9.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(10) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg10.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(11) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg11.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(12) .product-recommendblame-bg a {
    background: url(../images/product-recommendblame-bg12.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(13) .product-recommendblame-bg a {
    background: url(../images/It.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(14) .product-recommendblame-bg a {
    background: url(../images/Guosen_Hongsheng.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(15) .product-recommendblame-bg a {
    background: url(../images/Guosen_future.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(16) .product-recommendblame-bg a {
    background: url(../images/Guosen_Hongkong.png) center center no-repeat; }
  .index-new .production-2 .row .xs-span-4:nth-child(1) .product-recommendblame-bg a, .index-new .production-2 .row .xs-span-4:nth-child(2) .product-recommendblame-bg a,
  .index-new .production-2 .row .xs-span-4:nth-child(3) .product-recommendblame-bg a, .index-new .production-2 .row .xs-span-4:nth-child(4) .product-recommendblame-bg a,
  .index-new .production-2 .row .xs-span-4:nth-child(5) .product-recommendblame-bg a, .index-new .production-2 .row .xs-span-4:nth-child(6) .product-recommendblame-bg a,
  .index-new .production-2 .row .xs-span-4:nth-child(7) .product-recommendblame-bg a, .index-new .production-2 .row .xs-span-4:nth-child(8) .product-recommendblame-bg a,
  .index-new .production-2 .row .xs-span-4:nth-child(9) .product-recommendblame-bg a, .index-new .production-2 .row .xs-span-4:nth-child(10) .product-recommendblame-bg a,
  .index-new .production-2 .row .xs-span-4:nth-child(11) .product-recommendblame-bg a, .index-new .production-2 .row .xs-span-4:nth-child(12) .product-recommendblame-bg a,
  .index-new .production-2 .row .xs-span-4:nth-child(13) .product-recommendblame-bg a, .index-new .production-2 .row .xs-span-4:nth-child(14) .product-recommendblame-bg a,
  .index-new .production-2 .row .xs-span-4:nth-child(15) .product-recommendblame-bg a, .index-new .production-2 .row .xs-span-4:nth-child(16) .product-recommendblame-bg a {
    background-size: 100% auto; }
.index-new .fixImg {
  position: fixed;
  bottom: 10%;
  margin-top: -75px;
  right: 0px;
  width: 82px;
  height: 100px;
  background: url(../images/fix_pc.png) center center no-repeat;
  background-size: auto 100%;
  z-index: 100;
  display: block; }
.index-new .fixImg img{
  display: none; 
}
@media (max-width: 1000px) {
  .index-new .production-1 .product-recommend .xs-span-5:nth-child(1) .span-5-blame-bg span {
    width: 55px; }
  .index-new .production-1 .product-recommend .xs-span-5:nth-child(2) .span-5-blame-bg span {
    width: 45px; }
  .index-new .production-1 .product-recommend .xs-span-5:nth-child(3) .span-5-blame-bg span {
    width: 55px; }
  .index-new .production-1 .product-recommend .xs-span-5:nth-child(4) .span-5-blame-bg span {
    width: 55px; }
  .index-new .production-1 .product-recommend .xs-span-5:nth-child(5) .span-5-blame-bg span {
    width: 55px; }
  .index-new .brand .container .business-option4 {
    margin: 12px auto 15px; }
  .index-new .production-2 .row .product-recommendblame .product-recommendblame-content span {
    font-size: 15px; }
  .index-new .light-grey .business-option4, .index-new .production-2 .business-option4 {
    margin: 12px auto 20px;
    width: 35px;
    color: #C2C2C2; }
  .index-new .fixImg {
    margin-top: -37px;
    width: 52px;
    height: 74px; }
  .index-new .device .show-img {
    display: block; }
  .index-new .device #azuremediaplayer {
    display: none; }
  .index-new .light-grey .business-option1 img {
    height: 25px; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .index-new .xs-span-5 .span-5-blame .span-5-blame-content span {
    height: 38px;
    line-height: 38px;
    font-size: 18px; }
  .index-new .grid-module .col {
    padding: 1.25%; }
  .index-new .brand-advantage {
    height: 240px; }
    .index-new .brand-advantage .brand-advantage-bg {
      height: 57%; }
  .index-new .light-grey .business-option1 {
    margin-top: 20px; }
  .index-new .productTitle, .index-new .business-title {
    font-size: 18px; }
  .index-new .light-grey .productTitle {
    margin-top: 43px; }
  .index-new .brand-advantage .brand-advantage-bg span {
    width: 37%; }
  .index-new .min-header .nav {
    display: none; }
  .index-new .min-header .login {
    display: none; }
  .index-new .production-1 .product-recommend .xs-span-5 {
    padding: 0 0.6%; }
    .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame {
      height: 15em; }
      .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content span {
        height: 34px;
        line-height: 34px;
        width: 86%; }
  .index-new .brand-advantage .brand-advantage-content p span {
    font-size: 16px; }
  .index-new .grid-module .col {
    padding: 1.25%; }
  .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content span {
    font-size: 15px; }
  .index-new .fixImg {
    background: url(../images/fix_ipad.png) center center no-repeat;
    background-size: auto 100%; } }
@media (min-width: 320px) and (max-width: 600px) {
  .index-new {
    background: #F7F8FA; }
   .index-new .product-recommend-head{
            display:block;
        }
    .index-new .light-grey .logo {
      display: none; }
    .index-new .header {
      display: block; }
      .index-new .header .min-header {
        background: #fff; }
        .index-new .header .min-header .nav {
          display: none; }
    .index-new .productTitle, .index-new .business-title {
      font-size: 18px; }
    .index-new .production-2 {
      background: #fff; }
      .index-new .production-2 .row .product-recommendblame .product-recommendblame-bg {
        height: 76px; }
        .index-new .production-2 .row .product-recommendblame .product-recommendblame-bg a {
          width: 55px;
          height: 55px; }
    .index-new .brand {
      width: 90%;
      margin: 30px auto 0; }
      .index-new .brand .container {
        padding: 0;
        background: #fff; }
        .index-new .brand .container .business-title {
          margin-top: 17px;
          font-size: 17px; }
        .index-new .brand .container .brand-advantage {
          border: none;
          height: 91px; }
          .index-new .brand .container .brand-advantage .brand-advantage-bg {
            width: 35%;
            height: 100%;
            float: left; }
            .index-new .brand .container .brand-advantage .brand-advantage-bg span {
              width: 71px;
              height: 71px;
              border-radius: 50%;
              background-color: #F5FBFF;
              background-size: 62% auto; }
          .index-new .brand .container .brand-advantage .brand-advantage-content {
            width: 65%;
            padding-left: 10px;
            height: 100%;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center; }
            .index-new .brand .container .brand-advantage .brand-advantage-content p {
              width: 100%; }
              .index-new .brand .container .brand-advantage .brand-advantage-content p span {
                text-align: left;
                font-size: 15px; }
        .index-new .brand .container .xs-span-12 {
          padding: 0; }
    .index-new .light-grey .productTitle {
      margin-top: 30px; }
    .index-new .production-2 .business-option4 {
      margin-bottom: 15px; }
    .index-new .production-1 .product-recommend .xs-span-4 {
      width: 32%;
      margin-left: 1.3%; }
      .index-new .production-1 .product-recommend .xs-span-4 .span-5-blame {
        height: 120px;
        position: relative; }
        .index-new .production-1 .product-recommend .xs-span-4 .span-5-blame .span-5-blame-bg {
          height: 100%; }
        .index-new .production-1 .product-recommend .xs-span-4 .span-5-blame .span-5-blame-content {
          position: absolute;
          bottom: -22px;
          left: 0;
          z-index: 100; }
          .index-new .production-1 .product-recommend .xs-span-4 .span-5-blame .span-5-blame-content span {
            height: 34px;
            line-height: 34px;
            font-size: 18px; }
    .index-new .production-1 .product-recommend .xs-span-4:first-child {
      margin-left: 0; }
    .index-new .production-1 .product-recommend .xs-span-4:nth-child(4) {
      margin: 56px 0 0 16.5%; }
    .index-new .production-1 .product-recommend .xs-span-4:last-child {
      margin-top: 56px; }
    .index-new .production-1 .product-recommend .xs-span-5 {
      padding: 0 0.5%; }
      .index-new .production-1 .product-recommend .xs-span-5 .span-5-blame .span-5-blame-content span {
        width: 85%; }
    .index-new .production-1 .product-recommend .xs-span-4 .span-5-blame .span-5-blame-content span {
      font-size: 14px; }
    .index-new .fixImg {
      width: 70px;
      height: 116px;
      background: none;}
    .index-new .fixImg img{
      display: block;  
    } }

body, html, div, p, a, i, span, ul, li, section, header, footer {
  margin: 0;
  padding: 0; }

.product-recommend-ts .notice-ts {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 32px; }
.product-recommend-ts .footer .select-link select {
  display: none; }
.product-recommend-ts .product-recommend-bg {
  height: 210px;
  padding-top: 130px; }

.product-recommend-head {
  width: 100%;
  height: 62px;
  position: relative; }
  .product-recommend-head .product-head-left {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 10%; }
    .product-recommend-head .product-head-left i, .product-recommend-head .product-head-left span {
      display: block;
      float: left;
      color: #999999;
      font-size: 17px; }
    .product-recommend-head .product-head-left i {
      margin: 3px 1px 0 0; }
    .product-recommend-head .product-head-left .move-back {
      display: none; }
  .product-recommend-head .product-head-right {
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 10%; }
    .product-recommend-head .product-head-right img {
      display: block;
      height: 100%; }

.product-recommend-bg {
  width: 100%;
  height: 240px;
  padding-top: 100px;
  background: url(../images/recommend_bg_pc.jpg) center center no-repeat;
  background-size: 100% 100%;
  color: #fff; }
  .product-recommend-bg .our-business1 {
    text-align: center;
    font-size: 39px;
    font-weight: 600; }
  .product-recommend-bg .our-business2 {
    text-align: center; }
  .product-recommend-bg .our-business2 {
    font-size: 34px;
    margin-top: 15px; }
    .product-recommend-bg .our-business2 span {
      display: block;
      width: 68%;
      margin: 0 auto 0; }
  .product-recommend-bg .our-business3 {
    margin-top: 18px;
    position: relative; }
    .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; }

@media (min-width: 1000px) {
  .page-section {
    padding: 114px 0; } }
@media (max-width: 1000px) {
  .product-recommend-head .product-head-left {
    left: 5%;
    display: block;
    margin-top: -10px; }

  .page-section {
    padding: 30px 0 29px; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .product-recommend-head .product-head-right {
    height: 25px;
    margin-top: -12.5px;
    right: 8%; }

  .product-recommend-bg {
    height: 200px;
    background: url(../images/recommend_bg_ipad.jpg) center center no-repeat;
    background-size: 100% 100%; }
    .product-recommend-bg .our-business1 {
      font-size: 27px; }
    .product-recommend-bg .our-business2 {
      font-size: 20px; }
    .product-recommend-bg .our-business3 {
      font-size: 12px; }

  .product-recommend-ts .product-recommend-bg {
    height: 180px;
    padding-top: 130px; } }
@media (min-width: 320px) and (max-width: 600px) {
  body {
    background: #fff; }

  .product-recommend-ts .product-recommend-bg {
    height: 140px;
    padding-top: 87px; }
    .product-recommend-ts .product-recommend-bg .our-business1 {
      font-size: 23px; }

  .product-recommend-bg {
    height: 160px;
    padding-top: 67px;
    background: url(../images/recommend_bg_ipad.jpg) center center no-repeat;
    background-size: 100% 100%; }
    .product-recommend-bg .our-business1 {
      font-size: 27px; }
    .product-recommend-bg .our-business2 {
      font-size: 23px; }
    .product-recommend-bg .our-business3 {
      position: relative;
      margin-top: 13px; }
      .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: none; }

  .product-recommend-head .product-head-left {
    display: none; }
  .product-recommend-head .product-head-right {
    right: 5%;
    height: 21px;
    margin-top: -12px; } }
.product-recommend-goldSun .product-recommend-bg .our-business2 {
  font-size: 23px;
  line-height: 36px; }

.product-recommend-brain-sun .product-recommend-bg .our-business2 {
  font-size: 34px;
  margin-top: 21px; }

.goldSun-part {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .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-common .goldSun-leftcont {
    font-size: 18px;
    line-height: 30px;
    text-align: justify; }
    .goldSun-part .goldSun-common .goldSun-leftcont span {
      display: block; }
  .goldSun-part .marginleft {
    margin-left: 4%; }
  .goldSun-part .marginright {
    margin-right: 4%; }
  .goldSun-part .goldSun-rightpart {
    width: 48%;
    float: left; }
    .goldSun-part .goldSun-rightpart img {
      display: block;
      width: 100%; }
    .goldSun-part .goldSun-rightpart .goldSun-lefttil, .goldSun-part .goldSun-rightpart .goldSun-leftcont {
      display: none; }
  .goldSun-part .goldSun-leftpart {
    float: left;
    width: 48%; }
    .goldSun-part .goldSun-leftpart img {
      display: none; }

.product_recommend_manageMoney .goldSun-part .goldSun-rightpart {
  width: 22%; }
  .product_recommend_manageMoney .goldSun-part .goldSun-rightpart img {
    width: 100%; }
.product_recommend_manageMoney .footer .select-link select {
  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: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0;
        overflow: hidden; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .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; } }
@media (min-width: 320px) and (max-width: 600px) {
  .product-recommend-goldSun .product-recommend-bg {
    height: 110px;
    padding-top: 40px; }
    .product-recommend-goldSun .product-recommend-bg .our-business2 span {
      width: 95%; }
    .product-recommend-goldSun .product-recommend-bg .our-business1 {
      font-size: 22px; }
    .product-recommend-goldSun .product-recommend-bg .our-business2 {
      font-size: 19px;
      margin-top: 12px;
      line-height: 30px; }
    .product-recommend-goldSun .product-recommend-bg .our-business3 {
      position: relative;
      margin-top: 13px; }
      .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: none; }
  .product-recommend-goldSun .goldSun .product-recommend-bg {
    height: 158px;
    padding-top: 30px; }

  .goldSun-part .goldSun-common .goldSun-leftcont {
    font-size: 15px; }
  .goldSun-part .goldSun-common .goldSun-lefttil {
    font-size: 20px; }

  .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; }
    .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: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto 0;
        overflow: hidden; } }
.business-introduct .product-recommend-bg {
  display: none; }
.business-introduct .business-introduct-bg {
  width: 100%; }
  .business-introduct .business-introduct-bg img {
    display: block;
    width: 100%; }
  .business-introduct .business-introduct-bg .business-bg-move {
    display: none; }
  .business-introduct .business-introduct-bg .business-bg-pc {
    display: block; }
.business-introduct .business-option1 {
  margin-top: 0; }
.business-introduct .business-option4 {
  margin: 24px auto 80px; }

.business-introduct .goldSun-part .goldSun-common .goldSun-lefttil {
  font-size: 20px; }
  .business-introduct .goldSun-part .goldSun-common .goldSun-lefttil .goldSun-leftblame {
    font-size: 20px;
    line-height: 22px; }

.product_recommend_manageMoney .page-section {
  padding: 80px 0; }

.business-introduct .goldSun-part .goldSun-rightpart {
  width: 45%; }

@media (min-width: 601px) and (max-width: 1000px) {
  .business-introduct .goldSun-part .goldSun-rightpart {
    width: 39.7%; }

  .product_recommend_manageMoney .page-section {
    padding: 30px 0; }

  .business-introduct .business-option4 {
    margin-bottom: 30px; }

  .business-option1 {
    font-size: 24px; } }
@media (min-width: 320px) and (max-width: 600px) {
  .business-introduct .goldSun-part .imgTop img {
    width: 100%; }
  .business-introduct .business-introduct-bg .business-bg-move {
    display: block; }
  .business-introduct .business-introduct-bg .business-bg-pc {
    display: none; }
  .business-introduct .goldSun-part .goldSun-rightpart {
    width: 100%; }

  .product_recommend_manageMoney .page-section {
    padding: 40px 0; }

  .business-introduct .business-option4 {
    margin-bottom: 40px; }

  .business-introduct .business-option1 {
    font-size: 22px; } }
.index-new .product-recommend-bg,.product-recommend-head{
            display:none;
    }
/*# sourceMappingURL=main.css.map */
