<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
}

button, html, input, select, textarea {
  color: #222;
  outline: 0 none !important;
  blr: expression(this.onFocus=this.blur());
}

a, input, button {
  outline: none;
}

::-moz-focus-inner {
  border: 0px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: .2em 0;
  background: #e3e3e3;
  color: #000;
  padding: .2em 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

ul, li {
  list-style: none;
}

body {
  font-size: 14px;
  line-height: 1.4;
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: Microsoft YaHei;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}

html, body, h1, h2, h3, h4, h5, ul, li, p, section, header, footer, nav, div {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, a:hover {
  text-decoration: none;
  outline: none;
}

a {
  color: #252525;
}

.cl {
  clear: both;
}

figure {
  padding: 0;
  margin: 0;
}

button, a {
  cursor: pointer;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}

img {
  border: 0;
  padding: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

.wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

.header {
  width: 100%;
  float: left;
  height: auto;
  top: 0px;
  left: 0px;
  z-index: 9999;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  background: #fff;
  padding: 20px 0 20px 0;
}
.header .logo {
  float: left;
  margin-top: 5px;
}
.header .logo img {
  height: 40px;
}
.header .nav {
  float: right;
  margin-left: 30px;
}
.header .nav li {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-top: 15px;
}
.header .nav li a {
  padding: 0 15px;
  display: inline-block;
  line-height: 30px;
  border-radius: 5px;
}
.header .nav li:hover a {
  color: #10bbb8;
}
.header .nav .on a {
  background: #10bbb8;
  color: #fff;
}
.header .tel {
  float: right;
  display: flex;
}
.header .tel i {
  float: left;
  font-size: 38px;
  line-height: 49px;
  color: #10bbb8;
}
.header .tel span {
  font-size: 28px;
  line-height: 28px;
  float: left;
  font-weight: bold;
}

.footer {
  width: 100%;
  float: left;
  height: auto;
  background: #333;
  color: #fff;
  position: relative;
}
.footer .box {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.footer .box .contact {
  float: left;
  width: 260px;
  margin-top: 10px;
}
.footer .box .contact p {
  color: #999;
  font-size: 16px;
}
.footer .box .contact p a {
  color: #999;
  font-size: 13px;
}
.footer .box .contact p strong {
  color: #fff;
  font-size: 25px;
}
.footer .box .nav {
  float: left;
  width: 880px;
}
.footer .box .nav li {
  float: right;
  width: 31%;
  margin-left: 20px;
}
.footer .box .nav li .one_title {
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #454545;
  float: left;
  padding-top: 10px;
  width: 100%;
}
.footer .box .nav li ul {
  width: 100%;
}
.footer .box .nav li ul li {
  width: 100%;
  font-size: 14px;
}
.footer .box .nav li ul li a {
  color: #999;
  margin-top: 3px;
  display: inline-block;
}
.footer .links {
  float: left;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #424242;
  width: 100%;
}
.footer .links em {
  float: left;
  color: #999;
}
.footer .links a {
  float: left;
  margin-left: 20px;
  color: #999;
}
.footer .links a:hover {
  color: #fff;
}
.footer .copy {
  color: #999;
  line-height: 1.8;
  margin-top: 10px;
  width: 100%;
  float: left;
  font-size: 12px;
}
.footer .authorityImg {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer .authorityImg li {
  float: left;
  margin-right: 10px;
}
.footer .authorityImg li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

@media screen and (max-width: 769px) {
  .header {
    padding: 10px 20px;
  }
  .header .info {
    display: flex;
    justify-content: space-between;
  }
  .header .info .navBut {
    width: 30px;
    float: right;
    position: relative;
    height: 28px;
    margin-top: 5px;
  }
  .header .info .navBut .s {
    width: 30px;
    height: 3px;
    background: #10bbb8;
    position: absolute;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
  }
  .header .info .navBut .z {
    width: 30px;
    height: 3px;
    background: #10bbb8;
    position: absolute;
    top: 10px;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
  }
  .header .info .navBut .x {
    width: 30px;
    height: 3px;
    background: #10bbb8;
    position: absolute;
    top: 20px;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
  }
  .header .info .active .s {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
    /* Firefox */
    top: 10px;
  }
  .header .info .active .z {
    display: none;
  }
  .header .info .active .x {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    bottom: 15px;
    top: unset;
  }
  .header .info .logo {
    margin-top: 0px;
  }
  .header .info .tel {
    display: none;
  }
  .header .info .nav {
    position: fixed;
    left: -100%;
    top: 0px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    height: 100%;
    margin-left: 0px;
    width: 70%;
    padding: 20px;
    overflow-x: auto;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
  }
  .header .info .nav li {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-top: 10px;
    margin-left: 0px;
  }
  .header .info .nav li a {
    color: #fff;
    display: block;
    background: #ccc;
  }
  .header .info .nav li .one_title {
    line-height: 30px;
    float: left;
    width: 100%;
    padding: 0 10px;
    border: 2px solid #ccc;
  }
  .header .info .nav li ul {
    width: 100%;
    float: left;
    position: static;
    opacity: 1;
    height: auto;
    transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    /* IE 9 */
    -webkit-transform: translate3d(0, 0px, 0);
    /* Safari and Chrome */
    -o-transform: translate3d(0, 0px, 0);
    /* Opera */
    -moz-transform: translate3d(0, 0px, 0);
    /* Firefox */
    background: none;
  }
  .header .info .nav li ul li {
    width: auto;
    margin-right: 10px;
    margin-top: 0px;
  }
  .header .info .nav li ul li a {
    padding: 0px;
    color: #ccc;
  }
  .header .info .nav li ul li a:before {
    content: "";
  }
  .header .info .nav .hover .one_title {
    border: 2px solid #10bbb8;
  }
  .header .info .nav .hover .one_title:before {
    content: none;
  }
  .header .info .nav_on {
    left: 0px;
  }

  .footer {
    padding: 0 10px;
  }
  .footer .box {
    margin-top: 20px;
  }
  .footer .box .contact {
    width: 100%;
  }
  .footer .box .nav {
    width: 100%;
  }
  .footer .box .nav li {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
  .footer .box .nav li ul li {
    margin-top: 0px;
    width: auto;
    margin: 2px 0;
    margin-right: 10px;
    margin-left: 0px;
    float: left;
    font-size: 13px;
  }
  .footer .authorityImg li {
    margin-bottom: 10px;
  }
}

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