/*! zgr 2018-01-27 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 * rewrite.css
 */
.form-control:focus{
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: inset none;
}
ul,
ol{
  padding-left: 0;
  margin-bottom: 0;
}
li{
  list-style: none;
}
label{
  font-weight: normal;
  margin-bottom: 0;
}
:focus{
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
  margin: 0;
}
*{
  text-decoration: none !important;
}

/*!
 * csstool.css
 */
.ht05{
  height: 5px;
}
.ht10{
  height: 10px;
}
.ht15{
  height: 15px;
}
.ht20{
  height: 20px;
}
.ht25{
  height: 25px;
}
.ht30{
  height: 30px;
}
.ht35{
  height: 35px;
}
.ht40{
  height: 40px;
}
.ht45{
  height: 45px;
}
.ht50{
  height: 50px;
}
.ht55{
  height: 55px;
}
.ht60{
  height: 60px;
}
.ht65{
  height: 65px;
}
.ht70{
  height: 70px;
}
.ht75{
  height: 75px;
}
.ht80{
  height: 80px;
}
.ht85{
  height: 85px;
}
.ht90{
  height: 90px;
}
.ht95{
  height: 95px;
}
.wh05{
  display: inline-block;
  width: 5px;
}
.wh10{
  display: inline-block;
  width: 10px;
}
.wh15{
  display: inline-block;
  width: 15px;
}
.wh20{
  display: inline-block;
  width: 20px;
}
.wh25{
  display: inline-block;
  width: 25px;
}
.wh30{
  display: inline-block;
  width: 30px;
}
.wh35{
  display: inline-block;
  width: 35px;
}
.wh40{
  display: inline-block;
  width: 40px;
}
.wh45{
  display: inline-block;
  width: 45px;
}
.wh50{
  display: inline-block;
  width: 50px;
}
.wh55{
  display: inline-block;
  width: 55px;
}
.wh60{
  display: inline-block;
  width: 60px;
}
.wh65{
  display: inline-block;
  width: 65px;
}
.wh70{
  display: inline-block;
  width: 70px;
}
.wh75{
  display: inline-block;
  width: 75px;
}
.wh80{
  display: inline-block;
  width: 80px;
}
.wh85{
  display: inline-block;
  width: 85px;
}
.wh90{
  display: inline-block;
  width: 90px;
}
.wh95{
  display: inline-block;
  width: 95px;
}
.fz06{
  font-size: 6px;
}
.fz08{
  font-size: 8px;
}
.fz10{
  font-size: 10px;
}
.fz12{
  font-size: 12px;
}
.fz14{
  font-size: 14px;
}
.fz16{
  font-size: 16px;
}
.fz18{
  font-size: 18px;
}
.fz18{
  font-size: 18px;
}
.fz18{
  font-size: 18px;
}
.fz20{
  font-size: 20px;
}
.fz22{
  font-size: 22px;
}
.fz24{
  font-size: 24px;
}
.fz26{
  font-size: 26px;
}
.fz28{
  font-size: 28px;
}
.fz30{
  font-size: 30px;
}
.extra-width{
  display: block;
  width: 115%;
}
.nobt{
  border-top: none !important;
}
.nobr{
  border-right: none !important;
}
.nobb{
  border-bottom: none !important;
}
.nobl{
  border-left: none !important;
}
.nobg{
  background: none !important;
}
.block{
  display: block !important;
}
.none{
  display: none;
}

/*!
 * base.css
 */

/*!
 * agent.css
 */

/*!
 * basic.css
 */


@font-face{
  font-family: Lato;
  src: url(../fonts/Lato-Light.ttf);
}
@font-face{
  font-family: Lato-Black;
  src: url(../fonts/Lato-Black.ttf);
}

html{
  font-size: 10px;
}
body{
  font-family: "Lato", "Microsoft YaHei";
  font-size: 1.2rem;
  display: block !important;
  background-color: #ffffff;
  color: #221815;
  min-width: 1100px;
}
.container{
	width: 1100px;
	position: relative;
}
.container.full{
	width: 100%;
	padding: 0;
}
.container-fluid{

}
h1{

}
p{

}
a{

}
a:hover{
	
}
*:hover,
*:hover:before,
*:hover:after{
  transition: color 300ms,
  border-color 300ms,
  background-color 300ms,
  background-image 300ms,
  opacity 300ms;
}

/*!
 * model.css
 */
/*----------header----------*/
body {
  position: relative;
}
body > header{
	background: url(../img/bg-head.jpg) no-repeat 50% 0;
	position: relative;
	z-index: 9;
}
header >.a{
	border-top: 8px solid #a92419;
	padding: 20px 0;
}
header >.a .r{
	position: absolute;
	top: 18px;
	right: 0;
}
header >.b{
	box-shadow: 0 -10px 10px rgba(0, 0, 0, .1);
	background-color: #fff;
}
header >.c{
	background-color: #a92419;
	padding: 40px 0;
}
header .logo{
	display: inline-block;
}
header .logo a{

}
header .logo a img{
	height: 72px;
}
header .lang{
	display: inline-block;
	width: 114px;
	height: 45px;
	float: left;
}
header .lang >p{

}
header .lang >p a{
	display: block;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #242424;
}
header .lang:hover >p a{
	background-color: #a92419;
}
header .lang >p a:before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/icon-lang.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 5px;
}
body.retina header .lang >p a:before{
	background-image: url(../img/icon-lang@2x.png);
}
header .lang >p a:after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 4px;
	background: url(../img/awld.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: 5px;
}
body.retina header .lang >p a:after{
	background-image: url(../img/awld@2x.png);
}
header .find{
	display: inline-block;
	float: left;
	margin-left: 12px;
}
header .find >a{
	display: inline-block;
	width: 54px;
	height: 45px;
	background: url(../img/icon-find.png) no-repeat center #a92419;
	background-size: 18px auto;
	transition: transform 300ms;
}
header .find >a:hover{
	transform: scale(1.05);
}
body.retina header .find >a{
	background-image: url(../img/icon-find@2x.png);
}
/*header .menu{

}
header .menu ul{

}
header .menu ul li{
	width: 12.5%;
	float: left;
}
header .menu .i{
	display: block;
	position: relative;
}
header .menu .i >p{

}
header .menu .i >p a{
	display: block;
	line-height: 60px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	position: relative;
}
header .menu .i >p a:before{
	content: '';
	display: inline-block;
	width: 84px;
	height: 4px;
	background-color: #b2291e;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -42px;
	transition: transform 300ms;
	transform: scale(0);
}
header .menu .i.on >p a:before,
header .menu .i:hover >p a:before{
	transform: scale(1);
}
header .menu .i >p a:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(../img/menu-dd.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: 5px;
	display: none;
}
header .menu .i.aw >p a:after{
	display: inline-block;
}
body.retina header .menu .i >p a:after{
	background-image: url(../img/menu-dd@2x.png);
}
header .menu .i >.ex{
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: transform 300ms;
	transform: scale(0);
	transform-origin: 50% 0;
}
header .menu .i:hover >.ex{
	transform: scale(1);
}
header .menu .i >.ex:before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 8px;
	background: url(../img/menu-cr.png);
	background-size: 100% 100%;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
body.retina header .menu .i >.ex:before{
	background-image: url(../img/menu-cr@2x.png);
}
header .menu .i >.ex p{
	border-bottom: 1px solid #e4e4e4;
}
header .menu .i >.ex p:last-child{
	border-bottom: none;
}
header .menu .i >.ex p a{
	display: block;
	padding-left: 6px;
	line-height: 48px;
	color: #666666;
	font-size: 14px;
}
header .menu .i >.ex p a.on,
header .menu .i >.ex p a:hover{
	color: #a92419;
}
header .menu .i >.ex p a:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 7px;
	background: url(../img/menu-ti.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 10px;
}
header .menu .i >.ex p a.on:before,
header .menu .i >.ex p a:hover:before{
	background-image: url(../img/menu-ti-on.png);
}
body.retina header .menu .i >.ex p a:before{
	background-image: url(../img/menu-ti@2x.png);
}
body.retina header .menu .i >.ex p a.on:before,
body.retina header .menu .i >.ex p a:hover:before{
	background-image: url(../img/menu-ti-on@2x.png);
}*/
header .path{

}
header .path p{
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
header .path p a{
	color: #fff;
}
header .path p a:hover{
	text-decoration: underline !important;
}

/*-----------main-----------*/
main{

}
main .container{
	overflow: hidden;
}
.hr{
	border-bottom: 1px solid #e5e5e5;
}


/*----------footer----------*/
/*footer{

}
footer >.a{
	border-top: 1px solid #dbdbdb;
	background-color: #f9f9f9;
	padding: 50px 0;
	overflow: hidden;
}
footer >.b{
	background-color: #a92419;
	padding: 25px 0;
}
footer .link{

}
footer .link ul{
	margin: 0 -20px;
}
footer .link ul li{
	width: 25%;
	float: left;
	padding: 0 20px;
}
footer .link .i{
	border-top: 1px solid #a92419;
	padding-top: 20px;
}
footer .link .i h3{
	line-height: 1em;
	color: #a92419;
	font-size: 18px;
	margin-bottom: 15px;
}
footer .link .i p{
	font-size: 14px;
	line-height: 28px;
}
footer .link .i p a{
	color: #666666;
	font-size: 14px;
	transition: left 300ms;
	position: relative;
	left: 0;
}
footer .link .i p a:hover{
	color: #841911;
	left: 5px;
}
footer .link .i p a:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 7px;
	background: url(../img/menu-ti.png);
	background-size: 100% 100%;
	margin-right: 8px;
	margin-left: 2px;
	position: relative;
	top: -1px;
}
footer .link .i p a:hover:before{
	background-image: url(../img/menu-ti-on.png);
}
body.retina footer .link .i p a:before{
	background-image: url(../img/menu-ti@2x.png);
}
body.retina footer .link .i p a:hover:before{
	background-image: url(../img/menu-ti-on@2x.png);
}
footer .info{

}
footer .info p{
	line-height: 1em;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
}
footer .info p img{
	height: 42px;
	margin-right: 30px;
}
footer .info p i{
	font-style: normal;
	margin: 0 16px;
}*/


/*!
 * module.css
 */
.ui-fullpart{
	padding: 70px 0;
}
.ui-fullpart.bt{
	border-top: 1px solid #e3e3e3;
}
.ui-fullpart.bb{
	border-bottom: 1px solid #e3e3e3;
}
.ui-fullpart.nopd{
	padding: 0;
}
.ui-fullpart.bg-g{
	background-color: #f9f9f9;
}
.ui-lrctmain{
	position: relative;
	padding-left: 220px;
	min-height: 500px;
}
.ui-lrctmain.gt{
	padding-left: 340px;
}
.ui-lrctmain >.l{
	width: 140px;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 5px solid #a92419;
}
.ui-lrctmain.gt >.l{
	width: 260px;
}
.ui-lrctmain >.r{
	border-top: 5px solid #a92419;
}
.ui-leftnavi{

}
.ui-leftnavi ul{

}
.ui-leftnavi ul li{
	border-bottom: 1px solid #dedede;
}
.ui-leftnavi .i{
	display: block;
	padding: 30px 0;
	padding-left: 5px;
	line-height: 1em;
	color: #666666;
	font-size: 14px;
  text-transform: capitalize;
}
.ui-leftnavi .i.on,
.ui-leftnavi .i:hover{
	color: #a92419;
}
.ui-leftnavi .i:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(../img/menu-ti-gt.png);
	background-size: 6px auto;
	vertical-align: middle;
	margin-right: 12px;
	transition: margin-left 300ms;
}
.ui-leftnavi .i.on:before,
.ui-leftnavi .i:hover:before{
	background-image: url(../img/menu-ti-gt-on.png);
}
.ui-leftnavi .i:hover:before{
	margin-left: 5px;
}
body.retina .ui-leftnavi .i:before{
	background-image: url(../img/menu-ti-gt.png);
}
body.retina .ui-leftnavi .i.on:before,
body.retina .ui-leftnavi .i:hover:before{
	background-image: url(../img/menu-ti-gt-on@2x.png);
}
.ui-reportlist{

}
.ui-reportlist ul{

}
.ui-reportlist ul li{
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}
.ui-reportlist.gt ul li{
	padding: 0;
	margin-bottom: 35px;
}
.ui-reportlist.gt ul li:last-child{
	margin-bottom: 0;
}
.ui-reportlist .i{
	display: block;
	position: relative;
}
.ui-reportlist .i >.dl{
	position: absolute;
	top: 0;
	right: 0;
	width: 118px;
	border-left: 1px solid #e4e4e4;
	height: 100%;
}
.ui-reportlist .i >.dl p{
	line-height: 1em;
	text-align: center;
	color: #333333;
}
.ui-reportlist .i:hover >.dl{
	background-color: #a92419;
}
.ui-reportlist .i >.dl p.p1{
	padding-top: 28px;
}
.ui-reportlist .i >.dl p.p1 i{
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../img/icon-dl.png);
	background-size: 100% 100%;
}
.ui-reportlist .i:hover >.dl p.p1 i{
	background-image: url(../img/icon-dl-on.png);
}
body.retina .ui-reportlist .i >.dl p.p1 i{
	background-image: url(../img/icon-dl@2x.png);
}
body.retina .ui-reportlist .i:hover >.dl p.p1 i{
	background-image: url(../img/icon-dl-on@2x.png);
}
.ui-reportlist .i >.dl p.p2{
	margin-top: 8px;
	color: #333333;
	font-size: 14px;
}
.ui-reportlist .i:hover >.dl p.p2{
	color: #fff;
}
.ui-reportlist .i >.hd{

}
.ui-reportlist .i >.hd p{
	color: #666666;
	font-size: 14px;
}
.ui-reportlist .i >.hd p label{
	display: inline-block;
	padding: 0 12px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	background-color: #ededed;
	margin-right: 14px;
	cursor: pointer;
	margin-right: 6px;
}
.ui-reportlist .i:hover >.hd p label{
	background-color: #a92419;
	color: #fff;
}
.ui-reportlist .i >.hd p label small{
	font-size: 14px;
}
.ui-reportlist .i >.hd p label span{
	font-family: Lato,é»‘ä½“;
}
.ui-reportlist .i >.ct{
	margin-top: 14px;
	top: 0;
	position: relative;
	transition: top 300ms;
}
.ui-reportlist .i:hover >.ct{
	top: -5px;
}
.ui-reportlist .i >.ct p{
	color: #333333;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	/* text-transform: uppercase; */
	font-family: Lato;
	padding-right: 150px;
}
.ui-reportlist .i >.ft{
	margin-top: 12px;
}
.ui-reportlist .i >.ft p{
	color: #888888;
	line-height: 1em;
}
.ui-reportlist .i >.ft p:before{
	content: '';
	display: inline-block;
	width: 38px;
	height: 6px;
	background-color: #e9e9ea;
	margin-right: 10px;
	vertical-align: middle;
}
.ui-reportlist .f{
	border: 1px solid #e7e7e7;
	padding: 0 60px;
    background-color: #f6f6f6;
    border-top-color: #fff;
}
.ui-reportlist .f p{
	line-height: 48px;
	color: #666666;
    font-family: Lato,"Microsoft YaHei";
    font-size: 14px;
}
.ui-reportlist.gt .i{
	border: 1px solid #e7e7e7;
	padding: 30px 60px;
	padding-bottom: 20px;
}
/*.ui-paging{

}
.ui-paging p{
	text-align: center;
}
.ui-paging p a{
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.ui-paging p a.a{
	display: inline-block;
	font-family: å®‹ä½“;
	color: #888888;
	font-size: 16px;
	font-weight: bold;
}
.ui-paging p a.a:hover{
	color: #a92419;
}
.ui-paging p a.i{
	display: inline-block;
	border-bottom: 2px solid #dedede;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	color: #888888;
	padding: 0 7px;
	padding-bottom: 5px;
}
.ui-paging p a.i:hover,
.ui-paging p a.i.on{
	color: #a92419;
	border-bottom-color: #a92419;
}*/
.ui-homebanner{

}
.ui-homebanner .img{
	height: 440px;
	background: none no-repeat center;
	background-size: cover;
	position: relative;
}
.ui-homebanner .img .container{
	height: 100%;
}
.ui-homebanner .img .tt{
	position: absolute;
	top: 20%;
	right: 0;
	background-color: rgba(169, 36, 25, .9);
	width: 65%;
	padding: 30px;
}
.ui-homebanner .img .tt h3{
	line-height: 1em;
	text-align: right;
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 22px;
}
.ui-homebanner .img .tt p{
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	text-align: right;
}
.ui-head1{

}
.ui-head1 p{
	color: #333333;
	font-size: 22px;
	line-height: 1.2em;
}
.ui-text1{

}
.ui-text1 p{
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}
.ui-tasklist{

}
.ui-tasklist ul{

}
.ui-tasklist ul li{
	margin-bottom: 30px;
}
.ui-tasklist .i{
	display: block;
}
.ui-tasklist .i >.hd{
	border-top: 1px solid #a92419;
	border-bottom: 1px solid #a92419;
	padding-left: 68px;
	height: 64px;
	position: relative;
}
.ui-tasklist .i >.hd >label{
	display: inline-block;
	width: 68px;
	height: 64px;
	background-color: #a92419;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 35px;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-tasklist .i >.hd p{
	line-height: 62px;
	padding-left: 28px;
	color: #a92419;
	font-size: 18px;
	font-weight: bold;
}
.ui-tasklist .i >.ct{
	margin-top: 25px;
}
.ui-tasklist .i >.ct p{
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}
.ui-pagehead{
	background-color: #a92419;
	padding: 20px 0;
}
.ui-pagehead.wt{
	background-color: transparent;
	padding: 0;
}
.ui-pagehead p{
	padding-left: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: Lato-Black, "Microsoft YaHei";
}
.ui-pagehead.lt p{
	font-size: 18px;
	padding-left: 20px;
}
.ui-pagehead.wt p{
	color: #a92419;
	font-size: 26px;
	padding-left: 0;
}
.ui-pagehead p img{
	height: 18px;
	margin-right: 6px;
	position: relative;
	top: -2px;
}
.ui-pagehead.wt p img{
	height: 26px;
}
.ui-pagehead p .more{
	display: inline-block;
	line-height: 16px;
	padding-right: 9px;
	border-right: 3px solid #a7a7a7;
	color: #888888;
	font-size: 14px;
	font-weight: bold;
	font-family: Lato-Black;
}
.ui-pagehead p .more:hover{
	color: #b22a1f;
	border-right-color: #b22a1f;
}
.ui-pagehead p .fr{
	display: inline-block;
	width: 32px;
	height: 27px;
	background: url(../img/icon-fresh.png);
	background-size: 100% 100%;
	transition: transform 300ms;
}
.ui-pagehead p .fr:hover{
	transform: rotate(90deg);
}
body.retina .ui-pagehead p .fr{
	background-image: url(../img/icon-fresh@2x.png);
}
.ui-reporthead{
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05);
	padding: 30px 60px;
	padding-bottom: 45px;
}
.ui-reporthead ul{
	margin: 0 -30px;
}
.ui-reporthead ul li{
	width: 50%;
	padding: 0 30px;
	float: left;
}
.ui-reporthead .i{
	display: block;
}
.ui-reporthead .i >.hd{
	border: 1px solid #e4e3e3;
	padding-left: 20px;
}
.ui-reporthead .i:hover >.hd{
	border-color: #a92419;
	background-color: #a92419;
}
.ui-reporthead .i >.hd p{
	line-height: 24px;
	color: #333333;
	font-size: 14px;
	padding: 10px 0;
}
.ui-reporthead .i:hover >.hd p{
	color: #fff;
}
.ui-reporthead .i >.hd p i{
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: #333333;
	margin: 0 15px;
	vertical-align: middle;
}
.ui-reporthead .i:hover >.hd p i{
	background-color: #fff;
}
.ui-reporthead .i >.hd p label{
	font-size: 22px;
	vertical-align: middle;
	font-family: Lato;
}
.ui-reporthead .i >.ct{
	position: relative;
	top: 0;
	transition: top 300ms;
}
.ui-reporthead .i:hover >.ct{
	top: -5px;
}
.ui-reporthead .i >.ct h3{
	margin: 20px 0;
	color: #333333;
	font-size: 18px;
	line-height: 24px;
    height: 72px;
	text-transform: uppercase;
	font-family: Lato;
    max-height: 72px;
    overflow: hidden;
}
.ui-reporthead .i >.ct p{
	padding-top: 15px;
    border-top: 1px solid #e4e3e3;
	color: #666666;
	font-size: 12px;
	font-family: Lato,"Microsoft YaHei";
}
.ui-reporthead .i >.ft{
	margin-top: 35px;
	background-color: #242424;
	padding-left: 26px;
}
.ui-reporthead .i:hover >.ft{
	background-color: #a92419;
	color: #fff;
}
.ui-reporthead .i >.ft p{
	color: #ffffff;
	font-size: 14px;
	line-height: 60px;
}
.ui-reportinfo{
	border: 1px solid #e3e3e2;
	padding: 0 30px;
}
.ui-reportinfo .p{
	padding: 15px 0;
	border-bottom: 1px solid #e9e9ea;
}
.ui-reportinfo .p:last-child{
	border-bottom: none;
}
.ui-reportinfo .p p{
	line-height: 32px;
	font-size: 16px;
	color: #232323;
	font-family: Lato;
}
.ui-reportinfo .p p small{
	font-size: 14px;
	font-family: Lato,"Microsoft YaHei";
	font-weight: bold;
}
.ui-reportinfo .p p img{
	width: 14px;
	margin-right: 4px;
	position: relative;
	top: -1px;
}
.ui-reporttext{

}
.ui-reporttext .i{
	padding: 35px 0;
	border-bottom: 1px solid #dddddc;
}
.ui-reporttext .i:last-child{
	border-bottom: none;
}
.ui-reporttext .i h3{
	line-height: 1em;
	color: #a92419;
	font-size: 18px;
	margin-bottom: 20px;
}
.ui-reporttext .i p{
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}
.ui-contact{

}
.ui-contact >.hd{

}
.ui-contact >.hd img{
	width: 100%;
}
.ui-contact >.ct{
	margin-top: 50px;
}
.ui-contact .list{

}
.ui-contact .list table{
	width: 100%;
}
.ui-contact .list table tr{

}
.ui-contact .list table tr td{
	padding: 0 50px;
	border-left: 1px dotted #c2c2c2;
}
.ui-contact .list table tr td:first-child{
	padding-left: 0;
	border-left: none;
}
.ui-contact .list .i{
	padding-bottom: 10px;
	transition: top 300ms;
	position: relative;
	top: 0;
}
.ui-contact .list .i:hover{
	top: -5px;
}
.ui-contact .list .i h5{
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}
.ui-contact .list .i h3{
	color: #a92419;
	font-size: 16px;
	padding: 10px 0;
}
.ui-contact .list .i h3 img{
	margin-right: 6px;
}
.ui-contact .list .i p{
	color: #666666;
	font-size: 14px;
}
.ui-yearlist{

}
.ui-yearlist ul{

}
.ui-yearlist ul li{
	margin-bottom: 30px;
}
.ui-yearlist ul li:last-child{
	margin-bottom: 0;
}
.ui-yearlist .i{
	display: block;
	border: 1px solid #e7e7e7;
	border-left-width: 5px;
	position: relative;
	padding-right: 140px;
	height: 74px;
}
.ui-yearlist .i:hover{
	border-left-color: #a92419;
}
.ui-yearlist .i >label{
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	border-left: 1px solid #e7e7e7;
	height: 74px;
	line-height: 72px;
	text-align: center;
	color: #232323;
	font-size: 14px;
}
.ui-yearlist .i:hover >label{
	background-color: #a92419;
	color: #fff;
}
.ui-yearlist .i >label:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../img/icon-dl.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 5px;
}
.ui-yearlist .i:hover >label:before{
	background-image: url(../img/icon-dl-on.png);
}
body.retina .ui-yearlist .i >label:before{
	background-image: url(../img/icon-dl@2x.png);
}
body.retina .ui-yearlist .i:hover >label:before{
	background-image: url(../img/icon-dl-on@2x.png);
}
.ui-yearlist .i p{
	position: relative;
	line-height: 70px;
	color: #666666;
	font-size: 16px;
}
.ui-yearlist .i p:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 48%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dedede;
}
.ui-yearlist .i:hover p:before{
	background-color: #a92419;
}
.ui-yearlist .i p label{
	display: inline-block;
	padding: 0 30px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	cursor: pointer;
	font-family: Lato,"Microsoft YaHei";
}
.ui-yearlist .i:hover p label{
	color: #a92419;
}
.ui-yearlist .i p label i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: none no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
}
.ui-yearlist .i p label i.ico1{
	background-image: url(../img/file-ico1.png);
}
.ui-yearlist .i:hover p label i.ico1{
	background-image: url(../img/file-ico1-on.png);
}
body.retina .ui-yearlist .i p label i.ico1{
	background-image: url(../img/file-ico1@2x.png);
}
body.retina .ui-yearlist .i:hover p label i.ico1{
	background-image: url(../img/file-ico1-on@2x.png);
}
.ui-yearlist .i p label small{
	font-family: Lato;
	font-size: 14px;
}
.ui-homebanner{

}
.ui-homebanner .img{
	height: 300px;
	background: none no-repeat center;
	background-size: cover;
}
.ui-homebanner .img .ct{
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: 45px;
	border-top: 5px solid #ffffff;
}
.ui-homebanner .img .ct h3{
	color: #fff;
    padding: 15px 0;
    font-size: 36px;
    line-height: 48px;
}
.ui-homebanner .img .ct p{
	margin-top: 5px;
	color: #ffffff;
	font-size: 20px;
}
.ui-homenews{
	overflow: hidden;
}
.ui-homenews ul{
	margin: 0 -20px;
}
.ui-homenews ul li{
	padding: 0 20px;
	width: 25%;
	float: left;
}
.ui-homenews ul li:first-child{
	width: 50%;
}
.ui-homenews .i{
	display: block;
}
.ui-homenews .i .img{
	display: block;
	overflow: hidden;
}
.ui-homenews .i .img img{
	/*width: 100%;*/
	transition: transform 300ms;
}
.ui-homenews .i:hover .img img{
	transform: scale(1.05);
}
.ui-homenews .i .txt{
	margin-top: 30px;
}
.ui-homenews .i .txt.mi{
	height: 170px;
	border-bottom: 8px solid #eeeeee;
}
.ui-homenews .i.lt .txt{
	margin-top: 15px;
}
.ui-homenews .i.li .txt{
	margin-top: 10px;
}
.ui-homenews .i .txt h5{
	position: relative;
    font-family: Lato-Black,"Microsoft YaHei";
}
.ui-homenews .i .txt h5:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #eeeeee;
	display: none;
}
.ui-homenews .i.lt .txt h5:before{
	display: block;
}
.ui-homenews .i .txt h5 label{
	color: #888888;
	font-weight: bold;
	background-color: #fff;
	padding-right: 12px;
	position: relative;
	z-index: 1;
	font-size: 12px;
}
.ui-homenews .i .txt h5 label i{
	display: inline-block;
	width: 1px;
	height: 9px;
	background-color: #888888;
	vertical-align: middle;
	margin: 0 8px;
}
.ui-homenews .i .txt p{
	margin-top: 15px;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	font-family: Lato,"Microsoft YaHei";
}
.ui-homenews .i:hover .txt p{
	color: #a92419;
}
.ui-homenews .i.li .txt p{
	border-top: 2px solid #eeeeee;
	margin-top: 10px;
	padding-top: 15px;
}
.ui-homerepo{

}
.ui-homerepo ul{

}
.ui-homerepo ul li{
	margin-bottom: 25px;
}
.ui-homerepo ul li:last-child{
	margin-bottom: 0;
}
.ui-homerepo .i{
	display: block;
	height: 149px;
	background: url(../img/report-bg.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.ui-homerepo .i:hover{
	background-image: url(../img/report-bg-on.png);
}
.ui-homerepo .i >.l{
	width: 33%;
	float: left;
}
.ui-homerepo .i >.r{
	width: 66%;
	float: right;
}
.ui-homerepo .i .t1{
	padding-top: 30px;
	padding-left: 30px;
}
.ui-homerepo .i .t1 h3{
	/*height: 18px;*/
  width: 80%;
	border-left: 6px solid #333333;
  padding-left: 14px;
	line-height: 24px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.ui-homerepo .i:hover .t1 h3{
	color: #fff;
	border-left-color: #fff;
}
.ui-homerepo .i .t1 h3 b{
	font-size: 20px;
	margin-right: 14px;
	font-family: Lato;
}
.ui-homerepo .i .t1 p{
	border-top: 2px solid #333333;
	width: 80%;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 1em;
	color: #333333;
	font-size: 16px;
	font-family: Lato,"Microsoft YaHei";
}
.ui-homerepo .i:hover .t1 p{
	border-top-color: #fff;
	color: #fff;
}
.ui-homerepo .i .t2{
	padding-top: 28px;
	padding-left: 50px;
}
.ui-homerepo .i .t2 h3{
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	/* text-transform: uppercase; */
	width: 90%;
}
.ui-homerepo .i:hover .t2 h3{
	color: #333333;
	font-family: Lato;
}
.ui-homerepo .i .t2 p{
	margin-top: 12px;
	color: #888888;
	font-size: 16px;
	font-family: Lato,"Microsoft YaHei";
}
.ui-homerese{
	position: relative;
	padding-left: 200px;
}
.ui-homerese >.l{
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-homerese .head{
	padding-top: 30px;
	padding-right: 50px;
}
.ui-homerese .head p{
	text-align: right;
}
.ui-homerese .head p a{
	display: inline-block;
	width: 60px;
	height: 45px;
	background-color: #f5f5f5;
	line-height: 45px;
	text-align: center;
	color: #888888;
	font-size: 24px;
	font-family: Lato,"Microsoft YaHei";
	font-weight: bold;
	margin-left: 2px;
}
.ui-homerese .head p a:hover{
	background-color: #a92419;
	color: #fff;
}
.ui-homerese .head h5{
	margin-top: 88px;
	text-align: right;
}
.ui-homerese .head h5 a{
	color: #888888;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Lato;
	left: 0;
	transition: left 300ms;
	position: relative;
}
.ui-homerese .head h5 a:hover{
	color: #a92419;
	left: 5px;
}
.ui-homerese .head h5 a b{
	font-family: Lato,"Microsoft YaHei";
	font-size: 11px;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
.ui-homerese .list{

}
.ui-homerese .list ul{
	margin-right: -45px;
}
.ui-homerese .list ul li{
	width: 33.33%;
	float: left;
	padding: 0 45px;
	border-left: 1px dotted #b5b5b5;
}
.ui-homerese .list .i{
	display: block;
	position: relative;
}
.ui-homerese .list .i:before,
.ui-homerese .list .i:after{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #f3f3f3;
	position: absolute;
	top: 0;
	right: 0;
}
.ui-homerese .list .i:before{
	height: 88px;
}
.ui-homerese .list .i:after{
	width: 100px;
}
.ui-homerese .list .i .hd{

}
.ui-homerese .list .i .hd h5{
	line-height: 1em;
	color: #888888;
	font-size: 14px;
}
.ui-homerese .list .i .hd p{
	line-height: 1em;
	color: #888888;
	font-size: 14px;
	font-family: Lato;
	margin-top: 10px;
}
.ui-homerese .list .i .ct{
	margin-top: 18px;
}
.ui-homerese .list .i .ct p{
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	font-family: Lato;
	text-transform: uppercase;
}
.ui-homerese .list .i:hover .ct p{
	color: #a92419;
}
.ui-homerese .list .i .ft{
	margin-top: 28px;
	position: relative;
	padding-top: 18px;
	top: 0;
	transition: top 300ms;
}
.ui-homerese .list .i:hover .ft{
	top: -5px;
}
.ui-homerese .list .i .ft:before{
	content: '';
	display: inline-block;
	width: 38px;
	height: 6px;
	background-color: #ededed;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-homerese .list .i .ft p{
	color: #888888;
	font-size: 14px;
	line-height: 20px;
}
.ui-teamhead{

}
.ui-teamhead >.hd{

}
.ui-teamhead >.hd p{
	line-height: 1em;
	color: #a92419;
	font-size: 22px;
	font-family: Lato,"Microsoft YaHei";
}
.ui-teamhead >.ct{
	margin-top: 35px;
}
.ui-teamhead .tabs{
	border-bottom: 1px solid #dedede;
	margin-bottom: -1px;
}
.ui-teamhead .tabs ul{

}
.ui-teamhead .tabs ul li{
	float: left;
	padding: 0 40px;
	position: relative;
}
.ui-teamhead .tabs ul li:first-child{
	padding-left: 0;
}
.ui-teamhead .tabs ul li:before{
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #dedede;
	position: absolute;
	top: 3px;
	left: 0;
}
.ui-teamhead .tabs ul li:first-child:before{
	display: none;
}
.ui-teamhead .tabs a{
	display: block;
	padding: 0 8px;
	padding-bottom: 20px;
	border-bottom: 5px solid transparent;
	color: #999999;
	font-size: 16px;
}
.ui-teamhead .tabs a:hover,
.ui-teamhead .tabs li.active a{
	color: #a92419;
	border-bottom-color: #a92419;
}
.ui-teamlist{

}
.ui-teamlist >.hd{

}
.ui-teamlist >.hd p{
	color: #333333;
	font-size: 16px;
}
.ui-teamlist >.ct{
	margin-top: 35px;
}
.ui-teamlist .list{
	overflow: hidden;
}
.ui-teamlist .list ul{
	margin: -20px 0;
}
.ui-teamlist .list ul li{
	width: 50%;
	float: left;
	padding: 20px;
  padding-left: 0;
}
.ui-teamlist .list .i{
	display: block;
}
.ui-teamlist .list .i .img{
	float: left;
	width: 150px;
  height: 200px;
	overflow: hidden;
}
.ui-teamlist .list .i .img img{
	width: 100%;
	transition: transform 300ms;
}
.ui-teamlist .list .i:hover .img img{
	transform: scale(1.05);
}
.ui-teamlist .list .i .txt{
	margin-left: 170px;
	padding-top: 10px;
  max-height: 200px;
  overflow: hidden;
}
.ui-teamlist .list .i .txt p{
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	font-family: Lato,"Microsoft YaHei";
}
.ui-teamlist .list .i:hover .txt p{
	color: #a92419;
}
.ui-teamlist .list .i .txt p b{
	font-family: Lato,"Microsoft YaHei";
	font-size: 16px;
	color: #333333;
	display: inline-block;
	margin-bottom: 10px;
}
.ui-teamlist .list .i .txt p b:before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 2px;
	background-color: #515151;
	vertical-align: middle;
	margin-right: 12px;
}
.ui-teamlist .list .i:hover .txt p b{
	color: #a92419;
}
.ui-teamlist .list .i:hover .txt p b:before{
	background-color: #a92419;
}
.ui-article{

}
.ui-article >.hd{

}
.ui-article >.hd h3{
	line-height: 1em;
	color: #a92419;
	font-size: 26px;
}
.ui-article >.hd p{
	margin-top: 16px;
	color: #666666;
	font-size: 14px;
}
.ui-article >.hd p img{
	height: 14px;
	margin-right: 3px;
}
.ui-article >.ct{
	margin-top: 20px;
	border-top: 1px solid #dedede;
	padding-top: 30px;
}
.ui-article >.ct p{
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	font-family: Lato,"Microsoft YaHei";
}
.ui-jobstext{

}
.ui-jobstext >.hd{
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
.ui-jobstext >.hd p{
	line-height: 1em;
	color: #a92419;
	font-size: 26px;
}
.ui-jobstext >.hd p small{
	color: #666666;
	font-size: 14px;
}
.ui-jobstext >.ct{
	padding-top: 10px;
}
.ui-jobstext >.ct h3{
	color: #333333;
	font-size: 18px;
	margin: 15px 0;
	font-family: Lato;
	line-height: 1.6em;
}
.ui-jobstext >.ct h3 small{
	color: #666666;
	font-size: 16px;
	font-family: Lato;
}
.ui-jobstext >.ct p{
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}
.ui-jobstext >.ct p b{
	color: #333333;
	font-size: 18px;
	font-family: Lato;
}
.ui-jobstext >.ct p a{
	color: #666;
	text-decoration: underline !important;
}
.ui-jobstext >.ct p a:hover{
	color: #a92419;
}
.ui-filter{

}
.ui-filter .sl{
	display: inline-block;
	width: 280px;
	height: 36px;
	border: 1px solid #dedede;
	text-align: left;
	transition: transform 300ms;
}
.ui-filter .sl:hover{
	transform: scale(1.05);
}
.ui-filter .sl >p{
	
}
.ui-filter .sl >p a{
	display: block;
	padding-left: 16px;
	line-height: 34px;
	color: #333333;
	font-size: 14px;
	position: relative;
}
.ui-filter .sl >p a:after{
	content: '';
	display: inline-block;
	width: 56px;
	height: 100%;
	background: url(../img/awld.png) no-repeat center #a92419;
	background-size: 9px auto;
	position: absolute;
	top: 0;
	right: 0;
}
body.retina .ui-filter .sl >p a:after{
	background-image: url(../img/awld@2x.png);
}
.ui-table1{

}
.ui-table1 table{
	width: 100%;
}
.ui-table1 table tr{

}
.ui-table1 table tr td{
	padding: 15px;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.ui-table1 table tr td:first-child{
	text-align: left;
	padding-left: 40px;
}
.ui-table1 table tr td:last-child{
	width: 20%;
}
.ui-table1 table tr:nth-child(odd) td{
	background-color: #f5f5f5;
}
.ui-table1 table tr td b{
	color: #a92419;
	font-size: 18px;
}
.ui-table1 table tr td b img{
	margin-right: 5px;
	width: 20px;
}
.ui-table1 table tr td a{
	color: #666666;
}
.ui-table1 table tr td a:hover{
	text-decoration: underline !important;
}
.ui-whoslist{

}
.ui-whoslist ul{
	margin: -15px;
}
.ui-whoslist ul li{
	padding: 15px;
	width: 50%;
	float: left;
}
.ui-whoslist .i{
	display: block;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	background-color: #fff;
}
.ui-whoslist .i .img{
	width: 175px;
	float: left;
	overflow: hidden;
}
.ui-whoslist .i .img img{
	width: 100%;
	transition: transform 300ms;
}
.ui-whoslist .i:hover .img img{
	transform: scale(1.05);
}
.ui-whoslist .i .txt{
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	margin-left: 180px;
  padding-bottom: 4px;
}
.ui-whoslist .i .txt >.hd{

}
.ui-whoslist .i .txt >.hd h3{
	line-height: 1em;
	color: #b63329;
	font-size: 16px;
	font-family: Lato,"Microsoft YaHei";
	margin-bottom: 15px;
}
.ui-whoslist .i:hover .txt >.hd h3{
	text-decoration: underline !important;
}
.ui-whoslist .i .txt >.hd p{
	color: #666666;
	font-size: 13px;
	line-height: 24px;
  height: 144px;
  max-height: 144px;
    overflow: hidden;
}
.ui-whoslist .i .txt >.hd p b{
	display: inline-block;
	margin-bottom: 3px;
}
.ui-whoslist .i .txt >.ct{
    margin-top: 10px;
	border-top: 1px solid #dfdfdf;
	padding-top: 5px;
}
.ui-whoslist .i .txt >.ct p{
	color: #666666;
	font-size: 14px;
	white-space: nowrap;
}
.ui-whoslist .i .txt >.ct p label{
	color: #333333;
	font-size: 13px;
	font-family: Lato,"Microsoft YaHei";
	text-decoration: underline !important;
}
.ui-whoslist.vr ul{
	margin: -18px -24px;
}
.ui-whoslist.vr ul li{
	padding: 18px 24px;
	width: 33.33%;
}
.ui-whoslist.vr .i{

}
.ui-whoslist.vr .i .img{
	width: 100%;
	float: none;
}
.ui-whoslist.vr .i .txt{
	margin-left: 0;
	padding-bottom: 18px;
}
.ui-whoslist.vr .i .txt >.hd h3{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 18px;
	font-size: 18px;
}
.ui-whoslist.vr .i .txt >.hd p{
	font-size: 13px;
	line-height: 24px;
	height: auto;
}
.ui-peoplehead{

}
.ui-peoplehead >.hd{

}
.ui-peoplehead >.hd p{
	color: #a92419;
	font-size: 28px;
	font-family: Lato, "Microsoft YaHei";
}
.ui-peoplehead >.ct{
	margin-top: 30px;
}
.ui-peoplehead .view{

}
.ui-peoplehead .view .img{
	float: left;
	width: 300px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: transform 300ms;
}
.ui-peoplehead .view:hover .img{
	transform: scale(1.05);
}
.ui-peoplehead .view .img img{
	width: 100%;
}
.ui-peoplehead .view .txt{
	margin-left: 345px;
}
.ui-peoplehead .view .txt .p{
	padding: 16px 0;
	border-bottom: 1px solid #dedede;
}
.ui-peoplehead .view .txt .p:last-child{
	border-bottom: none;
}
.ui-peoplehead .view .txt .p h3{
	font-family: Lato;
	color: #a92419;
	font-size: 18px;
	margin-bottom: 10px;
}
.ui-peoplehead .view .txt .p h3 small{
	font-size: 14px;
	color: #a92419;
}
.ui-peoplehead .view .txt .p p{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	font-family: Lato,"Microsoft YaHei";
}
.ui-peoplehead .view .txt .p p b{
	color: #333333;
	font-family: Lato;
}
.ui-peoplehead .view .txt .p p a{
	text-decoration: underline !important;
	color: #333333;
	font-family: Lato;
}
.ui-peoplehead .view .txt .p p a:hover{
	color: #a92419;
}
.ui-peoplecont{

}
.ui-peoplecont >.hd{
	
}
.ui-peoplecont >.hd ul{
	display: inline-block;
	border: 1px solid #dedede;
	vertical-align: middle;
	margin-bottom: -1px;
}
.ui-peoplecont >.hd ul li{
	float: left;
	border-left: 1px solid #dedede;
}
.ui-peoplecont >.hd ul li:first-child{
	border-left: none;
}
.ui-peoplecont >.hd ul li a{
	display: block;
	width: 210px;
	line-height: 54px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-family: Lato;
}
.ui-peoplecont >.hd ul li a:hover,
.ui-peoplecont >.hd ul li.active a{
	background-color: #a92419;
	color: #fff;
}
.ui-peoplecont >.ct{
	padding: 30px 40px;
	border: 1px solid #dedede;
}
.ui-peoplecont .text{

}
.ui-peoplecont .text p{
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	font-family: Lato;
	margin-bottom: 10px;
}
.ui-peoplecont .item{

}
.ui-peoplecont .item .i{

}
.ui-peoplecont .item .i h3{
	color: #333333;
	font-size: 18px;
	font-family: Lato;
	margin-bottom: 10px;
}
.ui-peoplecont .item .i p{
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}
.ui-newshead{
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.ui-newshead .img{
	width: 47%;
	overflow: hidden;
	float: left;
}
.ui-newshead .img img{
	width: 100%;
	transition: transform 300ms;
}
.ui-newshead:hover .img img{
	transform: scale(1.05);
}
.ui-newshead .txt{
	margin-left: 47%;
	padding: 40px 50px;
	padding-bottom: 0;
}
.ui-newshead .txt >.hd{

}
.ui-newshead .txt >.hd h5{
	position: relative;
}
.ui-newshead .txt >.hd h5:before{
	content: '';
	position: absolute;
	top: 50%;
	width: 70%;
    right: 0;
	margin-top: -4px;
	height: 8px;
	background-color: #a92419;
}
.ui-newshead .txt >.hd h5 label{
    color: #888888;
    font-weight: bold;
    background-color: #fff;
    padding-right: 12px;
    position: relative;
    font-size: 12px;
    padding-right: 18px;
}
.ui-newshead .txt >.hd h5 label i{
    display: inline-block;
    width: 1px;
    height: 9px;
    background-color: #888888;
    vertical-align: middle;
    margin: 0 8px;
}
.ui-newshead .txt >.hd h3{
	color: #a92419;
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
}
.ui-newshead .txt >.ct{
	margin-top: 25px;
	border-top: 1px solid #dfdfdf;
	padding-top: 20px;
}
.ui-newshead .txt >.ct p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.ui-newshead .txt >.ft{
	margin-top: 25px;
}
.ui-newshead .txt >.ft p{

}
.ui-newshead .txt >.ft p label{
	display: inline-block;
	line-height: 20px;
	border-left: 3px solid #a7a7a7;
	padding-left: 12px;
	color: #888888;
	font-size: 14px;
	font-family: Lato;
	cursor: pointer;
	position: relative;
	left: 0;
	transition: left 300ms;
}
.ui-newshead:hover .txt >.ft p label{
	color: #a92419;
	border-left-color: #a92419;
	left: 5px;
}
.ui-newslist{
	overflow: hidden;
}
.ui-newslist ul{
	margin: 0 -35px;
}
.ui-newslist ul li{
	width: 50%;
	padding: 0 35px;
	float: left;
}
.ui-newslist .i{
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}
.ui-newslist .i >.ct{
	border-left: 5px solid #e4e4e4;
	padding-left: 24px;
}
.ui-newslist .i:hover >.ct{
	border-left-color: #a92419;
}
.ui-newslist .i >.ct h3{
	line-height: 27px;
	font-size: 16px;
	color: #666666;
	margin-top: -5px;
	margin-bottom: 8px;
}
.ui-newslist .i:hover >.ct h3{
	color: #a92419;
}
.ui-newslist .i >.ct p{
	color: #666666;
	font-size: 14px;
}
.ui-newslist .i >.ct p:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 5px;
	background-color: #dedede;
	vertical-align: middle;
	margin-right: 10px;
}
body .carousel-indicators{
	width: 100%;
	text-align: right;
	margin-left: -50%;
	z-index: 9;
}
body .carousel-indicators li{
	margin: 0;
	padding: 0;
	border-radius: 50%;
	border: none;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 8px !important;
	position: relative;
}
body .carousel-indicators li:after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
	display: none;
}
body .carousel-indicators li.active:after{
	display: block;
}
.ui-fixb{
	position: absolute;
	z-index: 11;
	bottom: 110px;
	right: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border: 2px solid #fff;
	border-radius: 8px;
	transition: transform 300ms;
	background: url(../img/fixb-bg.jpg);
	background-size: 100% 100%;
	width: 135px;
	height: 200px;
}
.ui-fixb:hover{
	transform: scale(1.1);
}
.ui-fixb a:first-child{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/close1.png) no-repeat center #000000;
	background-size: 8px auto;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -8px;
	border-radius: 50%;
	transition: transform 300ms;
}
.ui-fixb a:first-child:hover{
	transform: rotate(90deg);
}
body.retina .ui-fixb a:first-child{
	background-image: url(../img/close1@2x.png);
}
.ui-fixb p{
	padding-top: 65px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 1.2em;
}


/*!
 * plugin.css
 */
 

/*----------customize----------*/
