@charset "UTF-8";
/*移动端适配*/
@media only screen and (min-device-width: 100px) and (max-device-width: 667px) and (orientation: portrait) {
  /*iPhone 6 Portrait*/
  html {
    min-width: 100%;
    overflow-x: hidden; }
  .yi-hide {
    display: none;
  }
  .width-1200 {
    width: 100%;
    margin: 0 auto; }
  .milestone {
    width: auto;
  }
  /* header */
  .container-fluid {
    display: none; }

  .container-fluid-m {
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    z-index: 99999; }
    .container-fluid-m .sousuo input, .container-fluid-m .sousuo button {
      height: 48px;
      border: none;
      background-color: #fff; }
    .container-fluid-m .header-top {
      background-color: #fff;
      position: relative;
      z-index: 999; }
      .container-fluid-m .header-top::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        clear: both;
        visibility: hidden; }
    .container-fluid-m .header-logo {
      height: 60px;
      margin-left: 30px;
      float: left; }
      .container-fluid-m .header-logo a {
        margin-top: 0;
        line-height: 60px; }
        .container-fluid-m .header-logo a img {
          height: 30px; }
        .container-fluid-m .header-logo a::before {
          display: none; }
    .container-fluid-m .header-right {
      float: right;
      position: relative; }
      .container-fluid-m .header-right .hanbao {
        width: 60px;
        height: 60px;
        position: relative;
        z-index: 500; }
        .container-fluid-m .header-right .hanbao span {
          width: 40px;
          height: 2px;
          background-color: #333;
          position: absolute;
          left: 10px; }
        .container-fluid-m .header-right .hanbao span:nth-child(1) {
          top: 20px;
          transition: all .3s; }
        .container-fluid-m .header-right .hanbao span:nth-child(2) {
          top: 30px;
          transition: all .3s; }
        .container-fluid-m .header-right .hanbao span:nth-child(3) {
          top: 40px;
          transition: all .3s; }
        .container-fluid-m .header-right .hanbao.on span:nth-child(1) {
          width: 44px;
          transform: rotate(26deg);
          transform-origin: bottom left; }
        .container-fluid-m .header-right .hanbao.on span:nth-child(2) {
          width: 0; }
        .container-fluid-m .header-right .hanbao.on span:nth-child(3) {
          width: 44px;
          transform: rotate(-26deg);
          transform-origin: top left; }
    .container-fluid-m .header-bottom ul {
      width: 100%;
      margin-top: -400px;
      background-color: #fff;
      position: absolute;
      transition: all .3s;
      z-index: 400; }
      .container-fluid-m .header-bottom ul li {
        height: 50px;
        border-bottom: 1px solid #ddd;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        text-transform: uppercase; }
        .container-fluid-m .header-bottom ul li.cur a {
          color: #013686; }
      .container-fluid-m .header-bottom ul.on {
        margin-top: 0; }

  /* footer */
  footer {
    width: 100%;
    height: auto;
    background-color: #535353;
    color: rgba(255, 255, 255, 0.6);
    padding: 0; }
    footer div {
      line-height: 1.5em;
      text-align: center; }
      footer div span {
        font-size: 12px;
        display: block; }

  /* nei-banner */
  .nei-header {
    position: relative; }
    .nei-header .nei-banner {
      width: 100%;
      height: 200px;
      overflow: hidden; }
      .nei-header .nei-banner div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        transform: scale(1.2);
        transition: all 1.5s; }
      .nei-header .nei-banner.on div {
        transform: scale(1); }
    .nei-header .nei-banner-text, .nei-header .nei-banner-shu {
      font-size: 30px;
      height: 40px;
      text-align: center;
      z-index: 100;
      color: #fff;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .nei-header .nei-banner-shu {
      width: 1px;
      height: 60px;
      background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.1));
      top: 140px; }

  /* nei-tab */
  .nei-tab {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .nei-tab .tab-width {
      display: flex; }
      .nei-tab .tab-width a {
        flex: 1;
        height: 60px;
        line-height: 1.2em;
        text-align: center;
        cursor: pointer;
        display: block;
        float: left;
        position: relative;
        transition: all .8s; }
        .nei-tab .tab-width a:not(:first-child)::before {
          content: '';
          width: 1px;
          height: 16px;
          background-color: rgba(50, 50, 50, 0.2);
          position: absolute;
          top: 24px;
          left: 0;
          z-index: -1; }
        .nei-tab .tab-width a:hover {
          color: #005aab; }
        .nei-tab .tab-width a.cur {
          background-color: #005aab;
          color: #fff;
          background-position: bottom center;
          background-repeat: no-repeat; }

  /* nei-title */
  .nei-content {
    padding-bottom: 1px; }
    .nei-content .nei-title {
      margin: 30px 0; }
      .nei-content .nei-title div {
        color: #013686;
        font-size: 28px;
        line-height: 70px;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
        .nei-content .nei-title div::before {
          content: '';
          width: 20px;
          height: 22px;
          background-image: url("../images/about/yin.png");
          position: absolute;
          left: -60px;
          top: 0; }
        .nei-content .nei-title div::after {
          content: '';
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 0;
          left: 0; }
    .nei-content .building div::after {
      background-image: url("../images/about/title-building.png"); }
    .nei-content .aircraft div::after {
      background-image: url("../images/about/title-aircraft.png"); }
    .nei-content .flag div::after {
      background-image: url("../images/about/title-flag.png"); }
    .nei-content .branch div::after {
      background-image: url("../images/about/title-branch.png"); }
    .nei-content .honors div::after {
      background-image: url("../images/about/title-honors.png"); }
    .nei-content .nei-text {
      padding: 0 20px;
      font-size: 16px;
      line-height: 26px;
      color: rgba(0, 0, 0, 0.8);
      text-align: justify;
      text-indent: 2em; }
    .nei-content .nei-img div {
      width: 100%;
      margin: 30px auto 0; }
    .nei-content .nei-img.quxian {
      background-image: url("../images/about/quxian.png");
      background-repeat: no-repeat;
      background-position: center; }
    .nei-content .nei-flex {
      padding: 50px 20px 0; }
      .nei-content .nei-flex ul {
        overflow: hidden; }
        .nei-content .nei-flex ul li {
          width: 25%;
          height: 180px;
          float: left;
          text-align: center;
          overflow: hidden;
          position: relative; }
          .nei-content .nei-flex ul li .flex-i i {
            color: #000;
            font-size: 80px;
            position: relative;
            z-index: 999;
            transition: all 0.8s; }
          .nei-content .nei-flex ul li .flex-p {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.4);
            margin-top: -10px;
            position: relative;
            z-index: 999;
            transition: all 0.8s; }
          .nei-content .nei-flex ul li .flex-bg {
            width: 100%;
            height: 100%;
            background-color: #005aab;
            position: absolute;
            top: 0;
            left: -100%;
            z-index: 500; }
          .nei-content .nei-flex ul li:not(:first-child)::before {
            content: '';
            width: 1px;
            height: 100%;
            background-color: rgba(202, 202, 202, 0.4);
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; }
          .nei-content .nei-flex ul li.on .flex-i i {
            color: #fff; }
          .nei-content .nei-flex ul li.on .flex-p {
            color: #fff; }

  /* goToTop */
  #goTop {
    width: 155px;
    height: 40px;
    cursor: pointer;
    margin: 53px auto 43px;
    background-image: url("../images/goTop.png");
    background-position: center -20px;
    background-repeat: no-repeat;
    position: relative;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all .8s; }
    #goTop p {
      font-size: 12px;
      text-align: center;
      color: #013686;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    #goTop::before {
      content: '';
      width: 38px;
      height: 1px;
      background-color: #013686;
      background: linear-gradient(to left, #013686, rgba(1, 54, 134, 0.1));
      position: absolute;
      top: 30px;
      left: 0; }
    #goTop::after {
      content: '';
      width: 38px;
      height: 1px;
      background-color: #013686;
      background: linear-gradient(to right, #013686, rgba(1, 54, 134, 0.1));
      position: absolute;
      top: 30px;
      right: 0; }
    #goTop.on {
      filter: grayscale(0%);
      opacity: 1; }

  /* index */
  .index .index-box {
    width: 100%;
    height: 100vh;
    min-height: 790px;
    position: relative;
    /* slider */
    /* product-tab */
    /* LIFT */ }
    .index .index-box .slider {
      position: absolute;
      top: -60px;
      width: 100%;
      height: 100vh;
      overflow: hidden; }
      .index .index-box .slider .flexslider {
        border: 0;
        margin: 0; }
        .index .index-box .slider .flexslider .slides {
          position: relative; }
          .index .index-box .slider .flexslider .slides li {
            width: 100%;
            height: 100vh;
            background-size: cover;
            background-position: center;
            opacity: 0;
            display: block;
            position: absolute;
            transition: all 1s; }
            .index .index-box .slider .flexslider .slides li .slides-width {
              height: 250px;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              display: none; }
              .index .index-box .slider .flexslider .slides li .slides-width div, .index .index-box .slider .flexslider .slides li .slides-width p {
                color: #fff;
                margin-left: 442px;
                text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
              .index .index-box .slider .flexslider .slides li .slides-width div {
                font-size: 44px; }
              .index .index-box .slider .flexslider .slides li .slides-width p {
                font-size: 16px; }
            .index .index-box .slider .flexslider .slides li.on {
              opacity: 1; }
      .index .index-box .slider .slider-page {
        height: 250px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 999;
        display: none; }
        .index .index-box .slider .slider-page .slider-page-box {
          margin-left: 442px;
          margin-top: 250px;
          display: none; }
          .index .index-box .slider .slider-page .slider-page-box span {
            color: #fff;
            font-size: 24px; }
    .index .index-box .product-tab {
      width: 378px;
      height: 430px;
      position: absolute;
      top: -100px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 800; }
      .index .index-box .product-tab .product-tab-box {
        width: 100%;
        height: 100%;
        margin-left: 0; }
        .index .index-box .product-tab .product-tab-box .product-tab-btn {
          float: right; }
          .index .index-box .product-tab .product-tab-box .product-tab-btn div {
            width: 30px;
            height: 30px;
            background-color: rgba(0, 0, 0, 0.5);
            cursor: pointer;
            float: left;
            transition: all .8s; }
            .index .index-box .product-tab .product-tab-box .product-tab-btn div i {
              display: block;
              text-align: center;
              line-height: 30px;
              color: rgba(255, 255, 255, 0.3);
              transition: all .8s; }
            .index .index-box .product-tab .product-tab-box .product-tab-btn div:hover {
              background-color: #005aab; }
              .index .index-box .product-tab .product-tab-box .product-tab-btn div:hover i {
                color: white; }
        .index .index-box .product-tab .product-tab-box .product-tab-list {
          width: 100%;
          height: 400px;
          overflow: hidden; }
          .index .index-box .product-tab .product-tab-box .product-tab-list .list-width {
            width: 300%; }
            .index .index-box .product-tab .product-tab-box .product-tab-list .list-width .list-div {
              width: 378px;
              float: left; }
              .index .index-box .product-tab .product-tab-box .product-tab-list .list-width .list-div .list {
                width: 100%;
                height: 100px;
                background-color: rgba(0, 0, 0, 0.8);
                cursor: pointer;
                overflow: hidden;
                float: left;
                transition: all .8s; }
                .index .index-box .product-tab .product-tab-box .product-tab-list .list-width .list-div .list .list-left {
                  width: 200px;
                  height: 100%;
                  background-size: cover;
                  opacity: 0.8;
                  float: left; }
                .index .index-box .product-tab .product-tab-box .product-tab-list .list-width .list-div .list .list-right {
                  width: 178px;
                  float: left; }
                  .index .index-box .product-tab .product-tab-box .product-tab-list .list-width .list-div .list .list-right div {
                    margin-left: 70px;
                    line-height: 100px;
                    color: #fff;
                    font-size: 14px;
                    text-transform: uppercase;
                    font-weight: bold;
                    position: relative; }
                    .index .index-box .product-tab .product-tab-box .product-tab-list .list-width .list-div .list .list-right div::before {
                      content: '';
                      width: 0;
                      height: 2px;
                      background-color: #fff;
                      position: absolute;
                      top: 60px;
                      left: 0;
                      transition: all .8s; }
                .index .index-box .product-tab .product-tab-box .product-tab-list .list-width .list-div .list:hover {
                  background-color: rgba(0, 0, 0, 0.7); }
                  .index .index-box .product-tab .product-tab-box .product-tab-list .list-width .list-div .list:hover .list-left {
                    opacity: 1; }
                  .index .index-box .product-tab .product-tab-box .product-tab-list .list-width .list-div .list:hover .list-right div::before {
                    width: 19px; }
    .index .index-box .lift {
      width: 100%;
      height: 140px;
      background-color: #013686;
      background: linear-gradient(to right, rgba(0, 90, 171, 0.9), rgba(2, 132, 214, 0.9));
      position: absolute;
      left: 0;
      bottom: 72px;
      z-index: 999; }
      .index .index-box .lift .lift-box {
        height: 100%; }
        .index .index-box .lift .lift-box .lift-list {
          width: 25%;
          height: 100%;
          float: left;
          color: #fff;
          text-align: center;
          position: relative;
          overflow: hidden; }
          .index .index-box .lift .lift-box .lift-list .lift-div {
            height: 93px;
            position: relative;
            z-index: 999; }
            .index .index-box .lift .lift-box .lift-list .lift-div i {
              display: block;
              font-size: 60px; }
          .index .index-box .lift .lift-box .lift-list .lift-p {
            font-size: 14px;
            position: relative;
            z-index: 999; }
          .index .index-box .lift .lift-box .lift-list .lift-dt {
            width: 100%;
            height: 100%;
            background-color: rgba(30, 51, 90, 0.9);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 500;
            opacity: 0;
            transition: all .8s; }
            .index .index-box .lift .lift-box .lift-list .lift-dt.on {
              opacity: 1; }
          .index .index-box .lift .lift-box .lift-list:not(:first-child)::before {
            content: '';
            width: 1px;
            height: 80px;
            background-color: rgba(255, 255, 255, 0.1);
            position: absolute;
            left: 0;
            top: 30px; }
    .index .index-box footer {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #fff;
      color: rgba(102, 102, 102, 0.6);
      z-index: 999; }

  /* about */
  .about {
    /* Company Overview */
    /* Company Culture */
    /* Organization */ }
    .about .nei-tab .tab-width a:nth-child(1).cur {
      background-image: url("../images/about/nav-1.png"); }
    .about .nei-tab .tab-width a:nth-child(2).cur {
      background-image: url("../images/about/nav-2.png"); }
    .about .nei-tab .tab-width a:nth-child(3).cur {
      background-image: url("../images/about/nav-3.png"); }
    .about .nei-tab .tab-width a:nth-child(4).cur {
      background-image: url("../images/about/nav-4.png"); }
    .about.about-culture {
      /* culture tab */ }
      .about.about-culture .nei-content {
        background-image: url("../images/about/2-bj.png");
        background-repeat: no-repeat;
        background-position: center bottom; }
      .about.about-culture .culture-tab .tab-top ul {
        text-align: center;
        overflow: hidden; }
        .about.about-culture .culture-tab .tab-top ul li {
          width: 25%;
          height: 182px;
          float: left;
          position: relative; }
          .about.about-culture .culture-tab .tab-top ul li .tab-top-i {
            margin-top: 20px; }
            .about.about-culture .culture-tab .tab-top ul li .tab-top-i i {
              font-size: 50px;
              color: #000;
              transition: all .8s; }
          .about.about-culture .culture-tab .tab-top ul li .tab-top-num {
            font-size: 40px;
            font-weight: bold;
            color: rgba(0, 90, 171, 0.15);
            margin-top: -8px; }
          .about.about-culture .culture-tab .tab-top ul li .tab-top-text {
            font-size: 20px;
            color: #000;
            position: absolute;
            left: 0;
            right: 0;
            top: 120px; }
          .about.about-culture .culture-tab .tab-top ul li:not(:first-child)::before {
            content: '';
            width: 1px;
            height: 100%;
            background-color: rgba(181, 181, 181, 0.34);
            position: absolute;
            top: 0;
            left: 0; }
          .about.about-culture .culture-tab .tab-top ul li.cur .tab-top-i i {
            color: #013686; }
      .about.about-culture .culture-tab .tab-list {
        height: 110px;
        margin-top: 50px;
        position: relative; }
        .about.about-culture .culture-tab .tab-list ul li {
          width: 100%;
          text-align: center;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          opacity: 0;
          transition: all .8s; }
          .about.about-culture .culture-tab .tab-list ul li div {
            font-size: 20px;
            line-height: 30px;
            color: #005aab;
            margin-bottom: 10px; }
          .about.about-culture .culture-tab .tab-list ul li p {
            width: 100%;
            font-size: 14px;
            line-height: 1.5em;
            color: rgba(0, 0, 0, 0.6);
            margin: 0 auto; }
          .about.about-culture .culture-tab .tab-list ul li.cur {
            opacity: 1; }
      .about.about-culture .culture-tab .tab-shu {
        width: 1px;
        height: 76px;
        background-color: #013686;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
        margin: 10px auto 15px; }
      .about.about-culture .culture-tab .tab-page {
        text-align: center;
        color: #005aab;
        font-size: 14px; }
        .about.about-culture .culture-tab .tab-page .total {
          font-size: 12px;
          color: #c5c5c5; }
    .about.about-organization .nei-content {
      background-image: url("../images/about/3-bj-1.png");
      background-repeat: no-repeat;
      background-position: center bottom; }
      .about.about-organization .nei-content .organization-img img {
        display: block;
        margin: 0 auto; }
    .about.about-honors .nei-content .business-tab {
      overflow: hidden; }
      .about.about-honors .nei-content .business-tab .honors-time {
        width: 20px;
        margin-right: 52px;
        float: left;
        position: relative; }
        .about.about-honors .nei-content .business-tab .honors-time .time-hui {
          position: absolute;
          top: 0;
          left: 20px; }
          .about.about-honors .nei-content .business-tab .honors-time .time-hui .time-da {
            width: 15px;
            height: 72px;
            background-image: url("../images/about/da-hui.png"); }
          .about.about-honors .nei-content .business-tab .honors-time .time-hui .time-xiao {
            width: 15px;
            height: 72px;
            background-image: url("../images/about/xiao-hui.png"); }
        .about.about-honors .nei-content .business-tab .honors-time .time-lan {
          position: absolute;
          top: 0;
          left: 20px;
          overflow: hidden;
          transition: all 2s; }
          .about.about-honors .nei-content .business-tab .honors-time .time-lan .time-da {
            width: 15px;
            height: 72px;
            background-image: url("../images/about/da-lan.png"); }
          .about.about-honors .nei-content .business-tab .honors-time .time-lan .time-xiao {
            width: 15px;
            height: 72px;
            background-image: url("../images/about/xiao-lan.png"); }
      .about.about-honors .nei-content .business-tab .honors-list {
        width: calc(100% - 55px);
        float: left;
        margin-left: 55px; }
        .about.about-honors .nei-content .business-tab .honors-list dl dt {
          font-size: 24px;
          line-height: 1em;
          margin-bottom: 30px;
          color: #000; }
        .about.about-honors .nei-content .business-tab .honors-list dl dd {
          margin-bottom: 24px; }
          .about.about-honors .nei-content .business-tab .honors-list dl dd div {
            font-size: 20px;
            color: #999999; }
          .about.about-honors .nei-content .business-tab .honors-list dl dd p {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.8); }

  /* business */
  .business .nei-tab .tab-width a {
    width: 33.33%; }
  .business .nei-tab .tab-width a:nth-child(1).cur {
    background-image: url("../images/business/title-1.png"); }
  .business .nei-tab .tab-width a:nth-child(2).cur {
    background-image: url("../images/business/title-1.png"); }
  .business .nei-tab .tab-width a:nth-child(3).cur {
    background-image: url("../images/business/title-1.png"); }

  .tab-list ul {
    margin: 32px 0 0;
    padding: 0 20px;
    overflow: hidden; }
    .tab-list ul:not(:first-child) {
      display: none; }
    .tab-list ul li {
      width: 100%;
      margin: 0;
      float: left;
      overflow: hidden; }
      .tab-list ul li a .list-top {
        width: 100%;
        height: 150px;
        transition: all .3s;
        background-size: 100%;
        position: relative;
        overflow: hidden; }
        .tab-list ul li a .list-top .list-lan {
          width: 190px;
          height: 80px;
          background-color: rgba(0, 90, 171, 0.6);
          overflow: hidden;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          transition: all .8s; }
          .tab-list ul li a .list-top .list-lan div {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            margin: auto; }
            .tab-list ul li a .list-top .list-lan div i {
              color: #fff;
              font-size: 20px;
              display: block; }
          .tab-list ul li a .list-top .list-lan p {
            font-size: 14px;
            color: #fff;
            text-align: center;
            line-height: 90px;
            margin-top: 10px; }
      .tab-list ul li a .list-bottom {
        width: 100%;
        height: 38px;
        background-color: #fff;
        position: relative;
        z-index: 100; }
        .tab-list ul li a .list-bottom div {
          font-size: 16px;
          color: #000;
          position: absolute;
          left: 0;
          bottom: 0; }
        .tab-list ul li a .list-bottom p {
          width: 34px;
          height: 1px;
          background-color: #bbb;
          position: absolute;
          right: 0;
          bottom: 3px;
          transition: all .8s; }
      .tab-list ul li.on a .list-top {
        background-size: 120%; }
        .tab-list ul li.on a .list-top .ci-title {
          width: 314px;
          height: 165px; }
      .tab-list ul li.on a .list-bottom p {
        width: 68px;
        background-color: #005aab; }

  /* business-business */
  .business-business {
    /* business-business-tab */
    /* contact-us */ }
    .business-business .bubu-tab {
      overflow: hidden;
      display: none; }
      .business-business .bubu-tab ul {
        height: 321px;
        margin-left: 364px; }
        .business-business .bubu-tab ul li {
          width: 324px;
          height: 183px;
          background-color: #fc4ca4;
          float: left;
          margin: 42px 49px 0 0;
          filter: blur(4px);
          position: relative;
          transition: all .8s; }
          .business-business .bubu-tab ul li::before {
            content: '';
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            top: 0;
            left: 0; }
          .business-business .bubu-tab ul li.cur {
            width: 428px;
            height: 264px;
            border: 12px solid #fff;
            margin: 0 49px 0 0;
            box-shadow: 0 15px 42px rgba(0, 90, 171, 0.14);
            filter: blur(0px); }
            .business-business .bubu-tab ul li.cur::before {
              background-color: rgba(0, 0, 0, 0); }
      .business-business .bubu-tab .bubu-control {
        width: 202px;
        margin: 0 auto 57px;
        position: relative; }
        .business-business .bubu-tab .bubu-control .bubu-con-btn {
          width: 26px;
          height: 26px;
          cursor: pointer; }
          .business-business .bubu-tab .bubu-control .bubu-con-btn i {
            display: block;
            text-align: center;
            line-height: 26px;
            font-size: 40px;
            color: #808080; }
            .business-business .bubu-tab .bubu-control .bubu-con-btn i:hover {
              color: #005aab; }
          .business-business .bubu-tab .bubu-control .bubu-con-btn.bubu-con-btn-lt {
            position: absolute;
            top: 0;
            left: 0; }
          .business-business .bubu-tab .bubu-control .bubu-con-btn.bubu-con-btn-rt {
            position: absolute;
            top: 0;
            right: 0; }
        .business-business .bubu-tab .bubu-control .bubu-con-page {
          text-align: center; }
          .business-business .bubu-tab .bubu-control .bubu-con-page span {
            font-size: 16px;
            color: #a7a7a7; }
            .business-business .bubu-tab .bubu-control .bubu-con-page span.cur {
              color: #005aab; }
            .business-business .bubu-tab .bubu-control .bubu-con-page span.text-12 {
              font-size: 12px; }
    .business-business .business-business-tab {
      padding-top: 94px;
      background-color: #fff;
      position: relative; }
      .business-business .business-business-tab .nei-content .nei-title {
        margin: 60px 0 10px; }
      .business-business .business-business-tab .tab-btn-box {
        width: 100%;
        padding: 20px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999; }
        .business-business .business-business-tab .tab-btn-box.on {
          position: fixed; }
      .business-business .business-business-tab .tab-btn {
        width: 100%;
        height: 54px;
        border-radius: 10px;
        background-color: #eee;
        margin: 0 auto; }
        .business-business .business-business-tab .tab-btn .tab-text {
          width: 33.33%;
          height: 54px;
          color: #9d9d9d;
          font-size: 16px;
          line-height: 1.2em;
          text-align: center;
          float: left;
          cursor: pointer;
          position: relative;
          z-index: 999; }
          .business-business .business-business-tab .tab-btn .tab-text.cur, .business-business .business-business-tab .tab-btn .tab-text:hover {
            color: #fff;
            background-color: #005aab;
            border-radius: 10px; }
      .business-business .business-business-tab .tab-bottom .tab-div {
        background-color: #f6f6f6;
        padding: 0; }
      .business-business .business-business-tab .tab-bottom .tab-description .width-1200 .tab-video {
        width: 100%;
        height: 220px;
        background-color: black; }
        .business-business .business-business-tab .tab-bottom .tab-description .width-1200 .tab-video video {
          width: 100%;
          height: 100%; }
      .business-business .business-business-tab .tab-bottom .tab-description .width-1200 .tab-wen {
        padding: 25px 20px;
        text-align: justify; }
        .business-business .business-business-tab .tab-bottom .tab-description .width-1200 .tab-wen:not(:first-child) {
          border-top: 1px solid rgba(157, 157, 157, 0.2); }
      .business-business .business-business-tab .tab-bottom .tab-description .width-1200 .tab-14 {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.7); }
      .business-business .business-business-tab .tab-bottom .tab-description .width-1200 .tab-16 {
        font-size: 16px;
        color: black; }
      .business-business .business-business-tab .tab-bottom .tab-description .width-1200 .tab-18 {
        font-size: 18px;
        color: black; }
      .business-business .business-business-tab .tab-bottom.on {
        margin-top: 50px; }
    .business-business .contact-us.contact-us-bg {
      background-image: url("../images/business/contact-us.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .business-business .contact-us .row {
      margin: 0; }
    .business-business .contact-us .contact-form .width-1200 label {
      font-size: 20px;
      color: #000;
      font-weight: initial; }
    .business-business .contact-us .contact-form .width-1200 input {
      height: 40px;
      border-radius: 0; }
    .business-business .contact-us .contact-form .width-1200 textarea {
      height: 115px;
      border-radius: 0; }
    .business-business .contact-us .contact-form .width-1200 .contact-btn {
      width: 156px;
      height: 50px;
      background-color: #0e468c;
      color: #fff;
      font-size: 16px;
      border-radius: 0;
      display: block;
      margin: 35px auto 0; }

  /* partners */
  .partners .nei-content .partners-img.partners-img-m-bottom .partners-tab .partners-tab-img.flexslider {
    padding-bottom: 0;
    margin: 0; }
  .partners .nei-content .partners-img .nei-title {
    padding: 42px 0;
    margin: 0; }
  .partners .nei-content .partners-img .partners-tab .partners-tab-img.flexslider {
    background: transparent;
    border: 0;
    padding-bottom: 60px; }
    .partners .nei-content .partners-img .partners-tab .partners-tab-img.flexslider .slides img {
      width: auto; }
    .partners .nei-content .partners-img .partners-tab .partners-tab-img.flexslider .flex-control-nav {
      bottom: 10px; }
      .partners .nei-content .partners-img .partners-tab .partners-tab-img.flexslider .flex-control-nav li a {
        width: 8px;
        height: 8px;
        background-color: rgba(0, 0, 0, 0.2); }
        .partners .nei-content .partners-img .partners-tab .partners-tab-img.flexslider .flex-control-nav li a.flex-active {
          background-color: #005aab; }
  .partners .nei-content .partners-img .partners-tab .partners-tab-img ul {
    height: 188px; }
    .partners .nei-content .partners-img .partners-tab .partners-tab-img ul li div {
      width: 50%;
      height: 60px;
      float: left;
      position: relative; }
      .partners .nei-content .partners-img .partners-tab .partners-tab-img ul li div img {
        max-width: 90%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
  .partners .nei-content .partners-img.partners-img-hui {
    background-color: #f6f6f6;
    margin-top: 60px; }

  /* contact */
  .contact .nei-content .nei-text {
    width: 100%;
    margin: 0 auto; }
  .contact .nei-content .contact-info {
    background-color: #f6f6f6;
    margin-top: 60px;
    padding: 40px 0 63px;
    position: relative; }
    .contact .nei-content .contact-info::before {
      content: '';
      width: 56px;
      height: 23px;
      background-image: url("../images/san.png");
      position: absolute;
      top: -23px;
      left: 50%;
      margin-left: -28px; }
    .contact .nei-content .contact-info .width-1200 {
      width: 100%;
      padding-left: 20px; }
      .contact .nei-content .contact-info .width-1200 .ci-title {
        font-size: 28px;
        color: #000; }
      .contact .nei-content .contact-info .width-1200 .ci-top {
        overflow: hidden; }
        .contact .nei-content .contact-info .width-1200 .ci-top .ci-left {
          float: left;
          margin-right: 36px; }
          .contact .nei-content .contact-info .width-1200 .ci-top .ci-left div {
            font-size: 16px;
            color: #666;
            line-height: 32px; }
            .contact .nei-content .contact-info .width-1200 .ci-top .ci-left div span {
              font-weight: bold;
              color: #000;
              margin-right: 10px; }
    .contact .nei-content .contact-info .ci-bottom {
      margin-top: 65px;
      overflow: hidden; }
      .contact .nei-content .contact-info .ci-bottom .contact-map {
        display: none; }
      .contact .nei-content .contact-info .ci-bottom .ci-map {
        width: 100%;
        background: url(../images/home-buju.jpg) center center no-repeat;
        background-size: cover;
        height: 560px;
        overflow: hidden;
        /*布局闪烁点*/
        /*布局闪烁点==end*/ }
        .contact .nei-content .contact-info .ci-bottom .ci-map .map {
          width: 840px;
          height: 250px;
          display: block;
          margin: 120px auto 0 auto;
          position: relative; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .region-list {
          position: absolute;
          left: 0;
          top: 0;
          cursor: pointer; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .region-list .dot {
          position: relative;
          z-index: 999; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .region-list .pulse {
          position: relative;
          z-index: 1; }
  @keyframes warn {
    0% {
      transform: scale(0);
      opacity: 1; }
    30% {
      transform: scale(0);
      opacity: .1; }
    60% {
      transform: scale(0.5);
      opacity: .5; }
    100% {
      transform: scale(1);
      opacity: 0; } }
  @-webkit-keyframes warn {
    0% {
      -webkit-transform: scale(0);
      opacity: 0; }
    30% {
      transform: scale(0);
      opacity: .1; }
    60% {
      transform: scale(0.5);
      opacity: .5; }
    100% {
      -webkit-transform: scale(1);
      opacity: 0; } }
  @-moz-keyframes warn {
    0% {
      -moz-transform: scale(0);
      opacity: 0; }
    30% {
      transform: scale(0);
      opacity: .1; }
    60% {
      transform: scale(0.5);
      opacity: .5; }
    100% {
      -moz-transform: scale(1);
      opacity: 0; } }
        .contact .nei-content .contact-info .ci-bottom .ci-map .area-box .dot {
          display: inline-block;
          position: absolute;
          left: 0;
          width: 21px;
          height: 21px;
          -webkit-border-radius: 21px;
          -moz-border-radius: 21px;
          border-radius: 21px;
          background: #f7f5f3;
          opacity: 1;
          filter: alpha(opacity=100); }
        .contact .nei-content .contact-info .ci-bottom .ci-map .area-box .pulse {
          display: inline-block;
          position: absolute;
          top: -36px;
          left: -36px;
          height: 88px;
          width: 88px;
          -webkit-border-radius: 48px;
          -moz-border-radius: 48px;
          border-radius: 48px;
          background: #f7f5f3;
          opacity: .12;
          filter: alpha(opacity=0);
          -webkit-animation: warn 2s ease-out;
          -moz-animation: warn 2s ease-out;
          animation: warn 2s ease-out;
          -webkit-animation-iteration-count: infinite;
          -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-1 {
          left: 335px;
          top: 122px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-2 {
          left: 350px;
          top: 140px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-2 .area-box .dot {
          width: 21px;
          height: 21px;
          -webkit-border-radius: 38px;
          -moz-border-radius: 38px;
          border-radius: 38px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-2 .area-box .pulse {
          top: -20px;
          left: -20px;
          height: 76px;
          width: 76px;
          -webkit-border-radius: 38px;
          -moz-border-radius: 38px;
          border-radius: 38px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-3 {
          left: 330px;
          top: 170px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-3 .area-box .dot {
          width: 21px;
          height: 21px;
          -webkit-border-radius: 57px;
          -moz-border-radius: 57px;
          border-radius: 57px;
          background: #c39c61 !important; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-3 .area-box .pulse {
          top: -30px;
          left: -30px;
          height: 120px;
          width: 120px;
          -webkit-border-radius: 57px;
          -moz-border-radius: 57px;
          border-radius: 57px;
          background: #c39c61 !important; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-4 {
          left: 310px;
          top: 200px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-4 .area-box .dot {
          width: 21px;
          height: 21px;
          -webkit-border-radius: 36px;
          -moz-border-radius: 36px;
          border-radius: 36px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-4 .area-box .pulse {
          top: -23px;
          left: -23px;
          height: 80px;
          width: 80px;
          -webkit-border-radius: 36px;
          -moz-border-radius: 36px;
          border-radius: 36px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-5 {
          left: 710px;
          top: 145px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-5 .area-box .dot {
          width: 21px;
          height: 21px;
          -webkit-border-radius: 80px;
          -moz-border-radius: 80px;
          border-radius: 80px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-5 .area-box .pulse {
          top: -40px;
          left: -40px;
          height: 160px;
          width: 160px;
          -webkit-border-radius: 80px;
          -moz-border-radius: 80px;
          border-radius: 80px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-6 {
          left: 320px;
          top: 150px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-6 .area-box .dot {
          width: 21px;
          height: 21px;
          -webkit-border-radius: 80px;
          -moz-border-radius: 80px;
          border-radius: 80px;
          background: none; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .postition-6 .area-box .pulse {
          top: -400px;
          left: -400px;
          height: 880px;
          width: 880px;
          -webkit-border-radius: 880px;
          -moz-border-radius: 880px;
          border-radius: 880px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .homelingyu {
          background: url(../images/home-lingyu-bg.jpg) center top repeat-x;
          padding-top: 100px;
          padding-bottom: 80px; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .homelingyu h2 {
          margin-bottom: 55px;
          color: #bf9860;
          font-size: 36px;
          text-align: center; }
        .contact .nei-content .contact-info .ci-bottom .ci-map .homelingyu .text {
          max-width: 1344px; }
      .contact .nei-content .contact-info .ci-bottom .ci-about {
        width: 100%;
        height: 340px;
        background-color: #fff;
        margin: 40px auto 10px; }
        .contact .nei-content .contact-info .ci-bottom .ci-about .ci-btn-box {
          width: 100%;
          height: 50px;
          border-bottom: 1px solid #eee; }
          .contact .nei-content .contact-info .ci-bottom .ci-about .ci-btn-box .ci-btn {
            width: 100%;
            float: left;
            line-height: 50px;
            text-align: left;
            text-indent: 20px;
            cursor: pointer; }
            .contact .nei-content .contact-info .ci-bottom .ci-about .ci-btn-box .ci-btn p {
              font-size: 28px; }
            .contact .nei-content .contact-info .ci-bottom .ci-about .ci-btn-box .ci-btn i {
              margin-left: 10px;
              transition: all .8s; }
        .contact .nei-content .contact-info .ci-bottom .ci-about .ci-list-box {
          width: 100%;
          height: 250px;
          margin: 20px 0;
          overflow: auto;
          position: relative; }
          .contact .nei-content .contact-info .ci-bottom .ci-about .ci-list-box .ci-list {
            width: 100%;
            opacity: 0;
            transition: all .8s;
            position: absolute;
            top: 0;
            left: 0; }
            .contact .nei-content .contact-info .ci-bottom .ci-about .ci-list-box .ci-list ul {
              padding: 0 20px; }
              .contact .nei-content .contact-info .ci-bottom .ci-about .ci-list-box .ci-list ul li div {
                line-height: 32px;
                font-size: 16px;
                color: #666; }
                .contact .nei-content .contact-info .ci-bottom .ci-about .ci-list-box .ci-list ul li div p {
                  color: #005aab; }
                .contact .nei-content .contact-info .ci-bottom .ci-about .ci-list-box .ci-list ul li div span {
                  color: #000; }
                .contact .nei-content .contact-info .ci-bottom .ci-about .ci-list-box .ci-list ul li div:not(:first-child) {
                  width: 100%; }
            .contact .nei-content .contact-info .ci-bottom .ci-about .ci-list-box .ci-list.cur {
              opacity: 1; }

  /* Message */
  .message {
    position: relative; }
    .message::before {
      content: '';
      width: 56px;
      height: 23px;
      background-image: url("../images/san-bai.png");
      position: absolute;
      top: -83px;
      left: 50%;
      margin-left: -28px; }
    .message .message-box {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px; }
      .message .message-box .message-title {
        font-size: 32px;
        line-height: 1em;
        color: #000;
        margin: 60px 0 30px; }
      .message .message-box form {
        width: 100%;
        overflow: hidden; }
        .message .message-box form .message-float {
          width: 100%;
          float: left; }
          .message .message-box form .message-float .message-group {
            margin-bottom: 17px;
            position: relative; }
            .message .message-box form .message-float .message-group label {
              width: 120px;
              height: 46px;
              text-indent: 20px;
              background-color: #f6f6f6;
              line-height: 46px;
              position: absolute;
              top: 0;
              left: 0; }
            .message .message-box form .message-float .message-group input {
              width: 100%;
              height: 46px;
              background-color: #f6f6f6;
              border: 0;
              text-indent: 120px; }
            .message .message-box form .message-float .message-group textarea {
              width: 100%;
              height: 227px;
              text-indent: 120px;
              line-height: 46px;
              background-color: #f6f6f6;
              border: 0;
              padding: 0 20px; }
          .message .message-box form .message-float .message-button {
            width: 140px;
            height: 46px;
            background-color: #005aab;
            color: #fff;
            font-size: 18px;
            border: 0;
            display: block;
            text-align: center;
            line-height: 46px;
            margin: 0 auto; }
          .message .message-box form .message-float.message-left {
            float: left; }
          .message .message-box form .message-float.message-right {
            float: left; }

  /* sousou */
  .sousou .nei-tab .tab-width a {
    width: 100%;
    text-align: left; }
    .sousou .nei-tab .tab-width a.ss {
      padding: 0 20px; }

  /* news */
  .news .nei-content .news-box {
    padding: 0 20px; }
    .news .nei-content .news-box .news-list ul li {
      height: 60px; }
      .news .nei-content .news-box .news-list ul li .list-heng {
        top: 29px;
        left: 4px; }
      .news .nei-content .news-box .news-list ul li .list-text {
        line-height: 60px;
        left: 40px; }
      .news .nei-content .news-box .news-list ul li .list-jian {
        display: none; }
      .news .nei-content .news-box .news-list ul li .list-time {
        line-height: 60px;
        right: 0; }
    .news .nei-content .news-box .news-add {
      margin: 20px auto 0; }
  .news .nei-content #goTop {
    margin: 25px auto; }

  /* newsscon */
  .newsscon .nei-content .newsscon-box .newsscon-title {
    padding: 0 20px; }
  .newsscon .nei-content .newsscon-box p {
    padding: 0 20px; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  /*iPhone 6 landscape*/ }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  /*iPhone 6+ Portrait*/ }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  /*iPhone 6+ landscape*/ }
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  /*iPhone 6 and iPhone 6+ portrait and landscape*/ }
@media only screen and (min-device-width: 300px) and (max-device-width: 320px) and (orientation: portrait) {
  /*iPhone 5 Portrait*/ }

/*# sourceMappingURL=main-m.css.map */
