@charset "UTF-8";
/*首页*/
.top {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 99; background-color: #fbfbfb;top:0;}
  .top a, .top li {
    color: #605f6d; }
  .top .top-navigation {
    width: 1140px;
    margin: 0 auto; }
    .top .top-navigation .top-logo {
      width: 150px;
      float: left;
      margin-top: 10px;
      margin-left: 200px; }
      .top .top-navigation .top-logo a {
        display: block;
        width: 152px;
        height: 38px;
        /*background: url(../images/logo.png) no-repeat left;*/
		text-align:right;
        background-size: 100%; }
    .top .top-navigation .head {
      float: left;
      padding-right: 20px; }
      .top .top-navigation .head li {
        float: left;
        line-height: 30px;
        margin: 0 15px;
        padding-top: 15px;color: #333; }
        .top .top-navigation .head li a {
          display: block;
          position: relative;
          font-size: 16px; }
        .top .top-navigation .head li a:hover {
          color: #605f6d;
          text-decoration: none; }
        .top .top-navigation .head li a:after {
          content: "";
          width: 0;
          height: 1px;
          background: #fff;
          position: absolute;
          top: 100%;
          left: 50%;
          transition: all .3s; }
        .top .top-navigation .head li a:hover:after {
          left: 0%;
          width: 100%; }
        .top .top-navigation .head li a.active {
          border-bottom: 1px solid #ffa64d; }
    .top .top-navigation .login {
      float: left; }
      .top .top-navigation .login li {
        float: left;
        line-height: 60px; }
        .top .top-navigation .login li a {
          position: relative; }
        .top .top-navigation .login li a:after {
          content: "";
          width: 0;
          height: 1px;
          background: #fff;
          position: absolute;
          top: 100%;
          left: 50%;
          transition: all .3s; }
        .top .top-navigation .login li a:hover:after {
          left: 0%;
          width: 100%; }
  .top.sss {
    background-color: rgba(0, 0, 0, 0.4); }
  .top.sss2 {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(69, 91, 107, 0.10196); }

/*phone*/
.head-phone {
  display: none;
  width: 100%;
  background: #fff;
  position: fixed;
  height: 59px; }
  .head-phone .top-logo {
    width: 150px;
    }
  .head-phone.open {
    background: rgba(64, 64, 64, 0.94);
    height: 100%; }
    .head-phone.open .col-xs span {
      background: #fff; }
    .head-phone.open .col-xs span:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 5px; }
    .head-phone.open .col-xs span:nth-child(2) {
      opacity: 0; }
    .head-phone.open .col-xs span:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: -7px; }
    .head-phone.open .row-menu {
      display: block; }
    .head-phone.open .top-logo a {
      display: block;
      line-height: 30px;
      width: 80px;
      height: 44px;
      background: url(../images/logo.png) no-repeat left;
      background-size: 100%; }
  .head-phone .row-menu {
    display: none;
    padding-top: 60px; }
    .head-phone .row-menu li {
      text-align: center;
      line-height: 54px; }
      .head-phone .row-menu li a {
        display: block;
        line-height: 60px;
        position: relative; color: #fff;}
        .head-phone .row-menu li a::after {
          content: '';
          position: absolute;
          left: 50%;
          margin-left: -30px;
          display: block;
          width: 60px;
          height: 1px;
          background: #fff;
          bottom: 13px;
          opacity: 0; }
        .head-phone .row-menu li a:hover::after {
          opacity: 1; }
  .head-phone .col-xs {
    margin-right: 20px;
    float: right;
    margin-top: 26px;
    width: 22px;
    height: 14px; }
    .head-phone .col-xs span {
      position: relative;
      width: 22px;
      height: 2px;
      display: block;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      margin-bottom: 4px;
      background-color: #000; }

.bottom-phone {
  display: none; }

.banner-color {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px; }
  .banner-color .title {
    margin: 0;
    padding: 0; }
    .banner-color .title h1 {
      color: #fff;
      font-weight: 400;
      font-size: 48px; }
    .banner-color .title p {
      color: #fff;
      font-size: 20px;
      text-align: left; }

.banner {
  width: 100%;
  position: relative; }
  .banner .banner-img .swiper-slide img {
    width: 100%; }
  .banner .banner-color {
    background: #ff9600; }
  .banner .banner-fg {
    width: 100%;
    position: absolute;
    bottom: 0; }
    .banner .banner-fg img {
      width: 100%;
      display: block; }
  .banner .swiper-container {
    width: 100%;
    height: 100%; }
  .banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px; }
  .banner .swiper-pagination-bullet-active {
    background: #ff9600;
    border-color: #ff9600; }

.home-section-01 {
  background: #fbfbfb;
  padding: 80px 0; }
  .home-section-01 .col-md-2 {
    margin-bottom: 20px; }
  .home-section-01 .content {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden; }
    .home-section-01 .content h3 {
      line-height: 45px;
      font-size: 20px;
      display: block;
      color: #fff;
      background: #df776c; }
  .home-section-01 img {
    display: block;
    margin: 30px auto;
    width: 70%; }

/*main*/
.main {
  width: 100%; }
  .main .main-nr {
    width: 1140px;
    margin: 0 auto;
    height: inherit; }
  .main .brief {
    width: 100%;
    height: 400px;
    margin-top: 100px; }
    .main .brief .text {
      float: left;
      width: 627px; padding: 100px 20px 0;}
      .main .brief .text h2 {
        font-weight: 400;
        margin-bottom: 15px;
        margin-top: 0;
        font-size: 24px;
        color: #333; }
      .main .brief .text p {
        font-weight: 300;
        font-size: 13.5px;
        line-height: 1.75;
        color: #777; }
      .main .brief .text h6 a {
        display: block;
        font-weight: 300;
        margin: 30px 0 18px;
        font-size: 13px;
        color: #777; }
      .main .brief .text .erwema {
        width: 400px; }
        .main .brief .text .erwema img {
          width: 100px;
          float: left; }
        .main .brief .text .erwema .span {
          display: none;
          width: 121px;
          height: 27px;
          font-size: 12px;
          background: url(../images/guanzhu.png) no-repeat center;
          padding: 5px  0 0 17px;
          margin-top: 35px;
          color: #fff;
          float: left; }
        .main .brief .text .erwema a:hover .span {
          display: block; }
      .main .brief .text .zengz {
        clear: both;
        padding-top: 40px; }
        .main .brief .text .zengz a {
          padding-left: 32px;
          font-size: 16px;
          display: block;
          width: 214px;
          height: 55px;
          line-height: 55px;
          color: #1a294e;
          border-radius: 40px;
          border: 1px solid #1a294e;
          position: relative; }
        .main .brief .text .zengz .fa-angle-right {
          position: absolute;
          right: 23px;
          line-height: 20px;
          top: 50%;
          margin-top: -10px;
          font-size: 20px; }
        .main .brief .text .zengz a:hover {
          background-color: #004489;
          color: #fff; }
    .main .brief .tup {
      width: 513px;
      height: 400px;
      float: right; }
      .main .brief .tup img {
        height: 100%;
        margin: 0 74px; }
    .main .brief .tup-phone {
      display: none;
      width: 513px;
      height: 400px; }
      .main .brief .tup-phone img {
        height: 100%;
        margin: 0 74px; }
  .main .knowledge {
    margin-top: 100px;
    width: 100%;
    height: 430px;
    background-color: #ff9600;
    position: relative; }
    .main .knowledge .list {
      width: 25%;
      float: left; }
      .main .knowledge .list .list-nr {
        width: 220px;
        padding-top: 80px;
        text-align: center; }
        .main .knowledge .list .list-nr img {
          height: 150px; }
        .main .knowledge .list .list-nr h3 {
          color: #fff;
          margin-top: 44px;
          font-size: 24px; }
        .main .knowledge .list .list-nr p {
          color: #fff;
          margin-top: 10px;
          line-height: 1.75; }
    .main .knowledge .top-right {
      position: absolute;
      top: 0;
      right: 0;
      height: 109px;
      width: 486px;
      background: url(../images/top-right.png) no-repeat;
      background-size: cover; }
    .main .knowledge .bottom-right {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 109px;
      width: 486px;
      background: url(../images/bottom-right.png) no-repeat;
      background-size: cover; }
    .main .knowledge .bottom-left {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 109px;
      width: 486px;
      background: url(../images/bottom-left.png) no-repeat;
      background-size: cover; }
  .main .demand {
    width: 100%;
    margin-top: 100px; }
    .main .demand .demand-item {
      width: 100%;
      height: 360px;
      padding: 30px 0; }
      .main .demand .demand-item .tup img {
        float: left;
        height: 300px; }
      .main .demand .demand-item .tup-phone {
        display: none; }
        .main .demand .demand-item .tup-phone img {
          float: left;
          height: 300px; }
      .main .demand .demand-item .text {
        width: 513px;
        margin: 0 90px;
        float: left;
        margin-top: 100px; }
        .main .demand .demand-item .text h2 {
          font-weight: 400;
          margin-bottom: 15px;
          margin-top: 0;
          font-size: 24px;
          color: #333;
          text-align: center; }
        .main .demand .demand-item .text p {
          font-weight: 300;
          font-size: 13.5px;
          line-height: 1.75;
          color: #777; }
    .main .demand .huise {
      background: #fbfbfb; }
  .main .lianxi {
    height: 433px;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    background: url(../images/bg_contact_us.png) center;
    background-size: cover; }
    .main .lianxi h3 {
      width: 90%;
      max-width: 600px;
      margin: 0 auto;
      font-weight: 400;
      margin-bottom: 50px;
      margin-top: 20px;
      font-size: 24px;
      color: #fff;
      text-align: center; line-height: 60px;}
    .main .lianxi p {
      font-weight: 300;
      font-size: 13.5px;
      line-height: 1.75;
      color: #d9d9d9; }
    .main .lianxi a {
      margin: 0 auto;
      width: 210px;
      height: 70px;
      line-height: 70px;
      border-radius: 40px;
      display: block;
      color: #1a294e;
      background-color: #fff;
      font-size: 18px; }
    .main .lianxi a:hover {
      color: #fff;
      background-color: #1a294e; }

.footer{
  padding: 50px 0;
}
.footer p{text-align: center;}
.title {
  padding-bottom: 60px; }
  .title h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    text-align: center; }
  .title p {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding-top: 8px; }

.main-lxwm .eml .srxx li {
  margin-bottom: 50px;
  width: 50%;
  float: left; }
  .main-lxwm .eml .srxx li p {
    position: relative;
    width: 375px;
    min-height: 50px;
    margin-bottom: 10px; }
    .main-lxwm .eml .srxx li p input {
      width: 100%;
      outline: none;
      border: none;
      border-bottom: 1px solid #dbdbdb;
      padding-bottom: 8px;
      color: #333;
      font-size: 14px;
      background-color: rgba(0, 0, 0, 0);
      padding-left: 10px;
      caret-color: #1a294e; }
    .main-lxwm .eml .srxx li p input::-webkit-input-placeholder {
      color: #aab2bd; }
.main-lxwm .eml .srxx .text {
  width: 100%; }
  .main-lxwm .eml .srxx .text textarea {
    outline: none;
    resize: none;
    border: 1px solid #dbdbdb;
    color: #666;
    padding: 18px 16px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    caret-color: #1a294e; }
  .main-lxwm .eml .srxx .text textarea::-webkit-input-placeholder {
    color: #aab2bd; }
.main-lxwm .eml .srxx span {
  margin-top: 100px;
  display: block; }
  .main-lxwm .eml .srxx span a {
    margin: 0 auto;
    width: 210px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    display: block;
    color: #1a294e;
    background-color: #fff;
    border: 1px solid #1a294e;
    font-size: 18px;
    text-align: center; }
  .main-lxwm .eml .srxx span a:hover {
    background-color: #1a294e;
    color: #fff; }

.bgdz {
  overflow: hidden;
  margin-top: 100px;
  padding: 100px 0;
  background: #fbfbfb; }
  .bgdz li {
    float: left;
    width: 360px;
    max-width: 360px;
    height: 430px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-right: 20px; }
    .bgdz li .text {
      padding: 20px; }
      .bgdz li .text span {
        margin-bottom: 5px;
        line-height: 1.75;
        color: #999; }
      .bgdz li .text h3 {
        color: #333;
        font-size: 20px;
        height: 90px;
        margin: 0; }
      .bgdz li .text p {
        color: #333;
        font-size: 20px; }

@media (max-width: 992px) {
  .indexTop {margin-top: 0px!important;}
  .banner-color .title h1, .banner-color .title p {
    text-align: center; }

  .mobile-hidden {
    display: none; }

  .top .top-logo {
    margin-left: 20px;
    margin-top: 10px;display: none; }
    .top .top-logo a {
      display: block;
      width: 80px;
      height: 44px;
      background: url(../images/logo_h.png) no-repeat left;
      background-size: 100%; }
  .top .top-navigation {
    display: none; }
  .top .head-phone {
    display: block; }
  .top.sss {
    background: none;
    box-shadow: 0 2px 4px 0 rgba(69, 91, 107, 0.10196); }

  .banner {
    padding-top: 60px; }

  .main .lianxi {
    width: 100%; }
  .main .main-nr {
    width: 100%; }
  .main .brief {
    height: auto;
    padding: 20px;
    margin-top: 20px; }
    .main .brief .text {
      width: 100%;
      float: none;
      text-align: center; }
      .main .brief .text .erwema {
        width: 100%; }
        .main .brief .text .erwema a {
          display: block;
          margin: 0 auto; }
          .main .brief .text .erwema a img {
            float: none; }
        .main .brief .text .erwema a:hover .span {
          display: none; }
      .main .brief .text .zengz a {
        margin: 0 auto; }
    .main .brief .tup {
      display: none; }
    .main .brief .tup-phone {
      display: block;
      width: 100%;
      height: auto; }
      .main .brief .tup-phone img {
        width: 100%;
        margin: 0; }
  .main .knowledge {
    margin-top: 50px;
    overflow: hidden;
    height: auto;
    padding-bottom: 100px; }
    .main .knowledge .list {
      width: 50%;
      height: 302px; }
      .main .knowledge .list .list-nr {
        width: 80%;
        margin: 0 auto; }
        .main .knowledge .list .list-nr h3 {
          font-size: 18px;
          font-weight: 300; }
    .main .knowledge .top-right {
      height: 54px;
      width: 243px; }
    .main .knowledge .bottom-right {
      height: 54px;
      width: 243px; }
    .main .knowledge .bottom-left {
      height: 54px;
      width: 243px; }
  .main .demand {
    margin: 0; }
    .main .demand .demand-item {
      height: auto;
      overflow: hidden; }
      .main .demand .demand-item .text {
        width: 100%;
        float: none;
        text-align: center;
        margin-left: 0; }
      .main .demand .demand-item .tup {
        display: none; }
      .main .demand .demand-item .tup-phone {
        padding: 20px;
        width: 100%;
        display: block; }
        .main .demand .demand-item .tup-phone img {
          float: none;
          height: auto;
          width: 100%; }

  .daoh {
    display: none; }

  .bottom {
    display: none; }

  .bottom-phone {
    padding: 26px 16px 10px 16px;
    display: block; }
    .bottom-phone p {
      max-width: 100%;
      text-align: center;
      line-height: inherit;
      height: inherit;
      margin-bottom: 6px;
      white-space: normal;
      font-size: 12px;
      color: #999; } }

/*# sourceMappingURL=index.css.map */
.main{margin-top: 60px;height: 500px;background-image: url(../images/41.jpg);background-repeat: repeat;
    background-size: auto;background-color: transparent;background-position: 50% 50%;text-align: center;}
.main_title{font-size:40px;color: #fff;line-height: 45px;margin-bottom: 30px;font-weight: 400;padding-top: 170px;}
.main_content{font-size: 28px;color: #fff;line-height: 32px;font-weight: 300;}
.indexCenter{margin-bottom: 70px;}
.center_title{color: #ffa64d;font-size: 32px;line-height: 40px;padding: 70px 0 40px;text-align: center;}
.center_content{font-size: 18px;color: #222;line-height: 35px;color: #333;text-align: center;}
.center_content .center_img{margin-bottom: 15px;}
.center_content .center_t01{font-size: 26px;line-height: 40px;margin-bottom: 15px;}
.center_content .center_t02{font-size: 17px;color: #ffa64d;line-height: 25px;margin-bottom: 15px;}
.center_content .center_t03{font-size: 17px;line-height: 25px;text-align: left;}
.middle{text-align: center;background-color: #fbfbfb;padding: 80px 0;}
.middle_title{font-size: 32px;line-height: 50px;color: #333;margin-bottom: 15px;}
.middle_t01{color: #ef494d;font-size: 20px;line-height: 25px;margin-bottom: 10px;}
.middle_form{margin-top: 30px;}
.form_line{margin-bottom: 15px;}
.form_line input{border: 1px solid #dcddce;width: 200px;height: 40px;line-height: 38px;}
.form_line textarea{border: 1px solid #dcddce;width: 200px;}
.form_line .middle_btn{background-color: #ef494d;width: 100px;color: #fff;border: none;}
.fintechCenter .row{margin-bottom: 20px;}
.fomtechCenter_img{margin-bottom: 10px;display: block;width: 80%;margin-left: 10%;}
.fomtechCenter_c01{font-size: 24px;color: #333;line-height: 40px;margin-bottom: 20px;font-weight: 600;}
.fomtechCenter_c02{font-size: 17px;color: #333;line-height: 40px;margin-bottom: 20px;text-align: 
left;}
.fomtechCenter_c02 span{ color: #ffa64d;}
.fintechMiddle{margin-top: 70px;}
.fintechMiddle_t01{color: #605f6d;font-size: 24px;line-height: 45px;text-align: center;font-weight: normal;}
.fintechMiddle_t02{color: #605f6d;font-size: 17px;line-height: 25px;}
.fintechMiddle_content{background-color: #fff;border-radius: 3px;padding: 20px;margin-bottom: 20px;}
.fintechMiddle{background: url('../images/fintech_bg.jpg') repeat ;width: 100%;height: 600px;}
.center_content01{text-align: left;}
@media (min-width: 1200px){
  .container {
    width: 1000px;
  }
}
