﻿@charset "UTF-8";
.flex-center {
  display: flex;
  justify-content: center; }

.flex-between {
  display: flex;
  justify-content: space-between; }

.flex-start {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.go-buy:hover, .go-download:hover {
  background: #FF7C7C !important;
  color: #FFFFFF !important; }

.go-product:hover {
  color: #FF7C7C !important; }

.nav-index {
  position: relative; }

.nav-index a {
  color: #FF6356 !important; }

.nav-index a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 1px;
  background: #FF4F4F;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: widths 1s 1 alternate;
  -webkit-animation: widths 1s 1 alternate;
  /* Safari 和 Chrome */ }

@keyframes widths {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
@-webkit-keyframes widths /*Safari and Chrome*/ {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
.swiper-container {
  height: 32.9166666667vw;
  min-width: 1200px; }
  .swiper-container .swiper-slide {
    min-width: 1200px;
    height: 100%;
    padding: 7.8125vw 0 8.3333333333vw; }
    .swiper-container .swiper-slide h3 {
      font-size: 2.3958333333vw;
      color: #FFFFFF;
      text-align: center;
      margin-bottom: 1.3020833333vw;
      width: 100%; }
    .swiper-container .swiper-slide .product_adv_des {
      font-size: 1.25vw;
      color: #FFFFFF;
      text-align: center;
      margin-bottom: 1.3541666667vw;
      width: 100%; }
    .swiper-container .swiper-slide .no_adv_des {
      height: 5.3645833333vw;
      margin-bottom: 2.0833333333vw; }
    .swiper-container .swiper-slide .adv_des {
      font-size: 0.8333333333vw;
      color: rgba(255, 255, 255, 0.74);
      text-align: center;
      line-height: 1.5625vw;
      margin-bottom: 2.7604166667vw;
      width: 100%; }
    .swiper-container .swiper-slide .btn_list {
      text-align: center; }
      .swiper-container .swiper-slide .btn_list a {
        display: inline-block;
        width: 9.8958333333vw;
        height: 3.0208333333vw;
        text-align: center;
        line-height: 3.0208333333vw; }
      .swiper-container .swiper-slide .btn_list .go-buy {
        background: #FF4F4F;
        box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.31);
        border-radius: 2px;
        font-size: 0.9375vw;
        color: #ffffff;
        margin-right: 2.8645833333vw; }
      .swiper-container .swiper-slide .btn_list .go-product {
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.31);
        border-radius: 2px;
        font-size: 0.9375vw;
        color: #FF6356; }
  .swiper-container .slide-1 {
    background: url("../images/home_banner1.jpg") no-repeat center;
    background-size: cover; }
  .swiper-container .slide-2 {
    background: url("../images/home_banner2.jpg") no-repeat center;
    background-size: cover; }
  .swiper-container .slide-3 {
    background: url("../images/home_banner3.jpg") no-repeat center;
    background-size: cover; }
  .swiper-container .slide-4 {
    background: url("../images/home_banner4.jpg") no-repeat center;
    background-size: cover; }
  .swiper-container .flow-bottom {
    position: absolute;
    background: transparent;
    bottom: 1vw;
    padding-bottom: 1.8229166667vw;
    left: 0;
    right: 0;
    text-align: center; }
    .swiper-container .flow-bottom .swiper-pagination {
      width: 100%; }
    .swiper-container .flow-bottom .swiper-pagination-bullet {
      background: white;
      width: 0.5208333333vw;
      height: 0.5208333333vw;
      border-radius: 0.5208333333vw;
      margin: 0 0.4166666667vw;
      opacity: 0.5;
      cursor: pointer;
      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 */ }
    .swiper-container .flow-bottom .swiper-pagination-bullet-active {
      width: 5.2083333333vw; }
  .swiper-container .swiper-button-next {
    background-image: url(../images/icon-left.png);
    left: 10px;
    right: auto; }
  .swiper-container .swiper-button-prev {
    background-image: url(../images/icon-light.png);
    right: 10px;
    left: auto; }
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    top: -11.71875vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    background-size: cover;
    display: none; }

@media screen and (max-width: 1366px) {
  .swiper-container {
    height: 449.6416666667px;
    min-width: 1200px; }
    .swiper-container .swiper-slide {
      min-width: 1200px;
      height: 100%;
      padding: 106.71875px 0 113.8333333333px; }
      .swiper-container .swiper-slide h3 {
        font-size: 32.7270833333px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 17.7864583333px;
        width: 100%; }
      .swiper-container .swiper-slide .product_adv_des {
        font-size: 17.075px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 18.4979166667px;
        width: 100%; }
      .swiper-container .swiper-slide .no_adv_des {
        height: 73.2802083333px;
        margin-bottom: 28.4583333333px; }
      .swiper-container .swiper-slide .adv_des {
        font-size: 11.3833333333px;
        color: rgba(255, 255, 255, 0.74);
        text-align: center;
        line-height: 21.34375px;
        margin-bottom: 37.7072916667px;
        width: 100%; }
      .swiper-container .swiper-slide .btn_list {
        text-align: center; }
        .swiper-container .swiper-slide .btn_list a {
          display: inline-block;
          width: 135.1770833333px;
          height: 41.2645833333px;
          text-align: center;
          line-height: 41.2645833333px; }
        .swiper-container .swiper-slide .btn_list .go-buy {
          background: #FF4F4F;
          box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.31);
          border-radius: 2px;
          font-size: 12.80625px;
          color: #ffffff;
          margin-right: 39.1302083333px; }
        .swiper-container .swiper-slide .btn_list .go-product {
          background: rgba(255, 255, 255, 0.86);
          box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.31);
          border-radius: 2px;
          font-size: 12.80625px;
          color: #FF6356; }
    .swiper-container .slide-1 {
      background: url("../images/home_banner1.jpg") no-repeat center;
      background-size: cover; }
    .swiper-container .slide-2 {
      background: url("../images/home_banner2.jpg") no-repeat center;
      background-size: cover; }
    .swiper-container .slide-3 {
      background: url("../images/home_banner3.jpg") no-repeat center;
      background-size: cover; }
    .swiper-container .slide-4 {
      background: url("../images/home_banner4.jpg") no-repeat center;
      background-size: cover; }
    .swiper-container .flow-bottom {
      position: absolute;
      background: transparent;
      bottom: 1vw;
      padding-bottom: 24.9010416667px;
      left: 0;
      right: 0;
      text-align: center; }
      .swiper-container .flow-bottom .swiper-pagination {
        width: 100%; }
      .swiper-container .flow-bottom .swiper-pagination-bullet {
        background: white;
        width: 7.1145833333px;
        height: 7.1145833333px;
        border-radius: 7.1145833333px;
        margin: 0 5.6916666667px;
        opacity: 0.5;
        cursor: pointer;
        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 */ }
      .swiper-container .flow-bottom .swiper-pagination-bullet-active {
        width: 71.1458333333px; }
    .swiper-container .swiper-button-next {
      background-image: url(../images/icon-left.png);
      left: 10px;
      right: auto; }
    .swiper-container .swiper-button-prev {
      background-image: url(../images/icon-light.png);
      right: 10px;
      left: auto; }
    .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
      top: -160.078125px;
      width: 35.5729166667px;
      height: 35.5729166667px;
      background-size: cover;
      display: none; } }
@media screen and (min-width: 1920px) {
  .swiper-container {
    height: 632px;
    min-width: 1200px; }
    .swiper-container .swiper-slide {
      min-width: 1200px;
      height: 100%;
      padding: 150px 0 160px; }
      .swiper-container .swiper-slide h3 {
        font-size: 46px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 25px;
        width: 100%; }
      .swiper-container .swiper-slide .product_adv_des {
        font-size: 24px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 26px;
        width: 100%; }
      .swiper-container .swiper-slide .no_adv_des {
        height: 103px;
        margin-bottom: 40px; }
      .swiper-container .swiper-slide .adv_des {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.74);
        text-align: center;
        line-height: 30px;
        margin-bottom: 53px;
        width: 100%; }
      .swiper-container .swiper-slide .btn_list {
        text-align: center; }
        .swiper-container .swiper-slide .btn_list a {
          display: inline-block;
          width: 190px;
          height: 58px;
          text-align: center;
          line-height: 58px; }
        .swiper-container .swiper-slide .btn_list .go-buy {
          background: #FF4F4F;
          box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.31);
          border-radius: 2px;
          font-size: 18px;
          color: #ffffff;
          margin-right: 55px; }
        .swiper-container .swiper-slide .btn_list .go-product {
          background: rgba(255, 255, 255, 0.86);
          box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.31);
          border-radius: 2px;
          font-size: 18px;
          color: #FF6356; }
    .swiper-container .slide-1 {
      background: url("../images/home_banner1.jpg") no-repeat center;
      background-size: cover; }
    .swiper-container .slide-2 {
      background: url("../images/home_banner2.jpg") no-repeat center;
      background-size: cover; }
    .swiper-container .slide-3 {
      background: url("../images/home_banner3.jpg") no-repeat center;
      background-size: cover; }
    .swiper-container .slide-4 {
      background: url("../images/home_banner4.jpg") no-repeat center;
      background-size: cover; }
    .swiper-container .flow-bottom {
      position: absolute;
      background: transparent;
      bottom: 20px;
      padding-bottom: 35px;
      left: 0;
      right: 0;
      text-align: center; }
      .swiper-container .flow-bottom .swiper-pagination {
        width: 100%; }
      .swiper-container .flow-bottom .swiper-pagination-bullet {
        background: white;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin: 0 8px;
        opacity: 0.5;
        cursor: pointer;
        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 */ }
      .swiper-container .flow-bottom .swiper-pagination-bullet-active {
        width: 100px; }
    .swiper-container .swiper-button-next {
      background-image: url(../images/icon-left.png);
      left: 10px;
      right: auto; }
    .swiper-container .swiper-button-prev {
      background-image: url(../images/icon-light.png);
      right: 10px;
      left: auto; }
    .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
      top: -225px;
      width: 50px;
      height: 50px;
      background-size: cover;
      display: none; } }
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
  display: block; }

.app_scene_wapper {
  padding: 79px 0 85px; }
  .app_scene_wapper h2 {
    font-size: 28px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 42px; }
  .app_scene_wapper .app_scene_list {
    font-size: 0px;
    /*.app_scene:hover{
      box-shadow: 0 9px 45px 0 rgba(255, 79 , 79, 0.59);
    }*/ }
    .app_scene_wapper .app_scene_list .app_scene:hover .absolute-wrapper {
      top: -224px; }
    .app_scene_wapper .app_scene_list .app_scene {
      display: inline-block;
      width: 228px;
      height: 224px;
      overflow: hidden;
      margin-right: 15px;
      position: relative; }
      .app_scene_wapper .app_scene_list .app_scene .absolute-wrapper {
        width: 228px;
        height: 448px;
        position: absolute;
        top: 0px;
        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 */ }
        .app_scene_wapper .app_scene_list .app_scene .absolute-wrapper .app_scene_up {
          width: 228px;
          height: 224px;
          /* text-align: center;
           font-size: 22px;
           color: #FFFFFF;
           line-height: 224px;*/ }
        .app_scene_wapper .app_scene_list .app_scene .absolute-wrapper .app_scene_down {
          width: 228px;
          height: 224px;
          padding: 81px 0;
          background: #FF4F4F; }
          .app_scene_wapper .app_scene_list .app_scene .absolute-wrapper .app_scene_down p {
            text-align: center; }
          .app_scene_wapper .app_scene_list .app_scene .absolute-wrapper .app_scene_down .title {
            font-size: 22px;
            color: #FFFFFF; }
          .app_scene_wapper .app_scene_list .app_scene .absolute-wrapper .app_scene_down .subtitle {
            font-size: 12px;
            color: #FFFFFF;
            width: 187px;
            margin: 12px auto 0; }
    .app_scene_wapper .app_scene_list .app_scene:last-child {
      margin-right: 0; }
    .app_scene_wapper .app_scene_list .app_scene:nth-child(1) .absolute-wrapper .app_scene_up {
      background: url("../images/home_image_1.png") no-repeat center;
      background-size: cover; }
    .app_scene_wapper .app_scene_list .app_scene:nth-child(2) .absolute-wrapper .app_scene_up {
      background: url("../images/home_image_2.png") no-repeat center;
      background-size: cover; }
    .app_scene_wapper .app_scene_list .app_scene:nth-child(3) .absolute-wrapper .app_scene_up {
      background: url("../images/home_image_3.png") no-repeat center;
      background-size: cover; }
    .app_scene_wapper .app_scene_list .app_scene:nth-child(4) .absolute-wrapper .app_scene_up {
      background: url("../images/home_image_4.png") no-repeat center;
      background-size: cover; }
    .app_scene_wapper .app_scene_list .app_scene:nth-child(5) .absolute-wrapper .app_scene_up {
      background: url("../images/home_image_5.png") no-repeat center;
      background-size: cover; }

.why-choose-us {
  height: 420px;
  padding: 65px 0px;
  background-image: url(../images/our_adv.png);
  background-size: cover;
  background-position: center; }
  .why-choose-us h3 {
    font-size: 28px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 55px; }
  .why-choose-us ul {
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
    .why-choose-us ul li {
      width: 175px;
      text-align: center; }
      .why-choose-us ul li img {
        width: 90px;
        height: 90px;
        margin-bottom: 26px; }
      .why-choose-us ul li p {
        width: 100%;
        text-align: center; }
      .why-choose-us ul li .name {
        font-size: 22px;
        color: #1A1A1A;
        margin-bottom: 14px;
        font-weight: bold; }
      .why-choose-us ul li .subname {
        font-size: 14px;
        color: #1A1A1A; }

.prd_about {
  padding: 80px 0px 60px; }
  .prd_about h2 {
    font-size: 28px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 48px; }
  .prd_about .arcticle-list {
    font-size: 0px; }
    .prd_about .arcticle-list .arcticle-list-item {
      width: 600px;
      float: left; }
      .prd_about .arcticle-list .arcticle-list-item .arcticle-title {
        font-size: 22px;
        color: #1A1A1A;
        margin-bottom: 19px;
        position: relative;
        padding-left: 30px; }
      .prd_about .arcticle-list .arcticle-list-item .arcticle-title:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        top: 8px;
        left: 8px;
        background: #FF4F4F; }
      .prd_about .arcticle-list .arcticle-list-item .big-img {
        width: 320px;
        height: 240px;
        float: left;
        overflow: hidden; }
        .prd_about .arcticle-list .arcticle-list-item .big-img a {
          display: inline-block;
          width: 100%;
          height: 100%;
          position: relative; }
          .prd_about .arcticle-list .arcticle-list-item .big-img a img {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            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 */ }
          .prd_about .arcticle-list .arcticle-list-item .big-img a p {
            width: 100%;
            height: 47px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 3;
            background: rgba(15, 15, 15, 0.45);
            font-size: 18px;
            color: #FFFFFF;
            line-height: 47px;
            padding-left: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
      .prd_about .arcticle-list .arcticle-list-item .big-img:hover img {
        transform: scale(1.1, 1.1); }
      .prd_about .arcticle-list .arcticle-list-item .a_list {
        float: left;
        padding-top: 20px; }
        .prd_about .arcticle-list .arcticle-list-item .a_list a:hover {
          color: #666666; }
        .prd_about .arcticle-list .arcticle-list-item .a_list a {
          display: block;
          width: 260px;
          padding-left: 46px;
          font-size: 16px;
          line-height: 22px;
          color: #1A1A1A;
          position: relative;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin-bottom: 21px; }
        .prd_about .arcticle-list .arcticle-list-item .a_list a:after {
          content: '';
          position: absolute;
          left: 22px;
          top: 7px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #d6d6d6; }

.sub-brand-wrapper {
  padding-top: 50px;
  min-width: 1200px; }
  .sub-brand-wrapper h3 {
    font-size: 28px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 50px; }
  .sub-brand-wrapper .pro-list-wrapper .pro-item:nth-child(1):hover img {
    -moz-box-shadow: 0px 4px 16px 0 rgba(255, 125, 126, 0.39);
    /* 老的 Firefox */
    box-shadow: 0px 4px 16px 0 rgba(255, 125, 126, 0.39); }
  .sub-brand-wrapper .pro-list-wrapper .pro-item:nth-child(2):hover img, .sub-brand-wrapper .pro-list-wrapper .pro-item:nth-child(4):hover img {
    -moz-box-shadow: 0px 4px 16px 0 rgba(34, 34, 45, 0.39);
    /* 老的 Firefox */
    box-shadow: 0px 4px 16px 0 rgba(34, 34, 45, 0.39); }
  .sub-brand-wrapper .pro-list-wrapper .pro-item:nth-child(3):hover img {
    -moz-box-shadow: 0px 4px 16px 0 rgba(59, 140, 231, 0.39);
    /* 老的 Firefox */
    box-shadow: 0px 4px 16px 0 rgba(59, 140, 231, 0.39); }
  .sub-brand-wrapper .pro-list-wrapper .pro-item-a:hover img {
    -moz-box-shadow: 0px 4px 16px 0 rgba(255, 79, 79, 0.34);
    /* 老的 Firefox */
    box-shadow: 0px 4px 16px 0 rgba(255, 79, 79, 0.34); }
  .sub-brand-wrapper .pro-list-wrapper .pro-item, .sub-brand-wrapper .pro-list-wrapper .pro-item-a {
    width: 200px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden; }
    .sub-brand-wrapper .pro-list-wrapper .pro-item img, .sub-brand-wrapper .pro-list-wrapper .pro-item-a img {
      width: 78px;
      height: 78px;
      margin-bottom: 19px;
      border-radius: 17px; }
    .sub-brand-wrapper .pro-list-wrapper .pro-item p, .sub-brand-wrapper .pro-list-wrapper .pro-item-a p {
      font-size: 18px;
      color: #1A1A1A;
      text-align: center; }
  .sub-brand-wrapper .pro-list-wrapper .pro-item:nth-child(1).active img {
    -moz-box-shadow: 0px 4px 16px 0 rgba(255, 125, 126, 0.39);
    /* 老的 Firefox */
    box-shadow: 0px 4px 16px 0 rgba(255, 125, 126, 0.39); }
  .sub-brand-wrapper .pro-list-wrapper .pro-item:nth-child(2).active img, .sub-brand-wrapper .pro-list-wrapper .pro-item:nth-child(4).active img {
    -moz-box-shadow: 0px 4px 16px 0 rgba(34, 34, 45, 0.39);
    /* 老的 Firefox */
    box-shadow: 0px 4px 16px 0 rgba(34, 34, 45, 0.39); }
  .sub-brand-wrapper .pro-list-wrapper .pro-item:nth-child(3).active img {
    -moz-box-shadow: 0px 4px 16px 0 rgba(59, 140, 231, 0.39);
    /* 老的 Firefox */
    box-shadow: 0px 4px 16px 0 rgba(59, 140, 231, 0.39); }
  .sub-brand-wrapper .pro-list-wrapper .pro-item-a.active img {
    -moz-box-shadow: 0px 4px 16px 0 rgba(255, 79, 79, 0.34);
    /* 老的 Firefox */
    box-shadow: 0px 4px 16px 0 rgba(255, 79, 79, 0.34); }
  .sub-brand-wrapper .pro-list-wrapper .pro-item.active p {
    /*color: #FF4F4F;*/
    font-weight: bold; }
  .sub-brand-wrapper .pro-list-wrapper .pro-item.active:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f7f8fa;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    bottom: -13px;
    margin: 0 auto; }
  .sub-brand-wrapper .pro-content {
    background: #f7f8fa;
    padding: 73px 0 30px; }
    .sub-brand-wrapper .pro-content .w1200 {
      position: relative;
      overflow: hidden; }
    .sub-brand-wrapper .pro-content .pro-content-animation {
      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 */
      display: none;
      position: relative;
      left: 1200px;
      top: 0; }
    .sub-brand-wrapper .pro-content .pro-content-show {
      display: block; }
    .sub-brand-wrapper .pro-content .pro-content-show-animation {
      left: 0px; }
    .sub-brand-wrapper .pro-content .go-product {
      display: block;
      background: #FF4F4F;
      border-radius: 2px;
      width: 190px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      color: white;
      font-size: 16px;
      margin: 20px auto; }
    .sub-brand-wrapper .pro-content .go-product:hover {
      background: #FF7C7C !important;
      color: #FFFFFF !important; }
    .sub-brand-wrapper .pro-content h4 {
      padding-left: 50px;
      font-size: 18px;
      color: #1A1A1A;
      position: relative;
      margin-bottom: 30px; }
      .sub-brand-wrapper .pro-content h4:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background: #FF4F4F;
        left: 30px;
        top: 8px; }
    .sub-brand-wrapper .pro-content .h4-content-type1 {
      padding: 0 26px; }
      .sub-brand-wrapper .pro-content .h4-content-type1 li {
        width: 220px;
        display: flex;
        margin-right: 89px;
        justify-content: space-between;
        margin-bottom: 27px;
        padding-left: 2px; }
        .sub-brand-wrapper .pro-content .h4-content-type1 li .iconfont {
          font-size: 22px;
          /*padding-top: 6px;*/
          color: #1A1A1A; }
        .sub-brand-wrapper .pro-content .h4-content-type1 li p {
          width: 177px;
          margin-left: 14px; }
          .sub-brand-wrapper .pro-content .h4-content-type1 li p .title {
            font-size: 14px;
            color: #1A1A1A;
            margin-bottom: 8px;
            white-space: nowrap; }
          .sub-brand-wrapper .pro-content .h4-content-type1 li p .sub-title {
            font-size: 12px;
            color: #999999;
            line-height: 14px; }
    .sub-brand-wrapper .pro-content .h4-content-type2 {
      padding: 0 26px; }
      .sub-brand-wrapper .pro-content .h4-content-type2 .pro-feature-item-a, .sub-brand-wrapper .pro-content .h4-content-type2 li {
        width: 84px;
        text-align: center;
        margin-bottom: 35px;
        /*&:hover{
          .iconfont{
            color: #FF4F4F;
          }
        }*/ }
        .sub-brand-wrapper .pro-content .h4-content-type2 .pro-feature-item-a .iconfont, .sub-brand-wrapper .pro-content .h4-content-type2 li .iconfont {
          font-size: 30px;
          color: #333333; }
        .sub-brand-wrapper .pro-content .h4-content-type2 .pro-feature-item-a p, .sub-brand-wrapper .pro-content .h4-content-type2 li p {
          padding-top: 20px;
          font-size: 14px;
          color: #333333;
          text-align: center; }
    .sub-brand-wrapper .pro-content .h4-content-type3 {
      margin-bottom: 30px; }
      .sub-brand-wrapper .pro-content .h4-content-type3 .pro-feature-item .iconfont {
        font-size: 30px;
        margin-right: 15px; }
      .sub-brand-wrapper .pro-content .h4-content-type3 .pro-feature-item .icon-name {
        font-size: 14px;
        color: #1A1A1A;
        position: relative;
        top: -5px; }

.swiper-container-footer {
  height: 16.1979166667vw;
  min-width: 1200px;
  background: #F7F8FA;
  position: relative;
  overflow: hidden; }
  .swiper-container-footer .slide-1 {
    background: url("../images/home_banner_feet1.jpg") no-repeat center;
    background-size: cover; }
  .swiper-container-footer .slide-2 {
    background: url("../images/home_banner_feet2.jpg") no-repeat center;
    background-size: cover; }
  .swiper-container-footer .slide-3 {
    background: url("../images/home_banner_feet3.jpg") no-repeat center;
    background-size: cover; }
  .swiper-container-footer .slide-4 {
    background: url("../images/home_banner_feet4.jpg") no-repeat center;
    background-size: cover; }
  .swiper-container-footer .swiper-slide {
    min-width: 1200px;
    height: 100%;
    padding: 3.6458333333vw 0 0;
    text-align: center; }
    .swiper-container-footer .swiper-slide h3 {
      font-size: 1.875vw;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 1.0416666667vw;
      width: 100%; }
    .swiper-container-footer .swiper-slide .product_adv_des {
      font-size: 0.9375vw;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 1.5625vw;
      width: 100%; }
    .swiper-container-footer .swiper-slide .go-download {
      display: inline-block;
      width: 11.4583333333vw;
      height: 3.2291666667vw;
      line-height: 3.125vw;
      color: white;
      background: #FF4F4F;
      border-radius: 2px;
      font-size: 0.9375vw; }
      .swiper-container-footer .swiper-slide .go-download .iconfont {
        font-size: 1.1458333333vw;
        margin-right: 0.78125vw; }
  .swiper-container-footer .flow-bottom {
    position: absolute;
    background: transparent;
    bottom: 0.6vw;
    padding-bottom: 1.3020833333vw;
    left: 0;
    right: 0;
    text-align: center; }
    .swiper-container-footer .flow-bottom .swiper-pagination-footer {
      width: 100%;
      position: absolute;
      text-align: center;
      -webkit-transition: .3s opacity;
      -o-transition: .3s opacity;
      transition: .3s opacity;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 10; }
    .swiper-container-footer .flow-bottom .swiper-pagination-bullet {
      background: rgba(0, 0, 0, 0.17);
      width: 0.5208333333vw;
      height: 0.5208333333vw;
      border-radius: 0.5208333333vw;
      margin: 0 0.4166666667vw;
      opacity: 0.5;
      cursor: pointer;
      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 */ }
    .swiper-container-footer .flow-bottom .swiper-pagination-bullet-active {
      width: 5.2083333333vw; }
  .swiper-container-footer .swiper-button-next-footer {
    background-image: url(../images/icon-left.png);
    left: 10px;
    right: auto; }
  .swiper-container-footer .swiper-button-prev-footer {
    background-image: url(../images/icon-light.png);
    right: 10px;
    left: auto; }
  .swiper-container-footer .swiper-button-next-footer, .swiper-container-footer .swiper-button-prev-footer {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: -6.25vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    background-size: cover;
    display: none; }

.swiper-container-footer:hover .swiper-button-next-footer, .swiper-container-footer:hover .swiper-button-prev-footer {
  display: block; }

/*# sourceMappingURL=new_index.css.map */
