@charset "UTF-8";
/* 横向布局 */
@keyframes img-hover {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
@-moz-keyframes img-hover /* Firefox */ {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
@-webkit-keyframes img-hover /* Safari 和 Chrome */ {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
@-o-keyframes img-hover /* Opera */ {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
body {
  background: #f5f5f5; }

.hy-banner {
  min-width: 1180px; }
  .hy-banner .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 440px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white; }
  .hy-banner .swiper-container .swiper-pagination {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 20px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    bottom: 30px !important;
    padding: 0 6px; }
    .hy-banner .swiper-container .swiper-pagination span {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-top: 4px !important;
      cursor: pointer;
      background: #fff;
      opacity: 0.6; }
      .hy-banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff; }

.hy-container .hy-index-container {
  margin-top: 15px;
  /* padding: 0 40px; */
  position: relative; }
  .hy-container .hy-index-container h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding: 40px 0 20px;
    position: relative; }
    .hy-container .hy-index-container h1 span {
      /* display: inline-block;
      background: #e03636;
      height: 28px;
      width: 4px;
      margin-right: 15px;
      vertical-align: middle;
      margin-top: -3px;  */
    }
    .hy-container .hy-index-container h1 .hy-more {
      position: absolute;
      right: 0;
      font-size: 15px;
      bottom: 10px;
      color: #999;
      cursor: pointer; }
      .hy-container .hy-index-container h1 .hy-more:hover {
        color: #e03636; }
  .hy-container .hy-index-container .hy-floor-nav {
    display: none;
    position: fixed;
    z-index: 98;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    border-radius: 4px; }
    .hy-container .hy-index-container .hy-floor-nav .hy-floor-nav-box {
      width: 40px;
      margin-left: 0;
      /* margin-left: -55px;  */
    }
      .hy-container .hy-index-container .hy-floor-nav .hy-floor-nav-box .hy-item {
        width: 35px;
        height: 40px;
        text-align: center;
        padding: 5px;
        font-size: 14px;
        background: rgba(0, 0, 0, 0.4);
        border-bottom: 1px solid white;
        color: white;
        -webkit-transition: background-color .3s,color .3s;
        -o-transition: background-color .3s,color .3s;
        transition: background-color .3s,color .3s;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .hy-container .hy-index-container .hy-floor-nav .hy-floor-nav-box .hy-item.active {
          background: #e03636; }
        .hy-container .hy-index-container .hy-floor-nav .hy-floor-nav-box .hy-item:last-child {
          border-bottom: none; }
        .hy-container .hy-index-container .hy-floor-nav .hy-floor-nav-box .hy-item:hover {
          background: #e03636; }
      .hy-container .hy-index-container .hy-floor-nav .hy-floor-nav-box .hy-last-item {
        width: 35px;
        text-align: center;
        padding: 5px;
        background: rgba(0, 0, 0, 0.4);
        border-bottom: 1px solid white;
        color: white;
        -webkit-transition: background-color .3s,color .3s;
        -o-transition: background-color .3s,color .3s;
        transition: background-color .3s,color .3s;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 25px;
        height: 30px;
        line-height: 30px; }
        .hy-container .hy-index-container .hy-floor-nav .hy-floor-nav-box .hy-last-item:hover {
          background: #e03636; }
  .hy-container .hy-index-container .hy-quick-tool {
    padding-top: 40px;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center; }
    .hy-container .hy-index-container .hy-quick-tool .hy-item {
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center;
      justify-content: center;
      width: 340px;
      height: 150px;
      padding: 20px;
      box-sizing: border-box;
      background: white;
      border-radius: 6px;
      /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07); */
      box-shadow: 0px 1px 14px 0px #DBDBDB;
      position: relative; }
      
      .hy-container .hy-index-container .hy-quick-tool .hy-item:hover {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23); }
      .hy-container .hy-index-container .hy-quick-tool .hy-item:before {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        border: 25px solid #e03636;
        border-left: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-top-right-radius: 6px;
        /* border-top: 50px solid #e03636;
        border-left: 50px solid transparent; */
       }
      .hy-container .hy-index-container .hy-quick-tool .hy-item span {
        position: absolute;
        display: inline-block;
        width: 28px;
        height: 25px;
        line-height: 25px;
        top: 0;
        right: 0;
        color: white;
        font-size: 14px;
        transition: all .2s;
        -webkit-transition: all .2s;;
        -o-transition: all .2s;;
        transform: rotate(45deg);
        margin-top: 4px;
        margin-left: 2px; }
      .hy-container .hy-index-container .hy-quick-tool .hy-item .hy-text {
        align-self: center;
        color: #333; }
      .hy-container .hy-index-container .hy-quick-tool .hy-item img {
        height: 43px;
        vertical-align: middle;
       }
        .hy-container .hy-index-container .hy-quick-tool  .hy-item-img {
          display: inline-block;
          height: 78px;
          width: 78px;
          line-height: 78px;
          text-align: center;
          box-sizing: border-box;
          border: 1px solid rgba(246, 50, 25, 1);
          border-radius: 50%;
          align-self: center; 
        }
      .hy-container .hy-index-container .hy-quick-tool .hy-item p {
        text-align: left;
        /* font-weight: bold; */
        margin-left: 15px;
        font-size: 18px; }
  .hy-container .hy-index-container .hy-product-list .hy-content {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    height: 590px; }
    .hy-container .hy-index-container .hy-product-list .hy-content .hy-l {
      position: relative;
      width: 280px;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat; }
      .hy-container .hy-index-container .hy-product-list .hy-content .hy-l:hover {
        animation: img-hover 0.15s;
        -moz-animation: img-hover 0.15s;
        /* Firefox */
        -webkit-animation: img-hover 0.15s;
        /* Safari 和 Chrome */
        -o-animation: img-hover 0.15s;
        /* Opera */
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards; }
      .hy-container .hy-index-container .hy-product-list .hy-content .hy-l .hy-tip {
        position: absolute;
        bottom: 30px;
        left: 50%;
        width: 220px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        color: white;
        background: rgba(0, 0, 0, 0.4);
        padding: 20px 0; }
        .hy-container .hy-index-container .hy-product-list .hy-content .hy-l .hy-tip .hy-title {
          margin-bottom: 10px; }
          .hy-container .hy-index-container .hy-product-list .hy-content .hy-l .hy-tip .hy-title h2 {
            display: inline-block;
            font-size: 20px;
            margin: 0 10px; }
          .hy-container .hy-index-container .hy-product-list .hy-content .hy-l .hy-tip .hy-title span {
            display: inline-block;
            background: white;
            width: 30px;
            height: 2px;
            vertical-align: middle; }
        .hy-container .hy-index-container .hy-product-list .hy-content .hy-l .hy-tip p {
          font-size: 16px; }
    .hy-container .hy-index-container .hy-product-list .hy-content .hy-r {
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center;
      align-content: space-between;
      width: 880px; }
      .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item {
        width: 240px;
        height: 285px;
        overflow: hidden;
        background: white;
        color: #333;
        cursor: pointer;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07); }
        .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item:hover {
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23); }
        .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item:hover .hy-img {
          animation: img-hover 0.15s;
          -moz-animation: img-hover 0.15s;
          /* Firefox */
          -webkit-animation: img-hover 0.15s;
          /* Safari 和 Chrome */
          -o-animation: img-hover 0.15s;
          /* Opera */
          animation-fill-mode: forwards;
          -webkit-animation-fill-mode: forwards;
          -moz-animation-fill-mode: forwards;
          -o-animation-fill-mode: forwards; }
        .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item:nth-child(3n+1) {
          width: 360px; }
        .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item:hover .hy-info .hy-describe {
          color: #e03636; }
        .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item .hy-img {
          height: 181px;
          width: 100%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
        .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item .hy-info {
          padding: 10px 15px;
          text-align: left; }
          .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item .hy-info .hy-name {
            font-size: 18px;
            font-weight: bold; }
          .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item .hy-info .hy-describe {
            font-size: 14px;
            color: #999;
            margin: 7px 0; }
          .hy-container .hy-index-container .hy-product-list .hy-content .hy-r .hy-item .hy-info .hy-strong {
            font-size: 20px;
            font-weight: bold;
            color: #e03636; }
            .hy-container .hy-index-container .hy-news .hy-flex {
              display: -webkit-flex;
              /* 新版本语法: Chrome 21+ */
              display: -webkit-box;
              /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
              display: -moz-box;
              /* 老版本语法: Firefox (buggy) */
              display: -ms-flexbox;
              /* 混合版本语法: IE 10 */
              display: flex;
              /* 新版本语法: Opera 12.1, Firefox 22+ */
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              justify-content: space-between;
              text-align: center; }
              .hy-container .hy-index-container .hy-news .hy-img{
                width: 536px;
                height: 374px;
                margin-right: 25px;
                position: absolute;
                z-index: 9;
              }
              .hy-container .hy-index-container .hy-news .hy-img1{
                width: 536px;
                height: 374px;
                margin-right: 25px;
                visibility: hidden;
                /* position: absolute;
                z-index: 9; */
              }
  .hy-container .hy-index-container .hy-news .hy-news-info {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    justify-content: space-between;
    text-align: center; }
    .hy-container .hy-index-container .hy-news .hy-news-info ul{
      flex: 1;
    }
    .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list {
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center;
      align-content: space-between;
      width: 280px;
      height: 440px; }
      .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-news-item-title{
        font-size: 16px;
        color: #333333;
        line-height: 21px;
        flex: 1;
      }
      .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-news-item-time{
        font-size: 14px;
        margin-right: 10px;
        width: 77px;
        color: #999999;
        line-height: 19px;
      }
      .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-news-item-content{
        padding: 15px 0;
        font-size: 14px;
        color: #999999;
        line-height: 19px;
        text-align: left;
        border: 1px solid #E8E8E8;
      }
      .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item {
        width: 100%;
        height: 210px;
        background: white;
        margin-bottom: 20px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07); }
        .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item:hover {
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23); }
        .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item:hover .hy-img {
          animation: img-hover 0.15s;
          -moz-animation: img-hover 0.15s;
          /* Firefox */
          -webkit-animation: img-hover 0.15s;
          /* Safari 和 Chrome */
          -o-animation: img-hover 0.15s;
          /* Opera */
          animation-fill-mode: forwards;
          -webkit-animation-fill-mode: forwards;
          -moz-animation-fill-mode: forwards;
          -o-animation-fill-mode: forwards; }
        .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-img {
          height: 110px;
          line-height: 110px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-img h2 {
            text-align: center;
            font-size: 22px;
            font-weight: 400;
            color: white; }
        .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-news-info {
          padding: 10px 20px;
          text-align: left; }
          .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-news-info ul li {
            font-size: 14px;
            height: 30px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 250px; }
            .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-news-info ul li a {
              color: #666;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-news-info ul li a:hover {
                color: #e03636; }
            .hy-container .hy-index-container .hy-news .hy-news-info .hy-news-list .hy-news-item .hy-news-info ul li span {
              display: inline-block;
              width: 6px;
              height: 6px;
              margin: 2px 11px;
              margin-left: 3px;
              background-color: #666;
              transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              /* Internet Explorer */
              -moz-transform: rotate(45deg);
              /* Firefox */
              -webkit-transform: rotate(45deg);
              /* Safari 和 Chrome */
              -o-transform: rotate(45deg);
              /* Opera */ }
    .hy-container .hy-index-container .hy-news .hy-news-info .hy-video {
      width: 580px;
      height: 440px; }
      .hy-container .hy-index-container .hy-news .hy-news-info .hy-video .swiper-slide a {
        position: relative;
        display: block;
        width: 100%;
        height: 440px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer; }
        .hy-container .hy-index-container .hy-news .hy-news-info .hy-video .swiper-slide a .hy-title {
          display: inline-block;
          font-size: 26px;
          font-weight: 500;
          color: white;
          border-bottom: 2px solid white;
          padding: 5px 5px;
          margin-top: 30px;
          letter-spacing: 2px; }
        .hy-container .hy-index-container .hy-news .hy-news-info .hy-video .swiper-slide a .hy-btn {
          position: absolute;
          width: 72px;
          height: 72px;
          top: 50%;
          left: 50%;
          margin-top: -36px;
          margin-left: -36px;
          line-height: 72px;
          text-align: center;
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.45);
          color: white;
          font-size: 28px; }
          .hy-container .hy-index-container .hy-news .hy-news-info .hy-video .swiper-slide a .hy-btn:hover {
            width: 76px;
            height: 76px;
            top: 50%;
            left: 50%;
            margin-top: -38px;
            margin-left: -38px;
            line-height: 76px;
            font-size: 31px; }
          .hy-container .hy-index-container .hy-news .hy-news-info .hy-video .swiper-slide a .hy-btn i {
            margin-left: 8px; }
      .hy-container .hy-index-container .hy-news .hy-news-info .hy-video .swiper-pagination {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 20px;
        width: auto;
        bottom: 30px !important; }
        .hy-container .hy-index-container .hy-news .hy-news-info .hy-video .swiper-pagination span {
          display: inline-block;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          cursor: pointer;
          border: 1px solid #fff;
          background: transparent;
          opacity: 0.6; }
          .hy-container .hy-index-container .hy-news .hy-news-info .hy-video .swiper-pagination span.swiper-pagination-bullet-active {
            opacity: 1;
            background: #fff; }
  .hy-container .hy-index-container .hy-aboutus .hy-content {
    height: 480px;
    background-size: cover;
    padding: 20px;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-content: space-between; }
    .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item {
      flex: 1;
      height: 403px;
      margin-right: 10px;
      background: rgba(255, 255, 255, 0.8);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      box-sizing: border-box; }
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item:last-child{
        margin-right: 0;
      }
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item .hy-footer{
        display: none;
      }
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item:hover .hy-title {
        display: none;
      }
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item:hover{
        width: 343px;
      }
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item:hover img{
        /* height: 316px; */
        width: 343px;
        vertical-align: bottom;
      }
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item:hover .hy-footer{
        width: 343px;
        display: block;
        color: #fff;
        font-size: 21px;
        height: 100%;
        position: relative;
      }

      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item:hover .hy-footer-title {
        display: block;
        background: linear-gradient(315deg, #B70005 0%, #F63219 100%);
      }
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item .hy-footer-title {
        position: absolute;
        width: 343px;
        height: 86px;
        box-sizing: border-box;
        bottom: 0;
        padding: 15px 19px;
        text-align: left;
        border-radius: 0px 0px 6px 6px;
      }
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item .hy-footer-title::after {
        content: "";
        position: absolute;
        width: 31px;
        height: 3px;
        background: #FFFFFF;
        left: 19px;
        bottom: 32px;
      }
      
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item .hy-title {
        margin: 0 auto;
        width: 23px;
        height: 403px;
        font-size: 23px;
        font-weight: 600;
        color: #D0021B;
        /* line-height: 32px; */
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 22px; }
      .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item .hy-text {
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 10px; }
        .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item .hy-text .hy-list-img span {
          display: inline-block;
          width: 6px;
          height: 6px;
          margin: 2px 11px;
          margin-left: 3px;
          background-color: #666;
          transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          /* Internet Explorer */
          -moz-transform: rotate(45deg);
          /* Firefox */
          -webkit-transform: rotate(45deg);
          /* Safari 和 Chrome */
          -o-transform: rotate(45deg);
          /* Opera */ }
        .hy-container .hy-index-container .hy-aboutus .hy-content .hy-item .hy-text .hy-text-info {
          text-align: left;
          color: #666;
          font-size: 18px; }
  .hy-container .hy-index-container .hy-user {
    /* padding-bottom: 58px; */
  }
  .hy-container .hy-index-container .hy-user .hy-content{
    position: relative;
  }
  .hy-container .hy-index-container .hy-user .hy-content .swiper-container{
    padding-top: 20px;
  }
  .hy-container .hy-index-container .hy-user .hy-content .swiper-slide{
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .hy-container .hy-index-container .hy-user .hy-content .hy-user-btn-container-prev{
    height: 316px;
    background: linear-gradient(to right, rgba(255,255,255, 0.8) 0,rgba(255,255,255, 0.6) 32%, rgba(253,254,254, 0.4) 49%, rgba(253,254,254, 0.2) 59%,rgba(253,254,254, 0) 89%,rgba(250,252,252, 0) 100%);
    width: 140px;
    position: absolute;
    z-index: 2;
    top: 20px;
  }
  .hy-container .hy-index-container .hy-user .hy-content .hy-user-btn-container-prev::after,.hy-container .hy-index-container .hy-user .hy-content .hy-user-btn-container-next::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: inherit;
    filter: blur(20px);
  }
  .hy-container .hy-index-container .hy-user .hy-content .hy-user-btn-container-next{
    right: 0;
    height: 316px;
    background: linear-gradient(to left, rgba(255,255,255, 0.8) 0,rgba(255,255,255, 0.6) 32%, rgba(253,254,254, 0.4) 49%, rgba(253,254,254, 0.2) 59%,rgba(253,254,254, 0) 89%,rgba(250,252,252, 0) 100%);
    width: 140px;
    position: absolute;
    z-index: 2;
    top: 20px;
  }
    .hy-container .hy-index-container .hy-user .hy-item {
      /* width: 583px; */
      height: 427px;
      position: relative;
      /* background: white; */
      /* padding: 0 20px; */
      box-sizing: border-box;
      border-radius: 6px;
       }
       .hy-container .hy-index-container .hy-user .swiper-slide.swiper-slide-active{
        width: 583px!important;
        transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        -moz-transform: translate(-20px, -20px);
        -ms-transform: translate(-20px, -20px);
        -o-transform: translate(-20px, -20px);
       }
       .hy-container .hy-index-container .hy-user .swiper-slide.swiper-slide-active .hy-item{
        width: 100%;
       }
      .hy-container .hy-index-container .hy-user .swiper-slide.swiper-slide-active .hy-logo{
        height: 213px;
       }
      .hy-container .hy-index-container .hy-user .swiper-slide.swiper-slide-active .hy-info{
        padding: 40px 19px 50px 19px;
       }
      .hy-container .hy-index-container .hy-user .swiper-slide.swiper-slide-prev .hy-logo,.hy-container .hy-index-container .hy-user .swiper-slide.swiper-slide-next .hy-logo{
        height: 193px;
      }
      .hy-container .hy-index-container .hy-user .swiper-slide.swiper-slide-prev .hy-info,.hy-container .hy-index-container .hy-user .swiper-slide.swiper-slide-next .hy-info{
        padding: 30px 19px 40px 19px;
      }
      .hy-container .hy-index-container .hy-user .hy-item .hy-item-photo {
        position: absolute;
        bottom: 0;
        left: 19px;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        background-color: #fff;
        border-radius: 6px;
        /* margin-top: -40px;
        margin-left: -40px;  */
      }
      .hy-container .hy-index-container .hy-user .hy-item .hy-logo {
        position: relative;
        height: 195px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        /* background-position: center 35px; */
        border-bottom: 1px solid #eee; }
      .hy-container .hy-index-container .hy-user .hy-item .hy-info {
        /* margin-top: 50px; */
        /* height: 195px;  */
        padding: 30px 19px 40px 19px;
        background-color: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        box-sizing: border-box;
      }
        .hy-container .hy-index-container .hy-user .hy-item .hy-info .hy-title {
          display: -webkit-flex;
          /* 新版本语法: Chrome 21+ */
          display: -webkit-box;
          /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
          display: -moz-box;
          /* 老版本语法: Firefox (buggy) */
          display: -ms-flexbox;
          /* 混合版本语法: IE 10 */
          display: flex;
          /* 新版本语法: Opera 12.1, Firefox 22+ */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          text-align: center;
          justify-content: space-between;
          margin-bottom: 10px; }
          .hy-container .hy-index-container .hy-user .hy-item .hy-info .hy-title .hy-name {
            font-size: 19px;
            height: 25px;
            color: #272727;
            position: relative;
            background:linear-gradient(to bottom,  #fff 0%, #F7FAFB 19%, rgba(255,255,255,0) 32%, rgba(253,254,254,0) 49%, rgba(250,252,252,0) 68%, #F7D7D5 96%, #F7D7D5 100%);;
           }
          .hy-container .hy-index-container .hy-user .hy-item .hy-info .hy-title .hy-from {
            font-size: 17px;
            height: 25px;
            color: #999; }
        .hy-container .hy-index-container .hy-user .hy-item .hy-info .hy-describe {
          color: #666;
          font-size: 14px;
          text-align: left; }
          .hy-container .hy-index-container .hy-user  .btn.btn-prev{
            left: 0;
          }
          .hy-container .hy-index-container .hy-user  .btn.btn-next{
            right: 0;
          }
        .hy-container .hy-index-container .hy-user  .btn.btn-prev, .hy-container .hy-index-container .hy-user  .btn.btn-next {
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          border-radius: 50%;
          background: #fff;
          position: absolute;
          z-index: 2;
          font-size: 20px;
          top: 50%;
          margin-top: -39px;
          color: #BBBBBB;
          cursor: pointer;}
        .hy-container .hy-index-container .hy-user  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
          bottom: 40px;
        }
  .hy-container .hy-index-container .hy-part {
    width: 100%;
    height: 140px;
    position: relative;
    margin-bottom: 120px; }
    .hy-container .hy-index-container .hy-part .hy-item {
      display: inline-block;
      width: 280px;
      height: 140px;
      background-repeat: no-repeat;
      background-position: center; }
      .hy-container .hy-index-container .hy-part .hy-item:hover {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.23); }
    .hy-container .hy-index-container .hy-part .swiper-container .swiper-wrapper {
      float: left;
      margin: 0 auto; }


/*# sourceMappingURL=index.css.map */
.hy-hot{
  padding-bottom: 30px;
}

.hy-hot .swiper-slide{
  /* margin-right: 30px; */
  height: 254px;
  padding-top: 29px;
}
.hy-hot .swiper-slide:hover{
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  
}
.hy-hot .swiper-slide:hover .hy-hot-footer{
  border-left: 1px solid rgba(183, 0, 5, 1);
  border-bottom: 1px solid rgba(183, 0, 5, 1);
  border-right: 1px solid rgba(183, 0, 5, 1);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  /* border-image: linear-gradient(315deg, rgba(183, 0, 5, 1), rgba(246, 50, 25, 1)) 1 1; */
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.hy-hot .swiper-slide:hover .hy-hot-btn{
  color: #FFFFFF;
  background: linear-gradient(315deg, #B70005 0%, #F63219 100%);
}
.hy-hot .swiper-pagination-bullet,.hy-user .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
}
.hy-hot .swiper-pagination-bullet.swiper-pagination-bullet-active, .hy-user .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: linear-gradient(315deg, #B70005 0%, #F63219 100%);
}
.hy-hot .hy-item .hy-info{
  padding: 30px 19px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.hy-hot .hy-hot-footer{
  padding: 39px 19px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 1px 14px 0px rgba(219,219,219,1);
  border-radius: 6px;
  font-size: 14px;
  color: #999999;
  /* border-image: linear-gradient(315deg, rgba(183, 0, 5, 1), rgba(246, 50, 25, 1)) 1 1; */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0
  
}
.hy-hot .hy-hot-footer .hy-strong{
  font-size: 23px;
  color: #B70005;
}
.hy-hot .hy-name{
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 19px;
  margin-bottom: 7px;
}
.hy-hot .hy-describe{
  padding: 5px;
  font-size: 9px;
  border: 1px solid #fff;
  font-weight: 400;
  color: #FFFFFF;
}
.hy-hot-btn{
  background: #FFFFFF;
  border: 1px solid;
  border-image: linear-gradient(315deg, rgba(183, 0, 5, 1), rgba(246, 50, 25, 1)) 1 1;
  font-size: 14px;
  color: #B70005;
  /* padding: 4px 12px; */
  height: 31px;
  line-height: 31px;
  text-align: center;
  padding: 0 12px;
  border-radius: 2px;
}

.hy-service{
  padding-bottom: 94px;
}
.hy-service h1{
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 40px 0 20px;
  position: relative;
}
.hy-service .hy-flex{
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  cursor: default;
}
.hy-left{
  margin-right: 2%;
}
.hy-left, .hy-right{
  cursor: default;
  border-radius: 6px;
  box-shadow: 0px 0px 14px 0px rgba(219,219,219,0.5);
}
.hy-left .hy-left-content .hy-title, .hy-right .hy-right-content .hy-title{
  font-size: 19px;
  font-weight: 600;
  cursor: default;
  color: #FFFFFF;
}
.hy-left .hy-left-content .hy-tip, .hy-right .hy-right-content .hy-tip{
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.hy-service .hy-flex .hy-service-box{
  flex: 1;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  background-color: #FFF;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  /* border-radius: 6px;x */
}
.hy-service-box .hy-service-box-item{
  width: 49%;
  height: 152px;
  box-sizing: border-box;
  padding: 42px 15px 0 9px;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
}
.hy-service-box .hy-service-box-item:nth-child(2n+1){
  border-right: 1px solid #EBEBEB;
}
.hy-service-box .hy-service-box-item:nth-child(2){
  border-top-right-radius: 6px;
}
.hy-service-box .hy-service-box-item:last-child{
  border-bottom-right-radius: 6px;
}
.hy-left-content{
  padding: 29px 19px 0 19px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hy-right-content{
  padding: 29px 19px 0 19px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hy-service-box .hy-title{
  font-size: 16px;
  color: #333333;
}
.hy-service-box .hy-tip{
  font-size: 14px;
  color: #999999;
  line-height: 19px;
  margin-top: 7px;
}
.hy-service-box .hy-service-btn{
  display: none;
}
.hy-service-box > .hy-service-box-item:hover .hy-title, .hy-service-box > .hy-service-box-item:hover .hy-tip{
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transition: all .2s;
  -webkit-transition: all .2s;;
  -o-transition: all .2s;;
}
.hy-service-box > .hy-service-box-item:hover .hy-service-btn{
  display: inline-block;
  background-image: linear-gradient(315deg, #B70005 0%, #F63219 100%);
  margin-top: 12px;
  padding: 1px 8px;
  color: #fff;
  font-size: 14px;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transition: all .2s;
  -webkit-transition: all .2s;;
  -o-transition: all .2s;;
}
.hy-zizhidaiban-header{
  padding: 19px;
  color: #fff;
  cursor: default;

}
/* 资质代办 */
.hy-zizhidaiban{
  border-radius: 6px;
  margin: 20px 0;
}
.hy-zizhidaiban-header{
  padding: 19px 21px;
  color: #fff;
  /* height: 97px; */
  background-size: 100%;
  background-repeat: no-repeat;
}
.hy-zizhidaiban-header .hy-title{
  font-size: 19px;
  line-height: 27px;
  height: 27px;
}
.hy-zizhidaiban-header .hy-tip{
  font-size: 14px;
  margin-top: 10px;
  height: 19px;
}
.hy-zizhidaiban-content{
  background: #FFFFFF;
  border-radius: 0px 0px 6px 6px;
  border-left: 1px solid #EBEBEB;
}
.hy-zizhidaiban-content .hy-flex{
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
}
.hy-zizhidaiban-content .hy-flex .hy-item{
  flex: 1;
  padding: 50px 48px 0 48px;
  height: 153px;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  background-color: #fff;
}
.hy-zizhidaiban-content .hy-flex .hy-item:hover{
  box-shadow: 0px 0px 10px 0px rgba(219,219,219,0.5);
  cursor: pointer;
}
.hy-zizhidaiban-content .hy-flex .hy-item:hover .hy-title, .hy-zizhidaiban-content .hy-flex .hy-item:hover .hy-tip{
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transition: all .2s;
  -webkit-transition: all .2s;;
  -o-transition: all .2s;;
}
.hy-zizhidaiban-content .hy-flex .hy-item .hy-zizhidaiban-btn{
  display: none;
}
.hy-zizhidaiban-content .hy-flex .hy-item:hover .hy-zizhidaiban-btn{
  display: inline-block;
  width: 171px;
  height: 23px;
  line-height: 23px;
  background: linear-gradient(315deg, #B70005 0%, #F63219 100%);
  border-radius: 2px;
  text-align: center;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}
.hy-zizhidaiban-content .hy-flex .hy-item .hy-title{
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.hy-zizhidaiban-content .hy-flex .hy-item .hy-tip{
  font-size: 14px;
  color: #999999;
  line-height: 19px;
  margin-top: 10px;
}
.hy-cust{
  background: #fff;
}
.hy-cust-content .hy-cust-item{
  width: 183px;
  text-align: center;
  height: 103px;
  line-height: 103px;
  border-radius: 8px;
  border: 1px solid #F2F3F4;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 企盈客户 */
.hy-cust-content .hy-flex{
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 19px;
}
.hy-container .hy-index-container .hy-cust-content .hy-item{
  width: 167px;
}
.hy-container .hy-index-container .hy-cust-content .hy-item >img{
  width: 167px;
  vertical-align: middle;
}
.hy-cust-content .hy-item >.hy-hover,.hy-cust-content .hy-cust-item:hover .hy-no-hover{
  display: none;
}
.hy-cust-content .hy-cust-item:hover .hy-hover{
  display: block;
}
.hy-cust{
  background-color: #fff;
  padding-bottom: 97px;
}
.hy-news.hy-floor-7{
  padding-top: 18px;
  background-color: #fff;
}
.hy-aboutus{
  background-color: #fff;
}
.btn-choose {
  display: inline-block;
  box-sizing: border-box;
  width: 90px;
  height: 31px;
  line-height: 31px;
  background: #F7F7F7;
  border-radius: 2px;
  color: #e03636;
  text-align: center;
  margin-right: 29px;
  cursor: pointer;
}
.btn-chooses{
  text-align: center;
  margin: 0 0 29px 0;
}
.btn-choose.active, .btn-choose:hover  {
  background: linear-gradient(315deg, #B70005 0%, #F63219 100%);
  color: white;
}
