@charset "UTF-8";
/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
@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%; } }
.hy-about-us {
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center; }

body {
  background: #f5f5f5; }

.hy-footer {
  padding-top: 10px; }

.hy-about-content {
  padding: 0 40px;
  margin: 40px auto;
  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-about-content .hy-about-nav {
    width: 200px;
    background: white;
    align-self: flex-start; }
    .hy-about-content .hy-about-nav .hy-line .hy-about-logo {
      height: 120px;
      background: url("/Public/Home/img/about/logo.png") no-repeat center;
      background-size: 67%;
      border-bottom: 1px dashed #e03636; }
    .hy-about-content .hy-about-nav .hy-line .hy-item {
      height: 50px;
      line-height: 50px;
      color: #333;
      font-size: 15px;
      cursor: pointer; }
      .hy-about-content .hy-about-nav .hy-line .hy-item:hover {
        background: #e03636;
        color: white; }
      .hy-about-content .hy-about-nav .hy-line .hy-item.active {
        background: #e03636;
        color: white; }
        .hy-about-content .hy-about-nav .hy-line .hy-item.active:hover {
          background: #ff3f3f; }
  .hy-about-content .hy-about-info {
    width: calc(100% - 220px);
    background: white;
    padding: 20px 40px;
    box-sizing: border-box; }
    .hy-about-content .hy-about-info h1 {
      font-size: 22px;
      font-weight: normal;
      position: relative;
      text-align: left; }
      .hy-about-content .hy-about-info h1 span {
        display: inline-block;
        background: #333;
        height: 22px;
        width: 2px;
        margin-right: 15px;
        vertical-align: middle;
        margin-top: -3px; }
      .hy-about-content .hy-about-info h1 .hy-more {
        position: absolute;
        right: 0;
        font-size: 14px;
        bottom: 0;
        color: #999;
        cursor: pointer; }
        .hy-about-content .hy-about-info h1 .hy-more:hover {
          color: #e03636; }
    .hy-about-content .hy-about-info .hy-part-info {
      margin: 20px 0 50px; }
    .hy-about-content .hy-about-info .hy-about-describe .hy-part-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;
      flex-wrap: nowrap; }
      .hy-about-content .hy-about-info .hy-about-describe .hy-part-info .hy-text {
        margin-left: 40px;
        text-indent: 2em;
        text-align: left; }
        .hy-about-content .hy-about-info .hy-about-describe .hy-part-info .hy-text p {
          color: #666;
          font-size: 15px;
          line-height: 1.9;
          margin-bottom: 20px; }
          .hy-about-content .hy-about-info .hy-about-describe .hy-part-info .hy-text p:last-child {
            margin-bottom: 0; }
    .hy-about-content .hy-about-info .hy-about-culture .hy-part-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-about-content .hy-about-info .hy-about-culture .hy-part-info .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;
        text-align: left; }
        .hy-about-content .hy-about-info .hy-about-culture .hy-part-info .hy-item img {
          margin-right: 20px; }
        .hy-about-content .hy-about-info .hy-about-culture .hy-part-info .hy-item .hy-describe {
          align-self: center; }
          .hy-about-content .hy-about-info .hy-about-culture .hy-part-info .hy-item .hy-describe h3 {
            color: #e03636;
            margin-bottom: 8px; }
          .hy-about-content .hy-about-info .hy-about-culture .hy-part-info .hy-item .hy-describe .hy-text p {
            color: #666; }
          .hy-about-content .hy-about-info .hy-about-culture .hy-part-info .hy-item .hy-describe .hy-text span {
            display: inline-block;
            width: 35px;
            height: 2px;
            background: #e03636; }
    .hy-about-content .hy-about-info .hy-about-pictrue .hy-part-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;
      height: 390px;
      box-sizing: border-box; }
      .hy-about-content .hy-about-info .hy-about-pictrue .hy-part-info .hy-l-img img:hover {
        box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4); }
      .hy-about-content .hy-about-info .hy-about-pictrue .hy-part-info .hy-r-img {
        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; }
        .hy-about-content .hy-about-info .hy-about-pictrue .hy-part-info .hy-r-img img:hover {
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4); }
    .hy-about-content .hy-about-info .hy-about-founder .hy-part-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-about-content .hy-about-info .hy-about-founder .hy-part-info .hy-founder-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;
        justify-content: flex-start;
        flex: 1;
        border-right: 1px dashed #666; }
        .hy-about-content .hy-about-info .hy-about-founder .hy-part-info .hy-founder-info img {
          height: 120px;
          margin-right: 20px;
          align-self: center; }
        .hy-about-content .hy-about-info .hy-about-founder .hy-part-info .hy-founder-info .hy-founder-person {
          align-self: center;
          text-align: left; }
          .hy-about-content .hy-about-info .hy-about-founder .hy-part-info .hy-founder-info .hy-founder-person h2 {
            color: #333; }
          .hy-about-content .hy-about-info .hy-about-founder .hy-part-info .hy-founder-info .hy-founder-person p {
            font-size: 16px;
            margin-top: 10px;
            color: #666; }
      .hy-about-content .hy-about-info .hy-about-founder .hy-part-info .hy-founder-describe {
        flex: 1.7;
        margin-left: 60px; }
        .hy-about-content .hy-about-info .hy-about-founder .hy-part-info .hy-founder-describe li {
          font-size: 15px;
          line-height: 1.5;
          list-style: unset;
          text-align: left;
          color: #666;
          margin-bottom: 10px; }
          .hy-about-content .hy-about-info .hy-about-founder .hy-part-info .hy-founder-describe li:last-child {
            margin-bottom: 0; }
    .hy-about-content .hy-about-info .hy-about-fzr {
      min-height: 400px;
      margin-top: 80px; }
      .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info {
        position: relative; }
        .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-opearate {
          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;
          position: absolute;
          width: 100%;
          margin-top: 34px; }
          .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-opearate span {
            font-size: 40px;
            color: #666;
            outline: none;
            cursor: pointer; }
        .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info {
          padding: 0 40px; }
          .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra {
            margin: 30px; }
            .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra .hy-item {
              display: none; }
              .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra .hy-item.hy-item-show {
                display: block; }
              .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra .hy-item h3 {
                font-size: 22px; }
              .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra .hy-item .hy-btn {
                display: inline-block;
                font-size: 15px;
                padding: 5px 20px;
                border: 1px solid #cccccc;
                color: #999;
                margin: 10px 0 20px; }
              .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra .hy-item .hy-text {
                width: 600px;
                margin: auto;
                position: relative; }
                .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra .hy-item .hy-text p {
                  color: #999;
                  font-size: 15px;
                  line-height: 1.5; }
                .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra .hy-item .hy-text span {
                  position: absolute;
                  font-size: 40px;
                  color: #999; }
                  .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra .hy-item .hy-text span.hy-quote-l {
                    top: -25px;
                    left: -20px; }
                  .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .hy-fzr-extra .hy-item .hy-text span.hy-quote-r {
                    right: -20px;
                    bottom: -38px; }
          .hy-about-content .hy-about-info .hy-about-fzr .hy-part-info .hy-fzr-info .swiper-container .swiper-slide img {
            border: 4px solid #dbdbdb;
            border-radius: 50%;
            cursor: pointer; }
    .hy-about-content .hy-about-info .hy-about-process {
      padding: 40px;
      text-align: left; }
    .hy-about-content .hy-about-info .hy-about-system .hy-part-info {
      background: url("/Public/Home/img/about/about4-6.png") no-repeat center; }
      .hy-about-content .hy-about-info .hy-about-system .hy-part-info .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;
        flex-wrap: nowrap;
        margin-bottom: 30px; }
        .hy-about-content .hy-about-info .hy-about-system .hy-part-info .hy-item:last-child {
          margin-bottom: 0; }
        .hy-about-content .hy-about-info .hy-about-system .hy-part-info .hy-item .hy-text {
          width: 330px;
          align-self: center; }
          .hy-about-content .hy-about-info .hy-about-system .hy-part-info .hy-item .hy-text h3 {
            text-align: left;
            margin-bottom: 3px; }
          .hy-about-content .hy-about-info .hy-about-system .hy-part-info .hy-item .hy-text p {
            text-align: left;
            font-size: 15px;
            color: #999;
            line-height: 1.9; }
    .hy-about-content .hy-about-info .hy-about-bzs h3 {
      margin: 20px auto; }
    .hy-about-content .hy-about-info .hy-about-bzs li {
      padding: 0 120px;
      margin-bottom: 10px;
      list-style: circle;
      color: #e03636;
      text-align: left; }
      .hy-about-content .hy-about-info .hy-about-bzs li span {
        text-align: left;
        color: #999;
        line-height: 1.9;
        font-size: 15px; }
      .hy-about-content .hy-about-info .hy-about-bzs li:last-child {
        margin-bottom: 0; }
    .hy-about-content .hy-about-info .hy-about-fish img {
      margin: 10px 0 30px; }
    .hy-about-content .hy-about-info .hy-about-fish li {
      margin-bottom: 10px;
      list-style: circle;
      text-align: left;
      color: #e03636; }
      .hy-about-content .hy-about-info .hy-about-fish li span {
        text-align: left;
        color: #999;
        line-height: 1.9;
        font-size: 15px; }
      .hy-about-content .hy-about-info .hy-about-fish li:last-child {
        margin-bottom: 0; }
    .hy-about-content .hy-about-info .hy-about-safe .hy-line .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: flex-start;
      text-align: left;
      padding: 30px;
      border-bottom: 1px solid #eee; }
      .hy-about-content .hy-about-info .hy-about-safe .hy-line .hy-row:last-child {
        border-bottom: none; }
      .hy-about-content .hy-about-info .hy-about-safe .hy-line .hy-row img {
        height: 60px;
        width: 60px;
        margin-right: 20px; }
      .hy-about-content .hy-about-info .hy-about-safe .hy-line .hy-row .hy-describe h2 {
        font-size: 18px;
        margin-bottom: 3px; }
      .hy-about-content .hy-about-info .hy-about-safe .hy-line .hy-row .hy-describe p {
        color: #999;
        line-height: 2; }
      .hy-about-content .hy-about-info .hy-about-safe .hy-line .hy-row .hy-btn {
        border: 1px solid #e03636;
        color: #e03636;
        padding: 5px 15px;
        margin-top: 5px;
        display: inline-block;
        cursor: pointer; }
        .hy-about-content .hy-about-info .hy-about-safe .hy-line .hy-row .hy-btn:hover {
          color: white;
          background: #e03636; }
    .hy-about-content .hy-about-info .hy-about-society .hy-part-info {
      margin: 30px 0 50px; }
      .hy-about-content .hy-about-info .hy-about-society .hy-part-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;
        margin-top: 40px; }
        .hy-about-content .hy-about-info .hy-about-society .hy-part-info .hy-row:first-child {
          margin-top: 10px; }
        .hy-about-content .hy-about-info .hy-about-society .hy-part-info .hy-row .hy-item {
          position: relative;
          border: 1px solid #eee;
          border-top-left-radius: 35px;
          border-bottom-left-radius: 35px;
          width: 240px; }
          .hy-about-content .hy-about-info .hy-about-society .hy-part-info .hy-row .hy-item img {
            position: absolute;
            left: -1px;
            top: -6px; }
          .hy-about-content .hy-about-info .hy-about-society .hy-part-info .hy-row .hy-item p {
            text-align: left;
            margin-left: 100px;
            font-size: 14px;
            padding: 15px 0;
            color: #333; }
    .hy-about-content .hy-about-info .hy-about-media .hy-part-info .hy-media-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;
      box-sizing: border-box; }
      .hy-about-content .hy-about-info .hy-about-media .hy-part-info .hy-media-info .hy-img-num {
        color: #e03636;
        font-size: 16px;
        font-weight: bold; }
      .hy-about-content .hy-about-info .hy-about-media .hy-part-info .hy-media-info .hy-l-img img:hover {
        box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4); }
      .hy-about-content .hy-about-info .hy-about-media .hy-part-info .hy-media-info .hy-r-img {
        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; }
        .hy-about-content .hy-about-info .hy-about-media .hy-part-info .hy-media-info .hy-r-img img:hover {
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4); }
    .hy-about-content .hy-about-info .hy-about-media .hy-part-info .hy-media-describe .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: flex-start;
      flex-wrap: nowrap;
      margin-top: 40px; }
      .hy-about-content .hy-about-info .hy-about-media .hy-part-info .hy-media-describe .hy-item .hy-item-num {
        color: #e03636;
        font-size: 16px;
        font-weight: bold; }
      .hy-about-content .hy-about-info .hy-about-media .hy-part-info .hy-media-describe .hy-item .hy-item-info h3 {
        font-size: 16px;
        text-align: left;
        margin-bottom: 10px; }
      .hy-about-content .hy-about-info .hy-about-media .hy-part-info .hy-media-describe .hy-item .hy-item-info p {
        color: #999;
        font-size: 15px;
        text-align: left;
        line-height: 1.9; }
    .hy-about-content .hy-about-info .hy-about-say .hy-part-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;
      margin-bottom: 40px; }
      .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row:last-child {
        margin-bottom: 0; }
      .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row .hy-item {
        width: 420px;
        box-sizing: border-box;
        border: 1px solid #eee;
        padding: 20px 30px 30px; }
        .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row .hy-item .hy-item-user {
          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-bottom: 10px; }
          .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row .hy-item .hy-item-user .hy-user-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;
            justify-content: flex-start; }
            .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row .hy-item .hy-item-user .hy-user-info .hy-user-photo {
              margin-right: 10px; }
            .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row .hy-item .hy-item-user .hy-user-info .hy-user-text {
              text-align: left;
              align-self: center; }
              .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row .hy-item .hy-item-user .hy-user-info .hy-user-text h3 {
                margin-bottom: 4px;
                max-width: 210px; }
              .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row .hy-item .hy-item-user .hy-user-info .hy-user-text p {
                color: #999; }
          .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row .hy-item .hy-item-user .hy-user-logo {
            height: 35px;
            align-self: center; }
        .hy-about-content .hy-about-info .hy-about-say .hy-part-info .hy-row .hy-item .hy-describe {
          color: #999;
          font-size: 14px;
          line-height: 1.5;
          text-indent: 2em;
          text-align: left; }
    .hy-about-content .hy-about-info .hy-about-part .hy-part-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;
      flex-wrap: nowrap;
      margin-bottom: 20px; }
      .hy-about-content .hy-about-info .hy-about-part .hy-part-info .hy-row:last-child {
        margin-bottom: 0; }
      .hy-about-content .hy-about-info .hy-about-part .hy-part-info .hy-row .hy-item {
        width: 207px;
        height: 103px;
        background: white;
        box-sizing: border-box; }
        .hy-about-content .hy-about-info .hy-about-part .hy-part-info .hy-row .hy-item img {
          align-self: center;
          vertical-align: middle; }
    .hy-about-content .hy-about-info .hy-about-news .hy-part-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; }
      .hy-about-content .hy-about-info .hy-about-news .hy-part-info .hy-row .hy-item {
        width: 414px;
        cursor: pointer; }
        .hy-about-content .hy-about-info .hy-about-news .hy-part-info .hy-row .hy-item .hy-news-img {
          position: relative;
          width: 100%;
          height: 260px;
          border: 3px solid #ccc;
          box-sizing: border-box;
          background-repeat: no-repeat;
          background-position: center; }
          .hy-about-content .hy-about-info .hy-about-news .hy-part-info .hy-row .hy-item .hy-news-img .hy-news-title {
            position: absolute;
            width: 100%;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            box-sizing: border-box;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: rgba(0, 0, 0, 0.4);
            bottom: 0;
            color: white;
            font-size: 14px; }
        .hy-about-content .hy-about-info .hy-about-news .hy-part-info .hy-row .hy-item li {
          color: #666;
          text-align: left;
          margin-top: 10px;
          font-size: 15px;
          list-style: unset;
          line-height: 1.9;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          position: relative;
          padding-right: 20px;
          box-sizing: border-box; }
          .hy-about-content .hy-about-info .hy-about-news .hy-part-info .hy-row .hy-item li i {
            position: absolute;
            right: 0;
            font-size: 19px;
            top: 3px; }
    .hy-about-content .hy-about-info .hy-about-board .hy-board .row {
      display: flex;
      justify-content: space-between;
      width: 100%;
      box-sizing: border-box;
      margin-top: 40px; }
    .hy-about-content .hy-about-info .hy-about-board .hy-board .item {
      display: flex;
      box-sizing: border-box; }
    .hy-about-content .hy-about-info .hy-about-board .hy-board .row span {
      width: 65px;
      height: 35px;
      line-height: 35px;
      display: inline-block;
      font-size: 15px;
      color: #666; }
    .hy-about-content .hy-about-info .hy-about-board .hy-board .row input, .hy-about-content .hy-about-info .hy-about-board textarea {
      margin-left: 20px;
      padding: 0 10px;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .hy-about-content .hy-about-info .hy-about-board .hy-board .row input {
      height: 35px;
      line-height: 35px; }
    .hy-about-content .hy-about-info .hy-about-board .hy-board .row textarea {
      padding: 10px; }
    .hy-about-content .hy-about-info .hy-about-board .hy-board .btn {
      padding: 10px 25px;
      color: #fff;
      background-color: #e03636;
      border-color: #e03636;
      border-radius: 4px;
      width: 55px;
      text-align: center;
      margin-left: 84px;
      margin-top: 40px;
      margin-bottom: 50px;
      cursor: pointer; }
      .hy-about-content .hy-about-info .hy-about-board .hy-board .btn:hover {
        background: #ff3f3f; }
    .hy-about-content .hy-about-info .hy-about-address .hy-part-info img {
      width: 100%; }
    .hy-about-content .hy-about-info .hy-about-address .hy-part-info .hy-title-info {
      text-align: center;
      margin: 40px auto; }
      .hy-about-content .hy-about-info .hy-about-address .hy-part-info .hy-title-info .hy-title {
        font-size: 25px;
        margin-bottom: 5px; }
      .hy-about-content .hy-about-info .hy-about-address .hy-part-info .hy-title-info .hy-describe {
        font-size: 18px;
        color: #e03636; }
    .hy-about-content .hy-about-info .hy-about-address .hy-part-info .hy-address {
      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; }
      .hy-about-content .hy-about-info .hy-about-address .hy-part-info .hy-address .hy-item {
        font-size: 16px;
        color: #666;
        margin-right: 40px;
        text-align: left; }
        .hy-about-content .hy-about-info .hy-about-address .hy-part-info .hy-address .hy-item:last-child {
          margin-right: 0; }
        .hy-about-content .hy-about-info .hy-about-address .hy-part-info .hy-address .hy-item b {
          color: #333; }
    .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-story-space {
      margin: 30px 0;
      border-bottom: 1px solid #eee; }
    .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-row .hy-story-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;
      justify-content: flex-start;
      flex-wrap: nowrap; }
      .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-row .hy-story-info .hy-info-l {
        width: 70px;
        text-align: left; }
        .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-row .hy-story-info .hy-info-l .hy-btn {
          display: inline-block;
          height: 24px;
          line-height: 24px;
          padding: 0 10px;
          background: #e03636;
          color: white; }
        .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-row .hy-story-info .hy-info-l .hy-line {
          position: relative;
          height: 70%;
          width: 2px;
          top: 50%;
          left: 23px;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          background: #e03636; }
          .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-row .hy-story-info .hy-info-l .hy-line span {
            position: absolute;
            width: 6px;
            height: 6px;
            left: -2px;
            border-radius: 50%;
            background: #e03636; }
            .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-row .hy-story-info .hy-info-l .hy-line span.hy-bottom {
              bottom: 0; }
            .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-row .hy-story-info .hy-info-l .hy-line span.hy-top {
              top: 0; }
      .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-row .hy-story-info .hy-info-r .hy-title {
        font-size: 16px;
        font-weight: bold; }
      .hy-about-content .hy-about-info .hy-about-story .hy-part-info .hy-row .hy-story-info .hy-info-r .hy-text {
        text-align: left;
        margin-left: 40px;
        text-indent: 2em;
        font-size: 15px;
        line-height: 1.9;
        margin-top: 4px;
        color: #999; }

/*# sourceMappingURL=about.css.map */
