.page-section {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 60px 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%;
  -webkit-box-sizing: border-box;
          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 {
    -webkit-transition: background-color 120ms linear;
    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) {
  .page-section {
    padding: 28px 0; }

  .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% 0 2.5% 0; } }
.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%; } }

.financing-news {
  background: #ffffff; }

.financing-news h3, .financing-news h3 a {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
  overflow: hidden;
  height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.financing-news .time {
  font-size: 14px;
  color: #777777; }

.financing-news .content-wrap p {
  font-size: 14px;
  color: #777777;
  line-height: 20px;
  margin-top: 10px; }

.product-more a {
  color: #0D5FE0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: block;
  margin-bottom: 40px; }

.light-grey {
  background-color: #FFF !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: #D71B17;
  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: #D71B17;
  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: #D71B17;
  -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; }

.home-top-bgPic {
  position: relative;
  width: 100%;
  max-width: 1842px;
  margin: 0 auto; }
  .home-top-bgPic .device {
    max-width: 1842px;
    width: 100%;
    margin: 0 auto; }
    .home-top-bgPic .device .banner-bg a {
      display: block;
      overflow: hidden; }
    .home-top-bgPic .device .arrow-left {
      background: url(img/arrows.png) no-repeat left top;
      left: 119px; }
    .home-top-bgPic .device .arrow-right {
      background: url(img/arrows.png) no-repeat left bottom;
      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%; }

@media (max-width: 1000px) {
  .new-state-nav, .nav-frame {
    display: none; } }
@media (min-width: 320px) and (max-width: 600px) {
  .home-top-bgPic .device .arrow-left, .home-top-bgPic .device .arrow-right {
    display: none; }
  .home-top-bgPic .device .swiper-container .banner-bg {
    min-height: 91px; } }
.page-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .page-select .pagination > li > a > i {
    line-height: 19px; }
  .page-select .m-style {
    max-width: 454px;
    margin: 0 auto; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: 0; }

.search-frame {
  background: white;
  display: block;
  float: left;
  line-height: 39px;
  height: 39px;
  cursor: pointer; }
  .search-frame .const {
    overflow: hidden;
    float: left;
    height: 100%;
    max-width: 0; }
  .search-frame .const-close {
    -webkit-animation: close 0.2s;
            animation: close 0.2s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
@keyframes close {
  from {
    max-width: 1000px; }
  to {
    max-width: 0px; } }
@-webkit-keyframes close /*Safari and Chrome*/ {
  from {
    max-width: 1000px; }
  to {
    max-width: 0px; } }
  .search-frame .const-open {
    -webkit-animation: open 0.2s;
            animation: open 0.2s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
@keyframes open {
  from {
    max-width: 0; }
  to {
    max-width: 1000px; } }
@-webkit-keyframes open /*Safari and Chrome*/ {
  from {
    max-width: 0; }
  to {
    max-width: 1000px; } }
  .search-frame .close-btn, .search-frame .frame, .search-frame .search-btn {
    float: left;
    height: 100%; }
    .search-frame .close-btn input, .search-frame .frame input, .search-frame .search-btn input {
      display: block;
      height: 100%; }
    .search-frame .close-btn img, .search-frame .frame img, .search-frame .search-btn img {
      height: 80%;
      margin-top: 5px; }
  .search-frame .close-btn {
    margin-right: 14px; }
  .search-frame .frame {
    margin-right: 14px;
    width: 705px; }
    .search-frame .frame input {
      width: 80%; }





@media (min-width: 320px) and (max-width: 600px) {
  .phone-part .phone-header {
    display: block;
    background: #fff;
    height: 60px;
    position: relative; }
    .phone-part .phone-header p, .phone-part .phone-header a {
      position: absolute;
      top: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .phone-part .phone-header p img, .phone-part .phone-header a img {
        display: block; }
    .phone-part .phone-header .phone-header-p1 {
      left: 20px; }
      .phone-part .phone-header .phone-header-p1 span {
        height: 43px;
        width: 43px;
        display: block;
        background: url(../../../common/images/Group_business_6.png) center center no-repeat;
        background-size: auto 43px; }
      .phone-part .phone-header .phone-header-p1 .openMove {
        background: url(../../../common/images/Group_business_6.png) center center no-repeat;
        background-size: auto 43px; }
      .phone-part .phone-header .phone-header-p1 .closeMove {
        background: url(../../../common/images/menu_close.png) center center no-repeat;
        background-size: auto 43px; }
    .phone-part .phone-header .phone-header-p2 {
      right: 30px; }
      .phone-part .phone-header .phone-header-p2 span {
        height: 23px;
        width: 146px;
        display: block;
        background: url(../../../common/images/logo.png) center center no-repeat;
        background-size: auto 100%; } }
.introduce-head .backHome {
  height: 40px;
  background: #D71B17;
  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;
        margin-left: 10px; }
.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: 35px;
        margin-right: 46px; }
      .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose li {
        float: left;
        line-height: 39px;
        font-size: 16px;
        margin: 0 15px;
        cursor: pointer; }
        .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose li a {
          color: #000;
          text-decoration: none; }
      .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose .current a {
        color: #0D5FE0; }
      .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register {
        font-size: 18px;
        color: #0D5FE0;
        position: absolute;
        top: 0;
        right: 29px; }
        .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register .logon {
          display: block;
          float: left;
          line-height: 39px;
          height: 39px;
          cursor: pointer;
          margin: 0 14.1px 0 38px;
          text-decoration: none; }
        .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register .register {
          margin-left: 14.1px; }

@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; } }
@media (min-width: 320px) and (max-width: 600px) {
  .introduce-head {
    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) {
  .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: 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) {
  .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) {
  .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) {
  .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; } }
.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 #D71B17;
      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 #D71B17; }
  .title h3 {
    height: 18px;
    padding-left: 15px;
    border-left: 4px solid #D71B17;
    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: #D71B17;
    font-size: 14px; }

.introduction p {
  font-size: 14px;
  color: #333333;
  line-height: 28px; }
.introduction img {
  width: 100%; }

.introduction .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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;
    -webkit-box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
            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;
    -webkit-box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
            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;
    -webkit-box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
            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;
    -webkit-box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
            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;
    -webkit-box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
            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;
    -webkit-box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
            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;
          -webkit-box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
                  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;
          -webkit-box-shadow: 0 10px 10px 0 rgba(13, 95, 224, 0.18);
                  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 #D71B17; }

.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 #DDE8F6;
    color: #D71B17;
    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_3.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_2.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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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: #D71B17; }
  .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: #D71B17; }

.ipo .detail {
  display: block;
  border: 1px solid #DDE8F6;
  width: 220px;
  height: 55px;
  line-height: 55px;
  color: #D71B17;
  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: #D71B17;
  border-radius: 4px;
  color: #FFFFFF; }
/*# sourceMappingURL=content.css.map */
