@charset "UTF-8";
/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
.hy-news-nav {
  height: 60px;
  line-height: 60px;
  /* background: #e03636; */
  background: linear-gradient(270deg, #D0021B 0%, #FE8045 100%);
  position: relative; }
  .hy-news-nav .hy-nav-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-around;
    text-align: center; }
    .hy-news-nav .hy-nav-info .hy-nav-item {
      font-size: 15px;
      color: white;
      margin-right: 40px;
      position: relative;
      cursor: pointer;
      transition: all .2s; }
      .hy-news-nav .hy-nav-info .hy-nav-item.active:before {
        content: '';
        display: inline-block;
        border-bottom: 2px solid white;
        width: 100%;
        position: absolute;
        top: 47px; }
      .hy-news-nav .hy-nav-info .hy-nav-item:hover:before {
        content: '';
        display: inline-block;
        border-bottom: 2px solid white;
        width: 100%;
        position: absolute;
        top: 47px; }
    .hy-news-nav .hy-nav-info .hy-company-news img {
      vertical-align: middle;
      margin-top: -3px; }
    .hy-news-nav .hy-nav-info .hy-company-news:hover img {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
      transition: all .2s; }
  .hy-news-nav .hy-nav-extra {
    display: none;
    position: absolute;
    width: 100%;
    bottom: -32px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    background: white;
    border-bottom: 1px solid #eee; }
    .hy-news-nav .hy-nav-extra .hy-extra-item {
      margin-left: calc(9 * 100px - 30px); }
    .hy-news-nav .hy-nav-extra .hy-extra-name {
      color: #333; }
      .hy-news-nav .hy-nav-extra .hy-extra-name:hover {
        color: #e03636; }

.hy-news-secondNav {
  width: 100%;
  height: 82px;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(219,219,219,0.5);
  position: relative; }
  .hy-secondNav-info ul {
    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;
    text-align: center;
    justify-content:between;
    align-items: center;
    /* padding-left: 200px; */
    width: 1580px;
    height: 82px; 
    /* margin-left: 17%; */
    overflow:hidden}
    .hy-secondNav-info ul li {
      margin-right: 30px;
      height: 56px;
      display: flex;
      flex-flow: row;
      justify-content: center;}
      .hy-secondNav-title {
        width: 56px;
        background: linear-gradient(136deg, #FD7C44 0%, #D0031B 100%);
        border-radius: 8px;
        color: #fff;
        padding-top: 6px;
        font-size: 16px;}
      .hy-secondNav-item {
        height: 56px;
        width:220px;
        border-right: 1px solid #DFDFDF;}
        .hy-secondNav-item a{
          width: 40%;
          height: 28px;
          line-height: 28px;
          display: inline-block;
          color: #666666;
          font-size: 14px;
          text-align: left;}


.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

/*# sourceMappingURL=newsHeader.css.map */
