/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 :root{
    --app-gray:#666666;
    --app-white:#ffffff;
    --app-yellow:#ff9326;
    --app-blue:#3a4eed;
    --app-nav-height:60px;
}

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
    font-family: "microsoft yahei";
    overflow-x: hidden;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
    text-decoration: none;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  li{
      list-style: none;
  }
  *{
      margin: 0;
      padding: 0;
  }


  .title_g {
    height: 58px;
    margin-bottom: 28px;
  }
  .title_c {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
      letter-spacing: 3px;
  }
  .title_b {
    width: 65px;
    height: 8px;
    margin: 0 auto;
  }
  .title_b img {
    display: block;
  }


  .newsbox {
    height: auto;
    overflow: hidden;
    margin-bottom: 40px !important;
  }
  .news_c .hd {
    width: 561px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 54px;
  }
  .news_c .hd ul li {
    float: left;
    display: inline-block;
    width: 161px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #f5f5f5;
    margin: 0 13px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .news_c .hd ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333
  }
  .news_c .hd ul li:hover, .news_c .hd ul li.on {
    background: url(../images/hover_03.jpg) no-repeat;
    width: 161px;
    height: 52px;
    cursor: pointer;
  }
  .news_c .hd ul li:hover a, .news_c .hd ul li.on a {
    color: #fff;
  }
  .news_c .bd {
    height: 383px;
    overflow: hidden;
  }
  .news_l {
    width: 574px;
    height: 383px;
    overflow: hidden;
    position: relative;
  }
  .news_l a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_l .news_pic {
    width: 574px;
    height: 383px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_l .news_font {
    background: url(../images/line_g.png) no-repeat;
    width: 526px;
    height: 88px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 24px;
    padding-top: 14px;
  }
  .news_l .news_font .title_news {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .news_l .news_font .title_news span {
    display: inline-block;
    float: left;
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_l .news_font .title_news img {
    width: 23px;
    height: 13px;
    margin-top: 6px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_l .news_font .eles_detail {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
  }
  .news_l a:hover .news_pic {
    transform: scale(1.05);
  }
  /*.news_l a:hover .title_news span{ margin-left:10px;}
  .news_l a:hover .title_news img{margin-right:10px;}*/
  
  .news_r {
    width: 546px;
    height: 383px;
    padding-right: 10px;
    padding-top: 2px;
  }
  .news_r ul li {
    height: 84px;
    padding-top: 10px;
    border-bottom: 1px solid #eaeaea;
  }
  /*.news_r ul li a{ display:block;width:100%; height:100%;}*/
  .news_r ul li .time_l {
    width: 58px;
    height: 66px;
    overflow: hidden;
    margin-left: 10px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_r ul li .time_l .day_n {
    font-size: 22px;
    width: 58px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #444;
    font-weight: bold;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
    margin-top: 4px;
  }
  .news_r ul li .time_l .ym {
    height: 24px;
    line-height: 24px;
    width: 58px;
    text-align: center;
    color: #777;
    font-size: 16px;
    font-weight: bold;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
  }
  .news_r ul li .detailed_r {
    width: 448px;
    height: auto;
    margin-right: 10px;
  }
  .news_r ul li .detailed_r .title_n {
    height: 30px;
    overflow: hidden;
  }
  .news_r ul li .detailed_r .title_n .title_det {
    color: #666;
    width: 380px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_r ul li .detailed_r .title_n .more_yr {
    width: 34px;
    height: 24px;
    overflow: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_r ul li .detailed_r .title_n .more_yr img {
    display: block;
    width: 34px;
    height: 24px;
    vertical-align: middle;
  }
  .news_r ul li .detailed_r .news_nr {
    color: #999;
    height: 40px;
    line-height: 20px;
    width: 458px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
  }
  .news_r ul li:hover {
    box-shadow: 0px 0px 8px #efefef;
    -webkit-box-shadow: 0px 0px 8px #efefef;
    -moz-box-shadow: 0px 0px 8px #efefef;
    border-bottom: 1px solid #fff;
  }
  .news_r ul li:hover .time_l {
    margin-left: 16px;
  }
  .news_r ul li:hover .more_yr {
    margin-right: 10px;
  }
  .news_r ul li:hover .title_n .title_det {
    color: #00a4ff;
  }
  .fl{
    float: left;
  }
  .fr{
    float: right;
  }
  .linksbox {
    height: auto;
    overflow: hidden;
    margin-bottom: 40px !important;
  }
  .linksbox img {
    width: 143px;
    height: 36px;
    float: left;
    margin-right: 10px;
  }
  .links_c a {
    padding: 0 8px;
    line-height: 20px;
    color: #666;
  }
  .links_c a:hover {
    color: #333;
  }
  .footer {
    background: #303030;
    width: 100%;
    height: 158px;/* overflow:hidden;*/
    padding: 30px 0;
    color: #dadada;
  }
  .footer .footer_wd {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  .footer a {
    color: #dadada;
  }
  .footer a:hover {
    color: #fff;
  }
  .footer .title {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 13px;
  }
  .footer .item {
    width: 188px;
    margin-top: 10px;
  }
  .footer .item_c a {
    float: left;
    display: inline-block;
    width: 94px;
    line-height: 24px;
  }
  .footer .contact_f {
    width: 434px;
    height: auto;
    overflow: hidden;
    margin-left: 219px;
    margin-top: 10px;
  }
  .footer .contact_eles {
    line-height: 24px;
  }
  .footer .footer_r {
    width: 129px;
  }
  .link_btn ul li {
  wi129px;
    height: 40px;
    position: relative;
    margin-bottom: 9px;
  }
  .link_btn {
    height: auto;
  }
  .link_qq {
    width: 125px;
    height: 40px;
    background: url(../images/indexicon.png) no-repeat;
    display: block;
    margin-top: 14px;
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    margin-left: 4px;
  }
  .link_qq:hover {
    background: url(../images/indexicon.png) 0 -50px no-repeat;
  }
  .link_weixin {
    width: 129px;
    height: 40px;
    background: url(../images/indexicon.png) -129px 0 no-repeat;
    display: block;
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    margin-bottom: 10px;
  }
  .link_weixin:hover {
    background: url(../images/indexicon.png) -130px -50px no-repeat;
  }
  .link_shouji {
    width: 125px;
    height: 40px;
    background: url(../images/indexicon.png) -265px 0 no-repeat;
    display: block;
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    margin-left: 4px;
  }
  .link_shouji:hover {
    background: url(../images/indexicon.png) -265px -50px no-repeat;
  }
  .link_ewm {
    position: absolute;
    top: -46px;
    left: -142px;
    width: 129px;
    display: none;
  }
  .mark_box {
    height: 165px;
    width: 124px;
    overflow: hidden;
  }
  .mark_box .mark_pic {
    width: 124px;
    height: 124px;
    overflow: hidden;
  }
  .mark_box .mark_type {
    height: 41px;
    line-height: 41px;
    text-indent: 42px;
    color: #dadada
  }
  .mark_box .mark_type.wx {
    text-indent: 46px;
  }
  .footer2 {
    height: 56px;
    width: 100%;
    background: #262626;
  }
  .footer_w {
    width: 1200px;
    height: 56px;
    margin: 0 auto;
    position: relative;
  }
  .footer_w img {
    display: block;
    width: 80px;
    height: 23px;
    position: absolute;
    top: -23px;
    left: 560px;
  }
  .copyright {
    color: #d9d9d9;
    height: 56px;
    line-height: 56px;
    text-align: center;
  }
  .copyright a {
    color: #d9d9d9;
  }
  .copyright a:hover {
    color: #fff;
  }
  /*列表*/
  .main_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f7f7f8;
  }
 