@charset "UTF-8";
@import url(../Base.css);
.button-hover {
  transition: all 0.3s ease; }

.button-hover:hover {
  -webkit-box-shadow: 0px 2px 4px 0px #208aec;
  box-shadow: 0px 2px 4px 0px #208aec;
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  -webkit-transition-duration: .45s;
  transition-duration: .45s; }

@font-face {
  font-family: 'TencentSansw7';
  src: url("../style/TencentSansw7.ttf"); }

.index-page .banner-component .swiper-container {
  width: 100%;
  height: 600px; }
  .index-page .banner-component .swiper-container .scss-item1 > a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff url("../img/home_def_new_banner1@2x.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover; }
  .index-page .banner-component .swiper-container .scss-item2 > a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff url("../img/home_def_banner2@2x.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover; }
  .index-page .banner-component .swiper-container .scss-item3 > a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff url("../img/home_def_banner3@2x.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover; }
  .index-page .banner-component .swiper-container .swiper-pagination-bullet {
    bottom: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: 0.3;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    /* Firefox 4 */
    -webkit-transition: all 0.5s linear;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s linear;
    /* Opera */ }
  .index-page .banner-component .swiper-container .swiper-pagination-bullet-active {
    width: 69px; }

.index-page .about-component .about-container {
  padding-top: 70px;
  padding-bottom: 95px; }
  .index-page .about-component .about-container > p {
    width: 1200px;
    font-size: 16px;
    margin: 0 auto 40px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    letter-spacing: 2px; }
  .index-page .about-component .about-container > div {
    width: 1200px;
    height: 337px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .index-page .about-component .about-container > div > div {
      flex: 1;
      height: 100%;
      position: relative; }
      .index-page .about-component .about-container > div > div:hover > div:first-child > img {
        transform: scale(1.3); }
      .index-page .about-component .about-container > div > div > div:first-child {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .index-page .about-component .about-container > div > div > div:first-child > img {
          width: 100%;
          height: 100%;
          transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          /* Firefox 4 */
          -webkit-transition: all 0.5s linear;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s linear;
          /* Opera */ }
      .index-page .about-component .about-container > div > div .mask {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.56);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.3s;
        text-align: center; }
        .index-page .about-component .about-container > div > div .mask:hover {
          background-color: rgba(32, 124, 255, 0.87); }
          .index-page .about-component .about-container > div > div .mask:hover > img {
            margin-top: 79px; }
          .index-page .about-component .about-container > div > div .mask:hover > p {
            margin-top: 20px; }
          .index-page .about-component .about-container > div > div .mask:hover > span {
            visibility: visible;
            margin-top: 38px; }
          .index-page .about-component .about-container > div > div .mask:hover > b {
            margin-top: 5px;
            visibility: visible; }
        .index-page .about-component .about-container > div > div .mask > img {
          width: 70px;
          height: 70px;
          margin-top: 109px;
          transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          /* Firefox 4 */
          -webkit-transition: all 0.5s linear;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s linear;
          /* Opera */ }
        .index-page .about-component .about-container > div > div .mask > p {
          font-size: 22px;
          color: white;
          transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          /* Firefox 4 */
          -webkit-transition: all 0.5s linear;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s linear;
          /* Opera */
          margin-top: 24px; }
        .index-page .about-component .about-container > div > div .mask > span {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 16px;
          transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          /* Firefox 4 */
          -webkit-transition: all 0.5s linear;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s linear;
          /* Opera */
          color: white;
          margin-top: 100px;
          visibility: hidden; }
        .index-page .about-component .about-container > div > div .mask > b {
          display: block;
          width: 100%;
          text-align: center;
          transition: all 1s;
          font-size: 16px;
          color: white;
          font-weight: normal;
          visibility: hidden;
          transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          /* Firefox 4 */
          -webkit-transition: all 0.5s linear;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s linear;
          /* Opera */ }

.index-page .component-product {
  width: 100%;
  height: 638px;
  background-color: #001128; }
  .index-page .component-product .component-wrap {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .index-page .component-product .component-wrap .left-frame {
      height: 100%;
      flex: 1;
      color: #ffffff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 50px;
      display: flex;
      align-items: center;
     }
      .index-page .component-product .component-wrap .left-frame li {
        height: 33.3%; }
        .index-page .component-product .component-wrap .left-frame li:hover > a:before {
          content: '';
          background: #207cff;
          left: -20px; }
        .index-page .component-product .component-wrap .left-frame li:hover > a > h2 {
          color: white;
          margin-left: 20px; }
        .index-page .component-product .component-wrap .left-frame li:hover > a > p {
          color: white;
          margin-left: 20px; }
        .index-page .component-product .component-wrap .left-frame li:hover > a > i {
          color: white;
          margin-left: 20px; }
        .index-page .component-product .component-wrap .left-frame li > a {
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          flex-wrap: nowrap; }
          .index-page .component-product .component-wrap .left-frame li > a:before {
            content: '';
            width: 4px;
            height: 55px;
            background: rgba(32, 124, 255, 0);
            display: block;
            position: absolute;
            top: 65px;
            left: -50px;
            transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            /* Firefox 4 */
            -webkit-transition: all 0.3s linear;
            /* Safari 和 Chrome */
            -o-transition: all 0.3s linear;
            /* Opera */ }
          .index-page .component-product .component-wrap .left-frame li > a > h2 {
            font-size: 36px;
            color: rgba(255, 255, 255, 0.4);
            font-family: 'TencentSansw7';
            letter-spacing: 5px;
            position: relative;
            transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            /* Firefox 4 */
            -webkit-transition: all 0.3s linear;
            /* Safari 和 Chrome */
            -o-transition: all 0.3s linear;
            /* Opera */ }
          .index-page .component-product .component-wrap .left-frame li > a > p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.4);
            top: 30px;
            left: 0;
            transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            /* Firefox 4 */
            -webkit-transition: all 0.3s linear;
            /* Safari 和 Chrome */
            -o-transition: all 0.3s linear;
            /* Opera */ }
          .index-page .component-product .component-wrap .left-frame li > a > i {
            color: rgba(255, 255, 255, 0);
            margin-top: 18px;
            display: block;
            transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            /* Firefox 4 */
            -webkit-transition: all 0.3s linear;
            /* Safari 和 Chrome */
            -o-transition: all 0.3s linear;
            /* Opera */
            top: 50px;
            left: 0; }
    .index-page .component-product .component-wrap .right-frame {
      width: 820px;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .index-page .component-product .component-wrap .right-frame li:nth-child(1) {
        background: url("../img/home_def_image1@2x.jpg?v=1") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover; }
      .index-page .component-product .component-wrap .right-frame li:nth-child(2) {
        background: url("../img/home_def_about_image2@2x.jpg?v=1") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover; }
      .index-page .component-product .component-wrap .right-frame li:nth-child(3) {
        background: url("../img/home_def_image3@2x.jpg?v=1") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover; }
      .index-page .component-product .component-wrap .right-frame li:nth-child(4) {
        background: url("../img/home_def_image4@2x.jpg?v=1") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover; }
      .index-page .component-product .component-wrap .right-frame li {
        width: 50%;
        height: 50%; }
        .index-page .component-product .component-wrap .right-frame li > a {
          display: block;
          color: #fff;
          width: 100%;
          height: 100%;
          position: relative;
          overflow: hidden; }
          .index-page .component-product .component-wrap .right-frame li > a:hover > div > h3 {
            margin-top: 0; }
          .index-page .component-product .component-wrap .right-frame li > a:hover > div > i {
            opacity: 1;
            right: 24px; }
          .index-page .component-product .component-wrap .right-frame li > a:hover > div > p {
            margin-top: 5px; }
          .index-page .component-product .component-wrap .right-frame li > a > div {
            width: 100%;
            height: 84px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: absolute;
            padding: 0 24px;
            bottom: 0;
            left: 0; }
            .index-page .component-product .component-wrap .right-frame li > a > div > h3 {
              font-family: 'TencentSansw7';
              font-size: 30px;
              margin-top: 30px;
              transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              /* Firefox 4 */
              -webkit-transition: all 0.2s linear;
              /* Safari 和 Chrome */
              -o-transition: all 0.2s linear;
              /* Opera */ }
            .index-page .component-product .component-wrap .right-frame li > a > div > i {
              opacity: 0;
              transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              /* Firefox 4 */
              -webkit-transition: all 0.2s linear;
              /* Safari 和 Chrome */
              -o-transition: all 0.2s linear;
              /* Opera */
              position: absolute;
              right: 44px;
              bottom: 56px; }
            .index-page .component-product .component-wrap .right-frame li > a > div > p {
              font-size: 14px;
              margin-top: 20px;
              transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              /* Firefox 4 */
              -webkit-transition: all 0.2s linear;
              /* Safari 和 Chrome */
              -o-transition: all 0.2s linear;
              /* Opera */ }

.index-page .last-component {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px; }
  .index-page .last-component .title-tab {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
    .index-page .last-component .title-tab > a {
      width: 112px;
      height: 35px;
      font-size: 28px;
      color: #999999;
      line-height: 35px; }
      .index-page .last-component .title-tab > a:not(:last-child) {
        margin-right: 76px; }
    .index-page .last-component .title-tab .active {
      width: 144px;
      height: 46px;
      font-size: 36px;
      color: #1a1a1a;
      line-height: 46px;
      position: relative; }
      .index-page .last-component .title-tab .active:after {
        content: '';
        display: block;
        width: 30px;
        height: 4px;
        background: #207cff;
        position: absolute;
        transform: translate(-50%);
        bottom: -14px;
        left: 50%; }
  .index-page .last-component .content {
    width: 100%;
    padding-top: 79px; }
    .index-page .last-component .content .current {
      display: flex; }
    .index-page .last-component .content > div {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      display: none; }
      .index-page .last-component .content > div > div {
        width: 578px;
        height: 368px;
        background: white;
        box-shadow: 0px 2px 23px 0px rgba(33, 39, 52, 0.09); }
        .index-page .last-component .content > div > div > div {
          width: 100%;
          height: 204px;
          overflow: hidden; }
          .index-page .last-component .content > div > div > div:hover img {
            transform: scale(1.3); }
          .index-page .last-component .content > div > div > div img {
            width: 100%;
            height: 100%;
            transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            /* Firefox 4 */
            -webkit-transition: all 0.5s linear;
            /* Safari 和 Chrome */
            -o-transition: all 0.5s linear;
            /* Opera */ }
        .index-page .last-component .content > div > div > ul {
          padding: 23px 14px 29px 28px; }
          .index-page .last-component .content > div > div > ul li {
            width: 100%;
            position: relative; }
            .index-page .last-component .content > div > div > ul li:first-child {
              margin-bottom: 18px; }
            .index-page .last-component .content > div > div > ul li:before {
              content: '';
              display: block;
              width: 4px;
              height: 4px;
              background: #d8d8d8;
              border-radius: 50%;
              position: absolute;
              left: -10px;
              top: 10px; }
            .index-page .last-component .content > div > div > ul li > header {
              width: 231px;
              height: 23px;
              font-size: 18px;
              color: #1a1a1a;
              line-height: 23px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              margin-bottom: 5px; }
              .index-page .last-component .content > div > div > ul li > header > a:last-child {
                position: absolute;
                right: 0;
                top: 10px;
                background: url("../img/home_icon_next@2x.png") no-repeat center;
                -webkit-background-size: cover;
                background-size: cover;
                width: 22px;
                height: 10px; }
            .index-page .last-component .content > div > div > ul li > main {
              display: block;
              width: 409px;
              height: 18px;
              font-size: 12px;
              color: #666666;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
              .index-page .last-component .content > div > div > ul li > main p {
                width: 100%;
                color: #666666;
                font-size: 12px;
                font-weight: normal;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden; }

.index-page .modal-dialog {
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5); }
  .index-page .modal-dialog .modal-body {
    width: 498px;
    height: 270px;
    margin: 0 auto;
    background: url("../img/popup_def_image@2x.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 11px;
    position: relative;
    padding-top: 34px; }
    .index-page .modal-dialog .modal-body > i {
      position: absolute;
      top: 8px;
      right: 8px;
      transform: rotate(45deg);
      cursor: pointer;
      transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      /* Firefox 4 */
      -webkit-transition: all 0.3s linear;
      /* Safari 和 Chrome */
      -o-transition: all 0.3s linear;
      /* Opera */ }
      .index-page .modal-dialog .modal-body > i:hover {
        transform: rotate(270deg); }
      .index-page .modal-dialog .modal-body > i:after {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-14px); }
      .index-page .modal-dialog .modal-body > i:before {
        content: '';
        display: block;
        width: 2px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translateX(14px); }
    .index-page .modal-dialog .modal-body > h2 {
      font-size: 22px;
      font-weight: bold;
      color: white;
      text-align: center; }
    .index-page .modal-dialog .modal-body > p {
      font-size: 14px;
      color: #1a1a1a;
      text-align: center;
      margin-top: 90px; }
    .index-page .modal-dialog .modal-body > a {
      display: block;
      width: 100%;
      font-size: 18px;
      color: #207cff;
      letter-spacing: 1px;
      text-decoration: underline;
      margin-top: 12px;
      text-align: center; }
    .index-page .modal-dialog .modal-body > h1 {
      font-size: 14px;
      color: rgba(84, 149, 239, 0.7);
      text-align: center;
      margin-top: 60px; }
