@charset "UTF-8";
/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
.hy-header {
  background: white; }
  .hy-header .hy-top-tip {
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
    cursor: pointer; }
    .hy-header .hy-top-tip a {
      color: #666; }
      .hy-header .hy-top-tip a:hover {
        color: #e03636; }
    .hy-header .hy-top-tip .hy-top-tip-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-around;
      text-align: center;
      justify-content: space-between;
      height: 30px;
      line-height: 30px;
      padding: 0 40px;
      background: #f8f8f8; }
      .hy-header .hy-top-tip .hy-top-tip-box .hy-item span {
        color: #e03636; }
        .hy-header .hy-top-tip .hy-top-tip-box .hy-item span .icon-phone {
          font-size: 19px;
          display: inline-block;
          vertical-align: middle;
          margin: 0 5px; }
      .hy-header .hy-top-tip .hy-top-tip-box .hy-space {
        display: inline-block;
        border-right: 1px solid #cccccc;
        height: 10px;
        margin: 0 7px; }
      .hy-header .hy-top-tip .hy-top-tip-box .hy-color-red {
        border-right: 1px solid #e03636; }
  .hy-header .hy-top-logo {
    margin: 35px 40px; }
    .hy-header .hy-top-logo .hy-top-logo-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-around;
      text-align: center;
      justify-content: space-between; }
      .hy-header .hy-top-logo .hy-top-logo-box .hy-l {
        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-around;
        text-align: center;
        justify-content: flex-start; }
        .hy-header .hy-top-logo .hy-top-logo-box .hy-l h1 {
          font-size: 23px;
          font-weight: normal;
          align-self: center;
          margin-left: 70px; }
      .hy-header .hy-top-logo .hy-top-logo-box .hy-r {
        height: 36px;
        border: 2px solid #e03636;
        border-left: 1px solid #e03636;
        overflow: hidden;
        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-around;
        text-align: center;
        align-self: center; }
        .hy-header .hy-top-logo .hy-top-logo-box .hy-r form {
          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-around;
          text-align: center;
          align-self: center;
          height: 100%; }
          .hy-header .hy-top-logo .hy-top-logo-box .hy-r form select {
            border: none;
            outline: none;
            width: 90px;
            text-align: center;
            text-align-last: center;
            padding: 0 10px;
            color: #999; }
          .hy-header .hy-top-logo .hy-top-logo-box .hy-r form input {
            height: 100%;
            padding: 0 10px;
            width: 350px;
            letter-spacing: 0.5px;
            font-size: 13px;
            border: none;
            outline: none;
            border-right: 1px solid #eee; }
        .hy-header .hy-top-logo .hy-top-logo-box .hy-r button {
          background: #e03636;
          color: white;
          height: 36px;
          line-height: 36px;
          width: 82px;
          outline: none;
          border: none;
          align-self: center;
          cursor: pointer; }
          .hy-header .hy-top-logo .hy-top-logo-box .hy-r button:hover {
            background: #c9302c; }
  .hy-header .hy-top-nav {
    border-bottom: 2px solid #e03636; }
    .hy-header .hy-top-nav .hy-top-nav-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-around;
      text-align: center;
      justify-content: space-between;
      font-size: 16px;
      font-weight: 400;
      height: 36px;
      line-height: 36px;
      padding: 0 40px;
      position: relative; }
      .hy-header .hy-top-nav .hy-top-nav-box .hy-item {
        color: #333;
        text-align: center; }
        .hy-header .hy-top-nav .hy-top-nav-box .hy-item:hover {
          color: #e03636; }
        .hy-header .hy-top-nav .hy-top-nav-box .hy-item img {
          display: inline-block;
          height: 16px;
          margin-right: 10px;
          margin-top: -2px;
          vertical-align: middle; }
        .hy-header .hy-top-nav .hy-top-nav-box .hy-item i {
          position: relative;
          display: inline-block; }
          .hy-header .hy-top-nav .hy-top-nav-box .hy-item i img {
            position: absolute;
            top: -28px;
            left: -14px; }
      .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all {
        width: 200px;
        background: #e03636;
        color: white;
        position: relative;
        cursor: pointer;
        height: 38px; }
        .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all:hover {
          color: white; }
        .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree {
          position: absolute;
          z-index: 99;
          top: 38px; }
          .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li {
            font-size: 16px;
            width: 200px;
            height: 87px;
            line-height: 87px;
            color: white;
            background: rgba(0, 0, 0, 0.4);
            border-bottom: 1px dashed #cacaca; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:last-child {
              border-bottom: none; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(1) h4 {
              background: url("../../images/region_hm/nav_2.png") no-repeat left; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(2) h4 {
              background: url("../../images/region_hm/nav_3.png") no-repeat left; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(3) h4 {
              background: url("../../images/region_hm/nav_4.png") no-repeat left; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(4) h4 {
              background: url("../../images/region_hm/nav_5.png") no-repeat left; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(5) h4 {
              background: url("../../images/region_hm/nav_6.png") no-repeat left; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(1):hover h4 {
              background: url("../../images/region_hm/nav_2_s.png") no-repeat left;
              color: #e03636; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(2):hover h4 {
              background: url("../../images/region_hm/nav_3_s.png") no-repeat left;
              color: #e03636; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(3):hover h4 {
              background: url("../../images/region_hm/nav_4_s.png") no-repeat left;
              color: #e03636; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(4):hover h4 {
              background: url("../../images/region_hm/nav_5_s.png") no-repeat left;
              color: #e03636; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(5):hover h4 {
              background: url("../../images/region_hm/nav_6_s.png") no-repeat left;
              color: #e03636; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li h4 {
              padding-left: 26px;
              font-size: 16px;
              font-weight: 400;
              color: white; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-top-li-text {
              display: -webkit-flex;
              /* 新版本语法: Chrome 21+ */
              display: -webkit-box;
              /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
              display: -moz-box;
              /* 老版本语法: Firefox (buggy) */
              display: -ms-flexbox;
              /* 混合版本语法: IE 10 */
              display: flex;
              /* 新版本语法: Opera 12.1, Firefox 22+ */
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              justify-content: space-around;
              text-align: center;
              color: white; }
              .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-top-li-text i {
                align-self: center; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul {
              display: none;
              position: absolute;
              top: 0;
              padding: 20px;
              width: 700px;
              height: 440px;
              overflow: hidden;
              margin-left: 200px;
              background: white;
              box-sizing: border-box; }
              .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li {
                width: 100%;
                zoom: 1;
                clear: both; }
                .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-two-li-text {
                  width: 115px;
                  line-height: 25px;
                  font-size: 14px;
                  font-weight: bold;
                  color: #333;
                  float: left; }
                  .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-two-li-text i {
                    margin-left: 5px; }
                  .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-two-li-text:hover {
                    color: #e03636; }
                .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-three-ul {
                  float: right;
                  width: calc(100% - 115px);
                  line-height: 25px;
                  color: #333;
                  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-around;
                  text-align: center;
                  justify-content: flex-start;
                  border-bottom: 1px dashed #eee;
                  margin-bottom: 10px;
                  padding-bottom: 10px; }
                  .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-three-ul .hy-nav-three-li {
                    font-size: 14px;
                    color: #666;
                    padding: 0 12px; }
                    .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-three-ul .hy-nav-three-li:hover {
                      color: #e03636; }
                .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li:last-child .hy-nav-three-ul {
                  border-bottom: none; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:hover .hy-nav-top-li-text {
              color: #e03636;
              background: white;
              border-bottom: 1px solid white; }
            .hy-header .hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:hover .hy-nav-two-ul {
              display: block; }
    .hy-header .hy-top-nav .hy-top-enter {
      position: absolute;
      z-index: 99;
      top: 38px;
      right: 40px;
      width: 200px; }
      .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content {
        background: white;
        padding: 2px 0;
        font-weight: bold;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23); }
        .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-title {
          font-size: 14px;
          font-weight: bold; }
          .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-title img {
            display: inline-block;
            margin-right: 10px; }
        .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info {
          padding: 5px 0;
          border-top: 1px solid #eee;
          border-bottom: 1px solid #eee; }
          .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info .hy-top-enter-line {
            padding: 0 20px;
            display: -webkit-flex;
            /* 新版本语法: Chrome 21+ */
            display: -webkit-box;
            /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
            display: -moz-box;
            /* 老版本语法: Firefox (buggy) */
            display: -ms-flexbox;
            /* 混合版本语法: IE 10 */
            display: flex;
            /* 新版本语法: Opera 12.1, Firefox 22+ */
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-around;
            text-align: center; }
            .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info .hy-top-enter-line .hy-top-enter-item {
              font-size: 14px;
              line-height: 30px;
              font-weight: 400;
              color: #333; }
            .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info .hy-top-enter-line .hy-space {
              height: 16px;
              margin-top: 8px;
              border-right: 1px solid #eee; }
        .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-extra {
          font-size: 14px;
          font-weight: normal; }
        .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content .hy-btn {
          margin-bottom: 10px;
          display: inline-block;
          font-size: 15px;
          height: 36px;
          width: 160px;
          font-weight: 400;
          line-height: 36px;
          color: white;
          background: #e03636;
          border-radius: 36px; }
          .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-content .hy-btn:hover {
            background: #c9302c; }
      .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-tip {
        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-around;
        text-align: center;
        box-sizing: border-box;
        margin-top: 17px;
        padding: 15px;
        padding-bottom: 0px;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.23); }
        .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-tip .hy-top-tip-item {
          width: 50%; }
          .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-tip .hy-top-tip-item p {
            font-size: 14px;
            height: 14px;
            line-height: 14px;
            color: #999;
            margin-top: -5px;
            margin-bottom: 18px; }
            .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-tip .hy-top-tip-item p:nth-child(3), .hy-header .hy-top-nav .hy-top-enter .hy-top-enter-tip .hy-top-tip-item p:nth-child(4) {
              margin-bottom: 0; }

.hy-footer {
  background: white; }
  .hy-footer .hy-foot-tip {
    width: 100%;
    background: #e03636; }
    .hy-footer .hy-foot-tip .hy-foot-tip-box {
      padding: 0 40px;
      height: 110px;
      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-around;
      text-align: center;
      justify-content: space-between;
      align-items: center; }
      .hy-footer .hy-foot-tip .hy-foot-tip-box .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-around;
        text-align: center;
        justify-content: flex-start;
        align-items: center; }
        .hy-footer .hy-foot-tip .hy-foot-tip-box .hy-item img {
          vertical-align: middle;
          height: 56px;
          margin-right: 20px; }
        .hy-footer .hy-foot-tip .hy-foot-tip-box .hy-item .hy-title {
          text-align: left; }
          .hy-footer .hy-foot-tip .hy-foot-tip-box .hy-item .hy-title .hy-name {
            color: white;
            font-size: 18px;
            font-weight: bold; }
          .hy-footer .hy-foot-tip .hy-foot-tip-box .hy-item .hy-title .hy-text {
            color: white;
            font-size: 16px; }
  .hy-footer .hy-other-link {
    padding: 40px 40px 20px;
    margin-top: 0; }
    .hy-footer .hy-other-link .hy-item {
      font-size: 14px;
      color: #999;
      float: left;
      margin-right: 30px;
      margin-top: 15px; }
    .hy-footer .hy-other-link .hy-link-tab {
      text-align: left; }
    .hy-footer .hy-other-link .btn-choose {
      display: inline-block;
      width: 90px;
      height: 36px;
      line-height: 36px;
      background: transparent;
      border: 1px solid #e03636;
      color: #e03636;
      text-align: center;
      margin-right: 20px;
      cursor: pointer; }
      .hy-footer .hy-other-link .btn-choose.active {
        border: 1px solid #e03636;
        background: #e03636;
        color: white; }
      .hy-footer .hy-other-link .btn-choose:hover {
        border: 1px solid #e03636;
        background: #e03636;
        color: white; }
    .hy-footer .hy-other-link .swiper-container .swiper-wrapper {
      float: left;
      margin: 0 auto; }
      .hy-footer .hy-other-link .swiper-container .swiper-wrapper .swiper-slide {
        background: white;
        min-height: 70px; }
  .hy-footer .hy-foot-space {
    height: 100%;
    border-bottom: 1px solid #eee; }
  .hy-footer .hy-about-all {
    padding: 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-around;
    text-align: center;
    justify-content: space-between; }
    .hy-footer .hy-about-all .hy-space {
      height: 100px;
      border-left: 1px solid #eee; }
    .hy-footer .hy-about-all .hy-item {
      text-align: left; }
      .hy-footer .hy-about-all .hy-item .hy-link {
        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-around;
        text-align: center;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        font-weight: bold; }
        .hy-footer .hy-about-all .hy-item .hy-link a {
          color: #333; }
      .hy-footer .hy-about-all .hy-item .hy-copy-right, .hy-footer .hy-about-all .hy-item .hy-describe {
        font-size: 14px;
        margin: 8px 0;
        color: #999; }
        .hy-footer .hy-about-all .hy-item .hy-copy-right a, .hy-footer .hy-about-all .hy-item .hy-describe a {
          color: #999; }
      .hy-footer .hy-about-all .hy-item .hy-safe-website {
        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-around;
        text-align: center;
        justify-content: flex-start; }
        .hy-footer .hy-about-all .hy-item .hy-safe-website img {
          margin-right: 15px;
          margin-top: 6px;
          height: 23px; }
      .hy-footer .hy-about-all .hy-item .hy-title {
        font-size: 16px;
        font-weight: bold;
        color: #e03636;
        margin-bottom: 5px; }
      .hy-footer .hy-about-all .hy-item .hy-tel {
        font-size: 15px;
        font-weight: bold;
        color: #e03636; }
      .hy-footer .hy-about-all .hy-item .hy-btn {
        display: inline-block;
        width: 90px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #e03636;
        background: #e03636;
        color: white;
        text-align: center;
        margin-right: 20px;
        cursor: pointer; }
        .hy-footer .hy-about-all .hy-item .hy-btn:hover {
          background: #ff3f3f; }
      .hy-footer .hy-about-all .hy-item .hy-wechat img {
        margin-left: -3px; }
      .hy-footer .hy-about-all .hy-item .hy-wechat-describe {
        margin-top: -5px;
        font-size: 12px; }

.hy-wz-footer .hy-footer {
  background: #333; }
  .hy-wz-footer .hy-footer .hy-other-link .swiper-container .swiper-wrapper .swiper-slide {
    background: #333; }
  .hy-wz-footer .hy-footer .hy-about-all .hy-item .hy-link a {
    color: #999; }
  .hy-wz-footer .hy-footer .hy-other-link .swiper-container {
    padding-top: 40px; }

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