/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'FZLTXHJW';
  src: url('../fonts/FZLTXHJW.eot?v=4.2.0');
  src: url('../fonts/FZLTXHJW.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/FZLTXHJW.woff?v=4.2.0') format('woff'), url('../fonts/FZLTXHJW.ttf?v=4.2.0') format('truetype'), url('../fonts/FZLTXHJW.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_san_light';
  src: url('../fonts/opensans-light.eot');
  src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light.woff2') format('woff2'), url('../fonts/opensans-light.woff') format('woff'), url('../fonts/opensans-light.ttf') format('truetype'), url('../fonts/opensans-light.svg#open_sans_light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticalt25ultralight';
  src: url('../fonts/helveticalt25ultralight.eot');
  src: url('../fonts/helveticalt25ultralight.eot') format('embedded-opentype'), url('../fonts/helveticalt25ultralight.woff2') format('woff2'), url('../fonts/helveticalt25ultralight.woff') format('woff'), url('../fonts/helveticalt25ultralight.ttf') format('truetype'), url('../fonts/helveticalt25ultralight.svg#helveticalt25ultralight') format('svg');
}
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'FZLTXHJW', 'Microsoft YaHei', 'SimHei', 'open_san_light';
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FZLTXHJW', 'Microsoft YaHei', 'SimHei', 'open_san_light';
}
.icon {
  width: 30px;
  height: 26px;
  display: inline-block;
}
.icon.icon-service {
  background: url(../img/icon_service.png) no-repeat center top;
  background-image: -webkit-image-set(url(../img/icon_service.png) 1x, url(../img/icon_service@2x.png) 2x);
  background-image: -moz-image-set(url(../img/icon_service.png) 1x, url(../img/icon_service@2x.png) 2x);
  background-image: -o-image-set(url(../img/icon_service.png) 1x, url(../img/icon_service@2x.png) 2x);
  background-image: -ms-image-set(url(../img/icon_service.png) 1x, url(../img/icon_service@2x.png) 2x);
}
.icon.icon-image {
  background: url(../img/icon_image.png) no-repeat center top;
  background-image: -webkit-image-set(url(../img/icon_image.png) 1x, url(../img/icon_image@2x.png) 2x);
  background-image: -moz-image-set(url(../img/icon_image.png) 1x, url(../img/icon_image@2x.png) 2x);
  background-image: -o-image-set(url(../img/icon_image.png) 1x, url(../img/icon_image@2x.png) 2x);
  background-image: -ms-image-set(url(../img/icon_image.png) 1x, url(../img/icon_image@2x.png) 2x);
}
.icon.icon-people {
  background: url(../img/icon_people.png) no-repeat center top;
  background-image: -webkit-image-set(url(../img/icon_people.png) 1x, url(../img/icon_people@2x.png) 2x);
  background-image: -moz-image-set(url(../img/icon_people.png) 1x, url(../img/icon_people@2x.png) 2x);
  background-image: -o-image-set(url(../img/icon_people.png) 1x, url(../img/icon_people@2x.png) 2x);
  background-image: -ms-image-set(url(../img/icon_people.png) 1x, url(../img/icon_people@2x.png) 2x);
}
.icon.icon-contact {
  background: url(../img/icon_contact.png) no-repeat center top;
  background-image: -webkit-image-set(url(../img/icon_contact.png) 1x, url(../img/icon_contact@2x.png) 2x);
  background-image: -moz-image-set(url(../img/icon_contact.png) 1x, url(../img/icon_contact@2x.png) 2x);
  background-image: -o-image-set(url(../img/icon_contact.png) 1x, url(../img/icon_contact@2x.png) 2x);
  background-image: -ms-image-set(url(../img/icon_contact.png) 1x, url(../img/icon_contact@2x.png) 2x);
}
.list-unstyled {
  list-style: none;
}
::-moz-selection {
  color: #fff;
  background: #ffe400;
}
::selection {
  color: #fff;
  background: #ffe400;
}
/*网站主菜单*/
.site-menu .tab-bar {
  background: #ffe400;
}
.site-menu .tab-bar.hide-for-small {
  height: 80px;
}
.site-menu .tab-bar.hide-for-small .row {
  height: 80px;
  font-size: 12px;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.site-menu .tab-bar.hide-for-small .row a {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  height: 80px;
  padding-top: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.site-menu .tab-bar.hide-for-small .row a b {
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  bottom: 0;
  color: #5f4706;
  background: #ffd200;
  z-index: 99;
  font-size: 18px;
  line-height: 80px;
  opacity: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.site-menu .tab-bar.hide-for-small .row a .icon,
.site-menu .tab-bar.hide-for-small .row a span {
  position: relative;
  z-index: 999;
  display: block;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.site-menu .tab-bar.hide-for-small .row a:after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #e5cd00;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.site-menu .tab-bar.hide-for-small .row a:first-child:before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #e5cd00;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.site-menu .tab-bar.hide-for-small .row a:hover {
  color: #5f4706;
  background: #ffd200;
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
}
.site-menu .tab-bar.hide-for-small .row a:hover:after,
.site-menu .tab-bar.hide-for-small .row a:hover:before,
.site-menu .tab-bar.hide-for-small .row a:hover + a:after,
.site-menu .tab-bar.hide-for-small .row a:hover + a:before {
  display: none;
}
.site-menu .tab-bar.hide-for-small .row a:hover b {
  opacity: 1;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.site-menu .tab-bar.hide-for-small .row a:hover .icon {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.site-menu .tab-bar.hide-for-small .row a:hover span {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.site-menu .tab-bar.hide-for-small .row a:hover .icon,
.site-menu .tab-bar.hide-for-small .row a:hover span {
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.site-menu .tab-bar.hide-for-small .row a,
.site-menu .tab-bar.hide-for-small .row a:hover {
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.site-menu .logo {
  height: 30px;
  margin-top: 12px;
}
.site-menu .left-small {
  border-right: none;
}
.site-menu a {
  color: #5f4706;
}
.site-menu .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.move-right .exit-off-canvas {
  background: rgba(0, 0, 0, 0.4);
}
.main-section {
  min-height: 600px;
}
.main-section .orbit-slide-number {
  display: none;
}
.main-section .orbit-timer {
  top: auto;
  height: 5px;
  right: auto;
  bottom: auto;
  left: auto;
  position: static;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main-section .orbit-timer .orbit-progress {
  height: 5px;
}
.main-section .orbit-timer span {
  display: none;
}
.main-section .orbit-timer.orbit-timer.paused .orbit-progress,
.main-section .orbit-timer.orbit-timer .orbit-progress {
  background: #ffe400;
  z-index: 999;
  top: 0;
}
.main-section .orbit-bullets {
  padding: 0;
  margin: 0;
  top: auto;
  z-index: 999;
}
.main-section .orbit-bullets li {
  background: #ddd;
}
.main-section .orbit-bullets li.active {
  background: #ffe400;
}
.left-off-canvas-menu {
  background: #ffe400;
  color: #5f4706;
  text-align: center;
  font-size: 12px;
}
.left-off-canvas-menu .icon {
  display: block;
}
.left-off-canvas-menu li a {
  border-bottom: 0;
  color: #5f4706;
}
.left-off-canvas-menu li a:hover {
  color: #fff;
}
ul.off-canvas-list {
  background: #ffe400;
  font-size: 12px;
  line-height: 30px;
  padding-top: 10px;
}
ul.off-canvas-list li a {
  border-bottom: 0;
  color: #5f4706;
}
/*幻灯片播放*/
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: static;
  margin-top: 0;
  margin-left: 0;
}
.orbit-container .orbit-timer.paused > span,
.orbit-container .orbit-timer > span {
  border: none;
}
.example-orbit img {
  min-height: 200px;
}
.row {
  max-width: 100%;
}
.orbit-container span {
  display: block;
  position: static;
}
.orbit-container .orbit-prev {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span {
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  background: url(../img/angle_left.png) no-repeat center center;
}
.orbit-container .orbit-next {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-next > span {
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  background: url(../img/angle_right.png) no-repeat center center;
}
/*我们的优势*/
.screen-container {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.advantage{
	background:#fff;
}
.page-title {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.page-title h2 {
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
}
.page-title h3 {
  font-weight: normal;
  font-size: 16px;
  color: #777;
  line-height: 1.875;
}
.worklist a {
  color: #777;
  display: block;
}
.worklist a:hover :after {
  width: 100%;
}
.worklist a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.worklist a p {
  font-size: 16px;
}
.worklist h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
.worklist h3:after {
  display: block;
  height: 5px;
  background: #ffe400;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
}
.client-list {
  background: #eee;
}
.logo-group {
  margin-top: 70px;
}
.logo-group img {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/**/

#site-about-n {
  position: relative;
  background: #ffe300;
  color:#785f00;
}
#site-about-n address{line-height:80px; font-size:10pt;  color:#785f00;}
#site-about {
  position: relative;
  padding-top: 275px;
  background: #f5f5f5 url('../img/map.jpg') no-repeat center bottom;
  background-image: -webkit-image-set(url(../img/map.jpg) 1x, url(../img/map@2x.jpg) 2x);
  background-image: -moz-image-set(url(../img/map.jpg) 1x, url(../img/map@2x.jpg) 2x);
  background-image: -o-image-set(url(../img/map.jpg) 1x, url(../img/map@2x.jpg) 2x);
  background-image: -ms-image-set(url(../img/map.jpg) 1x, url(../img/map@2x.jpg) 2x);
  box-sizing: content-box;
}
.site-footer {
  font-size: 9pt;
  font-weight: bold;
  line-height: 50px;
  font-family: 'Gotham', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#site-about a {
  color: #260e00;
}
#site-about .contact-method {
  font-family: 'helveticalt25ultralight', Helvetica, Arial, sans-serif;
  font-size: 48pt;
  font-weight: bold;
  color: #fff;
  margin-bottom: 130px;
}
#site-about .contact-method a {
  color: #fff;
}
#site-about .contact-method a:hover {
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 1px dashed #fff;
}
.site-footer address {
  font-family: 'Gotham', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 50px;
  color: #260e00;
  font-style: normal;
}
.map-address {
  left: 50%;
  top: 70px;
  background: #fff;
  width: 380px;
  line-height: 72px;
  font-size: 13.5pt;
  color: #3f2400;
  text-align: center;
  border-radius: 10px;
  margin-left: -190px;
  z-index: 10;
  position: absolute;
}
.map-address a {
  display: block;
  position: relative;
  z-index: 88;
  text-decoration: none;
  color: #3f2400;
}
.map-address:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 46px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  z-index: 0;
  margin-left: -22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#locationAddress {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 210px;
}
/* Define mobile styles */
@media only screen and (max-width: 40em) {
  .screen-containe {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
  }
  #site-about .contact-method {
    line-height: 1.5;
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Arial';
  }
  #site-about a {
    display: block;
  }
  #site-about span {
    display: none;
  }
  #site-about address {
    line-height: 1.5;
  }
  #site-about .map-address {
    top: 30px;
    line-height: 20px;
    padding: 20px 10px;
    width: 260px;
    margin: 0 10px 0 -130px;
  }
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (min-width: 40.063em) {
  .screen-container {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
  }
  .worklist a p {
    min-height: 10em;
  }
}
/* min-width 641px, medium screens */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 64.063em) {
  .screen-container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .screen-container {
    width: 1170px;
  }
}
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 90.063em) {
  .screen-container {
    width: 1170px;
  }
}
/* min-width 1441px, xlarge screens */
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
/* min-width 1921px, xxlarge screens */
/* case css*/
.link a{
    padding: 10px 20px;
    background: #eee;
    text-align: center;
    color: #555;
    display: block;
    transition: background 0.8s;
	margin:20px auto;
	margin-bottom:0px;
	width:120px;
}
.crumbs{
	color:#999;
}
.worklist img{padding-top:15px;}