@charset "UTF-8";
html {
  font-family: "Microsoft YaHei";
  font-size: 50px;
}

@media (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 59.7333px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 68.2667px;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 72.5333px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 76.8px;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 81.0667px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
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: 1em;
  line-height: 1.4;
  width: 7.5rem;
  background: #fff0000;
  overflow: hidden;
}

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;
}

@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;
}

html {
  font-size: calc(100vw/6.5);
}

html {
  font-family: "Microsoft YaHei";
}

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: 1em;
  line-height: 1.4;
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow: hidden;
}

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;
}

.red {
  color: #ff2400;
}

@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;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }
}
em {
  font-style: normal;
}

figure {
  padding: 0;
  margin: 0;
}

.wrapper {
  width: 6.5rem;
  margin: 0 auto;
  position: relative;
}

#header {
  position: relative;
  font-size: .3rem;
  display: block;
  width: 6.5rem;
  background: #f5f6fb;
}
#header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .2rem;
}
#header .top .logo {
  display: inline-block;
  width: 100%;
}
#header .top .logo img {
  height: .7rem;
}
#header .top .navbut {
  font-size: .6rem;
  color: #f25d22;
  text-align: center;
  right: .2rem;
  top: .2rem;
}
#header .top .navbut i {
  line-height: .6rem;
}
#header .top .navbut .icon-caidan:before {
  content: "";
  background: url(../images/h_icon.png) no-repeat;
  width: .5rem;
  height: .4rem;
  background-size: .5rem;
}
#header .top .navbut .icon-cuo {
  display: none;
}
#header .top .navbut .title {
  font-size: .24rem;
}
#header .fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 9999;
  background: #fff;
}
#header .fixed .navbut {
  font-size: .6rem;
  line-height: .6rem;
  color: #f25d22;
}
#header .fixed .navbut .icon-cuo {
  display: block;
  font-size: .4rem;
}
#header .fixed .navbut .icon-caidan {
  display: none;
}
#header .fixed .navbut .title {
  display: none;
}
#header .nav {
  position: fixed;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
  top: 60px;
  z-index: 9999;
  padding: .4rem;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: none;
}
#header .nav .n-title {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: .3rem;
}
#header .nav ul {
  display: flex;
  flex-wrap: wrap;
}
#header .nav ul li {
  width: 33.3333%;
  color: #333;
  border: 1px solid #fff;
  margin: 5px 0;
  text-align: center;
}
#header .nav ul li a {
  color: #333;
}
#header .nav ul li a .title {
  font-size: .24rem;
  margin-top: .2rem;
}
#header .nav ul li a img {
  width: 1.1rem;
}
#header .pleft {
  display: block;
}

.kg {
  height: 50px;
  display: block;
}

#footer {
  background: #333333;
  width: 6.5rem;
  margin: 0 auto;
  position: relative;
  font-size: .24rem;
  padding-bottom: 0.3rem;
  margin-bottom: 50px;
  display: block;
}
#footer .about_list ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .about_list ul li {
  width: 50%;
  display: flex;
  padding: .2rem 0;
  padding-left: .2rem;
  align-items: center;
  border-bottom: 1px solid #3d3d3d;
}
#footer .about_list ul li .img {
  width: .8rem;
  flex-shrink: 0;
}
#footer .about_list ul li .img img {
  width: 100%;
}
#footer .about_list ul li .content {
  margin-right: 10px;
  margin-left: .2rem;
  color: #fff;
}
#footer .about_list ul li .content .title {
  font-size: .26rem;
  color: #b2a197;
}
#footer .about_list ul li .content .desc {
  font-size: .2rem;
  color: #666666;
  margin-top: .1rem;
}
#footer .nav_list p {
  text-align: center;
  color: #fff;
}
#footer .nav_list p em {
  font-weight: bold;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=public.css.map */
