@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%; } }
html, body, ul, li, ol, li, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  min-width: 1310px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 14px;
  line-height: 1.47059;
  font-weight: 400;
  font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  background-color: #fff;
  color: #333;
  font-style: normal; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }

.hy-clearfix {
  zoom: 1; }

.hy-web-width {
  width: 1180px;
  margin: 0 auto; }

.f-s-12 {
  font-size: 12px; }

.f-s-13 {
  font-size: 13px; }

.f-s-14 {
  font-size: 14px; }

.f-s-15 {
  font-size: 15px; }

.f-s-16 {
  font-size: 16px; }

.f-s-17 {
  font-size: 17px; }

.f-s-18 {
  font-size: 18px; }

.f-s-19 {
  font-size: 19px; }

.f-s-20 {
  font-size: 20px; }

.hy-color-red {
  color: #e03636; }

.hy-btn-hover:hover {
  background: white;
  color: #e03636; }

.hy-sys-call {
  display: none; }
  .hy-sys-call button {
    display: none; }

.hy-common-call {
  position: absolute;
  z-index: 10;
  width: 346px;
  top: -153px;
  left: -173px; }
  .hy-common-call .hy-call-title {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    justify-content: center;
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
    color: #333; }
    .hy-common-call .hy-call-title h1 {
      font-size: 24px;
      font-weight: normal;
      color: #333;
      margin: 0 20px; }
    .hy-common-call .hy-call-title span {
      display: inline-block; }
  .hy-common-call .hy-call-body {
    padding: 30px;
    background: white; }
    .hy-common-call .hy-call-body .hy-call-input {
      width: 100%;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      border: 1px solid #eeeeee;
      color: #999999;
      padding: 0 20px;
      box-sizing: border-box; }
    .hy-common-call .hy-call-body .hy-call-btn {
      height: 50px;
      line-height: 50px;
      margin-top: 30px;
      font-size: 16px;
      background: #e03636;
      color: white;
      text-align: center;
      transition: all .2s;
      cursor: pointer; }
      .hy-common-call .hy-call-body .hy-call-btn:hover {
        background: #D63636; }
    .hy-common-call .hy-call-body .hy-call-describe {
      margin-top: 15px;
      font-size: 14px;
      color: #999;
      line-height: 1.9; }

.hy-page-nav {
  margin: 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-around;
  text-align: center;
  justify-content: flex-end; }
  .hy-page-nav .hy-item {
    padding: 5px 12px;
    border: 1px solid #eee;
    margin-right: 5px;
    color: #999;
    cursor: pointer; }
    .hy-page-nav .hy-item.active {
      background: #e03636;
      color: white; }
      .hy-page-nav .hy-item.active:hover {
        background: #ff3f3f;
        color: white; }
    .hy-page-nav .hy-item:hover {
      background: #e03636;
      color: white; }

.hy-hot-push h1 {
  font-size: 24px;
  font-weight: normal;
  padding: 40px 0 10px;
  position: relative; }
  .hy-hot-push h1 span {
    display: inline-block;
    background: #e03636;
    height: 28px;
    width: 4px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -3px; }
  .hy-hot-push h1 .hy-more {
    position: absolute;
    right: 0;
    font-size: 15px;
    bottom: 10px;
    color: #999;
    cursor: pointer; }
    .hy-hot-push h1 .hy-more:hover {
      color: #e03636; }
.hy-hot-push .hy-content {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  position: relative; }
  .hy-hot-push .hy-content .btn {
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.41);
    position: absolute;
    z-index: 2;
    font-size: 18px;
    top: 50%;
    margin-top: -20px;
    color: white;
    cursor: pointer; }
    .hy-hot-push .hy-content .btn:hover {
      background: rgba(0, 0, 0, 0.61); }
    .hy-hot-push .hy-content .btn.btn-prev {
      left: 0; }
    .hy-hot-push .hy-content .btn.btn-next {
      right: 0; }
  .hy-hot-push .hy-content .hy-item {
    display: inline-block;
    width: 280px;
    height: 320px;
    background: white;
    color: #333;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07); }
    .hy-hot-push .hy-content .hy-item:hover .hy-info .hy-describe {
      color: #e03636; }
    .hy-hot-push .hy-content .hy-item:hover {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23); }
    .hy-hot-push .hy-content .hy-item .hy-img {
      height: 210px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .hy-hot-push .hy-content .hy-item .hy-info {
      padding: 10px 20px;
      text-align: left;
      background: white;
      box-sizing: border-box; }
      .hy-hot-push .hy-content .hy-item .hy-info .hy-name {
        font-size: 18px;
        font-weight: bold; }
      .hy-hot-push .hy-content .hy-item .hy-info .hy-describe {
        font-size: 14px;
        color: #999;
        margin: 7px 0; }
      .hy-hot-push .hy-content .hy-item .hy-info .hy-strong {
        font-size: 20px;
        font-weight: bold;
        color: #e03636; }
  .hy-hot-push .hy-content .swiper-container .swiper-wrapper {
    float: left; }
    .hy-hot-push .hy-content .swiper-container .swiper-wrapper .swiper-slide {
      height: 324px; }
      .hy-hot-push .hy-content .swiper-container .swiper-wrapper .swiper-slide:hover .hy-img {
        animation: img-hover 0.15s;
        -moz-animation: img-hover 0.15s;
        /* Firefox */
        -webkit-animation: img-hover 0.15s;
        /* Safari 和 Chrome */
        -o-animation: img-hover 0.15s;
        /* Opera */
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards; }

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