/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  background: #fff;
}

/**
 * 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 img 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;
}


/*-----------main-----------*/
/*!
 * module.css
 */
.ui-fullpart{
	padding: 20px 0px 50px 0px;
}
.ui-fullpart.nopd{
	padding: 0;
}
.ui-homebanner{

}
.ui-homebanner .carousel-indicators{
	width: 1200px;
	margin-left: -600px;
	text-align: right;
}
.ui-homebanner .carousel-indicators li{
	border: none;
	padding: 0;
	margin: 0 !important;
	border-radius: 0;
	width: 80px;
	height: 5px;
	background-color: #fff;
	margin-left: 10px !important;
}
.ui-homebanner .carousel-indicators li.active{
	background-color: #bdce00;
}
.ui-homebanner .img{
	display: block;
	height: 600px;
	background: none no-repeat center;
	background-size: cover;
}
#ui-homebanner .img{ height:370px}
.ui-homecata{
	position: relative;
	background-color: #f6f6f6;
	padding-left: 405px;
}
.ui-homecata >.hd{
	position: absolute;
	top: 0;
	left: 0;
	width: 405px;
}
.ui-homecata >.ct{
	padding: 15px;
	height:396px;
}
.ui-homecata .navi{

}
.ui-homecata .navi ul{

}
.ui-homecata .navi ul li{

}
.ui-homecata .navi .i{
	display: block;
}
.ui-homecata .navi .i:hover,
.ui-homecata .navi li.active .i{
	background-color: #9dab01;
}
.ui-homecata .navi .i >img{
	float: left;
	height:132px;
}
.ui-homecata .navi .i >.ct{
	padding-top: 35px;
	padding-right: 20px;
	color: #2b2b2b;
}
.ui-homecata .navi .i:hover >.ct,
.ui-homecata .navi li.active .i >.ct{
	color: #fff;
}
.ui-homecata .navi .i >.ct h3{
	line-height: 1em;
	font-size: 18px;
	font-weight: bold;
}
.ui-homecata .navi .i >.ct p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
}
.ui-catalist{

}
.ui-catalist ul{
	border: 1px solid #eeeeee;
	border-bottom: none;
	border-left: none;
	background-color: #fff;
}
.ui-catalist ul li{
	width: 33.33%;
	float: left;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
.ui-catalist .i{
	display: block;
	background-color: #fff;
	padding: 5px 18px;
	padding-left: 28px;
}
.ui-catalist .li_on,.ui-catalist .i:hover{
	background-color: #9dab01;
}

.ui-catalist .i:hover *{
	color: #fff !important;
}
.ui-catalist .i p{
	color: #232323;
	font-size: 16px;
	background: url(/html/template/default/assets/images/li-b.png) no-repeat 100% 50%;
}

.ui-catalist .li_on p{
	color: #fff;
	background-image: url(/html/template/default/assets/images/li-b-on.png);
}


.ui-catalist .i:hover p{
	background-image: url(/html/template/default/assets/images/li-b-on.png);
}
.ui-catalist .i p img{
	height: 62px;
	width: 62px;
	margin-right: 25px;
	transition: transform 300ms;
}
.ui-catalist .i:hover p img{
	transform: scale(1.05);
}
.ui-catalist.full{

}
.ui-catalist.full ul{
	border: none;
}
.ui-catalist.full ul li{
	width: 100%;
	float: none;
	border-left: none;
}
.ui-catalist.full ul li:last-child{
	border-bottom: none;
}
.bt-btna{
	display: inline-block;
	width: 125px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	color: #5f5f5f;
	border: 1px solid #bfbfbf;
}
.bt-btna:hover{
	background-color: #9dab01;
	color: #fff;
}
.bt-btna.aw{
	border-color: #7d8803;
	color: #7d8803;
}
.bt-btna.aw:hover{
	color: #fff;
}
.bt-btna.aw:after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url(/html/template/default/assets/images/li-c.png);
	vertical-align: middle;
	margin-left: 15px;
}
.bt-btna.aw:hover:after{
	background: url(/html/template/default/assets/images/li-e.png);
}
.ui-head1{
	position: relative;
}
.ui-head1 >a{
	position: absolute;
	top: 10px;
	right: 0;
}
.ui-head1 h3{
	line-height: 1em;
	color: #cfa30a;
	font-size: 20px;
	font-weight: bold;
}
.ui-head1 h3 img{
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.ui-head1 p{
	margin-top: 8px;
	color: #232323;
	font-size: 14px;
	line-height: 26px;
}
.ui-head1.bb{
	border-bottom: 1px solid #d4d4d4;
	padding-top: 12px;
	padding-bottom: 18px;
	position: relative;
}
.ui-head1.bb .r{
	position: absolute;
	bottom: 0;
	right: 0;
}
.ui-head1.bb ul{
  margin-bottom: 10px;
}
.ui-head1.bb ul li{
	float: left;
	margin-left: 10px;
}
.ui-head1.bb ul li:first-child{
	margin-left: 0;
}
.ui-head1.bb ul li a{
	display: inline-block;
	line-height: 36px;
	border-bottom: none;
	color: #737373;
	font-size: 0;
}
.ui-head1.bb ul li a:hover{
	opacity: .8;
}
.ui-head1.bb ul li a img{
	margin-right: 10px;
}
.ui-homecase{
	overflow: hidden;
}
.ui-homecase ul{
	margin: -18px -20px;
}
.ui-homecase ul li{
	width: 33.33%;
	float: left;
	padding: 18px 20px;
}
.ui-homecase .i{
	display: block;
	position: relative;
	height: 255px;
	overflow: hidden;
}
.ui-homecase .i:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/html/template/default/assets/images/sd-a.png) repeat-x 0 100%;
}
.ui-homecase .i:hover:before{
	background: rgba(0, 0, 0, .6);
	background: url(/html/template/default/assets/images/op_b50.png) \9
}
.ui-homecase .i >img{
	width: 100%;
	transition: transform 300ms;
}
.ui-homecase .i:hover >img{
	transform: scale(1.05);
}
.ui-homecase .i >.ct{
	position: absolute;
	top: 200px;
	width: 100%;
	z-index: 1;
	transition: top 300ms;
}
.ui-homecase .i:hover >.ct{
	top: 20px;
}
.ui-homecase .i >.ct h3{
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.ui-homecase .i >.ct p{
	padding: 20px;
	padding-top: 0;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.ui-homecase.lt ul{
	margin: -12px -8px;
}
.ui-homecase.lt ul li{
	padding: 12px 15px;
}
.ui-homecase.lt ul li.mmboile{ display:none;}
.ui-homecase.lt .i{
	height: auto;
}
.ui-homecase.lt .i >.ct{
	top: 30%;
}
.ui-homecase.lt .i:hover >.ct{
	top: 20px;
}
.ui-homecase.lt .i >.ct h3{
	line-height: 40px;
}
.ui-homecase.lt .i >.ct p{
	line-height: 22px;
	font-size: 12px;
}
.ui-homenews{

}
.ui-homenews .view{
	display: block;
	float: left;
	width: 485px;
	position: relative;
	overflow: hidden;
}
.ui-homenews .view >img{
	width: 100%;
	transition: transform 300ms;
	padding-bottom:90px;
}
.ui-homenews .view:hover >img{
	transform: scale(1.05);
}
.ui-homenews .view >.ct{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #2f2f2f;
	height: 90px;
	padding: 20px 30px;
	padding-right: 150px;
}
.ui-homenews .view >.ct >label{
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #9dab01;
	font-size: 30px;
}
.ui-homenews .view >.ct p{
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}
.ui-homenews .list{
	margin-left: 530px;
	overflow: hidden;
}
.ui-homenews .list ul{

}
.ui-homenews .list ul li{
	width: 50%;
	float: left;
}
.ui-homenews .list .i{
	display: block;
	padding: 30px 20px;
}
.ui-homenews .list .i:hover{
	background-color: #9dab01;
}
.ui-homenews .list .i:hover *{
	color: #fff !important;
}
.ui-homenews .list .i h3{
	line-height: 1em;
	color: #2f2f2f;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.ui-homenews .list .i p{
	color: #585858;
	font-size: 14px;
	line-height: 24px;
}
.ui-homenews .list .i p small{
	font-size: 14px;
	color: #797979;
}
.ui-pagebanner{
	height: 370px;
	background: none no-repeat center;
	background-size: cover;
}
.ui-pagepath{
	border-bottom: 1px solid #e7e7e7;
	padding: 30px 0;
}
.ui-pagepath p{
	line-height: 1em;
	color: #252525;
}
.ui-pagepath p a{
	color: #252525;
}
.ui-pagepath p a:hover{
	color: #9dab01;
}
.ui-pagetabs{

}
.ui-pagetabs >.hd{

}
.ui-pagetabs >.hd p{
	line-height: 1em;
	color: #8b9700;
	font-size: 24px;
	font-weight: bold;
}
.ui-pagetabs >.ct{
	margin-top: 20px;
}
.ui-pagetabs >.ct ul{
	border: 1px solid #d4d4d4;
	border-left: none;
}
.ui-pagetabs >.ct ul li{
	border-left: 1px solid #d4d4d4;
	width: 10%;
	float: left;
}
.ui-pagetabs >.ct .i{
	display: block;
	position: relative;
}
.ui-pagetabs >.ct .i >p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: #494949;
	font-size: 14px;
	background-color: #fff;
	text-align: center;
}
.ui-pagetabs >.ct #li_on >p,.ui-pagetabs >.ct .i:hover >p{
	background-color: #a4b207;
	color: #fff;
}
.ui-pagetabs >.ct .i.on >p{
	display: none;
}
.ui-pagetabs >.ct .i img{
	width: 100%;
}
.ui-aboutinfo{

}
.ui-aboutinfo >.im{
	float: left;
	position: relative;
	width: 560px;
	overflow: hidden;
}
.ui-aboutinfo >.im >a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(/html/template/default/assets/images/icon-play.png) no-repeat center;
	height: 100%;
	transition: transform 300ms;
	z-index: 1;
}
.ui-aboutinfo >.im >a:hover{
	transform: scale(1.05);
}
.ui-aboutinfo >.im video,
.ui-aboutinfo >.im img{
	width: 100%;
}
.ui-aboutinfo >.ct{
	width: 600px;
	float: right;
}
.ui-aboutinfo >.ct h3{
	padding-top: 20px;
	padding-bottom: 25px;
	line-height: 1em;
	color: #8f9b13;
	font-size: 24px;
	font-weight: bold;
}
.ui-aboutinfo >.ct p{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 36px;
}
.ui-aboutinfo.df >.im{
	float: right;
}
.ui-aboutinfo.df >.ct{
	float: left;
}
.ui-aboutflow{
	overflow: hidden;
}
.ui-aboutflow ul{
	margin: 0 -6px;
}
.ui-aboutflow ul li{
	width: 16.66%;
	float: left;
	padding: 0 6px;
}
.ui-aboutflow .i{
	display: block;
	border: 1px solid #e5e5e5;
	padding: 20px;
	height: 275px;
}
.ui-aboutflow .i p{
	line-height: 1em;
}
.ui-aboutflow .i p.p1{

}
.ui-aboutflow .i p.p1 img{
	width: 100%;
	transition: transform 300ms;
}
.ui-aboutflow .i:hover p.p1 img{
	transform: scale(1.05);
}
.ui-aboutflow .i p.p2{
	margin-top: 20px;
	color: #343434;
	line-height: 18px;
}
.bg-awards{
	background: url(/html/template/default/assets/images/awards-bg.jpg);
	background-size: cover;
	height: 585px;
	padding-top: 310px;
}
.ui-awards{
	position: relative;
	padding-left: 430px;
}
.ui-awards .head{
	width: 430px;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-awards .head p{
	line-height: 1em;
	text-align: center;
	color: #fff;
}
.ui-awards .head p.p1{
	padding-top: 50px;
	font-size: 30px;
	font-weight: bold;
}
.ui-awards .head p.p2{
	margin-top: 8px;
	font-size: 18px;
}
.ui-awards .head p.p3{
	margin-top: 40px;
}
.ui-awards .head p.p3 a{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: none no-repeat center;
	margin: 0 14px;
}
.ui-awards .head p.p3 a:hover{
	opacity: .8;
}
.ui-awards .head p.p3 a.l{
	background-image: url(/html/template/default/assets/images/awal.png);
}
.ui-awards .head p.p3 a.r{
	background-image: url(/html/template/default/assets/images/awar.png);
}
.ui-awards .list{
	overflow: hidden;
}
.ui-awards .list ul{
	margin: 0 -15px;
}
.ui-awards .list ul li{
	padding: 0 15px;
	width: 33.33%;
	float: left;
}
.ui-awards .list .i{
	display: block;
	overflow: hidden;
}
.ui-awards .list .i img{
	width: 100%;
	transition: transform 300ms;
}
.ui-awards .list .i:hover img{
	transform: scale(1.05);
}
.ui-awards .list .i p{
	line-height: 64px;
	text-align: center;
	color: #fff;
	background-color: #a4b207;
	font-size: 18px;
}
.ui-caselist{
	overflow: hidden;
}
.ui-caselist ul{
	margin: -18px;
}
.ui-caselist ul li{
	width: 50%;
	float: left;
	padding: 18px;
}
.ui-caselist .i{
	display: block;
	background-color: #efefef;
	position: relative;
}
.ui-caselist .i >.ct{
	width: 50%;
	float: left;
	padding: 0 20px;
}
.ui-caselist .i >.ct >label{
	position: absolute;
	bottom: 38px;
	left: 20px;
	color: #6a7300;
	cursor: pointer;
}
.ui-caselist .i >.ct p{
	line-height: 1.5em;
}
.ui-caselist .i >.ct p.p1{
	padding-top: 25px;
	color: #1e1e1e;
	font-size: 16px;
}
.ui-caselist .i:hover >.ct p.p1{
	color: #9dab01;
}
.ui-caselist .i >.ct p.p2{
	margin-top: 15px;
	color: #494949;
	line-height: 24px;
}
.ui-caselist .i >.ct p.p3{ color:#6a7300; line-height:24px; font-size:14px;}
.ui-caselist .i >.im{
	width: 50%;
	float: left;
	overflow: hidden;
}
.ui-caselist .i >.im img{
	width: 100%;
	transition: transform 300ms;
}
.ui-caselist .i:hover >.im img{
	transform: scale(1.05);
}
.ui-caselist.full{

}
.ui-caselist.full ul{
	margin: 0;
}
.ui-caselist.full ul li{
	padding: 0;
	margin-bottom: 30px;
	width: 100%;
	float: none;
}
.ui-caselist.full ul li:last-child{
	margin-bottom: 0;
}
.ui-caselist.full .i >.im{
	float: left;
	width: 430px;
}
.ui-caselist.full .i >.ct{
	float: none;
	margin-left: 460px;
	margin-right: 20px;
	padding: 0;
	position: relative;
	width: auto;
	height: 225px;
}
.ui-caselist.full .i >.ct >label{
	left: 0;
}







.ui-caselistw{
	overflow: hidden;
}
.ui-caselistw ul{
	margin: -18px;
}
.ui-caselistw ul li{
	width: 33.33%;
	float: left;
	padding: 18px;
}
.ui-caselistw .i{
	display: block;
	background-color: #efefef;
	position: relative;
}
.ui-caselistw .i >.ct{
	width: 100%;
	float: left;
	padding: 0 20px;
}
.ui-caselistw .i >.ct >label{
	position: absolute;
	bottom: 38px;
	left: 20px;
	color: #6a7300;
	cursor: pointer;
}
.ui-caselistw .i >.ct p{
	line-height: 1.5em;
}
.ui-caselistw .i >.ct p.p1{
	padding-top: 15px;
	color: #1e1e1e;
	font-size: 16px;
}
.ui-caselistw .i:hover >.ct p.p1{
	color: #9dab01;
}
.ui-caselistw .i >.ct p.p2{
	margin-top: 5px;
	color: #494949;
	line-height: 24px;
	padding-bottom:10px;
}
.ui-caselistw .i >.ct p.p3{ color:#6a7300; line-height:24px; font-size:14px;}
.ui-caselistw .i >.im{
	width: 100%;
	float: left;
	overflow: hidden;
}
.ui-caselistw .i >.im img{
	width: 100%;
	transition: transform 300ms;
}
.ui-caselistw .i:hover >.im img{
	transform: scale(1.05);
}
.ui-caselistw.full{

}
.ui-caselistw.full ul{
	margin: 0;
}
.ui-caselistw.full ul li{
	padding: 0;
	margin-bottom: 30px;
	width: 100%;
	float: none;
}
.ui-caselistw.full ul li:last-child{
	margin-bottom: 0;
}
.ui-caselist.full .i >.im{
	float: left;
	width: 430px;
}
.ui-caselistw.full .i >.ct{
	float: none;
	margin-left: 460px;
	margin-right: 20px;
	padding: 0;
	position: relative;
	width: auto;
	height: 225px;
}
.ui-caselistw.full .i >.ct >label{
	left: 0;
}


.ui-listmore{
	display: block;
	position: relative;
	top: 0;
	transition: top 300ms;
}
.ui-listmore:hover{
	top: 10px;
}
.ui-listmore p{
	text-align: center;
}
.ui-listmore p.p1{
	color: #9dab01;
	font-weight: bold;
	font-size: 18px;
}
.ui-listmore p.p2{
	margin-top: 5px;
}
.ui-lrctmain{

}

.ui-lrctmain >.l{
	float: left;
}
.ui-lrctmain >.r{
	margin: 0 auto;
	width: 1200px;
	margin-top:20px;
}
.ui-leftpart{

}
.ui-leftpart >.hd{
	background: url(/html/template/default/assets/images/tt-a.png) repeat-x 0 0;
	background-size: cover;
}
.ui-leftpart >.hd p{
	line-height: 40px;
	padding-left: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.ui-leftpart >.ct{
	border: 1px solid #eeeeee;
	border-top: none;
	padding-top:2px;
}
.ui-leftinfo{
	padding: 10px 20px;
	border-bottom: 1px solid #eeeeee;
}
.ui-leftinfo .call{

}
.ui-leftinfo .call >.hd{

}
.ui-leftinfo .call >.hd img{
	float: left;
}
.ui-leftinfo .call >.hd p{
	margin-left: 60px;
	color: #889401;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.ui-leftinfo .call >.ct{
	margin-top: 20px;
}
.ui-leftinfo .call >.ct p{
	color: #908f8f;
	font-size: 14px;
	line-height: 18px;
}
.ui-leftinfo .call >.ft{
	margin-top: 18px;
}
.ui-leftinfo .news{

}
.ui-leftinfo .news ul{

}
.ui-leftinfo .news ul li{
	margin-bottom: 10px;
}
.ui-leftinfo .news ul li:last-child{
	margin-bottom: 0;
}
.ui-leftinfo .news p{

}
.ui-leftinfo .news p a{
	color: #908f8f;
	font-size: 14px;
}
.ui-leftinfo .news p a:before{
	content: '';
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(/html/template/default/assets/images/li-d.png);
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.ui-leftinfo .news p a:hover:before{
	background-image: url(/html/template/default/assets/images/li-c.png);
}
.ui-leftinfo .news p a:hover{
	color: #9dab01;
}
.ui-leftinfo .qbox{

}
.ui-leftinfo .qbox >img{
	float: left;
}
.ui-leftinfo .qbox >.ct{
	margin-left: 125px;
}
.ui-leftinfo .qbox >.ct p{
	line-height: 1em;
}
.ui-leftinfo .qbox >.ct p.p1{
	padding-top: 10px;
}
.ui-leftinfo .qbox >.ct p.p2{
	margin-top: 10px;
	color: #aeaeae;
	font-size: 14px;
	line-height: 18px;
}
.ui-prodhead{
	/*width:1200px;*/ margin:0 auto;

}
.ui-prodhead >.l{
	width: 1020px;
	float: left;
}
.ui-prodhead >.r{
	width: 160px;
	float: right;
}
.ui-prodhead .view{
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}
.ui-prodhead .view img{
	width: 100%;
}
.ui-prodhead .tabs{
	position: relative;
	height: 630px;
	padding: 40px 0;
	overflow: hidden;
}
.ui-prodhead .tabs >a{
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	background: none no-repeat center;
}

.ui-prodhead .tabs >a.l{
	top: 0;
	background-image: url(/html/template/default/assets/images/awpu.png);
}
.ui-prodhead .tabs >a.l:hover{
	background-image: url(/html/template/default/assets/images/awpu-on.png);
}
.ui-prodhead .tabs >a.r{
	bottom: 8px;
	background-image: url(/html/template/default/assets/images/awpd.png);
}
.ui-prodhead .tabs >a.r:hover{
	background-image: url(/html/template/default/assets/images/awpd-on.png);
}
.ui-prodhead .tabs >.ct{
	height: 100%;
	overflow: hidden;
}
.ui-prodhead .tabs >.ct ul{
	margin: -5px 0;
	position: relative;
	top: 0;
}
.ui-prodhead .tabs >.ct ul li{

}
.ui-prodhead .tabs >.ct a{
	display: block;
	margin: 34px 0;
	border: 2px solid #fff;
}
.ui-prodhead .tabs >.ct a:hover,
.ui-prodhead .tabs >.ct li.active a{
	border-color: #cfa30a;
}
.ui-prodhead .tabs >.ct a img{
	width: 100%;
}
.ui-prodview{

}
.ui-prodview >.hd{
	background-color: #f0f0f0;
	padding: 8px 12px;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.ui-prodview >.hd ul{

}
.ui-prodview >.hd ul li{
	float: left;
}
.ui-prodview >.hd ul li a{
	display: block;
	line-height: 40px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	color: #2f2f2f;
	font-size: 14px;
	font-weight: bold;
	padding: 0 25px;
}
.ui-prodview >.hd ul li a:hover,
.ui-prodview >.hd ul li.active a{
	background-color: #cfa30a;
	color: #fff;
}
.ui-prodview >.ct{
	color: #4f4f4e;
	font-size: 14px;
	line-height: 36px;
	padding:10px;
		
}
.ui-prodview >.ct p{
	color: #4f4f4e;
	font-size: 14px;
	line-height: 36px;
	text-indent: 2em;	
}
.ui-paging{
	text-align:right;

}
.ui-paging p{
	text-align: right;
	color: #777777;
}
.ui-paging p a{
	display: inline-block;
	border: 1px solid #ededed;
	padding: 0 10px;
	color: #777777;
	line-height: 30px;
}
.ui-paging p a:hover,
.ui-paging p a.on{
	color: #fff;
	background-color: #c5cf4d;
}
.ui-contacthead{

}
.ui-contacthead >img{
	float: left;
}
.ui-contacthead >.ct{
	margin-left: 720px;
}
.ui-contacthead >.ct p{
	position: relative;
	line-height: 48px;
	padding-left: 66px;
	color: #4b4b4b;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 14px;
}
.ui-contacthead >.ct p.tl{
	line-height: 25px;
}
.ui-contacthead >.ct p img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.ui-contactmaps{

}



.ui-homeabout{

}
.ui-homeabout >img{
	float: right;
}
.ui-homeabout .text{
	margin-right: 550px;
}
.ui-homeabout .text >.hd{

}
.ui-homeabout .text >.ct{
	margin-top: 30px;
}
.ui-homeabout .text >.ct p{
	color: #232323;
	font-size: 14px;
	line-height: 26px;
}
.ui-homegood{

}
.ui-homegood ul{
	margin: 0 -12px;
}
.ui-homegood ul li{
	padding: 0 12px;
	width: 25%;
	float: left;
}
.ui-homegood .i{
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 30px;
	padding-bottom: 50px;
	background-color: #fff;
	height: 390px;
}
.ui-homegood .i:hover{
	background-color: #9dab01;
}
.ui-homegood .i p{
	line-height: 1em;
	text-align: center;
	color: #292929;
}
.ui-homegood .i:hover p{
	color: #fff;
}
.ui-homegood .i p.p1{

}
.ui-homegood .i p.p1 i{
	display: inline-block;
	width: 100px;
	height: 100px;
	background: none no-repeat center #9dab01;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.ui-homegood .i:hover p.p1 i{
	background-color: #fff;
}
.ui-homegood .i p.p1 i.ico1{
	background-image: url(/html/template/default/assets/images/homegood-ico1.png);
}
.ui-homegood .i:hover p.p1 i.ico1{
	background-image: url(/html/template/default/assets/images/homegood-ico1-on.png);
}
.ui-homegood .i p.p1 i.ico2{
	background-image: url(/html/template/default/assets/images/homegood-ico2.png);
}
.ui-homegood .i:hover p.p1 i.ico2{
	background-image: url(/html/template/default/assets/images/homegood-ico2-on.png);
}
.ui-homegood .i p.p1 i.ico3{
	background-image: url(/html/template/default/assets/images/homegood-ico3.png);
}
.ui-homegood .i:hover p.p1 i.ico3{
	background-image: url(/html/template/default/assets/images/homegood-ico3-on.png);
}
.ui-homegood .i p.p1 i.ico4{
	background-image: url(/html/template/default/assets/images/homegood-ico4.png);
}
.ui-homegood .i:hover p.p1 i.ico4{
	background-image: url(/html/template/default/assets/images/homegood-ico4-on.png);
}
.ui-homegood .i p.p2{
	margin-top: 20px;
	font-size: 18px;
}
.ui-homegood .i p.p3{
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}
.ui-caseview{
	width:987px;
	 margin:0 auto;
}
.ui-caseview >.hd{

}
.ui-caseview >.hd p{
	line-height: 1em;
	text-align: center;
	color: #1e1e1e;
	font-weight: bold;
	font-size: 24px;
}
.ui-caseview >.ct{
	margin-top: 35px;
}
.ft{
	margin-top: 50px;
	text-align:center;
}

.ft p{
	color: #494949;
	line-height: 28px;
	font-size:14px;
	text-align:left;
}
.ft p .bt{
	display: inline-block;
	width: 310px;
	line-height: 62px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background-color: #9dab01;
	font-size: 16px;
}
.ft p .bt:hover{
	opacity: .8;
}
.ui-caseview .view{
	position: relative;
}
.ui-caseview .view .aw{
	display: inline-block;
	width: 48px;
	height: 93px;
	background: none no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -46px;
}
.ui-caseview .view .aw.l{
	left: -94px;
	background-image: url(/html/template/default/assets/images/awcl.png);
}
.ui-caseview .view .aw.l:hover{
	background-image: url(/html/template/default/assets/images/awcl-on.png);
}
.ui-caseview .view .aw.r{
	right: -94px;
	background-image: url(/html/template/default/assets/images/awcr.png);
}
.ui-caseview .view .aw.r:hover{
	background-image: url(/html/template/default/assets/images/awcr-on.png);
}
.ui-caseview .view >.ct{
padding:25px;
	border:1px solid #c2c2c2;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.ui-caseview .view >.ct img{
	width: 935px;
	
	
}
.ui-caseview .tabs{
	position: relative;
	padding: 0 38px;
}
.ui-caseview .tabs .aw{
	display: inline-block;
	width: 32px;
	height: 86px;
	background: none no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -43px;
}
.ui-caseview .tabs .aw:hover{
	opacity: .8;
}
.ui-caseview .tabs .aw.l{
	left: 0;
	background-image: url(/html/template/default/assets/images/awll.png);
}
.ui-caseview .tabs .aw.r{
	right: 0;
	background-image: url(/html/template/default/assets/images/awlr.png);
}
.ui-caseview .tabs >.ct{
	overflow: hidden;
}
.ui-caseview .tabs >.ct ul{
	margin: 0 -6px;
}
.ui-caseview .tabs >.ct ul li{
	width: 12.5%;
	float: left;
	padding: 0 6px;
}
.ui-caseview .tabs >.ct a{
	display: block;
	border: 2px solid #ccc;
}
.ui-caseview .tabs >.ct a:hover{
	opacity: .8;
}
.ui-caseview .tabs >.ct a.on{
	border-color: #cfa30a;
}
.ui-caseview .tabs >.ct a img{
	width: 100%;
}






.page_view_tit{ text-align:center; font-size:16px; font-weight:bold; color:#8b9700; padding-bottom:15px; border-bottom:1px solid #e1e1e1; margin-bottom:20px; padding-top:15px; }
.page_view_tit div{ color:#999999;font-size:12px; font-weight:normal;  margin-top:5px;}

.page_view_tit #newtitle{font-size:18px; font-weight:bold; color:#8b9700;}
#contents{ line-height:28px; padding-bottom:20px;text-align:justify; text-justify:inter-ideograph; font-size:14px; height:auto; _height:400px; min-height:400px; display:block; }
.showpage{ color:#cfa30a; padding-top:40px; font-weight:bold;}
.showpage a{color:#cfa30a;-webkit-transition: .2s ease all; -moz-transition: .2s ease all; transition: .2s ease all;}
.showpage a:hover{ padding-left:5px;}

.showup { float:left;}
.shownext{ float:right;}
.page{ clear:both; margin:0 auto;  text-align:center;}

/*!
 * plugin.css
 */
 
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#9fb434 url(../images/rightbar.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#9fb434 url(../images/rightbar.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#9fb434 url(../images/rightbar.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#9fb434 url(../images/rightbar.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px; box-sizing: content-box;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

/*!
 * media.css
 */
@media screen and (min-width: 768px) and (max-width: 1600px) {

}

.pc-hide{
	display: none;
}
/*手机屏幕*/
@media screen and (max-width: 767px) {
  .ht15{
    height: 5px;
  }
  .ht20{
    height: 10px;
  }
  .ht30{
    height: 15px;
  }
  .ht35{
    height: 15px;
  }
  .ht40{
    height: 20px;
  }
  .ht45{
    height: 20px;
  }
  .ht50{
    height: 25px;
  }
  .ht55{
  	height: 25px;
  }
  .ht60{
    height: 30px;
  }
  .ht65{
    height: 30px;
  }
  .ht70{
    height: 35px;
  }
  .ht75{
    height: 35px;
  }
  .ht80{
    height: 40px;
  }
  .ht90{
    height: 45px;
  }
  .ht100{
    height: 20px;
  }
  .extra-width{
    width: 100%;
  }

  /*style.css*/
  body{
    min-width: 0;
    min-height: 0;
  }
  .container{
    width: 100% !important;
    padding: 0 15px;
  }
  .container.full{
  	padding: 0;
  }



  /*pages.css*/
  .ui-fullpart{
  	padding: 0px 0px 20px 0px;
  }
  .ui-homebanner .img{
  	height: 200px;
  }
    #ui-homebanner .img{
  	height: 200px;
  }
  .ui-homecata{
  	margin-top: 15px;
  	padding-left: 0;
  }
  .ui-homecata >.hd{
  	width: 100%;
  	position: relative;
  }
  .ui-homecata .navi .i{
  	position: relative;
  }
  .ui-homecata .navi .i >img{
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 100%;
  	opacity: .2;
  }
  .ui-homecata .navi .i >.ct{
  	padding: 10px 10px;
  	position: relative;
  	z-index: 1;
  }
  .ui-homecata .navi .i >.ct h3{
  	font-size: 14px;
  }
  .ui-homecata .navi .i >.ct p{
  	margin-top: 5px;
  	font-size: 12px;
  	line-height: 20px;
  }
  .ui-homecata >.ct{
	padding: 5px;
	height:auto;
  }
  .ui-catalist ul{

  }
  .ui-catalist ul li{

  }
  .ui-catalist .i{
  	padding: 15px 6px;
  }
  .ui-catalist .i p{
  	font-size: 12px;
  	text-align: center;
  	background-size: 5px auto;
  }
  .ui-catalist .i p img{
  	margin-right: 0;
  	width: 45px;
  	height: 45px;
  	display: block;
  	margin: 0 auto;
  }
  .ui-catalist.full ul li{
  	width: 33.33%;
  	float: left;
  }
  .ui-catalist.full ul li:last-child{
  	border-bottom: none;
  }
  .ui-catalist.full .i{
	position: relative;
	background-color: transparent;
	
  }
  .ui-catalist.full .li_on{
	background-color:#9dab01;
	
  }
  .ui-catalist.full .i:after{
  	content: '';
  	position: absolute;
  	top: 0;
  	right: -1px;
  	height: 100%;
  	width: 1px;
  	background-color: #eeeeee;
  }
  .bt-btna{
  	zoom: .6;
  }
  .ui-head1.bb{
  	padding-top: 8px;
  	padding-bottom: 12px;
  }
  .ui-head1 >a{
  	top: -5px;
  }
  .ui-head1 h3{
  	font-size: 14px;
	text-align:center;
  }
  .ui-head1 h3 img{
  	zoom: .8;
  }
  .ui-head1.bb .r{ display:none;}
  .ui-head1 p{
  	font-size: 10px;
  	line-height: 18px;
  	margin-top: 5px;
  }
  .ui-head1.bb ul li{
  	margin-left: 5px;
  }
  .ui-head1.bb ul li a{
  	padding: 0 10px;
  	font-size: 12px;
  }
  .ui-head1.bb ul li a img{
  	zoom: .8;
  }
  .ui-homecase ul{
  	margin: -5px !important;
  }
  .ui-homecase ul li{
  	padding: 5px !important;
  	width: 50%;
  }
  .ui-homecase.lt ul li.mmboile{ display:block;}
  .ui-homecase .i{
  	height: auto !important;
  }
  .ui-homecase .i:before{
  	background-size: auto 34px;
  }
  .ui-homecase .i:hover:before{
  	background: none;
  }
  .ui-homecase .i >.ct{
  	top: auto !important;
  	bottom: 0;
  }
  .ui-homecase .i >.ct h3{
  	line-height: 36px;
  	font-size: 12px;
  }
  .ui-homecase .i >.ct p{
  	display: none;
  }
  .ui-homenews .view{
  	width: 100%;
  	float: none;
  }
  .ui-homenews .view >.ct{
  	height: 50px;
  	padding: 10px;
  	padding-right: 75px;
  }
  .ui-homenews .view >.ct >label{
  	width: 100%;
  	line-height: 50px;
  	width: 65px;
  	font-size: 16px;
  }
  .ui-homenews .view >.ct p{
  	font-size: 12px;
  	line-height: 16px;
  }
  .ui-homenews .list{
  	margin-left: 0;
  	padding-top: 15px;
  }
  .ui-homenews .list ul{
  	margin: 0;
  }
  .ui-homenews .list ul li{
  	width: 100%;
  	padding: 0;
  	margin-bottom: 15px;
  	float: none;
  }
  .ui-homenews .list ul li:last-child{
  	margin-bottom: 0;
  }
  .ui-homenews .list .i h3{
  	font-size: 14px;
  	margin-bottom: 4px;
  }
  .ui-homenews .list .i p{
  	font-size: 10px;
  	line-height: 20px;
  }
  .ui-homenews .view >img{ padding-bottom:50px;}
  .ui-pagebanner{
  	height: 200px;
  }
  .ui-pagepath{
  	padding: 15px 0;
  }
  .ui-pagetabs >.hd p{
  	font-size: 18px;
  }
  #contents img{ width:100%;}
  .ui-pagetabs >.ct{
  	margin-top: 10px;
  }
  .ui-pagetabs >.ct ul{
  	border-bottom: none;
  	position: relative;
  }
  .ui-pagetabs >.ct ul:after{
  	content: '';
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	background-color: #d4d4d4;
  	height: 1px;
  	position: absolute;
  }
  .ui-pagetabs >.ct ul li{
  	width: 33.33%;
  	border-bottom: 1px solid #d4d4d4;
  	position: relative;
  }
  .ui-pagetabs >.ct ul li:nth-last-child(2):after{
  	content: '';
  	top: 0;
  	right: -1px;
  	background-color: #d4d4d4;
  	height: 100%;
  	width: 1px;
  	position: absolute;
  }
  .ui-caseview .view >.ct img{ width:100%;}
  .ui-pagetabs >.ct .i >p{
  	font-size: 12px;
  }
  .ui-aboutinfo >.im{
  	float: none;
  	width: 100%;
  }
  .ui-aboutinfo >.ct{
  	margin-top: 10px;
  	width: 100%;
  }
  .ui-aboutinfo >.ct h3{
  	padding-top: 10px;
  	padding-bottom: 15px;
  	font-size: 18px;
  }
  .ui-aboutinfo >.ct p{
  	font-size: 12px;
  	line-height: 28px;
  }
  .ui-aboutflow ul{
  	margin: -5px;
  }
  .ui-aboutflow ul li{
  	width: 50%;
  	padding: 5px;
  }
  .ui-aboutflow .i{
  	height: auto;
  	padding: 10px;
  	height: 150px;
  }
  .ui-aboutflow .i p.p1{
  	text-align: center;
  }
  .ui-aboutflow .i p.p1 img{
  	width: 60%;
  }
  .ui-aboutflow .i p.p2{
  	margin-top: 10px;
  	line-height: 16px;
  }
  .bg-awards{
  	height: auto;
  }
  .ui-awards{
  	padding-left: 0;
  	padding-top: 120px;
  }
  .ui-awards .head{
  	width: 100%;
  }
  .ui-awards .head p.p1{
  	padding-top: 0;
  	font-size: 18px;
  }
  .ui-awards .head p.p2{
  	font-size: 12px;
  }
  .ui-awards .head p.p3{
  	margin-top: 20px;
  }
  .ui-awards .head p.p3 a{
  	zoom: .6;
  }
  .ui-awards .list ul{
  	margin: -5px;
  }
  .ui-awards .list ul li{
  	width: 50%;
  	padding: 5px;
  }
  .ui-awards .list .i p{
  	line-height: 32px;
  	font-size: 12px;
  }
  .ui-aboutinfo >.im >a{
  	background-size: 45px auto;
  }
  .ui-caselist ul{
  	margin: -5px;
  }
  .ui-caselist ul li{
  	width: 100%;
  	padding: 5px;
  }
  .ui-caselist .i >.im{
  	float: none;
  	width: 100%;
  }
  .ui-caselist .i >.ct{
  	width: 100%;
  	padding: 15px 10px;
  	float: none;
  	position: relative;
  }
  .ui-caselist .i >.ct p.p1{
  	padding-top: 0;
  	font-size: 14px;
  }
  .ui-caselist .i >.ct p.p2{
  	margin-top: 10px;
  	line-height: 20px;
  }
  .ui-caselist .i >.ct >label{
  	top: 15px;
  	right: 10px;
  	bottom: auto;
  	left: auto;
  	font-size: 10px;
  }
  
  
  
  
  
  
   .ui-caselistw ul{
  	margin: -5px;
  }
  .ui-caselistw ul li{
  	width: 100%;
  	padding: 5px;
  }
  .ui-caselistw .i >.im{
  	float: none;
  	width: 100%;
  }
  .ui-caselistw .i >.ct{
  	width: 100%;
  	padding: 15px 10px;
  	float: none;
  	position: relative;
  }
  .ui-caselistw .i >.ct p.p1{
  	padding-top: 0;
  	font-size: 14px;
  }
  .ui-caselistw .i >.ct p.p2{
  	margin-top: 10px;
  	line-height: 20px;
  }
  .ui-caselistw .i >.ct >label{
  	top: 15px;
  	right: 10px;
  	bottom: auto;
  	left: auto;
  	font-size: 10px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .ui-listmore{
  	zoom: .6;
  }
  .ui-leftparts{ display:none;}
  .ui-leftpart >.hd p{
  	line-height: 45px;
  	padding-left: 15px;
  	font-size: 16px;
  }
  .ui-leftinfo{
  	padding: 15px;
  }
  .ui-leftinfo .call >.hd img{
  	width: 30px;
  	padding-top: 5px;
  }
  .ui-leftinfo .call >.hd p{
  	margin-left: 38px;
  	font-size: 14px;
  	line-height: 20px;
  }
  .ui-leftinfo .call >.ct{
  	margin-top: 10px;
  }
  .ui-leftinfo .call >.ct p{
  	font-size: 12px;
  	line-height: 16px;
  }
  .bt-btna.aw{
  	zoom: 1;
  }
  .ui-leftinfo .news ul li{
  	margin-bottom: 15px;
  }
  .ui-leftinfo .news p a:before{
  	zoom: .8;
  }
  .ui-leftinfo .news p a{
  	font-size: 12px;
  }
  .ui-leftinfo .qbox >.ct p.p2{
  	font-size: 12px;
  	line-height: 16px;
  }
  .ui-lrctmain >.l{
  	width: 100%;
  	float: none;
  }
  .ui-lrctmain >.r{
  	float: none;
  	width: auto;
  	margin-top: 20px;
  }
  .ui-prodview >.ct p{
  	font-size: 12px;
  	line-height: 26px;
  }
  .ui-paging p{
  	text-align: center;
  }
  .ui-paging p a{
  	line-height: 26px;
  	padding: 0 8px;
  }
  .ui-prodhead >.l{
  	width: 100%;
  	float: none;
  }
  .ui-prodhead .view{
  	padding: 1px;
  }
  .ui-prodhead .tabs{
  	display: none;
  }
  .ui-prodview >.hd{
  	padding: 4px 8px;
  	padding-bottom: 0;
  	margin-bottom: 15px;
  }
  .ui-prodview >.hd ul li a{
  	line-height: 32px;
  	font-size: 12px;
  	padding: 0 10px;
  }
  .ui-caselist.full ul{

  }
  .ui-caselist.full ul li{
  	margin-bottom: 10px;
  }
  .ui-caselist.full .i >.im{
  	width: 100%;
  	float: none;
  }
  .ui-caselist.full .i >.ct{
  	margin-left: 0;
  	height: auto;
  	padding: 15px 10px;
  }
  .ui-caselist.full .i >.ct >label{
  	display: none;
  }
  .ui-contacthead >img{
  	width: 100%;
  	float: none;
  }
  .ui-contacthead >.ct{
  	margin-left: 0;
  	margin-top: 15px;
  }
  .ui-contacthead >.ct p img{
  	zoom: .5;
  }
  .ui-contacthead >.ct p{
  	line-height: 30px;
  	padding-left: 36px;
  	font-size: 12px;
  	margin-bottom: 15px;
  }
  .ui-contacthead >.ct p.tl{
  	line-height: 20px;
  }
  .ui-homebanner .carousel-indicators{
  	width: 300px;
  	margin-left: -150px;
  	text-align: center;
  	bottom: 5px;
  }
  .ui-homebanner .carousel-indicators li{
  	width: 5px;
  	margin: 0 2px !important;
  }
  
  
   .ui-homeabout >img{
  	float: none;
  	width: 100%;
  }
  .ui-homeabout .text{
  	margin-right: 0;
  	margin-top: 15px;
  }
  .ui-homeabout .text >.ct{
  	margin-top: 10px;
  }
  .ui-homeabout .text >.ct p{
  	font-size: 12px;
  	line-height: 22px;
  }
  .ui-homegood ul{
  	margin: -5px;
  }
  .ui-homegood ul li{
  	padding: 5px;
  	width: 50%;
  }
  .ui-homegood .i{
  	padding: 15px;
  	height: auto;
  }
  .ui-homegood .i p.p3{
  	font-size: 12px;
  	line-height: 22px;
  	margin-top: 10px;
  }
  .ui-homegood .i p.p1 i{
  	zoom: .5;
  }
  .ui-homegood .i p.p2{
  	margin-top: 10px;
  	font-size: 14px;
  }
  .ui-caseview{
	width:100%;
}
  .ui-caseview >.hd p{
  	font-size: 16px;
	padding-bottom:10px;
  }
  .ui-caseview >.ct{
  	margin-top: 20px;
  }
  .ui-caseview .view .aw{
  	width: 24px;
  	height: 46px;
  	margin-top: -23px;
  }
  .ui-caseview .view .aw.l{
  	left: 20px;
  }
  .ui-caseview .view .aw.r{
  	right: 20px;
  }
  .ui-caseview .tabs{
  	display: none;
  }
  .ui-caseview >.ft{
  	margin-top: 0;
  }
  .ui-caseview >.ft p{
  	line-height: 28px;
	font-size:12px;
  }
  .ui-caseview >.ft p .bt{
  	width: 200px;
  	line-height: 48px;
  	font-size: 14px;
  }
.ui-caseview >.ft video{ width:100%;}



  
  
  
  .yb_conct{
  	top: 360px;
  	zoom: .8;
  }
  .yb_bar .yb_phone,
  .yb_bar .yb_QQ{
  	display: none;
  }

















  .mb-hide{
    display: none;
  }
  .pc-hide{
  	display: block;
  }
  @media (max-width:767px) {
	.ui-homecase.lt .i >.ct h3{ line-height:20px;}
	.ft{ margin:0px;}
	.showpage{ padding:0px;}
	.shownext{ float:left;}
	.ui-caseview .view >.ct{ padding:10px;}
		 /*--新闻详细--*/}
}


/*----------customize----------*/
