body {
  background: #fff; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs24 {
  font-size: 24px; }

.layout {
  width: 1200px;
  margin: 0 auto; }

.header {
  height: 289px;
  width: 100%;
  background: url(../images/gradient-bg2018.jpg) repeat-x; }
  .header .header-logo {
    position: relative;
    height: 220px;
    background: url(../images/header-bg2018.jpg) no-repeat; }
    .header .header-logo .search-wrapper {
      position: absolute;
      right: 0;
      top: 114px; }
      .header .header-logo .search-wrapper input {
        float: left;
        width: 407px;
        height: 45px;
        font-size: 16px;
        color: #333;
        padding: 0 18px;
        line-height: 41px;
        border: 2px solid #7cb63b;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .header .header-logo .search-wrapper input::-webkit-input-placeholder {
        font-size: 16px;
        color: #999; }
      .header .header-logo .search-wrapper input::-moz-placeholder {
        font-size: 16px;
        color: #999; }
      .header .header-logo .search-wrapper input:-ms-input-placeholder {
        font-size: 16px;
        color: #999; }
      .header .header-logo .search-wrapper button {
        float: left;
        height: 45px;
        width: 48px;
        border: 1px solid #76bd31;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #76bd31 url(../images/ico-20.png) center no-repeat; }
        .header .header-logo .search-wrapper button:hover {
          background-color: #63ab1d;
          border-color: #63ab1d;
          transition: 0.2s; }
  .header .nav {
    height: 57px;
    width: 1200px;
    background: none; }
    .header .nav ul li {
      float: left;
      height: 57px;
      margin-right: 39px; }
      .header .nav ul li.last-nav-list {
        margin-right: 0; }
      .header .nav ul li a {
        display: inline-block;
        height: 57px;
        line-height: 57px;
        text-align: center;
        font-size: 17px;
        font-weight: normal;
        font-weight: bold;
        color: #333; }
        .header .nav ul li a.cur {
          color: #7bb839; }
        .header .nav ul li a:hover {
          color: #7bb839; }
      .header .nav ul li .logo {
        display: inline-block;
        margin-top: 6px;
        width: 50px;
        height: 45px;
        background: url(../images/logo.jpg) no-repeat; }
  .header .fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #f1f0f0;
    z-index: 10000; 
	background-color:#ffffff;
	}
    .header .fixed ul {
      width: 1200px;
      margin: 0 auto; }

.footer {
  display: none;
  height: 120px;
  background-color: #828282;
  padding: 15px 0 0 0;
  margin-top: 60px; }
  .footer p, .footer span, .footer a {
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 30px; }
  .footer span {
    display: inline-block;
    margin-right: 38px; }
    .footer span:last-child {
      margin-right: 0; }
    .footer span i {
      display: inline-block;
      vertical-align: -4px;
      margin-right: 5px;
      width: 20px;
      height: 20px;
      background: url(../images/ico-icp.png) no-repeat; }
  .footer a {
    display: inline-block; }
    .footer a:hover {
      text-decoration: underline; }

.crumbs {
  height: 40px;
  line-height: 40px; }
  .crumbs p {
    font-size: 14px;
    color: #999; }
  .crumbs a {
    font-size: 14px;
    color: #999;
    margin: 0 5px; }
    .crumbs a:hover {
      color: #7bb839; }
  .crumbs span {
    font-size: 14px;
    color: #7bb839;
    margin: 0 0 0 5px; }

#sidebar {
  display: block;
  width: 100px;
  height: 294px;
  position: fixed;
  z-index: 99;
  bottom: 40px;
  left: 50%;
  margin-left: 630px;
  text-align: center; }
  #sidebar .qrcode {
    border: 1px solid #ebebeb;
    background: #fff; }
  #sidebar img {
    width: 90px;
    height: 90px;
    margin: 0 auto; }
  #sidebar p {
    font-size: 12px;
    line-height: 30px; }
  #sidebar #goTop {
    display: none;
    padding-top: 10px;
    background: #fff; }
    #sidebar #goTop a {
      display: inline-block;
      width: 36px;
      height: 36px;
      background: url(../images/ico-top.jpg) no-repeat;
      cursor: pointer; }

@media screen and (max-width: 1400px) {
  #sidebar {
    margin-left: 500px; } }

/*# sourceMappingURL=headerAndFooter.css.map */
