@charset "UTF-8";
/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
/* 规则矩形 */
/* 背景图片 */
/*.hy-row {
  .hy-item {
    .hy-img {
      @include w2h(100px,100px)
    }
    .hy-title {

    }
    .hy-describe {

    }
  }
}*/
.hy-container .hy-law h1 {
  position: relative;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 1px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  display: block;
  border-bottom: 4px solid #e3e2e7; }
  .hy-container .hy-law h1:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -175px;
    border-bottom: 4px solid #737c9f;
    width: 350px; }
.hy-container .hy-law .hy-banner {
  position: relative;
  width: 100%;
  height: 558px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.hy-container .hy-law .hy-why {
  background: #f7f7f7;
  padding: 60px 0; }
  .hy-container .hy-law .hy-why .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: 60px; }
    .hy-container .hy-law .hy-why .hy-row .hy-item {
      position: relative;
      width: 360px;
      flex-shrink: 0;
      background: white;
      box-sizing: border-box;
      padding: 30px;
      box-shadow: 3px 0 5px rgba(204, 204, 204, 0.3);
      cursor: pointer;
      transition: all .4s; }
      .hy-container .hy-law .hy-why .hy-row .hy-item:hover {
        background: #737c9f;
        top: -10px; }
        .hy-container .hy-law .hy-why .hy-row .hy-item:hover .hy-title {
          color: white; }
        .hy-container .hy-law .hy-why .hy-row .hy-item:hover .hy-describe {
          color: white; }
      .hy-container .hy-law .hy-why .hy-row .hy-item .hy-img {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
      .hy-container .hy-law .hy-why .hy-row .hy-item .hy-title {
        color: #737c9f;
        font-size: 16px;
        margin: 20px auto; }
      .hy-container .hy-law .hy-why .hy-row .hy-item .hy-describe {
        color: #333333;
        line-height: 1.7;
        text-align: left; }
.hy-container .hy-law .hy-reason {
  padding: 40px 0;
  background: #333333;
  margin-top: -5px; }
  .hy-container .hy-law .hy-reason h1 {
    color: white;
    border-bottom: 4px solid #7d7d7d; }
  .hy-container .hy-law .hy-reason .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: 60px;
    align-items: center;
    justify-content: space-around; }
    .hy-container .hy-law .hy-reason .hy-row .hy-item {
      flex: 1; }
      .hy-container .hy-law .hy-reason .hy-row .hy-item .hy-circle {
        border: 1px solid white;
        width: 148px;
        height: 148px;
        border-radius: 50%;
        position: relative;
        margin: 0 auto; }
        .hy-container .hy-law .hy-reason .hy-row .hy-item .hy-circle:hover .hy-text {
          background: #689787; }
        .hy-container .hy-law .hy-reason .hy-row .hy-item .hy-circle .hy-num {
          font-size: 26px;
          color: white;
          font-weight: bold;
          position: absolute;
          width: 40px;
          height: 30px;
          line-height: 30px;
          top: -15px;
          left: 50%;
          margin-left: -20px;
          text-align: center;
          background: #333333; }
        .hy-container .hy-law .hy-reason .hy-row .hy-item .hy-circle .hy-text {
          font-size: 16px;
          letter-spacing: 1px;
          color: white;
          width: 112px;
          height: 112px;
          line-height: 112px;
          border-radius: 50%;
          background: #767fa2;
          margin-top: 18px;
          margin-left: 18px;
          text-align: center;
          transition: all .2s; }
      .hy-container .hy-law .hy-reason .hy-row .hy-item .hy-describe {
        font-size: 16px;
        color: white;
        line-height: 1.7;
        margin-top: 20px; }
.hy-container .hy-law .hy-how {
  background: #f7f7f7;
  padding: 60px 0 0;
  overflow: hidden; }
  .hy-container .hy-law .hy-how .hy-good-info {
    min-width: 500px;
    margin-left: 104px;
    margin-top: -116px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */ }
  .hy-container .hy-law .hy-how .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; }
    .hy-container .hy-law .hy-how .hy-row:nth-child(1) {
      margin-left: 241px; }
    .hy-container .hy-law .hy-how .hy-row:nth-child(3) {
      margin-left: 240px; }
    .hy-container .hy-law .hy-how .hy-row:nth-child(4) {
      margin-left: 480px; }
    .hy-container .hy-law .hy-how .hy-row .hy-item {
      width: 230px;
      height: 230px;
      border: 2px solid #767fa2;
      border-radius: 5px;
      margin-bottom: 10px;
      margin-right: 10px;
      text-align: center;
      box-sizing: border-box;
      transition: all .2s;
      background: white; }
      .hy-container .hy-law .hy-how .hy-row .hy-item:hover {
        background: #767fa2; }
        .hy-container .hy-law .hy-how .hy-row .hy-item:hover .hy-describe {
          color: white; }
      .hy-container .hy-law .hy-how .hy-row .hy-item .hy-btn {
        display: none;
        width: 100px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #d2af80;
        border-radius: 3px;
        margin: 0 auto;
        margin-top: 57px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -moz-transform: rotate(45deg);
        /* Firefox */
        -webkit-transform: rotate(45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(45deg);
        /* Opera */ }
      .hy-container .hy-law .hy-how .hy-row .hy-item img {
        margin-left: 51px;
        margin-top: 50px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -moz-transform: rotate(45deg);
        /* Firefox */
        -webkit-transform: rotate(45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(45deg);
        /* Opera */ }
      .hy-container .hy-law .hy-how .hy-row .hy-item .hy-describe {
        text-align: center;
        font-size: 20px;
        margin-top: -9px;
        margin-left: -43px;
        color: #333333;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -moz-transform: rotate(45deg);
        /* Firefox */
        -webkit-transform: rotate(45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(45deg);
        /* Opera */ }
.hy-container .hy-law .hy-data {
  margin-top: -5px;
  background: #f7f7f7;
  padding: 60px 0 0;
  text-align: center; }
  .hy-container .hy-law .hy-data .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: center;
    margin-top: 40px; }
    .hy-container .hy-law .hy-data .hy-row .hy-item {
      margin-right: 150px; }
      .hy-container .hy-law .hy-data .hy-row .hy-item:last-child {
        margin-right: 0; }
      .hy-container .hy-law .hy-data .hy-row .hy-item .hy-title {
        font-size: 18px;
        color: #333333;
        background: url("/Public/Dy/law/11_1.png") no-repeat bottom center;
        padding-bottom: 30px; }
        .hy-container .hy-law .hy-data .hy-row .hy-item .hy-title span {
          color: #75a6f1; }
          .hy-container .hy-law .hy-data .hy-row .hy-item .hy-title span b {
            font-size: 34px;
            color: #75a6f1;
            position: relative;
            padding-right: 10px; }
            .hy-container .hy-law .hy-data .hy-row .hy-item .hy-title span b i {
              position: absolute;
              top: -6px;
              right: -1px;
              font-size: 20px; }
      .hy-container .hy-law .hy-data .hy-row .hy-item img {
        margin-top: 60px; }
.hy-container .hy-law .hy-push {
  background: #333333;
  padding: 60px 0;
  margin: 0 auto; }
  .hy-container .hy-law .hy-push h1 {
    color: white;
    border-bottom: 4px solid #7d7d7d; }
  .hy-container .hy-law .hy-push .hy-row {
    margin-top: 60px;
    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; }
    .hy-container .hy-law .hy-push .hy-row .hy-item {
      width: 390px;
      height: 215px;
      flex-shrink: 0;
      background: white;
      margin-right: 10px; }
      .hy-container .hy-law .hy-push .hy-row .hy-item:hover .hy-title {
        border-bottom: 2px solid #689787; }
      .hy-container .hy-law .hy-push .hy-row .hy-item:hover h2 {
        border-bottom: 2px solid #689787;
        color: #689787; }
      .hy-container .hy-law .hy-push .hy-row .hy-item:hover p {
        color: #689787; }
      .hy-container .hy-law .hy-push .hy-row .hy-item:hover .hy-operate .hy-price {
        color: #689787; }
      .hy-container .hy-law .hy-push .hy-row .hy-item:last-child {
        margin-right: 0; }
      .hy-container .hy-law .hy-push .hy-row .hy-item .hy-title {
        height: 147px;
        border-bottom: 2px solid #687aa0;
        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;
        flex-wrap: nowrap;
        transition: all .2s; }
        .hy-container .hy-law .hy-push .hy-row .hy-item .hy-title .hy-title-describe {
          align-self: center;
          width: 100%;
          position: relative;
          color: #687aa0; }
          .hy-container .hy-law .hy-push .hy-row .hy-item .hy-title .hy-title-describe:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 14px solid white;
            border-bottom: 10px solid transparent;
            right: -14px;
            top: 50%;
            margin-top: -5px; }
          .hy-container .hy-law .hy-push .hy-row .hy-item .hy-title .hy-title-describe h2 {
            display: inline-block;
            font-size: 60px;
            font-style: italic;
            padding: 0 10px;
            border-bottom: 2px solid #687aa0;
            transition: all .2s; }
          .hy-container .hy-law .hy-push .hy-row .hy-item .hy-title .hy-title-describe p {
            font-size: 16px;
            margin-top: 17px;
            transition: all .2s; }
        .hy-container .hy-law .hy-push .hy-row .hy-item .hy-title .hy-title-img {
          flex-shrink: 0;
          width: 226px;
          height: 147px;
          background-repeat: no-repeat;
          background-position: center; }
      .hy-container .hy-law .hy-push .hy-row .hy-item .hy-operate {
        height: 64px;
        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;
        flex-wrap: nowrap;
        align-items: center; }
        .hy-container .hy-law .hy-push .hy-row .hy-item .hy-operate .hy-price {
          color: #687aa0;
          font-weight: bold;
          font-size: 20px;
          transition: all .2s; }
        .hy-container .hy-law .hy-push .hy-row .hy-item .hy-operate .hy-more {
          width: 98px;
          height: 36px;
          line-height: 36px;
          border-radius: 3px;
          color: white;
          background: #689787;
          letter-spacing: 1px; }
        .hy-container .hy-law .hy-push .hy-row .hy-item .hy-operate .hy-contact {
          width: 98px;
          height: 36px;
          line-height: 36px;
          border-radius: 3px;
          color: white;
          letter-spacing: 1px;
          background: url("/Public/Dy/law/9.png") repeat-x center; }
.hy-container .hy-law .hy-choose {
  background: #f7f7f7;
  padding: 60px 0; }
  .hy-container .hy-law .hy-choose .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: 60px;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 454px; }
    .hy-container .hy-law .hy-choose .hy-row .hy-img {
      width: 271px;
      height: 454px;
      background-repeat: no-repeat;
      background-position: center;
      position: relative; }
      .hy-container .hy-law .hy-choose .hy-row .hy-img .hy-describe {
        position: absolute;
        height: 80px;
        line-height: 80px;
        width: 100%;
        bottom: 0;
        font-size: 30px;
        color: white;
        background: rgba(103, 118, 161, 0.6); }
    .hy-container .hy-law .hy-choose .hy-row .hy-info {
      width: calc(100% - 281px);
      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;
      justify-content: space-between; }
      .hy-container .hy-law .hy-choose .hy-row .hy-info .hy-item {
        background: white;
        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;
        border: 1px solid #e6e6e6; }
        .hy-container .hy-law .hy-choose .hy-row .hy-info .hy-item.active .hy-title {
          background: #689787; }
          .hy-container .hy-law .hy-choose .hy-row .hy-info .hy-item.active .hy-title:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 10px solid #689787;
            border-bottom: 10px solid transparent;
            right: -10px;
            top: 50%;
            margin-top: -5px; }
        .hy-container .hy-law .hy-choose .hy-row .hy-info .hy-item .hy-title {
          flex-shrink: 0;
          position: relative;
          background: #6776a1;
          width: 80px;
          padding: 40px 0;
          align-items: center; }
          .hy-container .hy-law .hy-choose .hy-row .hy-info .hy-item .hy-title p {
            color: white; }
          .hy-container .hy-law .hy-choose .hy-row .hy-info .hy-item .hy-title:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 10px solid #6776a1;
            border-bottom: 10px solid transparent;
            right: -10px;
            top: 50%;
            margin-top: -5px; }
        .hy-container .hy-law .hy-choose .hy-row .hy-info .hy-item .hy-describe {
          margin: 0 30px;
          font-size: 14px;
          line-height: 1.7;
          text-indent: 2em;
          color: #666666;
          text-align: left;
          align-self: center; }
.hy-container .hy-law .hy-process {
  background: #f7f7f7;
  padding: 60px 0;
  position: relative;
  text-align: center; }
  .hy-container .hy-law .hy-process .hy-line-space {
    position: absolute;
    height: 2px;
    width: 900px;
    background: url("/Public/Dy/law/5_6.png") repeat-x center;
    bottom: 225px;
    left: 50%;
    margin-left: -450px; }
  .hy-container .hy-law .hy-process .hy-btn {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 5px;
    color: white;
    border-radius: 3px;
    margin-top: 60px;
    background: url(/Public/Dy/law/9.png) repeat-x center;
    cursor: pointer; }
  .hy-container .hy-law .hy-process .hy-row {
    margin-top: 60px;
    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; }
    .hy-container .hy-law .hy-process .hy-row .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+ */
      align-items: center;
      flex-direction: column; }
      .hy-container .hy-law .hy-process .hy-row .hy-item:hover .hy-num {
        background: #767fa2; }
      .hy-container .hy-law .hy-process .hy-row .hy-item .hy-num {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: white;
        background: #cccccc;
        margin: 20px 0;
        font-size: 20px;
        font-style: italic;
        transition: all .2s;
        z-index: 2; }
        .hy-container .hy-law .hy-process .hy-row .hy-item .hy-num.active {
          background: #767fa2; }
      .hy-container .hy-law .hy-process .hy-row .hy-item .hy-describe {
        color: #333333;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: bold; }
.hy-container .hy-law .hy-compare {
  background: url("/Public/Dy/law/6_1.png") no-repeat center;
  background-size: cover;
  padding: 120px 0; }
  .hy-container .hy-law .hy-compare h1 {
    color: white;
    border-bottom: 4px solid #7d7d7d; }
  .hy-container .hy-law .hy-compare .hy-info .hy-title {
    margin-top: 60px;
    position: relative; }
    .hy-container .hy-law .hy-compare .hy-info .hy-title .hy-title-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;
      justify-content: center; }
      .hy-container .hy-law .hy-compare .hy-info .hy-title .hy-title-info .hy-item {
        width: 600px;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
        background: #f7f7f7;
        color: #333333; }
        .hy-container .hy-law .hy-compare .hy-info .hy-title .hy-title-info .hy-item:first-child {
          background: #767fa2;
          color: white; }
    .hy-container .hy-law .hy-compare .hy-info .hy-title img {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -44px; }
  .hy-container .hy-law .hy-compare .hy-info .hy-container {
    padding: 10px 0;
    background: white; }
    .hy-container .hy-law .hy-compare .hy-info .hy-container .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;
      align-items: center;
      margin: 10px 0; }
      .hy-container .hy-law .hy-compare .hy-info .hy-container .hy-item:hover .hy-tip {
        border: 1px solid transparent;
        background: #767fa2;
        color: white; }
      .hy-container .hy-law .hy-compare .hy-info .hy-container .hy-item .hy-describe {
        font-size: 16px;
        color: #333333;
        letter-spacing: 1px;
        width: 500px;
        text-align: right; }
        .hy-container .hy-law .hy-compare .hy-info .hy-container .hy-item .hy-describe.left {
          text-align: left; }
      .hy-container .hy-law .hy-compare .hy-info .hy-container .hy-item img {
        margin: 0 15px; }
      .hy-container .hy-law .hy-compare .hy-info .hy-container .hy-item .hy-tip {
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        color: #333333;
        letter-spacing: 1px;
        font-size: 16px;
        border: 1px solid #e5e5e5;
        transition: all .2s; }
        .hy-container .hy-law .hy-compare .hy-info .hy-container .hy-item .hy-tip.active {
          border: 1px solid transparent;
          background: #767fa2;
          color: white; }
.hy-container .hy-law .hy-power {
  background: #f7f7f7;
  padding: 60px 0;
  text-align: center; }
  .hy-container .hy-law .hy-power .hy-describe {
    margin-top: 20px; }
    .hy-container .hy-law .hy-power .hy-describe p {
      text-indent: 2em;
      line-height: 2;
      margin-bottom: 20px;
      color: #2d2d2d;
      text-align: left;
      font-weight: bold; }
  .hy-container .hy-law .hy-power h2 {
    font-size: 20px;
    color: #767fa2;
    margin: 40px 0; }
  .hy-container .hy-law .hy-power .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: center;
    position: relative; }
    .hy-container .hy-law .hy-power .hy-row:after {
      content: '';
      position: absolute;
      width: 370px;
      height: 370px;
      background: url(/Public/Dy/law/7_2.png) no-repeat center;
      background-size: cover;
      left: 50%;
      margin-left: -185px; }
    .hy-container .hy-law .hy-power .hy-row .hy-item {
      width: 370px;
      height: 370px;
      border-radius: 50%;
      background: url("/Public/Dy/law/7_1.png") repeat center;
      padding: 30px 50px;
      box-sizing: border-box;
      transition: all .2s; }
      .hy-container .hy-law .hy-power .hy-row .hy-item:hover {
        background: unset;
        background-color: #767fa2; }
        .hy-container .hy-law .hy-power .hy-row .hy-item:hover .hy-title {
          color: white; }
        .hy-container .hy-law .hy-power .hy-row .hy-item:hover .hy-text {
          color: white; }
        .hy-container .hy-law .hy-power .hy-row .hy-item:hover .hy-item-line {
          border: 1px solid white; }
      .hy-container .hy-law .hy-power .hy-row .hy-item .hy-title {
        font-size: 20px;
        color: #767fa2;
        margin-top: 40px; }
      .hy-container .hy-law .hy-power .hy-row .hy-item .hy-item-line {
        border: 1px solid #cccccc;
        margin: 30px 0; }
      .hy-container .hy-law .hy-power .hy-row .hy-item .hy-text {
        font-size: 14px;
        line-height: 1.7;
        text-align: center;
        color: #808080; }
.hy-container .hy-law .hy-parter {
  background: #333333;
  padding: 60px 0; }
  .hy-container .hy-law .hy-parter h1 {
    color: white;
    border-bottom: 4px solid #7d7d7d; }
  .hy-container .hy-law .hy-parter .hy-row {
    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: space-around; }
    .hy-container .hy-law .hy-parter .hy-row .hy-item {
      background-repeat: no-repeat;
      background-position: center;
      background-color: white;
      border-radius: 3px;
      width: 260px;
      height: 90px;
      transition: all .5s; }
      .hy-container .hy-law .hy-parter .hy-row .hy-item:hover {
        position: relative;
        margin-top: -10px; }
.hy-container .hy-law .hy-connect {
  background: #f7f7f7;
  padding: 60px 0; }
  .hy-container .hy-law .hy-connect .hy-container {
    margin-top: 60px;
    background: white;
    padding: 30px;
    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;
    box-sizing: border-box; }
    .hy-container .hy-law .hy-connect .hy-container .hy-line-space {
      border-right: 1px solid #efefef; }
    .hy-container .hy-law .hy-connect .hy-container .hy-board {
      width: 50%; }
      .hy-container .hy-law .hy-connect .hy-container .hy-board input {
        width: 200px;
        height: 45px;
        line-height: 45px;
        background: #f7f7f7;
        color: #666666;
        padding: 0 24px;
        border: 1px solid #eeeeee; }
        .hy-container .hy-law .hy-connect .hy-container .hy-board input:first-child {
          margin-right: 20px; }
      .hy-container .hy-law .hy-connect .hy-container .hy-board textarea {
        background: #f7f7f7;
        color: #666666;
        margin-top: 20px;
        padding: 24px;
        width: 475px;
        border: 1px solid #eeeeee;
        resize: none; }
      .hy-container .hy-law .hy-connect .hy-container .hy-board .hy-form-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;
        justify-content: center;
        margin-top: 20px; }
        .hy-container .hy-law .hy-connect .hy-container .hy-board .hy-form-operate .hy-submit {
          width: 120px;
          height: 45px;
          line-height: 45px;
          text-align: center;
          border: 1px solid #e13a3a;
          font-size: 16px;
          color: #e13a3a;
          margin-right: 40px;
          cursor: pointer; }
          .hy-container .hy-law .hy-connect .hy-container .hy-board .hy-form-operate .hy-submit.active {
            background: #e13a3a;
            color: white;
            border-radius: 3px; }
        .hy-container .hy-law .hy-connect .hy-container .hy-board .hy-form-operate .hy-reset {
          cursor: pointer;
          width: 120px;
          height: 45px;
          line-height: 45px;
          text-align: center;
          border: 1px solid #e13a3a;
          font-size: 16px;
          color: #e13a3a;
          border-radius: 3px; }
          .hy-container .hy-law .hy-connect .hy-container .hy-board .hy-form-operate .hy-reset:hover {
            background: #e13a3a;
            color: white; }
    .hy-container .hy-law .hy-connect .hy-container .hy-operate {
      width: 50%;
      flex-shrink: 0;
      box-sizing: border-box;
      padding: 0 80px; }
      .hy-container .hy-law .hy-connect .hy-container .hy-operate .hy-line {
        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-law .hy-connect .hy-container .hy-operate .hy-line .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-direction: column;
          align-items: center; }
          .hy-container .hy-law .hy-connect .hy-container .hy-operate .hy-line .hy-item .hy-btn {
            width: 160px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            border: 1px solid #e13a3a;
            font-size: 16px;
            color: #e13a3a;
            border-radius: 3px; }
            .hy-container .hy-law .hy-connect .hy-container .hy-operate .hy-line .hy-item .hy-btn.active {
              background: #e13a3a;
              color: white; }
            .hy-container .hy-law .hy-connect .hy-container .hy-operate .hy-line .hy-item .hy-btn:hover {
              background: #e13a3a;
              color: white; }
          .hy-container .hy-law .hy-connect .hy-container .hy-operate .hy-line .hy-item p {
            color: #333333;
            font-size: 16px;
            letter-spacing: 2px;
            margin-top: 10px; }
      .hy-container .hy-law .hy-connect .hy-container .hy-operate .hy-tel-info {
        margin-top: 50px; }
        .hy-container .hy-law .hy-connect .hy-container .hy-operate .hy-tel-info .hy-btn {
          width: 100%;
          height: 45px;
          line-height: 45px;
          text-align: center;
          font-size: 16px;
          color: white;
          border-radius: 3px;
          background: url("/Public/Dy/law/9.png") repeat-x center;
          cursor: pointer; }
        .hy-container .hy-law .hy-connect .hy-container .hy-operate .hy-tel-info .hy-tel {
          color: #e13a3a;
          font-size: 20px;
          margin: 20px 0 10px; }
        .hy-container .hy-law .hy-connect .hy-container .hy-operate .hy-tel-info p {
          color: #333333;
          font-size: 16px;
          letter-spacing: 2px; }

/*# sourceMappingURL=law.css.map */
