  /* 最新版footer css */
  body {
    margin: 0;
    /* 1 */
    font-size: 12px;
    /* 0 */
    line-height: 2;
    /* 0 */
    color: #333;
    /* 0 */
    background-color: #fff;
    /* 0 */
  }
  a {
    background: transparent;
    /* 1 */
    /* 0 */
    text-decoration: none;
    color: #08c;
  }
  a:active,
  a:hover {
    outline: 0;
    /* 2 */
  }
  a:hover {
    color: #006699;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }

  dfn {
    font-style: italic;
  }

  mark {
    background: #ff0;
    color: #000;
  }

  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }


  svg:not(:root) {
    overflow: hidden;
  }

  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }

  pre {
    overflow: auto;
    /* 1 */
    white-space: pre;
    /* 2 */
    white-space: pre-wrap;
    /* 2 */
    word-wrap: break-word;
    /* 2 */
  }

  code,
  kbd,
  pre,

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
  }

  button {
    overflow: visible;
  }

  button,
  select {
    text-transform: none;
  }

  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
  }

  /**
* 1. Remove default vertical scrollbar in IE 8/9/10/11.
* 0. sassCore's style
*/
  textarea {
    overflow: auto;
    /* 1 */
    resize: vertical;
    /* 0 */
  }

  /**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
  optgroup {
    font-weight: bold;
  }

  /* Tables
========================================================================== */
  /**
* Remove most spacing between table cells.
*/
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  td,
  th {
    padding: 0;
  }

  /**
* Address CSS quotes not supported in IE 6/7.
*/
  q {
    quotes: none;
  }

  html,
  button,
  input,
  select,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  figure,
  form,
  blockquote {
    margin: 0;
  }

  ul,
  ol,
  li,
  dl,
  dd {
    margin: 0;
    padding: 0;
  }

  ul,
  ol {
    list-style: none outside none;
  }

  h1,
  h2,
  h3 {
    line-height: 2;
    font-weight: normal;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 15.6px;
  }

  h3 {
    font-size: 14.04px;
  }

  h4 {
    font-size: 12px;
  }

  h5,
  h6 {
    font-size: 10.2px;
    text-transform: uppercase;
  }

  html {
    overflow: hidden;
    overflow-y: scroll;
  }

  button,
  input,
  textarea,
  select {
    border: none;
    border-radius: 0;
    outline: none;
    padding: 0;
  }

  * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
  }
  .dn {
    display: none;
  }

  .w-f {
    width: 100%;
  }

  .h-f {
    height: 100%;
  }

  /*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
  a {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  }

  select,
  input {
    outline: none;
  }

  /*网站单位设置*/
  @media only screen and (min-width: 360px) {
    html {
      font-size: 26px !important;
    }
  }
  @media only screen and (min-width: 435px) {
    html {
      font-size: 30px !important;
    }
  }
  /*@media only screen and(min-width: 500px) {
html {
font-size: 36px!important
}
}*/
  @media (min-width: 769px) {
    html {
      font-size: 34px !important;
    }
  }
  @media only screen and (min-width: 1024px) {
    html {
      font-size: 28px !important;
    }
  }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 30px !important;
    }
  }
  @media only screen and (min-width: 1440px) {
    html {
      font-size: 34px !important;
    }
  }
  @media only screen and (min-width: 1680px) {
    html {
      font-size: 40px !important;
    }
  }
  ::-moz-selection {
    background: #000;
    color: #fff;
  }

  ::selection {
    background: #000;
    color: #fff;
  }

  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }

  ::-webkit-scrollbar-thumb {
    background: #000;
  }

  ::-webkit-scrollbar-thumb:window-inactive {
    background: #000;
  }

  ::-webkit-scrollbar-thumb:vertical:hover {
    background: #000;
  }

  /*==常用颜色==*/
  .col-fff {
    color: #fff;
  }


  .col-666 {
    color: #666;
  }

  .tit-14 {
    font-size: 14px;
    line-height: 2;
  }


  .tit-18 {
    line-height: 1.8;
    font-size: 18px;
  }


  @media (max-width: 1681px) {
    /*==常用字号==*/

    .tit-14 {
      font-size: 13px;
    }
    .tit-18 {
      font-size: 17px;
    }

  }
  @media (max-width: 1481px) {
    /*==常用字号==*/
    .tit-14 {
      font-size: 12px;
    }
    .tit-18 {
      font-size: 16px;
    }
  }
  @media (max-width: 1281px) {
    /*==常用字号==*/
    .tit-14 {
      font-size: 12px;
    }

    .tit-18 {
      font-size: 15px;
    }

  }
  @media (max-width: 768px) {
    .tit-18 {
      font-size: 14px;
    }

  }
  /*弹性盒样式*/
  .f-no {
    display: flex;
    text-align: center;
    justify-content: space-between;
  }


  .f-no-b-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }




  .f-no-s-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }

  /*响应隐藏样式*/
  .pc-block {
    display: block;
  }

  .pc-block-768 {
    display: block;
  }

  .pc-block-767 {
    display: block;
  }

  .m-block {
    display: none;
  }

  .m-block-767 {
    display: none;
  }

  .m-block-768 {
    display: none;
  }

  @media (max-width: 1024px) {
    .pc-block {
      display: none;
    }

    .m-block {
      display: block;
    }
  }
  @media (max-width: 768px) {
    .pc-block-768 {
      display: none;
    }

    .m-block-768 {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .pc-block-767 {
      display: none;
    }

    .m-block-767 {
      display: block;
    }
  }
  .line-1 {
    line-height: 1.1;
  }

  .line-2 {
    line-height: 1.2;
  }

  .footer {
    /*background: #fff;*/
    border-top: 2px solid #f3f3f3;
    background: #fafafa;
  }
  .footer .footer-nav {
    padding: 42px 5.25rem 37px 5.25rem;
    background: #152235;
  }
  .footer .footer-nav .tit3 {
    margin-bottom: 0.5rem;
    display: block;
    transition: all 0.5s;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .footer .footer-nav .tit3:hover {
    color: #1947ba;
  }
  .footer .footer-nav .tit4 {
    margin-bottom: 0.35rem;
    display: block;
    transition: all 0.5s;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    color: rgba(254, 254, 254, 0.5);
    text-transform: none;
  }
  .footer .footer-nav .tit4tows:hover {
    color: #1947ba;
  }
  .footer .footer-nav .tit4tows {
    margin-bottom: 0.35rem;
    display: block;
    transition: all 0.5s;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 14px;
    color: #45566E;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .footer .footer-nav .tit4tow:hover {
    color: #1947ba;
  }
  .footer .footer-nav .tit4tow {
    margin-bottom: 0.35rem;
    display: block;
    transition: all 0.5s;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 14px;
    color: #647893;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .footer .footer-nav .tit4:hover {
    color: #1947ba;
  }

  .footerbot {
    padding: 0.5rem 0 0.65rem;
    background: #0F1825;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerbot .footerbot-p{
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 12px;
    color: #FEFEFE;
    font-style: normal;
    text-transform: none;
  }

  @media (max-width: 1024px) {
    .footer .footer-nav {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .footerbot .lbox,
    .footerbot .rbox {
      width: 100%;
      margin-bottom: 0.5rem;
    }

    .footerbot .rbox .select,
    .footerbot .rbox .select-tit {
      width: 100%;
    }

    .footerbot .rbox .sharebox {
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .footerbot .p span{
      font-family: PingFang SC;
      font-weight: 400;
      font-size: 8px;
      color: #FEFEFE;
      line-height: 12px;
    }
  }
  .footer-nav_barno {
    display: flex;
  }
  .footer-navxian{
    padding: 0rem 5.25rem;
    background: #152235;
  }
  .footer-navxian .xian{
    width: 100%;
    height: 2px;
    background: #223045;
  }
