﻿@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;
}

@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;
}

button {
  cursor: pointer;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  float: left;
  background: #fff;
}
.header .logo {
  float: left;
  margin-top: 15px;
}
.header .logo img {
  transition: all .2s;
  -moz-transition: all .2s;
  /* Firefox 4 */
  -webkit-transition: all .2s;
  /* Safari 和 Chrome */
  -o-transition: all .2s;
  /* Opera */
  float: left;
}
.header .nav {
  float: left;
  margin-left: 15px;
}
.header .nav li {
  float: left;
  margin-left: 53px;
}
.header .nav li .one_title {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 80px;
  border-top: 2px solid #fff;
  position: relative;
  transition: all .2s;
  -moz-transition: all .2s;
  /* Firefox 4 */
  -webkit-transition: all .2s;
  /* Safari 和 Chrome */
  -o-transition: all .2s;
  /* Opera */
}
.header .nav li .one_title i {
  float: right;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
  right: -22px;
  top: 2px;
}
.header .nav li .one_title em {
  position: absolute;
  top: -10px;
  right: -30px;
  font-size: 12px;
  color: #ff0000;
  font-weight: normal;
  animation: spin 2s infinite;
  -moz-animation: spin 2s infinite;
  /* Firefox */
  -webkit-animation: spin 2s infinite;
  /* Safari and Chrome */
  -o-animation: spin 2s infinite;
  /* Opera */
}
.header .nav li ul {
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: 100;
  background: white;
  transition: all .2s;
  -moz-transition: all .2s;
  /* Firefox 4 */
  -webkit-transition: all .2s;
  /* Safari 和 Chrome */
  -o-transition: all .2s;
  /* Opera */
  overflow: hidden;
  height: 0px;
  top: 84px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  font-size: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.header .nav li ul li:last-child {
  border-right: 1px solid #ececec;
}
.header .nav li ul li {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  float: none;
}
.header .nav li ul li a {
  color: #666;
  float: left;
  display: inline-block;
  border-left: 1px solid #ececec;
  width: 240px;
  padding: 5px  20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
.header .nav li ul li a .img {
  width: 70px;
  height: 70px;
  border: 2px solid #9c9c9c;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
}
.header .nav li ul li a .img .k {
  display: block;
}
.header .nav li ul li a .img .g {
  display: none;
}
.header .nav li ul li a img {
  height: 100%;
}
.header .nav li ul li a:hover {
  color: #ff6e00;
}
.header .nav li ul li a:hover .img {
  border: 2px solid #ff6e00;
}
.header .nav li ul li a:hover .img .k {
  display: none;
}
.header .nav li ul li a:hover .img .g {
  display: block;
}
.header .nav li ul li a em {
  display: block;
  margin-top: 10px;
}
.header .nav li:hover .one_title {
  color: #ff6e00;
  border-bottom: 2px solid #ff6e00;
}
.header .nav li:hover .one_title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Safari and Chrome */
  -o-transform: rotate(-180deg);
  /* Opera */
  -moz-transform: rotate(-180deg);
  /* Firefox */
}
.header .nav li:hover ul {
  height: auto;
  padding: 10px 0;
}
.header .nav .on a {
  color: #ff6e00;
  border-bottom: 2px solid #ff6e00;
}
.header .tel {
  float: right;
  margin-top: 8px;
}
.header .tel img {
  height: 60px;
}

.onHeader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.onHeader .tel {
  display: none;
}
.onHeader .logo img {
  height: 30px;
}
.onHeader .nav li .one_title {
  height: 60px;
  line-height: 60px;
}
.onHeader .nav li ul {
  top: 60px;
}

.footer {
  background: #282828;
  float: left;
  width: 100%;
  padding: 30px 0;
}
.footer .fl p {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.footer .fl p em {
  font-weight: bold;
  font-size: 18px;
}
.footer .fr {
  width: 900px;
}
.footer .fr h4 {
  color: #eceefc;
  font-size: 14px;
  margin-top: 15px;
}
.footer .fr .nav {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.footer .fr .nav li {
  float: left;
  margin-right: 30px;
}
.footer .fr .nav li a {
  color: #eceefc;
}
.footer .copy {
  width: 100%;
  float: left;
  border-top: 1px solid #3d3d3d;
  margin-top: 20px;
  color: #808080;
  padding-top: 20px;
}
.footer .copy a {
  color: #808080;
  margin-left: 300px;
}

.blur {
  -webkit-filter: blur(2px);
  /* Chrome, Safari, Opera */
  filter: blur(2px);
}

@-moz-keyframes spin {
  0% {
    top: -10px;
  }
  50% {
    top: -12px;
  }
  100% {
    top: -10px;
  }
}
@-webkit-keyframes spin {
  0% {
    top: -10px;
  }
  50% {
    top: -12px;
  }
  100% {
    top: -10px;
  }
}
@-o-keyframes spin {
  0% {
    top: -10px;
  }
  50% {
    top: -12px;
  }
  100% {
    top: -10px;
  }
}
@-ms-keyframes spin {
  0% {
    top: -10px;
  }
  50% {
    top: -12px;
  }
  100% {
    top: -10px;
  }
}
@keyframes spin {
  0% {
    top: -10px;
  }
  50% {
    top: -12px;
  }
  100% {
    top: -10px;
  }
}

/*# sourceMappingURL=public.css.map */
