<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 60px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998; }
  header .mobilebtn {
    display: none; }
  header .logo {
    float: left;
    height: 100%;
    width: 182px;
    background: url("../images/01.png") no-repeat center;
    background-size: contain; }
  header .nav {
    display: inline-block;
    line-height: 56px; }
    header .nav li {
      display: inline-block;
      border-bottom: 3px solid transparent; }
      header .nav li a {
        font-size: 14px;
        color: #333;
        padding: 0 30px;
        height: 100%;
        display: inline-block; }
    header .nav li:last-child {
      margin-right: 0; }
    header .nav li.active {
      border-color: #083a95; }
    header .nav .close {
      display: none; }
  header .phone {
    color: #da0017;
    font-size: 16px;
    font-weight: bold;
    float: right;
    height: 100%;
    line-height: 60px;
    padding-left: 34px;
    background: url("../images/02.png") no-repeat left center;
    background-size: 24px auto; }

footer {
  width: 100%; }
  footer .top {
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
    padding-top: 40px;
    background-color: #353535;
    padding-bottom: 52px; }
    footer .top .leftlogo {
      float: left;
      width: 16.5%; }
      footer .top .leftlogo img, footer .top .leftlogo p {
        width: 60%; }
      footer .top .leftlogo .code {
        margin-top: 22px; }
      footer .top .leftlogo p {
        font-size: 12px;
        text-align: center;
        margin-top: 16px;
        color: #c5c5c5; }
    footer .top .right-nav {
      margin-left: 18%;
      display: flex;
      justify-content: space-between; }
      footer .top .right-nav .list {
        flex-grow: 1;
        width: 100px; }
        footer .top .right-nav .list p {
          font-size: 16px;
          color: #fff;
          font-weight: bold;
          margin-bottom: 18px; }
        footer .top .right-nav .list .li li {
          line-height: 34px; }
          footer .top .right-nav .list .li li a {
            color: #acacac;
            font-size: 14px;
            position: relative; }
            footer .top .right-nav .list .li li a span {
              width: 18px;
              height: 1px;
              background-color: #f2001b;
              display: inline-block;
              vertical-align: middle;
              margin-right: 4px;
              width: 0;
              transition: width .3s ease-out;
              -webkit-transition: width .3s ease-out;
              -moz-transition: width .3s ease-out; }
        footer .top .right-nav .list .li li:hover a {
          color: #f2001b; }
          footer .top .right-nav .list .li li:hover a span {
            width: 18px; }
  footer .bottom {
    height: 74px;
    width: 100%;
    line-height: 74px;
    text-align: center;
    border-top: 1px solid #4a4a4a;
    background-color: #353535; }
    footer .bottom a {
      color: #c5c5c5;
      font-size: 12px;
      margin-right: 12px; }
    footer .bottom a:last-child {
      margin-right: 0; }

.headerh {
  width: 100%;
  height: 60px; }

.banner {
  width: 100%;
  height: 440px;
  background: url("../images/24.jpg") no-repeat center;
  background-size: cover; }

.inside-nav {
  width: 100%;
  height: 60px;
  line-height: 56px;
  text-align: center;
  background-color: #fff;
  box-shadow: 1px 0 10px #eaebf0; }
  .inside-nav li {
    display: inline-block;
    margin-right: 60px;
    border-bottom: 3px solid transparent; }
    .inside-nav li a {
      font-size: 14px;
      color: #333;
      padding: 0 16px;
      display: inline-block;
      height: 100%; }
  .inside-nav li.active {
    border-color: #083a95; }
    .inside-nav li.active a {
      color: #083a95; }
  .inside-nav li:last-child {
    margin-right: 0; }

@media screen and (max-width: 1386px) {
  header .nav li a {
    padding: 0 15px; } }
@media screen and (max-width: 1164px) {
  header .phone {
    display: none; }

  header {
    text-align: right; } }
@media screen and (max-width: 1044px) {
  footer .bottom a:last-child {
    display: none; }

  footer .bottom a:nth-of-type(2) {
    margin-right: 0; }

  .banner {
    height: 320px; } }
@media screen and (max-width: 970px) {
  header {
    padding: 0 30px; }

  header .nav li a {
    padding: 0; }

  header .nav li {
    margin-right: 10px; }

  footer .top {
    padding: 0 30px;
    padding-top: 40px; } }
@media screen and (max-width: 750px) {
  header {
    height: .88rem;
    line-height: .88rem;
    padding: 0 .3rem; }

  .headerh {
    height: .88rem; }

  header .logo {
    width: 35%; }

  header .mobilebtn {
    display: inline-block;
    float: right;
    width: .54rem;
    margin-top: .26rem; }

  header .nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
    padding: .5rem 0;
    display: none; }

  header .nav li {
    display: block;
    margin-right: 0;
    border: 0;
    height: .88rem;
    line-height: .88rem; }

  header .nav li.active a {
    color: #083a95; }

  header .nav .close {
    position: absolute;
    display: inline-block;
    right: .24rem;
    top: .24rem;
    width: .4rem; }

  footer .top .right-nav {
    display: none; }

  footer .top .leftlogo {
    float: none;
    width: 100%;
    text-align: center; }

  footer .top .leftlogo p {
    width: 100%; }

  footer .top .leftlogo img {
    width: 40%;
    display: block;
    margin: 0 auto; }

  footer .top {
    padding-bottom: 20px; }

  footer .bottom a:nth-of-type(2) {
    display: none; }

  footer .bottom {
    line-height: 18px;
    box-sizing: border-box;
    padding-top: .33rem; }

  .banner {
    height: 3.2rem; }

  .inside-nav {
    height: .88rem;
    line-height: .82rem; }

  .inside-nav li a {
    padding: 0 .16rem;
    font-size: 12px; }

  .inside-nav li {
    border-width: 2px; }

  .insidenavwra {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .3rem;
    overflow-x: auto;
    background-color: #fff;
    overflow-y: hidden; }

  .inside-nav {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: max-content;
    min-width: 100%;
    box-shadow: 0 0 0 #000; } }
.header-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }

.bodyfixed {
  position: fixed; }

/*# sourceMappingURL=header.css.map */
</pre></body></html>