
/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01); }
  100% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02); } }
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01); }
  100% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02); } }
/* 背景图片 */
.hy-container .hy-trademark h1 {
  position: relative;
  font-size: 30px;
  color: #d0af60;
  font-weight: normal;
  text-align: center; }
  .hy-container .hy-trademark h1:after {
    content: '';
    display: inline-block;
    background: url(../../images/trademark/36.png) no-repeat center;
    height: 18px;
    width: 50px;
    margin-left: 20px; }
  .hy-container .hy-trademark h1:before {
    content: '';
    display: inline-block;
    background: url(../../images/trademark/35.png) no-repeat center;
    height: 18px;
    width: 50px;
    margin-right: 20px; }
.hy-container .hy-trademark .hy-banner {
  position: relative;
  width: 100%;
  height: 499px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .hy-container .hy-trademark .hy-banner .hy-info {
    position: absolute;
    bottom: 66px;
    width: 780px;
    left: 50%;
    margin-left: -390px;
    height: 62px;
    background: white;
    border-radius: 31px;
    overflow: hidden; }
    .hy-container .hy-trademark .hy-banner .hy-info .hy-operate {
      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-trademark .hy-banner .hy-info .hy-operate input {
        margin: 15px 0;
        border: none;
        outline: none;
        border-right: 1px solid #dddddd;
        font-size: 16px;
        width: 160px;
        padding-right: 20px; }
        .hy-container .hy-trademark .hy-banner .hy-info .hy-operate input:first-child {
          margin-left: 40px; }
        .hy-container .hy-trademark .hy-banner .hy-info .hy-operate input:last-child {
          border-right: none; }
      .hy-container .hy-trademark .hy-banner .hy-info .hy-operate .hy-btn {
        line-height: 62px;
        background: #d0af60;
        background-size: cover;
        padding: 0 20px;
        font-size: 18px;
        color: white;
        cursor: pointer; }
        .hy-container .hy-trademark .hy-banner .hy-info .hy-operate .hy-btn:hover {
          background: #d0af60; }
.hy-container .hy-trademark .hy-create {
  background: #f9f8fe;
  text-align: center;
  padding: 40px 0; }
  .hy-container .hy-trademark .hy-create h1 {
    margin-bottom: 20px; }
  .hy-container .hy-trademark .hy-create .hy-create-info {
    padding: 0 100px;
    box-sizing: border-box; }
  .hy-container .hy-trademark .hy-create .hy-row {
    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-trademark .hy-create .hy-row .hy-item {
      flex: 1;
      padding: 20px;
      box-sizing: border-box; }
      .hy-container .hy-trademark .hy-create .hy-row .hy-item .hy-img {
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 13px;
        background-position: center;
        background-repeat: no-repeat; }
      .hy-container .hy-trademark .hy-create .hy-row .hy-item p {
        font-size: 17px;
        color: #333333;
        line-height: 1.5; }
.hy-container .hy-trademark .hy-compare {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .hy-container .hy-trademark .hy-compare h1 {
    color: white; }
    .hy-container .hy-trademark .hy-compare h1:after {
      background: url(../../images/trademark/38.png) no-repeat center; }
    .hy-container .hy-trademark .hy-compare h1:before {
      background: url(../../images/trademark/37.png) no-repeat center; }
  .hy-container .hy-trademark .hy-compare .hy-compare-info {
    width: 1100px;
    height: 516px;
    background: url("../../images/trademark/9.png") no-repeat top center; }
  .hy-container .hy-trademark .hy-compare .hy-title {
    margin-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-trademark .hy-compare .hy-title .hy-item {
      flex: 1;
      height: 95px;
      line-height: 65px;
      font-size: 24px;
      color: white; }
  .hy-container .hy-trademark .hy-compare .hy-row {
    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-trademark .hy-compare .hy-row .hy-item {
      flex: 1;
      height: 47px;
      line-height: 47px;
      font-size: 18px;
      color: white; }
      .hy-container .hy-trademark .hy-compare .hy-row .hy-item:last-child {
        color: #333333; }
.hy-container .hy-trademark .hy-reason {
  background: #f9f8fe;
  padding: 40px; }
  .hy-container .hy-trademark .hy-reason .hy-reason-info {
    margin-top: 50px; }
    .hy-container .hy-trademark .hy-reason .hy-reason-info .hy-row {
      padding: 0 40px;
      margin-top: 40px;
      box-sizing: border-box;
      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-trademark .hy-reason .hy-reason-info .hy-row .hy-item {
        position: relative;
        background: white;
        width: 530px;
        height: 130px;
        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: flex-start;
        box-sizing: border-box;
        flex-wrap: nowrap;
        padding: 15px 40px; }
        .hy-container .hy-trademark .hy-reason .hy-reason-info .hy-row .hy-item:hover .hy-img span {
          width: 28.6px;
          height: 38.5px;
          line-height: 38.5px;
          font-size: 19.8px;
          left: 18px; }
        .hy-container .hy-trademark .hy-reason .hy-reason-info .hy-row .hy-item .hy-img {
          width: 80px;
          height: 80px;
          line-height: 80px;
          text-align: center;
          background-repeat: no-repeat;
          background-position: center;
          margin-right: 20px;
          align-self: center; }
          .hy-container .hy-trademark .hy-reason .hy-reason-info .hy-row .hy-item .hy-img span {
            position: absolute;
            display: inline-block;
            width: 26px;
            height: 35px;
            line-height: 35px;
            background: url(../../images/trademark/31.png) no-repeat center;
            background-size: cover;
            font-size: 18px;
            color: white;
            text-align: center;
            top: 0;
            left: 20px;
            transition: all .2s; }
        .hy-container .hy-trademark .hy-reason .hy-reason-info .hy-row .hy-item .hy-describe {
          width: calc(100% - 80px); }
          .hy-container .hy-trademark .hy-reason .hy-reason-info .hy-row .hy-item .hy-describe h3 {
            font-size: 22px;
            color: #d0af60;
            font-weight: normal;
            text-align: left; }
          .hy-container .hy-trademark .hy-reason .hy-reason-info .hy-row .hy-item .hy-describe .hy-text {
            font-size: 15px;
            color: #333333;
            line-height: 1.9;
            margin-top: 3px;
            text-align: left; }
.hy-container .hy-trademark .hy-service {
  height: 555px;
  padding-top: 40px;
  box-sizing: border-box;
  background: url("../../images/trademark/14.png") no-repeat bottom center;
  background-color: #f9f8fe; }
  .hy-container .hy-trademark .hy-service .hy-service-info .hy-row {
    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-around;
    margin-top: 70px; }
    .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item {
      width: 300px;
      height: 350px;
      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-direction: column;
      box-shadow: 0 3px 7px rgba(50, 47, 94, 0.2); }
      .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(2) .hy-t h3 {
        color: #f5a700; }
      .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(2) .hy-b {
        background: #f6e9b5; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(2) .hy-b h3 {
          color: #f5a700; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(2) .hy-b .hy-describe {
          color: #f5a700; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(2) .hy-b .hy-operate .hy-btn {
          color: #f5a700;
          border: 1px solid #f5a700; }
          .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(2) .hy-b .hy-operate .hy-btn.active {
            background: #f5a700; }
          .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(2) .hy-b .hy-operate .hy-btn:hover {
            background: #f5a700; }
      .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(3) .hy-t h3 {
        color: #62c950; }
      .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(3) .hy-b {
        background: #defad4; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(3) .hy-b h3 {
          color: #62c950; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(3) .hy-b .hy-describe {
          color: #62c950; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(3) .hy-b .hy-operate .hy-btn {
          color: #62c950;
          border: 1px solid #62c950; }
          .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(3) .hy-b .hy-operate .hy-btn.active {
            background: #62c950; }
          .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item:nth-child(3) .hy-b .hy-operate .hy-btn:hover {
            background: #62c950; }
      .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-t {
        flex: 1;
        background: white;
        position: relative; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-t:after {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 50%;
          margin-left: -10px;
          border-top: 10px solid white;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-t h3 {
          font-size: 24px;
          color: #00a7fe;
          font-weight: normal;
          margin-top: 30px; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-t .hy-describe {
          font-size: 16px;
          color: #333333;
          margin-top: 30px; }
      .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-b {
        flex: 1;
        background: #bfe3fb; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-b h3 {
          font-size: 30px;
          color: #00a7fe;
          font-weight: normal;
          margin-top: 25px; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-b .hy-describe {
          font-size: 16px;
          color: #00a7fe; }
        .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-b .hy-operate {
          margin-top: 20px; }
          .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-b .hy-operate .hy-btn {
            display: inline-block;
            width: 120px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-size: 16px;
            color: #00a7fe;
            border: 1px solid #00a7fe;
            margin-right: 10px;
            cursor: pointer; }
            .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-b .hy-operate .hy-btn:last-child {
              margin-right: 0; }
            .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-b .hy-operate .hy-btn.active {
              color: white;
              background: #00a7fe; }
            .hy-container .hy-trademark .hy-service .hy-service-info .hy-row .hy-item .hy-b .hy-operate .hy-btn:hover {
              color: white;
              background: #00a7fe; }
.hy-container .hy-trademark .hy-material {
  padding: 40px 0;
  background-color: #f8f6fb; }
  .hy-container .hy-trademark .hy-material .hy-material-info .hy-row {
    position: relative;
    margin-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;
    justify-content: flex-start;
    width: 865px;
    margin-left: 200px;
    background: white;
    border-radius: 5px;
    padding: 30px 0 30px 180px;
    box-sizing: border-box; }
    .hy-container .hy-trademark .hy-material .hy-material-info .hy-row:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 274px;
      height: 282px;
      left: -110px;
      top: 10px;
      background: url("../../images/trademark/16.png") no-repeat center; }
    .hy-container .hy-trademark .hy-material .hy-material-info .hy-row .hy-col {
      padding: 0 60px;
      border-right: 1px solid #dddddd;
      text-align: left; }
      .hy-container .hy-trademark .hy-material .hy-material-info .hy-row .hy-col:last-child {
        border-right: 0; }
      .hy-container .hy-trademark .hy-material .hy-material-info .hy-row .hy-col .hy-title {
        display: inline-block;
        font-size: 20px;
        color: #d0af60;
        border: 1px solid #d0af60;
        padding: 3px 0;
        border-radius: 30px;
        margin-bottom: 15px;
        width: 180px;
        text-align: center; }
      .hy-container .hy-trademark .hy-material .hy-material-info .hy-row .hy-col .hy-item {
        margin-top: 15px;
        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: flex-start;
        text-align: left; }
        .hy-container .hy-trademark .hy-material .hy-material-info .hy-row .hy-col .hy-item .hy-num {
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          border-radius: 10px;
          background: #d0af60;
          font-size: 14px;
          color: white;
          margin-right: 20px; }
        .hy-container .hy-trademark .hy-material .hy-material-info .hy-row .hy-col .hy-item .hy-describe {
          font-size: 16px;
          color: #333333; }
.hy-container .hy-trademark .hy-success {
  background: url("../../images/trademark/33.png") no-repeat center;
  background-size: cover;
  padding: 40px 0;
  box-sizing: border-box; }
  .hy-container .hy-trademark .hy-success .hy-success-info {
    margin-top: 50px; }
    .hy-container .hy-trademark .hy-success .hy-success-info .hy-row {
      padding: 0 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;
      justify-content: flex-start;
      position: relative; }
      .hy-container .hy-trademark .hy-success .hy-success-info .hy-row .hy-item img {
        height: 300px; }
      .hy-container .hy-trademark .hy-success .hy-success-info .hy-row .hy-item .hy-describe {
        font-size: 18px;
        color: #333333;
        margin-top: 20px; }
      .hy-container .hy-trademark .hy-success .hy-success-info .hy-row .hy-opearate-btn {
        position: absolute;
        margin-top: 130px;
        cursor: pointer;
        outline: none;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 20px;
        background: #d0af60; }
        .hy-container .hy-trademark .hy-success .hy-success-info .hy-row .hy-opearate-btn:hover {
          background: #d0af60; }
        .hy-container .hy-trademark .hy-success .hy-success-info .hy-row .hy-opearate-btn i {
          font-size: 30px;
          font-weight: lighter;
          margin-top: 4px;
          color: white;
          display: inline-block; }
        .hy-container .hy-trademark .hy-success .hy-success-info .hy-row .hy-opearate-btn.hy-btn-pre {
          left: -20px; }
        .hy-container .hy-trademark .hy-success .hy-success-info .hy-row .hy-opearate-btn.hy-btn-next {
          right: -20px; }
          .hy-container .hy-trademark .hy-success .hy-success-info .hy-row .hy-opearate-btn.hy-btn-next .icon-angle-right {
            margin-left: 4px; }
  .hy-container .hy-trademark .hy-success .swiper-container {
    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: flex-start; }
    .hy-container .hy-trademark .hy-success .swiper-container .swiper-wrapper .swiper-slide {
      width: auto; }
.hy-container .hy-trademark .hy-process {
  background: #f8f6fb;
  padding: 40px;
  box-sizing: border-box;
  text-align: center; }
  .hy-container .hy-trademark .hy-process .hy-process-img {
    margin-top: 40px; }
.hy-container .hy-trademark .hy-push {
  padding: 40px 0;
  background: #f8f6fb;
  text-align: center; }
  .hy-container .hy-trademark .hy-push .hy-row {
    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;
    margin-top: 50px; }
    .hy-container .hy-trademark .hy-push .hy-row .hy-item {
      width: 280px;
      height: 340px;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 3px 5px rgba(102, 102, 102, 0.35);
      transition: all .2s; }
      .hy-container .hy-trademark .hy-push .hy-row .hy-item:hover {
        box-shadow: 0 3px 7px rgba(102, 102, 102, 0.7); }
      .hy-container .hy-trademark .hy-push .hy-row .hy-item .hy-img {
        height: 220px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
      .hy-container .hy-trademark .hy-push .hy-row .hy-item .hy-item-info {
        padding: 25px; }
        .hy-container .hy-trademark .hy-push .hy-row .hy-item .hy-item-info h3 {
          font-size: 22px;
          color: #333333;
          text-align: left;
          font-weight: normal; }
        .hy-container .hy-trademark .hy-push .hy-row .hy-item .hy-item-info .hy-btn {
          display: block;
          color: #d0af60;
          font-size: 15px;
          text-align: left;
          margin-top: 10px; }
          .hy-container .hy-trademark .hy-push .hy-row .hy-item .hy-item-info .hy-btn:hover {
            color: #d0af60; }
  .hy-container .hy-trademark .hy-push .hy-push-more {
    background: url("../../images/trademark/30.png") no-repeat center;
    background-size: cover;
    display: inline-block;
    color: white;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px; }
.hy-container .hy-trademark .hy-part {
  background: url(../../images/trademark/34.png) no-repeat center;
  background-size: cover;
  padding: 40px 0; }
  .hy-container .hy-trademark .hy-part h1 {
    color: white; }
    .hy-container .hy-trademark .hy-part h1:after {
      background: url(../../images/trademark/38.png) no-repeat center; }
    .hy-container .hy-trademark .hy-part h1:before {
      background: url(../../images/trademark/37.png) no-repeat center; }
  .hy-container .hy-trademark .hy-part .hy-part-info {
    margin-top: 50px; }
    .hy-container .hy-trademark .hy-part .hy-part-info .hy-row {
      margin-top: 10px;
      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-trademark .hy-part .hy-part-info .hy-row .hy-item {
        width: 280px; }
        .hy-container .hy-trademark .hy-part .hy-part-info .hy-row .hy-item .hy-img {
          height: 105px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); }
        .hy-container .hy-trademark .hy-part .hy-part-info .hy-row .hy-item .hy-describe {
          margin-top: 10px;
          font-size: 16px;
          color: white; }

/*# sourceMappingURL=index.css.map */
