
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;
}
@charset "UTF-8";

/*!
 * 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;
}

/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;


    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;

}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*!
 * 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: FlamaCondensed-Medium;
  src: url("../fonts/flamacondensed-medium.woff");
}
@font-face{
  font-family: FlamaSemicondensed-Light;
  src: url(fonts/FlamaSemicondensed-Light.otf);
}

html{
  font-size: 10px;
}
body{
  font-family: '宋体';
  font-size: 1.2rem;
  display: block !important;
  min-width: 1200px;
}
body:after{
	content: '';
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	display: none;
}
body.on-mask:after{
	display: block;
}

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----------*/
header{
	z-index: 99;
}
body.full header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


/*-----------main-----------*/
main{

}
.grid_700{
	width: 700px;
	position: relative;
}
.grid_700.l{
	float: right;
}
.grid_700.r{
	float: left;
}


[animate]{
    visibility: hidden;
}
[animate].done{
    visibility: visible;
}

/*----------footer----------*/
footer{
	background-color: #eaeaea;
	padding: 35px 0;
}
body.full footer{
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	bottom: -150px;
	transition: bottom 300ms;
}
body.full footer.show{
	bottom: 0;
}
footer .qbox{
	position: absolute;
	top: -10px;
	right: 0;
}
footer .qbox img{

}
footer .qbox p{
	text-align: center;
	color: #8b8b8b;
	margin-top: 5px;
}
footer .info{
	width: 90%;
	padding: 0;
	font-family: '宋体';
}
footer .info h3{
	line-height: 1em;
	color: #c8a063;
	font-family: BebasNeue;
	font-size: 30px;
}
footer .info h3:before{
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/foot-call.png);
	vertical-align: middle;
	margin-right: 15px;
}
footer .info p{
	line-height: 1em;
	color: #888888;
	margin-top: 15px;
	padding-left: 5px;
}
footer .info p a{
	color: #888888;
	margin-left: 12px;
}
footer .info p a:hover{
	color: #115fad;
}



.ui-leader .view{
	position: relative;
	z-index: 2;
	font-family: '宋体';
}
.ui-leader .view >.aw{
	display: inline-block;
	width: 43px;
	height: 42px;
	position: absolute;
	z-index: 1;
	bottom: 50px;
	transition: transform 300ms;
}
.ui-leader .view >.aw:hover{
	transform: scale(.95, .95);
}
.ui-leader .view >.aw.l{
	background-image: url(../images/awwl.png);
	left: 50px;
}
.ui-leader .view >.aw.r{
	background-image: url(../images/awwr.png);
	left: 115px;
}
.ui-leader .view .img{
	height: 530px;
	background: none no-repeat 100% 0;
	background-size: auto 105%;
	background-position: 100% 33%;
	transition: background-position 300ms;
}
.ui-leader .view:hover .img{
	background-position: 100% 0%;
}
.ui-leader .view .img >.tt{
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
	height: 100%;
	background-color: #c8a063;
	padding: 0 50px;
	padding-top: 80px;
}
.ui-leader .view .img >.tt h3{
	color: #ffffff;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 25px;
	font-family: "FlamaSemicondensed-Medium";
}
.ui-leader .view .img >.tt p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.ui-events{
	opacity: 0;
	position: relative;
}
.ui-events .i{
	width: 410px;
	background-color: #f2f2f2;
	margin-bottom: 40px;
}
.ui-events .i .img{
	overflow: hidden;
}
.ui-events .i .img img{
	width: 100%;
	transition: transform 300ms;
}
.ui-events .i:hover .img img{
	transform: scale(1.05, 1.05);
}
.ui-events .i .txt{
	padding: 35px 30px;
	font-family: '宋体';
}
.ui-events .i .txt p{
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}
.ui-lrmain{

}
.ui-lrmain >.l{
	width: 980px;
	float: left;
}
.ui-lrmain >.r{
	width: 380px;
	float: right;
}
.ui-headtabs{
	font-family: '宋体';
}
.ui-headtabs ul{
	display: inline-block;
}
.ui-headtabs ul li{
	float: left;
	margin-left: 15px;
}
.ui-headtabs ul li:first-child{
	margin-left: 0;
}
.ui-headtabs a{
	display: inline-block;
	width: 172px;
	height: 50px;
	border: 1px solid #c8a063;
	line-height: 48px;
	text-align: center;
	color: #c8a063;
	font-size: 18px;
	border-radius: 4px;
}
.ui-headtabs a:hover,
.ui-headtabs li.active a{
	background-color: #c8a063;
	color: #fff;
}
.ui-newslist{

}
.ui-newslist ul{

}
.ui-newslist ul li{
	margin-bottom: 36px;
}
.ui-newslist ul li:last-child{
	margin-bottom: 0;
}
.ui-newslist .i{
	display: block;
	background-color: #f2f2f2;
}
.ui-newslist .i >.img{
	width: 284px;
	float: left;
	position: relative;
	overflow: hidden;
}
.ui-newslist .i >.img:before{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/sd-a.png) repeat-x 0 100%;
}
.ui-newslist .i >.img img{
	width: 100%;
	transition: transform 300ms;
}
.ui-newslist .i:hover >.img img{
	transform: scale(1.05, 1.05);
}
.ui-newslist .i >.img p{
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
}
.ui-newslist .i >.txt{
	margin-left: 284px;
	padding: 40px;
	padding-bottom: 0;
	font-family: '宋体';
}
.ui-newslist .i >.txt h3{
	line-height: 1em;
	color: #323232;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ui-newslist .i:hover >.txt h3{
	color: #c8a063;
}
.ui-newslist .i >.txt p{
	color: #989898;
	line-height: 25px;
}
.ui-pagemore{

}
.ui-pagemore p{

}
.ui-pagemore p a{
	display: block;
	line-height: 60px;
	background-color: #c8a063;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.ui-pagemore p a:hover{
	opacity: .8;
}
.ui-head1{
	border-left: 10px solid #029f4e;
	padding-left: 28px;
}
.ui-head1 h3{
	line-height: 1em;
	color: #333333;
	font-size: 48px;
	font-weight: 100;
}
.ui-head1 p{
	margin-top: 18px;
	line-height: 1em;
	color: #333333;
	font-size: 24px;
}
.ui-ranklist{
	font-family: '宋体';
}
.ui-ranklist ul{

}
.ui-ranklist ul li{
	border-bottom: 1px solid #d1d1d1;
}
.ui-ranklist p{
	line-height: 55px;
	position: relative;
	top: 0;
	transition: top 300ms;
	top: 0;
}
.ui-ranklist p:hover{
	top: -5px;
}
.ui-ranklist p >b{
	font-weight: normal;
	color: #888888;
	font-size: 30px;
	font-weight: 100;
	display: inline-block;
	width: 24px;
	height: 55px;
	text-align: center;
	margin-right: 15px;
	vertical-align: middle;
}
.ui-ranklist p >b.c1{
	color: #c50000;
}
.ui-ranklist p >b.c2{
	color: #db7700;
}
.ui-ranklist p >b.c3{
	color: #dacd00;
}
.ui-ranklist p a{
	color: #666666;
	font-size: 14px;
}
.ui-ranklist p a:hover{
	color: #c8a063;
}
.ui-tagslist{
	font-family: '宋体';
}
.ui-tagslist ul{
	margin-right: -6px;
	margin-bottom: -6px;
}
.ui-tagslist ul li{
	padding-right: 6px;
	padding-bottom: 6px;
	float: left;
}
.ui-tagslist a{
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
	background-color: #f3f3f3;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
}
.ui-tagslist a:hover{
	background-color: #c8a063;
	color: #fff;
}
.ui-article{
	background-color: #f3f3f3;
	padding: 70px 50px;
	font-family: '宋体';
}
.ui-article >.hd{
	padding-bottom: 36px;
	border-bottom: 1px solid #999999;
}
.ui-article >.hd h3{
	line-height: 1em;
	color: #333333;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
.ui-article >.hd p{
	line-height: 1em;
	color: #999999;
	font-size: 14px;
}
.ui-article >.hd p .i{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: none no-repeat center #a1a4a8;
	border-radius: 50%;
	margin-left: 6px;
	vertical-align: middle;
}
.ui-article >.hd p .i:hover{
	background-color: #c8a063;
}
.ui-article >.hd p .i.ico1{
	background-image: url(../images/share-ico1.png);
}
.ui-article >.hd p .i.ico2{
	background-image: url(../images/share-ico2.png);
}
.ui-article >.hd p .i.ico3{
	background-image: url(../images/share-ico3.png);
}
.ui-article >.ct{
	margin-top: 38px;
}
.ui-article >.ct p{
	color: #333333;
	font-size: 15px;
	line-height: 36px;
}
.ui-article >.ct img{
	margin: 25px 0;
	width: 100%;
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
.ui-footlr{
	font-family: '宋体';
}
.ui-footlr p{

}
.ui-footlr p a{
	display: inline-block;
	width: 375px;
	height: 40px;
	border: 1px solid #d8d9da;
	text-indent: 22px;
	color: #000000;
	line-height: 38px;
	font-size: 14px;
}
.ui-footlr p a:hover{
	background-color: #c8a063;
	border-color: #c8a063;
	color: #fff;
}
.ui-addrlist{
	font-family: '宋体';
}
.ui-addrlist ul{
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
.ui-addrlist ul li{
	width: 50%;
	float: left;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.ui-addrlist .i{
	display: block;
	padding: 50px 0;
	padding-left: 60px;
	position: relative;
}
.ui-addrlist .i:hover{
	background-color: #fafafa;
}
.ui-addrlist .i >i{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #000000;
	font-size: 22px;
	position: absolute;
	top: 50px;
	right: 42px;
}
.ui-addrlist .i:hover >i{
	background-color: #000000;
	color: #fff;
}
.ui-addrlist .i h3{
	line-height: 1em;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ui-addrlist .i p{
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}
.ui-form{

}
.ui-form .p{

}
.ui-form .p .tt{
	border: 1px solid #dde1e4;
	width: 230px;
	height: 50px;
	border: 2px solid #dde1e4;
	color: #000000;
	font-size: 16px;
	text-indent: 10px;
	vertical-align: middle;
}
.ui-form .p .bt{
	display: inline-block;
	width: 118px;
	line-height: 50px;
	background-color: #c8a063;
	text-align: center;
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
}
.ui-form .p .bt:hover{
	opacity: .8;
}
.ui-shopmaps{
	font-family: '宋体';
}
.ui-shopmaps >.l{
	width: 380px;
	float: left;
}
.ui-shopmaps >.r{
	margin-left: 380px;
}
.ui-shopmaps .list{
	padding: 0 28px;
	border: 2px solid #eeeeee;
	height: 544px;
	overflow: auto;
}
.ui-shopmaps .list ul{

}
.ui-shopmaps .list ul li{
	border-bottom: 1px solid #eeeeee;
}
.ui-shopmaps .list ul li:last-child{
	border-bottom: none;
}
.ui-shopmaps .i{
	padding: 25px 0;
}
.ui-shopmaps .i h3{
	line-height: 1em;
	color: #000000;
	font-size: 20px;
	margin-bottom: 15px;
}
.ui-shopmaps .i p{
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
.ui-shopmaps .i p i{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: none no-repeat center;
	margin-right: 5px;
}
.ui-shopmaps .i p i.ico1{
	background-image: url(../images/icon-addr.png);
}
.ui-shopmaps .i p i.ico2{
	background-image: url(../images/icon-call.png);
}
.ui-shopmaps .maps{

}
.ui-abox{
	position: absolute;
	z-index: 11;
	top: 20%;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	top: -100%;
	transition: top 600ms;
}
.ui-abox.show{
	top: 20%;
}
.ui-abox >a{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/close1.png);
	position: absolute;
	top: 28px;
	right: 32px;
	transition: transform 300ms;
}
.ui-abox >a:hover{
	transform: rotate(90deg);
}
.ui-addrtext{

}
.ui-addrtext .head{
	background-color: #fafafa;
	padding: 0 50px;
	padding-top: 110px;
	padding-bottom: 35px;
}
.ui-addrtext .head >.hd{

}
.ui-addrtext .head >.hd p{
	line-height: 1em;
}
.ui-addrtext .head >.hd p.p1{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.ui-addrtext .head >.hd p.p2{
	margin-top: 10px;
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}
.ui-addrtext .head >.hd p.p3{
	margin-top: 30px;
	color: #999999;
	font-size: 14px;
}
.ui-addrtext .head >.hd p.p3 img{
	margin-right: 10px;
}
.ui-addrtext .head >.ct{
	margin-top: 30px;
}
.ui-addrtext .head >.ct p{
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	font-family: '宋体';
}
.ui-addrtext .addr{
	padding: 40px 50px;
}
.ui-addrtext .addr h3{
	line-height: 1em;
	color: #000000;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
}
.ui-addrtext .addr p{
	color: #999999;
	font-size: 16px;
	font-family: '宋体';
	line-height: 36px;
}
.ui-addrtext .maps{
	
}
.ui-contactbtns{
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	line-height: 0;
}
.ui-contactbtns a{
	display: inline-block;
	width: 90px;
	height: 90px;
	background: url(../images/role-icon.png) no-repeat center #00a051;
}
.ui-contactbtns a:hover{
	background-color: #115fad;
}
.ui-contactnavi{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #ececec;
	border-left: 4px solid #115fad;
	width: 40%;
	right: -40%;
	transition: right 600ms;
}
.ui-contactnavi.on{
	right: 0;
}
.ui-contactnavi >a{
	display: inline-block;
	width: 18px;
	height: 33px;
	background: url(../images/awrr.png);
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -16px;
	left: -26px;
	transition: transform 300ms;
	display: none;
}
.ui-contactnavi.on >a{
	display: block;
}
.ui-contactnavi >a:hover{
	transform: scale(.95, .95);
}
.ui-contactnavi ul{
	height: 100%;
}
.ui-contactnavi ul li{
	height: 25%;
	position: relative;
}
.ui-contactnavi ul li:nth-child(odd){
	background-color: #e3e3e3;
}
.ui-contactnavi .i{
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 60px;
	transition: margin-top 300ms;
}
.ui-contactnavi li:hover .i{
	margin-top: -40px;
}
.ui-contactnavi .i >i{
	display: inline-block;
	width: 52px;
	height: 52px;
	background: none no-repeat center;
	float: left;
}
.ui-contactnavi .i >i.ico1{
	background-image: url(../images/role-ico1.png);
}
.ui-contactnavi .i >i.ico2{
	background-image: url(../images/role-ico2.png);
}
.ui-contactnavi .i >i.ico3{
	background-image: url(../images/role-ico3.png);
}
.ui-contactnavi .i >i.ico4{
	background-image: url(../images/role-ico4.png);
}
.ui-contactnavi .i >.ct{
	margin-left: 80px;
}
.ui-contactnavi .i >.ct h3{
	line-height: 1em;
	color: #333333;
	font-size: 20px;
	padding-top: 2px;
	font-weight: bold;
}
.ui-contactnavi .i >.ct p{
	line-height: 1em;
	margin-top: 12px;
	color: #666666;
	font-size: 16px;
}
.ui-contactnavi .i >.ct p a{
	color: #666666;
	margin-right: 20px;
}
.ui-contactnavi .i >.ct p a:laka-child{
	margin-right: 0;
}
.ui-contactnavi .i >.ct p a:hover{
	color: #115fad;
}
.bt-scrolldown{
	display: inline-block;
	width: 29px;
	height: 45px;
	background: url(../images/icon-mouse.png);
	background-size: 100% 100%;
	position: absolute;
	z-index: 2;
	bottom: 45px;
	left: 50%;
	margin-left: -15px;
}
.bt-scrolldown.fix{
	position: fixed;
	bottom: 40px;
}
.ui-head-bl{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 80px;
}
.ui-head-bl.nobl{
	padding-bottom: 0;
}
.ui-head-bl:before{
	content: '';
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: #333333;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.ui-head-bl.nobl:before{
	display: none;
}
.ui-head-bl p{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.ui-homelink{

}
.ui-homelink ul{

}
.ui-homelink ul li{
	width: 25%;
	float: left;
	text-align: center;
}
.ui-homelink .i{
	display: inline-block;
	text-align: left;
	position: relative;
	top: 0;
	transition: top 300ms;
}
.ui-homelink .i:hover{
	top: -10px;
}
.ui-homelink .i >i{
	display: inline-block;
	width: 43px;
	height: 43px;
	background: none no-repeat center;
	float: left;
	opacity: .6;
}
.ui-homelink .i >i.ico1{
	background-image: url(../images/homelink-ico1.png);
}
.ui-homelink .i >i.ico2{
	background-image: url(../images/homelink-ico2.png);
}
.ui-homelink .i >i.ico3{
	background-image: url(../images/homelink-ico3.png);
}
.ui-homelink .i >i.ico4{
	background-image: url(../images/homelink-ico4.png);
}
.ui-homelink .i >.ct{
	margin-left: 60px;
}
.ui-homelink .i >.ct h3{
	line-height: 1em;
	color: #888888;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}
.ui-homelink .i:hover >.ct h3{
	color: #115fad;
}
.ui-homelink .i >.ct p{
	line-height: 1em;
	color: #bc9882;
	margin-top: 5px;
	font-family: '宋体';
}
.ui-fullpart{
	padding: 100px 0;
	position: relative;
}
.ui-fullpart.bg-g{
	background-color: #f9f5f1;
}
.ui-fullpart.nopd{
	padding: 0;
}
.ui-bannerex{

}
.ui-bannerex .grid_1400{
	height: 100%;
}
.ui-bannerex .view{
	height: 860px;
	background: none no-repeat center;
	background-size: cover;
	position: relative;
}
.ui-bannerex.lt .view{
	height: 750px;
}
.ui-bannerex .view:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}
.ui-bannerex .name{
	position: absolute;
	top: 80px;
	left: 0;
	padding-bottom: 35px;
}
.ui-bannerex .name:before{
	content: '';
	display: inline-block;
	width: 58px;
	height: 5px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ui-bannerex .name p{
	line-height: 1em;
	color: #fff;
	font-size: 55px;
}
.ui-bannerex .cont{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 260px;
}
.ui-bannerex .bt-scrolldown{
	margin-left: 35px;
}
.ui-groupinfo >.l{
	width: 50%;
	float: left;
	padding-top: 110px;
}
.ui-groupinfo >.r{
	width: 50%;
	float: right;
}
.ui-groupinfo .table1{

}
.ui-groupinfo .table1 table{
	width: 100%;
}
.ui-groupinfo .table1 p{
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}
.ui-groupinfo .table1 p.p1{
	font-size: 20px;
}
.ui-groupinfo .table1 p.p2{
	margin-top: 35px;
	font-family: FlamaCondensed-Medium;
	font-size: 72px;
}
.ui-groupinfo .table1 p.p2 small{
	font-family: 微軟正黑體;
	font-size: 15px;
}
.ui-groupinfo .table2{

}
.ui-groupinfo .table2 table{
	width: 100%;
}
.ui-groupinfo .table2 p{
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}
.ui-groupinfo .table2 p.p1{
	font-size: 28px;
}
.ui-groupinfo .table2 p.p2{
	margin-top: 30px;
}
.ui-groupinfo .table2 p.p2 img{
	height: 40px;
}
.ui-groupinfo .table2 p.p3{
	margin-top: 55px;
	font-family: FlamaCondensed-Medium;
	font-size: 97px;
}
.ui-groupinfo .table2 p.p3 small{
	font-family: 微軟正黑體;
	font-size: 21px;
}
.ui-headname{
	color: #000000;
}
.ui-headname.wt{
	color: #fff;
}
.ui-headname.ac{
	text-align: center;
}
.ui-headname h3{
	line-height: 1em;
	font-size: 72px;
	font-family: FlamaSemicondensed-Medium;
	text-transform: uppercase;
}
.ui-headname h3 small{
	font-family: FlamaSemicondensed-Ultralight;
	font-size: 72px;
	color: inherit;
}
.ui-headname p{
	line-height: 1em;
	font-size: 35px;
	margin-top: 15px;
	font-weight: bold;
}
.ui-headname p a{
	display: inline-block;
	width: 43px;
	height: 42px;
	background: url(../images/awwr.png);
}
.ui-headname p a:hover{
	background-image: url(../images/awwr-on.png);
}
.ui-leaderhead{
	padding-bottom: 120px;
}
.ui-leaderhead >.l{
	width: 50%;
	float: left;
	background-color: #Fff;
	padding-top: 120px;
	margin-top: -130px;
}
.ui-leaderhead >.r{
	width: 50%;
	float: right;
	padding-top: 120px;
}
.ui-leaderhead .text{
	position: relative;
}
.ui-leaderhead .text >img{
	position: absolute;
	bottom: -10px;
	right: 105px;
}
.ui-leaderhead .text h3{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 45px;
}
.ui-leaderhead .text p{
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}
.ui-video{
	position: relative;
}
.ui-video >img{
	width: 100%;
}
.ui-video >a{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon-play.png) no-repeat center;
	transition: transform 300ms;
}
.ui-video >a.lt{
	background-size: 75px auto;
}
.ui-video >a:hover{
	transform: scale(.95, .95);
}
.ui-groupprof{
	background-color: #1f7ecc;
}
.ui-groupprof >.l{
	width: 50%;
	float: left;
}
.ui-groupprof >.r{
	width: 50%;
	float: right;
}
.ui-groupprof .grid_700.l{
	position: relative;
	z-index: 1;
}
.ui-groupprof .grid_700.r{
	padding-top: 145px;
	padding-left: 90px;
}
.ui-groupprof .view{

}
.ui-groupprof .view .img{
	height: 800px;
	background: none no-repeat center;
	background-size: auto 100%;
}
.ui-groupprof .ui-video{
	position: absolute;
	top: -115px;
	width: 450px;
}
.ui-groupprof .text{
	margin-top: 80px;
}
.ui-groupprof .text >.ct{

}
.ui-groupprof .text >.ct p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.ui-groupprof .text >.ft{
	margin-top: 110px;
}
.ui-groupprof .text >.ft p{

}
.ui-groupprof .text >.ft p a{
	display: inline-block;
	width: 190px;
	line-height: 45px;
	background-color: #c8a063;
	border-radius: 23px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.ui-groupprof .text >.ft p a:hover{
	background-color: #fff;
	color: #1f7ecc;
}
.ui-groupprof .text >.ft p a i{
	font-family: '宋体';
	font-weight: bold;
	font-style: normal;
	margin-left: 15px;
}
.ui-history{

}
.ui-history >.hd{
	position: relative;
}
.ui-history >.hd:before{
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #b18b57;
}
.ui-history >.ct{
	margin-top: 100px;
	position: relative;
}
.ui-history .list{
	overflow: hidden;
}
.ui-history .list ul{

}
.ui-history .list ul li{
	width: 20%;
	float: left;
}
.ui-history .list .i{
	display: block;
}
.ui-history .list .i p{
	line-height: 1em;
	text-align: center;
}
.ui-history .list .i p.p1{

}
.ui-history .list .i p.p1 i{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/doth.png) no-repeat center;
}
.ui-history .list .i.on p.p1 i{
	background-image: url(../images/doth-on.png);
}
.ui-history .list .i p.p2{
	margin-top: 10px;
	font-family: 'BebasNeue';
	color: #666666;
	font-size: 36px;
}
.ui-history .list .i:hover p.p2,
.ui-history .list .i.on p.p2{
	color: #333333;
}
.ui-history .view{
	background-color: #fff;
	margin: 0 80px;
	position: relative;
}
.ui-history .view >.l{
	width: 50%;
	float: left;
}
.ui-history .view >.r{
	width: 50%;
	float: right;
}
.ui-history .view .img{
	overflow: hidden;
}
.ui-history .view .img img{
	width: 100%;
	transition: transform 300ms;
}
.ui-history:hover .view .img img{
	transform: scale(1.05, 1.05);
}
.ui-history .view .txt{
	padding: 130px 90px;
	position: relative;
}
.ui-history .view .txt:before,
.ui-history .view .txt:after{
	content: '';
	display: inline-block;
	width: 44px;
	height: 35px;
	position: absolute;
	opacity: .5;
}
.ui-history .view .txt:before{
	background-image: url(../images/cm-l.png);
	top: 60px;
	left: 60px;
}
.ui-history .view .txt:after{
	background-image: url(../images/cm-r.png);
	bottom: 60px;
	right: 60px;
}
.ui-history .view .txt p{
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}
.bt-aw{
    display: inline-block;
    width: 43px;
    height: 42px;
    position: absolute;
    z-index: 1;
}
.bt-aw.l{
	background-image: url(../images/awwl.png);
	left: 0;
	top: 50%;
	margin-top: -21px;
}
.bt-aw.l:hover{
	background-image: url(../images/awwl-on.png);
}
.bt-aw.r{
	background-image: url(../images/awwr.png);
	right: 0;
	top: 50%;
	margin-top: -21px;
}
.bt-aw.r:hover{
	background-image: url(../images/awwr-on.png);
}
.ui-culturelist{
	
}
.ui-culturelist ul{
	margin: 0 -40px;
}
.ui-culturelist ul li{
	width: 33.33%;
	float: left;
	padding: 0 40px;
}
.ui-culturelist .i{
	display: block;
	background-color: #f8f8f8;
}
.ui-culturelist .i .img{
	overflow: hidden;
}
.ui-culturelist .i .img:hover{

}
.ui-culturelist .i .img img{
	width: 100%;
	transition: transform 300ms;
}
.ui-culturelist .i:hover .img img{
	transform: scale(1.05, 1.05);
}
.ui-culturelist .i .txt{
	padding:25px  30px;
}
.ui-culturelist .i .txt h5{
	color: #333333;
	font-size: 36px;
	font-family: '宋体';
}
.ui-culturelist .i .txt h3{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1em;
	height: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-culturelist .i:hover .txt h3{
	color: #115fad;
}
.ui-culturelist .i .txt p{
	margin-top: 12px;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}
.ui-awardlist{
	font-family: '宋体';
}
.ui-awardlist >.hd{
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.ui-awardlist >.hd >.aw{
	width: 50%;
}
.ui-awardlist >.hd >.aw.on{
	background: url(../images/de-a.png) no-repeat 100% 0 #03ae5f;
}
.ui-awardlist >.hd >.aw.l{
	float: left;
}
.ui-awardlist >.hd >.aw.r{
	float: right;
}
.ui-awardlist >.hd .i{
	display: block;
}
.ui-awardlist >.hd .i p{
	line-height: 160px;
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.ui-awardlist >.hd >.aw.on .i p{
	color: #fff;
}
.ui-awardlist >.hd >.aw.r .i p{
	padding-left: 60px;
}
.ui-awardlist >.hd .i p:before{
	content: '';
	display: inline-block;
	width: 43px;
	height: 42px;
	background: url(../images/awwr.png);
	position: absolute;
	top: 50%;
	margin-top: -21px;
	right: 0;
	transition: transform 300ms;
}
.ui-awardlist >.hd >.aw:hover .i p:before{
	transform: translateX(10px);
}
.ui-awardlist >.hd >.aw.l .i p:before{
	right: 60px;
}
.ui-awardlist >.ct{
	margin-top: 40px;
}
.ui-awardlist >.ct ul{
	margin: 0 -25px;
}
.ui-awardlist >.ct ul li{
	width: 50%;
	padding: 0 25px;
	float: left;
}
.ui-awardlist >.ct .i{
	display: block;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 40px;
	padding-bottom: 30px;
}
.ui-awardlist >.ct .i p{
	line-height: 1em;
	color: #333333;
	font-size: 18px;
	padding-left: 80px;
	position: relative;
	top: 0;
	transition: top 300ms;
}
.ui-awardlist >.ct .i:hover p{
	color: #115fad;
	top: -5px;
}
.ui-awardlist >.ct .i p:before{
	content: '';
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(../images/icon-award.png);
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 15px;
}
.ui-banner{

}
.ui-banner .img{
	height: 220px;
	background: none no-repeat center;
	background-size: auto 100%;
	position: relative;
	transition: background-size 300ms;
}
.ui-banner .img:hover{
	background-size: auto 105%;
}
.ui-banner .img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}
.ui-overview{
	font-family: '宋体';
}
.ui-overview .head{

}
.ui-overview .head >.l{
	width: 45%;
	float: left;
	position: relative;
	z-index: 2;
}
.ui-overview .head >.r{
	width: 55%;
	float: right;
}
.ui-overview .head .text{

}
.ui-overview .head .text >.hd{
	border-left: 6px solid #dddddd;
	padding: 20px 50px;
}
.ui-overview .head .text >.hd p{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.ui-overview .head .text >.ct{
	margin-top: 40px;
	background-color: #00a051;
	margin-right: -75px;
	padding: 40px 0;
	height: 300px;
}
.ui-overtext{

}
.ui-overtext ul{

}
.ui-overtext ul li{
	width: 50%;
	float: left;
}
.ui-overtext p{
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	 text-align: center;
}
.ui-overtext p b{
	font-weight: normal;
	font-family: 'BebasNeue';
	font-size: 36px;
}
.ui-overview .head .view{
	position: relative;
	overflow: hidden;
}
.ui-overview .head .view:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/sd-a.png) repeat-x 0 0;
	height: 124px;
}
.ui-overview .head .view img{
	width: 100%;
}
.ui-overview .cont{
	margin-top: 70px;
}
.ui-overview .cont p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.ui-overview .cont >.l{
	width: 45%;
	float: left;
}
.ui-overview .cont >.r{
	width: 55%;
	float: right;
	padding-left: 50px;
}
.ui-overview .cont .aw{
	background-color: #c8a063;
	padding: 80px 60px;
	padding-left: 0;
	position: relative;
}
.ui-overview .cont .aw:before{
	content: '';
	position: absolute;
	top: 0;
	left: -200%;
	width: 200%;
	height: 100%;
	background-color: #c8a063;
}
.ui-overview .cont .aw ul{
	margin: -34px -15px;
}
.ui-overview .cont .aw ul li{
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 34px 15px;
}
.ui-overview .cont .aw ul li .i{
	display: inline-block;
	width: 190px;
	height: 50px;
	background: url(../images/award-lr.png);
	padding-top: 5px;
}
.ui-overview .cont .aw ul li .i p{
	text-align: center;
	line-height: 19px;
	font-size: 14px;
	color: #Fff;
}
.ui-operation{
	background: url(../images/group-img2.jpg);
	background-size: cover;
	height: 580px;
}
.ui-operation >.hd{
	padding-top: 35px;
	width: 50%;
	font-family: '宋体';
}
.ui-operation >.hd p{
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}
.ui-operation >.ct{
	padding-top: 260px;
	padding-left: 50%;
}
.ui-operation >.ct p{
	line-height: 1em;
	color: #fff;
}
.ui-operation >.ct p.p1{
	font-size: 30px;
}
.ui-operation >.ct p.p2{
	margin-top: 15px;
	font-size: 75px;
	text-transform: uppercase;
    font-family: "FlamaSemicondensed-Ultralight";
}
.ui-industry{

}
.ui-industry >.l{
	float: left;
	padding-left: 90px;
}
.ui-industry >.r{
	float: right;
	padding-top: 100px;
}
.ui-industry .circle{
	width: 570px;
	height: 570px;
	background: url(../images/chain.png);
	background-size: 100% 100%;
	position: relative;
}
.ui-industry .circle .ct{
	width: 330px;
	height: 330px;
	position: absolute;
	top: 50%;
	margin-top: -165px;
	left: 50%;
	margin-left: -165px;
}
.ui-industry .circle .ct .i{
	position: absolute;
	width: 26px;
	height: 26px;
}
.ui-industry .circle .ct .i >i{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #c8a063;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 1;
}
.ui-industry .circle .ct .i >label{
	display: inline-block;
	line-height: 44px;
	border-radius: 22px;
	background-color: #c8a063;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: absolute;
	color: #ffffff;
	font-size: 18px;
	min-width: 220px;
	max-width: none;
	text-align: center;
	transition: transform 300ms, opacity 300ms;
	transform: translateY(-100%);
	opacity: 0;
}
.ui-industry .circle .ct .i.on >label{
	transform: translateY(0);
	opacity: 1;
}
.ui-industry .circle .ct .i.i1{
	top: 28px;
	right: 38px;
}
.ui-industry .circle .ct .i.i1 label{
	left: 6px;
	bottom: 4px;
}
.ui-industry .circle .ct .i.i2{
	top: 170px;
	right: -12px;
}
.ui-industry .circle .ct .i.i2 label{
	left: 6px;
	bottom: 4px;
	width: 260px;
}
.ui-industry .circle .ct .i.i3{
	bottom: 28px;
	right: 38px;
}
.ui-industry .circle .ct .i.i3 label{
	left: 6px;
	top: 4px;
	width: 240px;
}
.ui-industry .circle .ct .i.i4{
	bottom: 28px;
	left: 38px;
}
.ui-industry .circle .ct .i.i4 label{
	right: 6px;
	top: 4px;
}
.ui-industry .circle .ct .i.i5{
	top: 170px;
	left: -12px;
}
.ui-industry .circle .ct .i.i5 label{
	right: 6px;
	bottom: 4px;
}
.ui-industry .circle .ct .i.i6{
	top: 28px;
	left: 38px;
}
.ui-industry .circle .ct .i.i6 label{
	right: 6px;
	bottom: 4px;
}
.ui-industry .text{
	margin-top: 45px;
	width: 500px;
	font-family: '宋体';
}
.ui-industry .text p{
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}
.ui-network{

}
.ui-network >.l{
	float: left;
	width: 50%;
	padding-top: 100px;
}
.ui-network >.r{
	float: right;
	width: 50%;
}
.ui-network .text{
	margin-top: 70px;
	font-family: '宋体';
}
.ui-network .text p{
	line-height: 60px;
	color: #000000;
	font-size: 16px;
}
.ui-network .text p >img{
	margin-right: 15px;
	width: 15px;
}
.ui-network .maps{

}
.ui-network .maps img{
	float: right;
}
.ui-headtext{
	font-family: '宋体';
}
.ui-headtext p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.ui-headtext.gt p{
	font-size: 20px;
	line-height: 36px;
}
.ui-footlink{
	overflow: hidden;
}
.ui-footlink ul{
	margin: 0 -20px;
}
.ui-footlink ul li{
	width: 33.33%;
	float: left;
	padding: 0 20px;
}
.ui-footlink .i{
	display: block;
	border-top: 7px solid #00aa5c;
	position: relative;
	overflow: hidden;
}
.ui-footlink .i >img{
	width: 100%;
	transition: transform 300ms;
}
.ui-footlink .i:hover >img{
	transform: scale(1.05, 1.05);
}
.ui-footlink .i >.ct{
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
	width: 100%;
}
.ui-footlink .i >.ct p{
	line-height: 1em;
	text-align: center;
	color: #fff;
}
.ui-footlink .i >.ct p img{
	height: 34px;
}
.ui-footlink .i >.ct p.p2{
	margin-top: 12px;
	font-size: 18px;
	font-family: '宋体';
}
.ui-textview{
	background-color: #c8a063;
}
.ui-textview >.l{
	float: left;
	width: 50%;
}
.ui-textview >.r{
	float: right;
	width: 50%;
}
.ui-textview .text{
	padding: 160px 120px;
	position: relative;
	font-family: '宋体';
}
.ui-textview .text:before,
.ui-textview .text:after{
    content: '';
    display: inline-block;
    width: 44px;
    height: 35px;
    position: absolute;
    opacity: .5;
}
.ui-textview .text:before{
	background-image: url(../images/cm-l-wt.png);
	top: 80px;
	left: 120px;
}
.ui-textview .text:after{
	background-image: url(../images/cm-r-wt.png);
	bottom: 80px;
	right: 120px;
}
.ui-textview .text p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.ui-textview .view{
	position: relative;
	overflow: hidden;
}
.ui-textview .view:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/sd-a.png) repeat-x 0 0;
	height: 124px;
}
.ui-textview .view img{
	width: 100%;
	transition: transform 900ms;
}
.ui-textview .view:hover img{
	transform: scale(1.2, 1.2);
}
.ui-footmore{
	font-family: '宋体';
}
.ui-footmore p{
	text-align: center;
}
.ui-footmore p a{
	display: inline-block;
	width: 540px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	background-color: #c8a063;
	border-radius: 6px;
}
.ui-footmore p a:hover{
	opacity: .8;
}
.ui-honorhead{
	position: relative;
	overflow: hidden;
}
.ui-honorhead >img{
	width: 100%;
	transition: transform 900ms;
}
.ui-honorhead:hover >img{
	transform: scale(1.2, 1.2);
}
.ui-honorhead >.ct{
	position: absolute;
	top: 50%;
	margin-top: -70px;
	right: 140px;
}
.ui-honorhead >.ct p{
	line-height: 1em;
	color: #fff;
	text-align: right;
}
.ui-honorhead >.ct p.p1{
	font-size: 60px;
}
.ui-honorhead >.ct p.p2{
	margin-top: 25px;
	font-size: 48px;
	text-transform: uppercase;
    font-family: "FlamaSemicondensed-Medium";
}
.ui-honorhead >.ct p.p2 small{
	font-size: 48px;
    font-family: "FlamaSemicondensed-Ultralight";
}
.bg-product{
	background: none no-repeat center;
	background-size: cover;
}
.bg-product >i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/sd-b.png) repeat-x 0 100%;
}
.bg-product >i.full{
	background: rgba(0, 0, 0, .3);
}
.bg-product >.grid_1400{
	height: 100%;
}
.ui-prodhead{
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
}
.ui-prodhead .cont{
}
.ui-prodhead table{
	width: 100%;
}
.ui-prodhead table tr{
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.ui-prodhead table tr td{
	border-left: 1px solid rgba(255, 255, 255, .2);
	text-align: center;
}
.ui-prodhead .i{
	display: inline-block;
	text-align: left;
}
.ui-prodhead .i p{
	line-height: 1em;
	color: #Fff;
}
.ui-prodhead .i p.p1{
	font-size: 72px;
    font-family: 'BebasNeue';
}
.ui-prodhead .i p.p2{
	margin-top: 5px;
	font-size: 16px;
}
.ui-prodinfo{
	position: absolute;
	top: 50%;
	margin-top: -240px;
	left: 0;
	width: 100%;
}
.ui-prodinfo >.hd{
	height: 111px;
	background: url(../images/tt-p.png) no-repeat center;
}
.ui-prodinfo >.hd p{
	line-height: 100px;
	text-align: center;
	color: #fff600;
	font-size: 45px; 
}
.ui-prodinfo >.ct{
	margin-top: 20px;
	top: 0;
}
.ui-prodinfo >.ct p{
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.ui-prodinfo >.ct p b{
	font-size: 45px;
    font-family: 'BebasNeue';
    font-weight: normal;
}
.ui-prodtext{
	padding-top: 150px;
}
.ui-prodtext >.hd{
	border-left: 22px solid #b4ff00;
	padding-left: 35px;
}
.ui-prodtext >.hd p{
	color: #fff;
	line-height: 1em;
}
.ui-prodtext >.hd p.p1{
	font-size: 60px;
}
.ui-prodtext >.hd p.p2{
	margin-top: 25px;
	font-size: 16px;
	font-family: '宋体';
}
.ui-prodtext >.ct{
	margin-top: 80px;
}
.ui-prodtext .text{

}
.ui-prodtext .text >.hd{

}
.ui-prodtext .text >.hd p{
	line-height: 1em;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.ui-prodtext .text >.ct{
	margin-top: 45px;
}
.ui-prodtext .text >.ct p{
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
	width: 55%;
	font-family: '宋体';
}
.ui-prodtext .text >.ft{
	margin-top: 50px;
}
.ui-prodtext .text >.ft a{
	display: inline-block;
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 20px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transition: transform 600ms;
	font-family: '宋体';
}
.ui-prodtext .text >.ft a:hover{
	background-color: rgba(255,255,255,.2);
	border-color: rgba(255,255,255,.2);
	transform: scale(.9, .9);
}
.ui-prodtext .text >.ft a img{
	margin-right: 10px;
}
.ui-prodmaps{
	width: 579px;
	height: 319px;
	background: url(../images/farmmaps.png);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -160px;
}
.ui-prodmaps >.ct{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-prodmaps >.ct .i{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #b4ff00;
	border-radius: 50%;
	position: absolute;
}
.ui-prodmaps >.ct .i:after{
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/farm-curr.png);
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -24px;
	transition: transform 300ms;
	transform: scale(0, 0);
}
.ui-prodmaps >.ct .i:hover:after{
	transform: scale(1, 1);
}
.ui-prodmaps >.ct .i.i1{
	top: 115px;
	left: 470px;
}
.ui-prodmaps >.ct .i.i2{
	top: 125px;
	left: 450px;
}
.ui-prodmaps >.ct .i.i3{
	top: 255px;
	left: 485px;
}
.ui-prodmaps >.ct .i.i4{
	top: 280px;
	left: 555px;
}
.ui-proditem{

}
.ui-proditem >.l,
.ui-proditem >.r{
	width: 50%;
	height: 900px;
	background: none no-repeat 0 0;
	background-size: cover;
}
.ui-proditem >.l >img,
.ui-proditem >.r >img{
	width: 100%;
}
.ui-proditem >.l{
	float: left;
}
.ui-proditem >.r{
	float: right;
}
.ui-proditem .view{
	position: relative;
}
.ui-proditem .view >.tt{
	position: absolute;
	top: 130px;
	right: 65px;
}
.ui-proditem .view >.tt p{
	line-height: 1em;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
}
.ui-proditem .view >.tt p.p1{
    font-family: 'BebasNeue';
    font-size: 140px;
}
.ui-proditem .view >.tt p.p2{
	margin-top: 35px;
	font-size: 60px;
    font-family: "FlamaSemicondensed-Medium";
}
.ui-proditem .view >.tt p.p3{
	margin-top: 15px;
    font-family: "FlamaSemicondensed-Ultralight";
    font-size: 30px;
}
.ui-proditem .text{
	padding-top: 130px;
	padding-left: 68px;
}
.ui-proditem .text >.hd{
	border-left: 20px solid #683600;
	padding-left: 48px;
	margin-left: -68px;
}
.ui-proditem .text >.hd p{
	line-height: 1em;
	color: #333333;
	font-weight: bold;
}
.ui-proditem .text >.hd p.p1{
	font-size: 60px;
}
.ui-proditem .text >.hd p.p2{
	margin-top: 25px;
	font-size: 30px;
}
.ui-proditem .text >.ct{
	margin-top: 50px;
	height: 215px;
}
.ui-proditem .text >.ct p{
	color: #999999;
	font-size: 16px;
	line-height: 28px;
	padding-left: 30px;
	margin-bottom: 25px;
	position: relative;
	font-family: '宋体';
}
.ui-proditem .text >.ct p:last-child{
	margin-bottom: 0;
}
.ui-proditem .text >.ct p:before{
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/li-star1.png);
	opacity: .8;
	position: absolute;
	top: 5px;
	left: 0;
}
.ui-proditem .text >.ft{
	margin-top: 100px;
}
.ui-proditem .text >.ft p{

}
.ui-proditem .text >.ft p a{
	display: inline-block;
	width: 144px;
	height: 40px;
	border: 1px solid #666666;
	border-radius: 20px;
	line-height: 38px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-right: 20px;
	transition: transform 3600ms;
	font-family: '宋体';
}
.ui-proditem .text >.ft p a:hover{
	background-color: rgba(0, 0, 0, .2);
	border-color: rgba(0, 0, 0, .2);
	transform: scale(.8, .8);
}
.ui-proditem .text >.ft p a img{
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.ui-proditem .list{
	padding-left: 68px;
}
.ui-proditem .list >.hd{
}
.ui-proditem .list >.hd p{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.ui-proditem .list >.ct{
	margin-top: 20px;
}
.ui-proditem .list >.ct ul{

}
.ui-proditem .list >.ct ul li{
	float: left;
	margin-left: 25px;
}
.ui-proditem .list >.ct ul li:first-child{
	margin-left: 0;
}
.ui-proditem .list >.ct .i{
	display: block;
	overflow: hidden;
}
.ui-proditem .list >.ct .i img{
	width: 100%;
	transition: transform 300ms;
}
.ui-proditem .list >.ct .i:hover img{
	transform: scale(1.05, 1.05);
}
.ui-proditem.df >.l{
	float: right;
}
.ui-proditem.df >.r{
	float: left;
}
.ui-proditem.df .grid_700.l{
	float: left;
}
.ui-proditem.df .grid_700.r{
	float: right;
}
.ui-proditem.df .text{
	padding-left: 0;
	padding-right: 68px;
	text-align: right;
}
.ui-proditem.df .text >.hd{
	border-left: none;
	border-right: 20px solid #683600;
	padding-left: 0;
	padding-right: 48px;
	margin-left: 0;
	margin-right: -68px;
}
.ui-proditem.df .text >.ct p{
	padding-left: 0;
	padding-right: 30px;
}
.ui-proditem.df .text >.ct p:before{
	left: auto;
	right: 0;
}
.ui-proditem.df .text >.ft p a:last-child{
	margin-right: 0;
}
.ui-proditem.df .list{
	padding-left: 0;
	padding-right: 68px;
	text-align: right;
}
.ui-proditem.df .view >.tt{
	left: 65px;
}
.ui-proditem.df .view >.tt p{
	text-align: left;
}
.ui-pagenavi{
	position: fixed;
	z-index: 10;
	top: 30%;
	right: 55px;
	width: 20px;
}
.ui-pagenavi >.hd{

}
.ui-pagenavi >.hd p{
	
}
.ui-pagenavi >.hd p a{
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url(../images/icon-smbn.png);
}
.ui-pagenavi.wt >.hd p a{
	background-image: url(../images/icon-smbn-wt.png);
}
.ui-pagenavi >.hd p a:hover{
	opacity: .8;
}
.ui-pagenavi >.ct{
	margin-top: 40px;
	position: relative;
}
.ui-pagenavi >.ct:before{
	content: '';
	display: inline-block;
	width: 1px;
	top: 9px;
	bottom: 0;
	left: 10px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
}
.ui-pagenavi.wt >.ct:before{
	background-color: rgba(255, 255, 255, .5);
}
.ui-pagenavi >.ct ul{

}
.ui-pagenavi >.ct ul li{
	text-align: center;
	margin-bottom: 45px;
	line-height: 1em;
}
.ui-pagenavi >.ct ul li:last-child{
	margin-bottom: 0;
}
.ui-pagenavi >.ct .i{
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	position: relative;
	vertical-align: middle;
}
.ui-pagenavi.wt >.ct .i{
	background-color: rgba(255, 255, 255, .5);
}
.ui-pagenavi >.ct .i.on,
.ui-pagenavi >.ct .i:hover{
	background-color: rgba(0, 0, 0, 1);
}
.ui-pagenavi.wt >.ct .i.on,
.ui-pagenavi.wt >.ct .i:hover{
	background-color: rgba(255, 255, 255, 1);
}
.ui-pagenavi >.ct .i >label{
	position: absolute;
	top: -4px;
	right: 18px;
	color: rgba(0, 0, 0, .5);
	width: 90px;
	text-align: right;
	font-size: 14px;
	max-width: none;
	cursor: pointer;
}
.ui-pagenavi.wt >.ct .i >label{
	color: rgba(255, 255, 255, .5);
}
.ui-pagenavi >.ct .i.on >label,
.ui-pagenavi >.ct .i:hover >label{
	color: rgba(0, 0, 0, 1);
}
.ui-pagenavi.wt >.ct .i.on >label,
.ui-pagenavi.wt >.ct .i:hover >label{
	color: rgba(255, 255, 255, 1);
}
.ui-hrlink{
	margin: -25px;
}
.ui-hrlink table{
	width: 100%;
}
.ui-hrlink table tr{

}
.ui-hrlink table tr td{
	padding: 25px;
}
.ui-hrlink .i{
	display: block;
	overflow: hidden;
	position: relative;
}
.ui-hrlink .i >img{
	width: 100%;
	overflow: hidden;
	transition: transform 300ms;
}
.ui-hrlink .i:hover >img{
	transform: scale(1.05, 1.05);
}
.ui-hrlink .i >.ct{
	position: absolute;
	left: 70px;
	bottom: 70px;
}
.ui-hrlink .i >.ct p{
	line-height: 1em;
	margin-bottom: 50px;
	color: #fff;
	font-size: 36px;
}
.ui-hrlink .i >.ct p:last-child{
	margin-bottom: 0;
}
.ui-hrlink .i >.ct p i{
	display: inline-block;
	width: 43px;
	height: 42px;
	background: url(../images/awwr-wt.png);
	background-size: 100% 100%;
	transition: left 300ms;
	position: relative;
	left: 0;
}
.ui-hrlink .i:hover >.ct p i{
	left: 10px;
}
.ui-teamhead{

}
.ui-teamhead >.l{
	width: 50%;
	float: left;
}
.ui-teamhead >.r{
	width: 50%;
	float: right;
}
.ui-teamhead .i{
	display: block;
	height: 245px;
	background: none no-repeat cover;
	background-size: auto 100%;
	position: relative;
	transition: background-size 300ms;
}
.ui-teamhead .i:hover{
	background-size: auto 105%;
}
.ui-teamhead .i:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
}
.ui-teamhead .i:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 26px;
	background: #fff;
}
.ui-teamhead .i.on:after{
	background: url(../images/awbl.png);
}
.ui-teamhead .i >img{

}
.ui-teamhead .i .ct{
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 0;
}
.ui-teamhead .i .ct.r{
	text-align: right;
	left: auto;
	right: 0;
}
.ui-teamhead .i .ct p{
	line-height: 1em;
	color: #fff;
}
.ui-teamhead .i .ct p.p1{
    font-family: "FlamaSemicondensed-Medium";
    font-size: 36px;
    text-transform: uppercase;
}
.ui-teamhead .i .ct p.p1 small{
    font-family: "FlamaSemicondensed-Ultralight";
    font-size: 36px;
}
.ui-teamhead .i .ct p.p2{
	margin-top: 5px;
	font-size: 24px;
}
.ui-jobstabl{
	border-top: 2px solid #d8d9da;
	font-family: '宋体';
}
.ui-jobstabl >.hd{

}
.ui-jobstabl >.ct{

}
.ui-jobstabl >.ct >ul{

}
.ui-jobstabl >.ct >ul >li{
	margin-bottom: 20px;
}
.ui-jobstabl >.ct >ul >li:last-child{
	margin-bottom: 0;
}
.ui-jobstabl .i{
	border: 2px solid #d8d9da;
	padding: 20px 0;
}
.ui-jobstabl .i.nobd{
	border-color: #fff;
	padding: 50px 0;
}
.ui-jobstabl .i >.hd{
	cursor: pointer;
}
.ui-jobstabl .i >.hd ul{

}
.ui-jobstabl .i >.hd ul li{
	width: 20%;
	float: left;
	padding-left: 25px;
	color: #333333;
	font-size: 16px;
}
.ui-jobstabl .i >.ct{
	margin: 0 20px;
	margin-top: 20px;
	border-top: 1px dashed #d8d9da;
	padding: 35px 0;
	display: none;
}
.ui-jobstabl .i.on >.ct{
	display: block;
}
.ui-jobstabl .i table{
	width: 100%;
	border: 1px solid #d8d9da;
}
.ui-jobstabl .i table tr{
	border-bottom: 1px solid #d8d9da;
}
.ui-jobstabl .i table tr td{
	border-right: 1px solid #d8d9da;
	line-height: 1em;
	padding: 20px 0;
	padding-left: 35px;
	font-size: 16px;
	vertical-align: middle;
}
.ui-jobstabl .i table tr td:nth-child(odd){
	background-color: #eeeeee;
}
.ui-jobstabl .i table tr td p{
	line-height: 30px;
	font-size: 16px;
}
.ui-contactview{

}
.ui-contactview >.l{
	width: 50%;
	float: left;
}
.ui-contactview >.r{
	width: 50%;
	float: right;
}
.ui-contactview .i{
	display: block;
	overflow: hidden;
	position: relative;
}
.ui-contactview .i:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid rgba(255, 255, 255, .5)
}
.ui-contactview .i >img{
	width: 100%;
	transition: transform 300ms;
}
.ui-contactview .i:hover >img{
	transform: scale(1.05, 1.05);
}
.ui-contactview .i >.ct{
	position: absolute;
	top: 50%;
	margin-top: -65px;
	left: 0;
	width: 100%;
}
.ui-contactview .i >.ct p{
	line-height: 1em;
	text-align: center;
}
.ui-contactview .i >.ct p.p1{
	line-height: 76px;
}
.ui-contactview .i >.ct p.p1 img{

}
.ui-contactview .i >.ct p.p2{
	color: #ffffff;
	font-size: 35px;
	margin-top: 15px;
}
.ui-aboxprod{
	position: fixed;
	z-index: 11;
	width: 1160px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	top: 50%;
	margin-top: -400px;
	left: 50%;
	margin-left: -580px;
	display: none;
}
.ui-aboxprod >.hd{
	position: absolute;
	z-index: 1;
	top: 45px;
	left: 50px;
	right: 40px;
}
.ui-aboxprod >.hd >a{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/prod-hide.png);
	background-size: 100% 100%;
	top: 0;
	right: 0;
	position: absolute;
	transition: transform 300ms;
}
.ui-aboxprod >.hd >a:hover{
	transform: rotate(90deg);
}
.ui-aboxprod >.hd .aw{

}
.ui-aboxprod >.hd .aw a{
	display: inline-block;
	width: 16px;
	height: 27px;
	margin-right: 15px;
}
.ui-aboxprod >.hd .aw a:hover{
	opacity: .8;
}
.ui-aboxprod >.hd .aw a.l{
	background-image: url(../images/prod-awwl.png);
}
.ui-aboxprod >.hd .aw a.r{
	background-image: url(../images/prod-awwr.png);
}
.ui-aboxprod >.ct{

}
.ui-aboxprod >.ft{
	padding: 15px 25px;
}
.ui-aboxprod .view{
	position: relative;
}
.ui-aboxprod .view:before,
.ui-aboxprod .view:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: none repeat-x 0 0;
	background-size: auto 100%;
	height: 200px;
	opacity: .6;
}
.ui-aboxprod .view:before{
	background-image: url(../images/prod-sd-t.png);
	top: 0;
}
.ui-aboxprod .view.nobs:after{
	display: none;
}
.ui-aboxprod .view:after{
}
.ui-aboxprod .view >img{
	width: 100%;
}
.ui-aboxprod .view >.tt{
	position: absolute;
	bottom: 30px;
	left: 50px;
	right: 60px;
	z-index: 1;
}
.ui-aboxprod .view >.tt >.l{
	position: absolute;
	top: 0;
	left: 0;
}
.ui-aboxprod .view >.tt >.l p{
	line-height: 1em;
	color: #fff;
}
.ui-aboxprod .view >.tt >.l p.p1{
	font-size: 36px;
}
.ui-aboxprod .view >.tt >.l p.p2{
	font-size: 36px;
    font-family: 'FlamaSemicondensed-Ultralight';
    text-transform: uppercase;
    margin-top: 20px;
}
.ui-aboxprod .view >.tt >.r{
	margin-left: 350px;
	border-left: 1px solid #fff;
	padding: 15px 0;
	padding-left: 65px;
}
.ui-aboxprod .view >.tt >.r p{
	line-height: 32px;
	font-size: 18px;
	color: #fff;
	font-family: '宋体';
}
.ui-aboxprod .list{
	padding: 0 35px;
	position: relative;
}
.ui-aboxprod .list .aw{
	display: inline-block;
	width: 16px;
	height: 27px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
}
.ui-aboxprod .list .aw:hover{
	opacity: .8;
}
.ui-aboxprod .list .aw.l{
	background-image: url(../images/prod-awdl.png);
	left: 0;
}
.ui-aboxprod .list .aw.r{
	background-image: url(../images/prod-awdr.png);
	right: 0;
}
.ui-aboxprod .list >.ct{

}
.ui-aboxprod .list ul{
}
.ui-aboxprod .list ul li{
	width: 16.66%;
	float: left;
}
.ui-aboxprod .list ul li a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border: 4px solid #fff;
	margin: 0 15px;
}
.ui-aboxprod .list ul li.active a{
	border-color: #683600;
}
.ui-aboxprod .list ul li a:hover{
	opacity: .8;
}
.ui-aboxprod .list ul li a img{
	width: 100%;
}

.index .i_news .list .item .con,
.index .i_pro .progroup .current_protitle{
	font-family: '宋体';
}


/*!
 * plugin.css
 */

body .carousel-indicators{
	bottom: 100px;
	z-index: 9;
}
body .carousel-indicators.r{
	width: 90%;
	margin-left: -45%;
	text-align: right;
	bottom: 40px;
}
body .carousel-indicators li{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #f7f7f7;
	border-radius: 6px;
	margin: 0 8px !important;
}
body .carousel-indicators li.active{
	width: 45px;
}


.lrlist{

}
.lrlist .ct{
	overflow: hidden;
}
.lrlist .ct ul{
	position: relative;
	left: 0;
}
















































 

/*!
 * media.css
 */
@media screen and (max-width: 1600px) {
	.ui-events .i{
		width: 360px;
	}
	.ui-shopmaps .list{
		height: 491px;
	}
	.ui-lrmain >.l{
		width: 880px;
	}
}

@media screen and (max-width: 1440px) {
	.ui-events .i{
		width: 300px;
	}
	.ui-events .i .txt{
		padding: 20px 20px;
	}
	.ui-events .i .txt p{
		font-size: 14px;
		line-height: 26px;
	}
	.ui-leader >.hd >img{
		height: 100px;
	}
	.ui-leader .tabs .i{
		line-height: 90px;
	}
	.ui-leader .view .img >.tt{
		padding: 0 20px;
		padding-top: 50px;
    	width: 26%;
	}
	.ui-leader .view .img >.tt h3{
	    font-size: 32px;
	    margin-bottom: 15px;
	}
	.ui-leader .view .img >.tt p{
	    font-size: 14px;
	    line-height: 28px;
	}
	.ui-addrlist .i{
		padding: 30px 0;
		padding-left: 40px;
	}
	.ui-addrlist .i >i{
		top: 30px;
		right: 30px;
	}
	.ui-addrlist .i h3{
		font-size: 16px;
	}
	.ui-addrlist .i p{
		font-size: 14px;
		line-height: 28px;
	}
	.ui-shopmaps .list{
		height: 384px;
	}
	.ui-shopmaps .i{
		padding: 15px 0;
	}
	.ui-shopmaps .i h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.ui-shopmaps .i p{
		font-size: 12px;
		line-height: 22px;
	}
	.ui-lrmain >.l{
		width: 780px;
	}
	.ui-lrmain >.r{
		width: 280px;
	}
	.ui-newslist .i >.txt{
		padding: 25px;
	}
	.ui-head1 h3{
		font-size: 40px;
	}
	.ui-article >.hd h3{
		font-size: 24px;
		margin-bottom: 24px;
	}
	.ui-article >.hd p{
		font-size: 12px;
	}
	.ui-article >.ct p{
		font-size: 15px;
		line-height: 32px;
	}
	.ui-footlr p a{
		width: 320px;
		font-size: 12px;
	}
	.ui-history .view .txt{
		padding: 80px 45px;
	}
	.ui-history .view .txt:before,
	.ui-history .view .txt:after{
		zoom: .8;
	}
	.ui-history .view .txt:before{
		top: 30px;
		left: 30px;
	}
	.ui-history .view .txt:after{
		bottom: 30px;
		right: 30px;
	}
	.ui-groupinfo .table2 p.p1{
		font-size: 20px;
	}
	.ui-groupinfo .table1 p.p2{
		font-size: 48px;
	}
	.ui-groupinfo .table2 p.p3{
		font-size: 64px;
	}
	.grid_700{
		width: 500px;
	}
	.ui-headname h3{
		font-size: 64px;
	}
	.ui-headname h3 small{
		font-size: 64px;
	}
	.ui-headname p{
		font-size: 30px;
	}
	.ui-leaderhead .text >img{
		right: 20px;
	}
	.ui-groupprof .text{
		margin-top: 40px;
	}
	.ui-groupprof .text >.ft{
		margin-top: 40px;
	}
	.ui-history .view{
		margin: 0;
	}
	.bt-aw.l{
		left: 15px;
	}
	.bt-aw.r{
		right: 15px;
	}
	.ui-culturelist ul{
		margin: 0 -20px;
	}
	.ui-culturelist ul li{
		padding: 0 20px;
	}
	.ui-textview .text{
		padding: 120px 60px;
	}
	.ui-textview .text:before,
	.ui-textview .text:after{
		zoom: .8;
	}
	.ui-textview .text:before{
		left: 60px;
	}
	.ui-textview .text:after{
		right: 60px;
	}
	.ui-overview .cont .aw ul li{
		width: 50%;
	}
	.ui-industry >.l{
		padding-left: 0;
	}
	.ui-industry .circle{
		zoom: .8;
	}
	.ui-network .maps{
		zoom: .8;
	}
	.ui-fullpart{
		padding: 60px 0;
	}
	.ui-network >.l{
		padding-top: 60px;
	}
	.ui-abox{
		width: 980px;
		margin-left: -490px;
	}
	.ui-addrtext .head{
		padding-top: 55px;
		padding-bottom: 20px;
	}
	.ui-addrtext .head >.hd p.p2{
		font-size: 24px;
	}
	.ui-addrtext .head >.hd p.p3{
		margin-top: 15px;
	}
	.ui-addrtext .head >.ct{
		margin-top: 15px;
	}
	.ui-addrtext .head >.ct p{
		font-size: 14px;
		line-height: 28px;
	}
	.ui-addrtext .addr{
		padding: 20px 50px;
	}
	.ui-addrtext .addr h3{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.ui-addrtext .addr p{
		font-size: 14px;
		line-height: 30px;
	}
	.ui-hrlink{
		margin: -15px;
	}
	.ui-hrlink table tr td{
		padding: 15px;
	}
	.ui-hrlink .i >.ct{
		bottom: 40px;
		left: 40px;
	}
	.ui-hrlink .i >.ct p{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.ui-hrlink .i >.ct p i{
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
	}
	.ui-contactbtns a{
		width: 75px;
		height: 75px;
		background-size: 40% auto;
	}
	.ui-proditem .text >.ft p a{
		width: 120px;
		height: 35px;
		line-height: 33px;
		font-size: 13px;
	}
	.ui-proditem .text >.ft p a img{
		margin-right: 5px;
		height: 14px;
	}
	.ui-proditem .text >.ft{
		margin-top: 40px;
	}
	.ui-proditem .text >.ct{
		height: 180px;
	}
	.ui-proditem .text >.ct p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.ui-proditem .list >.ct ul li{
		width: 33.33%;
		margin-left: 0;
		padding-left: 15px;
	}
	.ui-proditem .list >.ct ul li:first-child{
		margin-left: -15px;
	}
	.ui-proditem .text >.hd p.p1{
		font-size: 45px;
	}
	.ui-proditem .text >.hd p.p2{
		font-size: 20px;
		margin-top: 15px;
	}
	.ui-proditem.df .list >.ct ul li:first-child{
		margin-left: 0;
	}
	.ui-bannerex.lt .view{
		height: 500px;
	}
	.ui-bannerex .name{
		padding-bottom: 20px;
	}
	.ui-bannerex .name:before{
		width: 40px;
		height: 3px;
	}
	.ui-bannerex .name p{
		font-size: 40px;
	}
	.ui-aboxprod{
		width: 720px;
		margin-left: -360px;
		margin-top: -220px;
	}
	.ui-aboxprod >.hd{
		top: 20px;
		left: 20px;
		right: 20px;
	}
	.ui-aboxprod >.ft{
		padding: 10px 15px;
	}
	.ui-aboxprod .list{
		padding: 0 25px;
	}
	.ui-aboxprod .list ul li a{
		margin: 0 5px;
	}
	.ui-proditem .text{
		padding-top: 100px;
	}
	.ui-proditem .text >.ct{
		margin-top: 20px;
		height: 120px;
	}
	.ui-proditem .text >.ct p{
		margin-bottom: 10px;
		line-height: 20px;
		font-size: 13px;
	}
	.ui-proditem .list >.hd p{
		font-size: 18px;
	}
	.ui-proditem >.r .ht60{
		height: 40px;
	}
	.ui-aboxprod .view >.tt{
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.ui-aboxprod .view >.tt >.l p.p1{
		font-size: 24px;
	}
	.ui-aboxprod .view >.tt >.l p.p2{
		font-size: 16px;
		margin-top: 10px;
	}
	.ui-aboxprod .view >.tt >.r{
		margin-left: 250px;
		padding: 10px 0;
		padding-left: 20px;
	}
	.ui-aboxprod .view >.tt >.r p{
		font-size: 14px;
		line-height: 26px;
	}
	.ui-leader .view .img{
		height: 400px;
	}
	
}
@media screen and (max-width: 1280px) {
	body{
		min-width: 0;
	}
	.ui-shopmaps .list{
		height: 277px;
	}
	.ui-lrmain >.l{
		width: 100%;
	}
	.ui-lrmain >.r{
		display: none;
	}
	.ui-textview .text{
		padding: 80px 30px;
	}
	.ui-textview .text:before{
		left: 30px;
		top: 60px;
	}
	.ui-textview .text:after{
		right: 30px;
		bottom: 60px;
	}
	.ui-textview .text p{
		font-size: 14px;
		line-height: 24px;
	}
	.ui-events .i{
		width: 260px;
	}
	.ui-overview .cont .aw ul li .i{
		zoom: .8;
	}
	.ui-operation >.ct{
		padding-top: 200px;
		padding-left: 40%;
	}
	.ui-industry >.r{
		width: 100%;
		float: none;
		padding-top: 0;
	}
	.ui-industry >.l{
		float: none;
		margin-top: 20px;
	}
	.ui-industry .text{
		width: 100%;
	}
	.ui-industry .circle{
		margin: 0 auto;
	}
	.ui-network >.l{
		position: relative;
		z-index: 1;
	}
	.ui-network .maps{
		zoom: .6;
		margin-top: 100px;
	}
	.ui-headname h3{
		font-size: 48px;
	}
	.ui-headname h3 small{
		font-size: 48px;
	}
	.ui-headname p{
		font-size: 24px;
	}
	.ui-honorhead >.ct{
		right: 40px;
		margin-top: 0;
	}
	.ui-honorhead >.ct p.p1{
		font-size: 45px;
	}
	.ui-honorhead >.ct p.p2{
		font-size: 32px;
		margin-top: 15px;
	}
	.ui-jobstabl .i.nobd{
		padding: 30px 0;
	}
	.ui-jobstabl .i table tr td{
		padding: 15px 0;
		padding-left: 20px;
		font-size: 14px;
	}
	.ui-jobstabl .i table tr td p{
		font-size: 14px;
		line-height: 28px;
	}
	.ui-jobstabl .i >.hd ul li{
		font-size: 14px;
	}
	.ui-newslist .i >.img p{
		bottom: 20px;
		left: 20px;
		font-size: 16px;
	}
	.ui-prodinfo >.hd{
		zoom: .7;
	}
	.ui-prodtext .text >.hd p{
		font-size: 24px;
	}
	.ui-prodtext .text >.ct{
		margin-top: 25px;
	}
	.ui-prodtext .text >.ct p{
		font-size: 14px;
		line-height: 24px;
	}
	.ui-prodmaps{
		margin-top: 0;
	}
	.ui-proditem .text{
		padding-left: 30px;
	}
	.ui-proditem .text >.hd{
		margin-left: -30px;
		border-left-width: 12px;
		padding-left: 18px;
	}
	.ui-proditem .view >.tt{
		right: 30px;
	}
	.ui-proditem .view >.tt p.p1{
		font-size: 100px;
	}
	.ui-proditem .view >.tt p.p2{
		font-size: 45px;
	}
	.ui-proditem .view >.tt p.p3{
		font-size: 20px;
	}
	.ui-proditem .list{
		padding-left: 30px;
	}
	.ui-proditem .text >.ft p a{
		margin-right: 10px;
		width: 100px;
		font-size: 12px;
	}
	.ui-proditem.df .text{
		padding-right: 30px;
	}
	.ui-proditem.df .text >.hd{
		border-right-width: 12px;
		padding-right: 18px;
		margin-right: 0;
	}
	.ui-proditem.df .list{
		padding-right: 30px;
	}
	.ui-proditem.df .view >.tt{
		left: 30px;
	}
	.ui-headtabs a{
		width: 140px;
		line-height: 43px;
		height: 45px;
		font-size: 16px;
		border-radius: 2px;
	}
	body .carousel-indicators.r{
		bottom: 20px;
	}
	body .carousel-indicators li{
		margin: 0 4px !important;
	}

}
.pc-hide{
	display: none;
}
@media screen and (max-width: 800px) {
  .ht15{
    height: 5px;
  }
  .ht20{
    height: 10px;
  }
  .ht30{
    height: 15px;
  }
  .ht35{
    height: 15px;
  }
  .ht40{
    height: 20px;
  }
  .ht45{
    height: 20px;
  }
  .ht50{
    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%;
  }
	.grid_1400.full{
		width: 100%;
	}
	.grid_700{
		width: 85% !important;
		margin: 0 auto;
		float: none !important;
	}
	body.is-tabs{
		padding-bottom: 65px;
	}


	.bt-scrolldown{
		display: none;
	}
	.index .i_banner{
		height: 450px !important;
	}
	.index .i_banner .i_b_grid_nav{
		margin-top: -80px;
	}
	.index .i_banner .i_b_grid_nav .longpoint-style .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin-right: 10px;
	}
	.index .i_banner .i_b_grid_nav .longpoint-style .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 33px;
	}
	.index .i_banner .i_b_grid_nav .longpoint-style .swiper-pagination-bullet div{
		transform: scale(.8);
		transform-origin: 50% 100%;
	}
	.ui-contactbtns a{
		width: 40px;
		height: 40px;
		background-size: 50% auto;
	}
	.ui-contactnavi{
		width: 100%;
		right: -100%;
		border-left-width: 2px;
	}
	.ui-contactnavi >a{
		left: 5px;
		width: 9px;
		height: 16px;
		background-size: 100% 100%;
		margin-top: -8px;
	}
	.ui-contactnavi .i{
		left: 20px;
	}
	.ui-contactnavi .i >i{
		width: 26px;
		height: 26px;
		background-size: 100% 100%;
	}
	.ui-contactnavi .i >.ct{
		margin-left: 45px;
	}
	.ui-contactnavi .i >.ct h3{
		font-size: 14px;
	}
	.ui-contactnavi .i >.ct p{
		font-size: 12px;
		margin-top: 8px;
	}
	.ui-contactnavi .i >.ct p a{
		margin-right: 10px;
		margin-bottom: 5px;
		display: inline-block;
	}
	.index .i_con_title{
		margin-bottom: 20px;
	}
	.index .i_con_title.fr{
		float: none !important;
	}
	.index .i_con_title.fr .txtal_R{
		text-align: left;
	}
	.index .i_con_title .hrstyle1{
		display: none;
	}
	.index .i_con_title .en_titlestyle1{
		font-family: 'FlamaSemicondensed-Medium';
		font-size: 30px;
		letter-spacing: -2px;
	}
	.index .i_con_title .en_titlestyle1 .bold{
		font-family: 'FlamaSemicondensed-Ultralight';
	}
	.index .i_con_title .en_titlestyle1 .bold:first-child{
		margin-left: 0 !important;
		margin-right: 5px;
	}
	.index .i_con_title .en_titlestyle1 .bold:last-child{
		margin-left: 5px;
	}
	.index .i_pro>.btns a{
    width: 79px;
    height: 100px;
    line-height: 100px;
	}
	.index .i_pro>.btns a:nth-of-type(1){
		font-size: 27px;
	}
	.index .i_pro>.btns a:nth-of-type(2){
		font-size: 30px;
	}
	.index .i_pro>.btns a:nth-of-type(3){
		font-size: 22px;
	}
	.index .i_pro>.btns a:nth-of-type(4){
		font-size: 21px;
	}
	.index .i_pro>.btns a:nth-of-type(5){
		font-size: 21px;
	}
	.index .i_pro .progroup{
		margin-top: 20px !important;
		height: auto;
	}
	.index .i_pro .progroup>.item{
		position: relative;
		display: none;
	}
	.index .i_pro .progroup>.item.on{
		display: block;
	}
	.index .i_pro .progroup .current_protitle{
		font-size: 14px;
	}
	.index .i_pro .progroup .video,
	.index .i_pro .progroup .photos{
		width: 49%;
	}
	.circle_btns a{
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.index .i_experience .grid_1400{
		width: 95%;
	}
	.index .i_experience .data{
		width: 100%;
		margin-top: 22%;
	}
	.index .i_experience .data .item{


	}
	.index .i_experience .data .item:first-child{
		display: block;
	}
	.index .i_experience .data .item i{
		font-size: 42px;
	}
	.index .i_experience .data .item span{
		font-size: 50px;
	}

	.radius_btn{
		font-size: 14px;
		width: 135px !important
	}
	.index .i_experience{
		height: 750px !important;
	}
	.index .i_experience .e_nav{
		left: -6%;
	}
	.index .i_experience .e_nav:before{
		content: '';
		display: inline-block;
		width: 100%;
		border-bottom: 1px dotted rgba(255, 255, 255, .5);
		position: absolute;
		left: 6%;
		top: 100px;
	}
	.index .i_experience .e_nav .item{
		bottom: 0;
	}
	.index .i_experience .e_nav .item .nav_title{
		display: none;
	}
	.index .i_experience .e_nav .item a{
		display: inline-block;
		width: 47px;
		height: 47px;
		border-radius: 50%;
		line-height: 47px;
		text-align: center;
	}
	.index .i_experience .e_nav .item.current a{

	}
	.index .i_experience .e_nav .item a i{
		font-size: 20px;
		vertical-align: middle;
	}
	.index .i_experience .e_nav .item:nth-of-type(1) a i{
		font-size: 22px;
	}
	.index .i_news .circle_btns a{
		width: 28px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
	}
	.index .i_news .list .item{
		width: 100%;
		height: auto;
		background: none;
		border-bottom: 1px solid #d0d0d0;
		padding-bottom: 10px;
	}
	.index .i_news .list .item .date{
		display: block;
		width: 68px;
		height: 68px;
	}
	.index .i_news .list .item .date div{
		margin-top: 5px;
		text-align: center;
		font-size: 10px;
	}
	.index .i_news .list .item .date span{
		line-height: 1em;
	}
	.index .i_news .list .item .date div .pc-hide{
		display: inline-block;
	}
	.index .i_news .list .item .photo{
		display: none;
	}
	.index .i_news .list .item .con{
		padding: 5px 0 !important;
		padding-left: 75px !important;
		font-size: 10px;
		line-height: 18px;
	}
	.index .i_news .list .item .date span{
		font-size: 40px;
	}
	.index .i_news .list .item .con h2{
		margin-bottom: 5px;
		font-size: 12px;
		width: 100%;
	}
	.index .i_news .list .item .con p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.ui-fullpart{
		padding: 20px 0;
	}
	.ui-head-bl{
		padding-bottom: 16px;
		margin-bottom: 20px;
	}
	.ui-head-bl:before{
		width: 20px;
		height: 2px;
		margin-left: -10px;
	}
	.ui-head-bl p{
		line-height: 1em;
		font-size: 18px;
	}
	.ui-homelink ul{
		margin: -20px 0;
	}
	.ui-homelink ul li{
		width: 50%;
		text-align: left;
		margin: 20px 0;
	}
	.ui-homelink .i >i{
		width: 34px;
		height: 34px;
		background-size: contain;
	}
	.ui-homelink .i >.ct{
		margin-left: 40px;
	}
	.ui-homelink .i >.ct h3{
		padding-top: 3px;
		font-size: 16px;
	}
	.ui-homelink .i >.ct p{
		font-size: 11px;
		margin-top: 2px;
	}
	.ui-pagenavi{
		display: none;
	}
	.ui-bannerex .view{
		height: 445px;
	}
	.ui-bannerex .name{
		top: 50px;
		padding-bottom: 16px;
	}
	.ui-bannerex .name:before{
		display: inline-block;
		width: 30px;
		height: 2px;
	}
	.ui-bannerex .name p{
		font-size: 30px;
	}
	.ui-bannerex .cont{
		bottom: 140px;
	}
	.ui-groupinfo >.l{
		display: none;
	}
	.ui-groupinfo >.r{
		width: 100%;
	}
	.ui-groupinfo .table2 p.p1{
		font-size: 15px;
	}
	.ui-groupinfo .table2 p.p2{
		margin-top: 12px;
	}
	.ui-groupinfo .table2 p.p2 img{
		height: 24px;
	}
	.ui-groupinfo .table2 p.p3{
		margin-top: 20px;
		font-size: 52px;
	}
	.ui-groupinfo .table2 p.p3 small{
		font-size: 11px;
	}
	.ui-pagetabs{
		background-color: #00a051;
		margin-top: -65px;
		position: relative;
		z-index: 1;
	}
	body.is-tabs .ui-pagetabs{
		position: fixed;
		z-index: 9;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-top: 0;
	}
	.ui-pagetabs ul{

	}
	.ui-pagetabs ul li{
		float: left;
	}
	.ui-pagetabs.span2 ul li{
		width: 50%;
	}
	.ui-pagetabs.span3 ul li{
		width: 33.33%;
	}
	.ui-pagetabs.span4 ul li{
		width: 25%;
	}
	.ui-pagetabs a{
		display: block;
		line-height: 65px;
		color: #fff;
		text-align: center;
		font-size: 11px;
	}
	.ui-pagetabs a.on,
	.ui-pagetabs a:active{
		background-color: #009049;
	}
	.ui-pagetabs a img{
		height: 16px;
		margin-right: 3px;
	}
	.ui-leaderhead{
		padding-top: 20px;
		padding-bottom: 0;
	}
	.ui-leaderhead >.l{
		width: 100%;
		float: none;
		padding-top: 0;
		margin-top: 0;
	}
	.ui-leaderhead >.r{
		width: 100%;
		float: none;
		padding-top: 0;
		margin-top: 20px;
	}
	.ui-leaderhead >.r .grid_700{
		width: 100% !important;
	}
	.ui-video >a{
		background-size: 85px auto;
	}
	.ui-video >a.lt{
		background-size: 85px auto;
	}
	.ui-headname{
		padding-bottom: 0;
		position: relative;
	}
	.ui-headname.bl{
		padding-bottom: 28px;
	}
	.ui-headname:before{
		content: '';
		display: inline-block;
		width: 18px;
		height: 2px;
		background-color: #dddddd;
		position: absolute;
		bottom: 0;
		left: 0;
		display: none;
	}
	.ui-headname.bl:before{
		display: block;
	}
	.ui-headname.ac{
		text-align: left;
	}
	.ui-headname h3{
		font-size: 28px;
		letter-spacing: -2px;
	}
	.ui-headname h3 small{
		font-size: 28px;
	}
	.ui-headname p{
		margin-top: 5px;
		font-size: 22px;
	}
	.ui-leaderhead .text >img{
		display: none;
	}
	.ui-leaderhead .text h3{
		font-size: 12px;
		margin-bottom: 4px;
		font-weight: normal;
	}
	.ui-leaderhead .text p{
		font-size: 12px;
		line-height: 24px;
	}
	.ui-groupprof{
		padding-bottom: 0;
	}
	.ui-groupprof >.l{
		width: 100%;
		float: none;
	}
	.ui-groupprof .grid_700.l{
		position: static;
	}
	.ui-groupprof .ui-video{
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 195px;
	}
	.ui-groupprof .ui-video img{
		display: none;
	}
	.ui-groupprof .view{
		display: none;
	}
	.ui-groupprof .view .img{
		height: 300px;
		background-size: cover;
	}
	body .carousel-indicators{
		bottom: 20px;
	}
	body .carousel-indicators li{
		width: 10px;
		height: 10px !important;
		margin: 0 5px !important;
	}
	body .carousel-indicators li.active{
		width: 33px;
	}
	.ui-groupprof >.r{
		width: 100%;
		float: none;
	}
	.ui-groupprof .grid_700.r{
		padding: 45px 0;
	}
	.ui-groupprof .text{
		margin-top: 35px;
	}
	.ui-groupprof .text >.ct p{
		font-size: 12px;
		line-height: 24px;
	}
	.ui-groupprof .text >.ft{
		margin-top: 20px;
	}
	.ui-groupprof .text >.ft p a{
		width: 130px;
		line-height: 32px;
		border-radius: 16px;
		font-size: 12px;
	}
	.ui-groupprof .text >.ft p a i{
		margin-left: 5px;
	}
	.ui-history{
		margin-top: 30px;
		position: relative;
	}
	.ui-history >.hd{
		margin: 0 40px;
	}
	.ui-history >.hd:before{
		top: 6px;
		left: -40px;
		right: -40px;
		width: auto;
	}
	.ui-history >.ct{
		margin-top: 30px;
		position: static;
	}
	.ui-history .list{
		padding-top: 26px;
		position: relative;
		top: -26px;
	}
	.ui-history .list .i{
		position: relative;
	}
	.ui-history .list .i p.p1 i{
		width: 13px;
		height: 13px;
		background-size: 4px 4px;
	}
	.ui-history .list .i.on p.p1 i{
		background-size: 100% 100%;
	}
	.ui-history .list .i p.p2{
		font-size: 24px;
		margin-top: 0;
		position: absolute;
		top: -26px;
		left: 0;
		width: 100%;
	}
	.ui-history .view{
		margin: 0;
		position: relative;
	}
	.ui-history .view >.l{
		width: 100%;
		float: none;
	}
	.ui-history .view >.r{
		width: 100%;
		float: none;
		position: absolute;
		bottom: 0;
	}
	.ui-history .view .txt{
		padding: 16px 7.5%;
		background: url(../images/sd-a.png) repeat-x 0 100%;
		background-size: auto 100%;
	}
	.ui-history .view .txt p{
		font-size: 12px;
		line-height: 22px;
		color: #fff;
	}
	.ui-history .view .txt:before,
	.ui-history .view .txt:after{
		display: none;
	}
	.ui-history .view .txt:before{
		top: 15px;
		left: -10px;
	}
	.ui-history .view .txt:after{
		bottom: 15px;
		right: -10px;
	}
	.ui-history >.ct .bt-aw{
		top: -30px;
		margin-top: 0;
	}
	.bt-aw{
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
	}
	.bt-aw.l{
		left: 7.5%;
	}
	.bt-aw.r{
		right: 7.5%;
	}
	.ui-headname p a{
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
	}
	#carousel-culturelist{
		padding-bottom: 26px;
	}
	#carousel-culturelist .carousel-indicators{
		bottom: 0;
	}
	#carousel-culturelist .carousel-indicators li{
		background-color: #999999;
	}
	#carousel-culturelist .carousel-indicators li.active{
		width: 10px !important;
		background-color: #00a051;
	}
	.ui-culturelist ul{
		margin: 0;
	}
	.ui-culturelist ul li{
		width: 100%;
		padding: 0;
	}
	.ui-culturelist .i{
		position: relative;
	}
	.ui-culturelist .i .txt{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 15px;
	    background: url(../images/sd-a.png) repeat-x 0 100%;
	    background-size: auto 100%;
	}
	.ui-culturelist .i .txt h5{
		font-size: 24px;
		color: #fff;
		line-height: 1em;
	}
	.ui-culturelist .i .txt h3{
		font-size: 12px;
		margin-top: 5px;
		color: #fff;
	}
	.ui-culturelist .i .txt p{
		margin-top: 5px;
		font-size: 12px;
		line-height: 22px;
		display: none;
	}
	.ui-culturelist >p{
		text-align: center;
		margin-top: 30px;
	}
	.ui-culturelist >p a{
	    display: inline-block;
	    width: 130px;
	    line-height: 32px;
	    background-color: #c8a063;
	    border-radius: 16px;
	    line-height: 32px;
	    text-align: center;
	    color: #fff;
	    font-size: 12px;
	}
	.ui-culturelist >p a i{
	    font-family: '宋体';
	    font-weight: bold;
	    font-style: normal;
	    margin-left: 5px;
	}
	.ui-awardlist >.hd >.aw{

	}
	.ui-awardlist >.hd .i p{
		line-height: 60px;
		font-size: 18px;
	}
	.ui-awardlist >.hd >.aw.r .i p{
		padding-left: 0;
	}
	.ui-awardlist >.hd >.aw .i p:before{
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
		margin-top: -14px;
	}
	.ui-awardlist >.hd >.aw.l .i p:before{
		right: 0;
	}
	.ui-awardlist >.ct ul li{
		width: 100%;
		padding: 0 15px;
	}
	.ui-awardlist >.ct{
		margin-top: 20px;
	}
	.ui-awardlist >.ct .i{
		padding: 20px 0;
	}
	.ui-awardlist >.ct .i p{
		font-size: 14px;
		padding-left: 50px;
	}
	.ui-awardlist >.ct .i p:before{
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
		margin-top: -10px;
	}
	.ui-banner{
		display: none;
	}
	.ui-banner .img{
		height: 80px;
	}
	.ui-overview .head >.l{
		width: 100%;
		float: none;
	}
	.ui-overview .head .text >.hd{
		border-left-width: 0;
		padding: 0;
		padding-left: 0;
	}
	.ui-overview .head .text >.hd p{
		font-size: 	12px;
		line-height: 24px;
	}
	.ui-overview .head .text >.ct{
		margin-top: 20px;
		margin-right: 0;
		padding: 10px 0;
		height: auto;
	}
	.ui-overview .head .text >.ct .ht40{
		display: none;
	}
	.ui-overtext{
		padding-top: 30px;
	}
	.ui-overtext p{
		font-size: 10px;
		padding: 0;
		line-height: 40px;
	}
	.ui-overtext p b{
		font-size: 21px;
	}
	.ui-overview .head .text >.ct ul li{
		width: 100%;
		float: none;
	}
	.ui-overview .head .view:before{
		display: none;
	}
	.ui-overview .head .view .ex{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
	}
	.ui-overview .head >.r{
		width: 100%;
		margin-top: 20px;
	}
	body .carousel-indicators.r{
		bottom: 20px;
	}
	.ui-overview .cont{
		margin-top: 15px;
	}
	.ui-overview .cont p{
		font-size: 12px;
		line-height: 22px;
	}
	.ui-overview .cont >.l{
		width: 100%;
		float: none;
	}
	.ui-overview .cont .aw{
		padding: 15px 0;
	}
	.ui-overview .cont .aw:before{
		left: -50%;
	}
	.ui-overview .cont .aw ul{
		margin: -10px;
		position: relative;
		z-index: 1;
	}
	.ui-overview .cont .aw ul li{
		width: 50%;
		padding: 10px;
	}
	.ui-overview .cont .aw ul li .i{
		width: 126px;
		height:33px;
		background-size: cover;
		padding-top: 3px;
	}
	.ui-overview .cont .aw ul li .i p{
		font-size: 10px;
		line-height: 12px;
	}
	.ui-overview .cont >.r{
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 15px;
	}

	.ui-operation{
		height: 240px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 0 100%;
	}
	.ui-operation >.hd{
		margin: 0 auto;
		width: 85%;
		padding-top: 20px;
	}
	.ui-operation >.hd p{
		font-size: 12px;
		line-height: 24px;
		font-weight: bold;
	}
	.ui-operation >.ct{
		padding-top: 90px;
		padding-left: 15px;
	}
	.ui-operation >.ct p.p1{
		font-size: 18px;
	}
	.ui-operation >.ct p.p2{
		font-size: 24px;
		margin-top: 5px;
	}
	.ui-industry >.r{
		float: none;
		padding-top: 0;
	}
	.ui-industry .text{
		margin-top: 15px;
		width: auto;
	}
	.ui-industry .text p{
		font-size: 12px;
		line-height: 24px;
		font-weight: bold;
	}
	.ui-industry >.l{
		float: none;
		padding-left: 0;
		margin-top: 15px;
	}
	.ui-industry .circle{
		zoom: .45;
		margin: 0 auto;
	}
	.ui-industry .circle .ct .i >label{
		padding: 0 10px;
	}
	.ui-network >.l{
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.ui-network .text{
		margin-top: 15px;
	}
	.ui-network .text p{
		line-height: 30px;
		font-size: 12px;
	}
	.ui-network .text p >img{
		width: 10px;
		margin-right: 10px;
		position: relative;
		top: -1px;
	}
	.ui-network >.r{
		width: 100%;
	}
	.ui-network .maps{
		position: relative;
		margin-top: 25px;
	}
	.ui-network .maps >a{
	    display: inline-block;
	    width: 130px;
	    line-height: 32px;
	    background-color: #c8a063;
	    border-radius: 16px;
	    line-height: 32px;
	    text-align: center;
	    color: #fff;
	    font-size: 12px;
	    position: absolute;
	    top: 50%;
	    margin-top: -6px;
	    left: 50%;
	    margin-left: -65px;
	}
	.ui-network .maps >a:active{
		color: #000000;
		background-color: #fff;
	}
	.ui-network .maps >a >i{
	    font-family: '宋体';
	    font-weight: bold;
	    font-style: normal;
	    margin-left: 5px;
	}
	.ui-network .maps img{
		width: 100%;
		float: none;
	}
	.ui-headtext p{
		font-size: 12px;
		line-height: 24px;
		font-weight: bold;
	}
	.ui-headtext.gt p{
		font-size: 12px;
		line-height: 24px;
		font-weight: bold;
	}
	.bg-leader:before{
		display: none;
	}
	.ui-leader{
		padding-top: 20px;
	}
	.ui-leader >.hd{
		padding-right: 0;
		margin: 0 auto;
	}
	.ui-leader >.hd >img{
		display: none;
	}
	.ui-leader >.ct{
		margin-top: 15px;
	}
	.ui-leader .tabs{
		margin: 0 8.5%;
		padding: 0 25px;
		background-color: transparent;
	}
	.ui-leader .tabs >.aw{
		width: 10px;
		height: 17px;
		background-size: 100% 100%;
		margin-top: -8px;
	}
	.ui-leader .tabs >.aw.l{
		left: 0;
	}
	.ui-leader .tabs >.aw.r{
		right: 0;
	}
	.ui-leader .tabs ul li{

	}
	.ui-leader .tabs .i{
		font-size: 24px;
		line-height: 30px;
	}
	.ui-leader .view{
		box-shadow: 0 -15px 15px rgba(0, 0, 0, .1);
	}
	.ui-leader .view .img{
		padding-top: 200px;
		background-size: 100% auto;
		background-position: 0 0;
		background-color: #c8a063;
		height: auto;
	}
	.ui-leader .view .img >.tt{
		width: 100%;
		top: 0;
		height: auto;
		bottom: 0;
		padding: 15px 8.5%;
		padding-bottom: 30px;
		position: relative;
	}
	.ui-leader .view .img >.tt h3{
		font-size: 30px;
		margin-bottom: 10px;
		position: absolute;
		top: -50px;
		left: 0;
		width: 100%;
		padding: 0 8.5%;
	}
	.ui-leader .view .img >.tt p{
		font-size: 12px;
		line-height: 22px;
	}
	.ui-leader .view >.aw{
		width: 25px;
		height: 25px;
		background-size: 100% 100%;
		top: 155px;
	}
	.ui-leader .view >.aw.l{
		left: auto;
		right: 8.5%;
		margin-right: 36px;
	}
	.ui-leader .view >.aw.r{
		left: auto;
		right: 8.5%;
	}
	.ui-footlink ul{
		margin: 0 -5px;
	}
	.ui-footlink ul li{
		padding: 0 5px;
	}
	.ui-footlink .i{
		border-top-width: 2px;
	}
	.ui-footlink .i >.ct{
		margin-top: -8px;
	}
	.ui-footlink .i >.ct p.p1{
		display: none;
	}
	.ui-footlink .i >.ct p.p2{
		margin-top: 0;
		font-size: 12px;
	}
	.ui-footlink.full ul li{
		width: 100%;
		margin-bottom: 25px;
	}
	.ui-footlink.full ul li:last-child{
		margin-bottom: 0;
	}
	.ui-footlink.full .i{
		height: 120px;
		border-top-width: 4px;
	}
	.ui-footlink.full .i >.ct{
		margin-top: -30px;
	}
	.ui-footlink.full .i >.ct p.p1{
		display: block;
	}
	.ui-footlink.full .i >.ct p.p2{
		margin-top: 10px;
		font-size: 16px;
	}
	.ui-honorhead{
		height: 165px;
		background-size: none no-repeat center;
		background-size: cover;
	}
	.ui-honorhead >img{
		display: none;
	}
	.ui-honorhead >.ct{
		margin-top: -30px;
		right: 35px;
	}
	.ui-honorhead >.ct p.p1{
		font-size: 18px;
	}
	.ui-honorhead >.ct p.p2{
		font-size: 14px;
		margin-top: 5px;
		letter-spacing: -1px;
	}
	.ui-honorhead >.ct p.p2 small{
		font-size: 14px;
	}
	.ui-awardlist >.ct{
		margin-top: 0;
	}
	.ui-textview >.l{
		width: 100%;
		float: none;
	}
	.ui-textview >.r{
		width: 100%;
		float: none;
	}
	.ui-textview .text{
		padding: 60px 38px;
	}
	.ui-textview .text p{
		font-size: 12px;
		line-height: 24px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.ui-textview .text:before,
	.ui-textview .text:after{
		width: 27px;
		height: 22px;
		background-size: 100% 100%;
	}
	.ui-textview .text:before{
		top: 30px;
		left: 45px;
	}
	.ui-textview .text:after{
		bottom: 30px;
		right: 45px;
	}
	.ui-events{
		padding-top: 20px;
	}
	.ui-events .i{
		width: 100%;
		margin-bottom: 35px;
	}
	.ui-events .i .txt{
		padding: 15px;
	}
	.ui-events .i .txt p{
		line-height: 22px;
		font-size: 12px;
	}
	.ui-footmore p:before{
		content: '';
		display: inline-block;
		width: 13px;
		height: 72px;
		background: url(../images/more.png);
		background-size: 100% 100%;
	}
	.ui-footmore p a{
		display: none;
		width: 100%;
		line-height: 45px;
		font-size: 14px;
		border-right: 4px;
	}
	.bt-scrolldown.fix{
		width: 14px;
		height: 22px;
		background-size: 100% 100%;
		margin-left: -11px;
		bottom: 15px;
	}
	.ui-prodhead table,
	.ui-prodhead tbody,
	.ui-prodhead tr,
	.ui-prodhead td{
		display: block;
		width: 100%;
	}
	.ui-prodhead table tr td{
		width: 50%;
		float: left;
		margin-top: 10px;
	}
	.ui-prodhead table tr td:nth-child(2),
	.ui-prodhead table tr td:nth-child(4){
		border-right: 1px solid rgba(255, 255, 255, .2);
	}
	.ui-prodhead .i p.p1{
		font-size: 36px;
	}
	.ui-prodhead .i p.p2{
		font-size: 12px;
	}
	.ui-prodinfo{
		margin-top: -120px;
	}
	.ui-prodinfo >.hd{
		height: 50px;
		background-size: contain;
	}
	.ui-prodinfo >.hd p{
		line-height: 46px;
		font-size: 18px;
	}
	.ui-prodinfo >.ct{
		margin-top: 10px;
	}
	.ui-prodinfo >.ct p{
		font-size: 12px;
		line-height: 24px;
	}
	.ui-prodinfo >.ct p b{
		font-size: 26px;
	}
	.ui-prodtext{
		padding-top: 80px;
	}
	.ui-prodtext >.hd{
		border-left-width: 5px;
		padding-left: 20px;
	}
	.ui-prodtext >.hd p.p1{
		font-size: 18px;
	}
	.ui-prodtext >.hd p.p2{
		margin-top: 10px;
		font-size: 10px;
		line-height: 1.4em;
	}
	.ui-prodmaps{
		top: auto;
		margin-top: 0;
		bottom: 40px;
		height: auto;
		background: none;
		width: 100%;
	}
	.ui-prodmaps >.ct ul{

	}
	.ui-prodmaps >.ct ul li{
		float: left;
	}
	.ui-prodmaps >.ct .i{
		position: relative;
		top: 0 !important;
		left: 0 !important;
		width: 10px;
		height: 10px;
		background-color: #fff;
		border-radius: 5px;
		margin: 0 5px;
		transition: width 300ms;
	}
	.ui-prodmaps >.ct li.active .i{
		width: 33px;
	}
	.ui-prodmaps >.ct .i:after{
		display: none;
	}
	.ui-prodtext >.ct{
		margin-top: 20px;
	}
	.ui-prodtext .text >.hd p{
		font-size: 16px;
	}
	.ui-prodtext .text >.ct{
		margin-top: 15px;
	}
	.ui-prodtext .text >.ct p{
		width: 100%;
		font-size: 12px;
		line-height: 22px;
	}
	.ui-prodtext .text >.ft{
		margin-top: 15px;
	}
	.ui-prodtext .text >.ft a{
		width: 135px;
		height: 35px;
		border-radius: 18px;
		font-size: 12px;
		line-height: 33px;
	}
	.ui-prodtext .text >.ft a img{
		height: 12px;
		margin-right: 5px;
	}
	.ui-proditem{
		position: relative;
		width: 200%;
		transition: left 600ms;
		left: 0;
	}
	.ui-proditem.on{
		left: -100%;
	}
	.ui-proditem.df{
		left: -100%;
	}
	.ui-proditem.df.on{
		left: 0;
	}
	.ui-proditem.on{

	}
	.ui-proditem >.l{
		width: 50%;
	}
	.ui-proditem >.r{
		width: 50%;
	}
	.ui-proditem >.r .grid_700{
		width: 100% !important;
	}
	.ui-proditem .text{
		padding: 0 30px !important;
		padding-top: 65px !important;
	}
	.ui-proditem .text >.hd{
		border-left-width: 10px;
		padding-left: 20px;
	}
	.ui-proditem.df .text >.hd{
		border-right-width: 10px;
		padding-right: 20px;
		margin-right: -30px;
	}
	.ui-proditem .text >.hd p.p1{
		font-size: 26px;
	}
	.ui-proditem .text >.hd p.p2{
		font-size: 13px;
		margin-top: 10px;
	}
	.ui-proditem .text >.ct{
		height: auto;
	}
	.ui-proditem .text >.ct >p{
		display: none;
	}
	.ui-proditem .text >.ft p a{
		width: 80px;
		height: 28px;
		font-size: 11px;
		line-height: 26px;
		margin-right: 5px;
	}
	.ui-proditem .text >.ft p a img{
		display: none;
	}
	.ui-proditem .list{
		display: none;
	}
	.ui-proditem .case{

	}
	.ui-proditem .case .carousel-indicators{
		bottom: 12px;
		left: 18px;
		margin-left: 0;
		width: auto;
	}
	.ui-proditem .case .item{

	}
	.ui-proditem .case .item:after{
		content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: url(../images/sd-s.png) repeat-x 0 100%;
	    background-size: auto 128px;
	}
	.ui-proditem .case .item h5{
		position: absolute;
		z-index: 1;
		left: 20px;
		bottom: 38px;
		line-height: 1em;
		color: #fff;
		font-size: 18px;
	}



	.ui-proditem .view >.tt{
		top: 100px;
		right: 10px;
	}
	.ui-proditem .view >.tt p.p1{
		font-size: 70px;
	}
	.ui-proditem .view >.tt p.p2{
		margin-top: 15px;
		font-size: 30px;
	}
	.ui-proditem .view >.tt p.p3{
		margin-top: 5px;
		font-size: 15px;
	}
	.ui-proditem.df .view >.tt{
		left: 10px;
	}
	.ui-article{
		padding: 0;
		background: none;
	}
	.ui-article >.hd{
		padding-bottom: 10px;
	}
	.ui-article >.hd h3{
		font-size: 18px;
		line-height: 1.4em;
		margin-bottom: 15px;
		font-weight: normal;
	}
	.ui-article >.hd p{
		font-size: 12px;
		line-height: 1.8rem;
	}
	.ui-article >.hd p .pull-right{
		float: none !important;
		display: block;
		margin-bottom: 10px;
	}
	.ui-article >.hd p .i{
		margin-left: 4px;
	}
	.ui-article >.ct{
		margin-top: 15px;
	}
	.ui-article >.ct p{
		font-size: 13px;
		line-height: 24px;
	}
	.ui-article >.ct img{
		margin: 10px 0;
	}
	.ui-footlr .pull-right{

	}
	.ui-footlr p a{
		width: 140px;
		height: 32px;
		text-indent: 0;
		line-height: 30px;
		text-align: center;
		background-color: #c8a063;
		border-color: #c8a063;
		color: #fff;
	}
	.ui-footlr p a:active{
		opacity: .8;
	}
	.ui-bannerex.lt .view{
		height: 230px;
	}
	.ui-headtabs{

	}
	.ui-headtabs ul{
		width: 100%;
	}
	.ui-headtabs ul li{
		width: 50%;
		margin-left: -1px;
	}
	.ui-headtabs.span3 ul li{
		width: 33.33%;
	}
	.ui-headtabs a{
		display: block;
		line-height: 38px;
		height: 40px;
		font-size: 14px;
		border-radius: 0;
		width: 100%;
	}
	.ui-newslist ul li{
		padding: 10px 0;
		margin-bottom: 0;
		border-bottom: 1px solid #d0d0d0;
	}
	.ui-newslist .i{
		background-color: transparent;
		position: relative;
	}
	.ui-newslist .i:active{
		background-color: #115fad;
	}
	.ui-newslist .i:active *{
		color: #fff !important;
	}
	.ui-newslist .i >.date{
	    width: 68px;
	    height: 68px;
	    font-size: 20px;
	    text-align: center;
	    background-color: #115fad;
	    color: #fff;
	    float: left;
	}
	.ui-newslist .i >.date p{
		line-height: 1em;
		text-align: center;
		color: #fff;
		padding-top: 5px;
	}
	.ui-newslist .i >.date p.p1{
    	font-size: 40px;
	    font-family: 'FlamaSemicondensed-Medium';
	    letter-spacing: -1px;
	}
	.ui-newslist .i >.date p.p2{
		font-size: 10px;
	}
	.ui-newslist .i >.img{
		display: none;
	}
	.ui-newslist .i >.img p{
		bottom: 15px;
		left: 15px;
		font-size: 14px;
	}
	.ui-newslist .i >.txt{
		margin-left: 0;
		padding: 5px 0;
		padding-left: 75px;
	}
	.ui-newslist .i >.txt h3{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.ui-newslist .i >.txt p{
		font-size: 12px;
		line-height: 18px;
		text-indent: 2em;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.ui-pagemore p a{
		line-height: 45px;
		font-size: 14px;
		border-radius: 4px;
	}
	.ui-hrlink{
		margin: 0;
	}
	.ui-hrlink table,
	.ui-hrlink tbody,
	.ui-hrlink tr,
	.ui-hrlink td{
		display: block;
		width: 100%;
	}
	.ui-hrlink table tr td{
		padding: 0;
		margin-bottom: 20px;
	}
	.ui-hrlink .i{
		height: 160px;
		background-size: cover;
	}
	.ui-hrlink .i >img{
		display: none;
	}
	.ui-hrlink .i >.ct{
		bottom: 28px;
		left: 32px;
		right: 32px;
	}
	.ui-hrlink .i >.ct p{
		margin-bottom: 0;
		font-size: 24px;
	}
	.ui-hrlink .i >.ct p.p2{
		position: absolute;
		top: 0;
		right: 0;
	}
	.ui-hrlink .i >.ct p i{
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
	}
	.ui-teamhead .i{
		height: 100px;
	}
	.ui-teamhead .i.on:before{
		background-color: rgba(0, 0, 0, .3);
	}
	.ui-teamhead .i .ct{
		top: 30px;
		width: 100%;
	}
	.ui-teamhead .i .ct p.p1{
		display: none;
	}
	.ui-teamhead .i .ct p.p2{
		margin-top: 0;
		font-size: 18px;
		text-align: center;
	}
	.ui-scroll{
		overflow: auto;
	}
	.ui-jobstabl{
		border-top: none;
	}
	.ui-jobstabl .i{
		padding: 10px 0;
		padding-bottom: 0;
		border-width: 1px;
	}
	.ui-jobstabl .i.nobd{
		padding: 10px 0;
	}
	.ui-jobstabl .i >.hd{
		padding-bottom: 10px;
	}
	.ui-jobstabl >.hd .i >.hd{
		padding-bottom: 0;
	}
	.ui-jobstabl .i >.hd ul li{
		font-size: 12px;
		width: 33.33%;
		padding-left: 10px;
	}
	.ui-jobstabl .i >.hd ul li:nth-child(2),
	.ui-jobstabl .i >.hd ul li:nth-child(4){
		display: none;
	}
	.ui-jobstabl >.hd .i >.hd ul li{
		font-size: 15px;
	}
	.ui-jobstabl .i >.ct{
		padding: 0;
		margin: 0;
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: 1px solid #d8d9da;
		border-top-style: solid;
	}
	.ui-jobstabl >.ct >ul >li{
		margin-bottom: 10px;
	}
	.ui-jobstabl .i table,
	.ui-jobstabl .i tbody,
	.ui-jobstabl .i tr,
	.ui-jobstabl .i td{
		display: block;
	}
	.ui-jobstabl .i table{
		border-right: none;
		border-bottom: none;
		background-color: #eeeeee;
		border-right: 1px solid #d8d9da;
		border-bottom: 1px solid #d8d9da;
		margin-bottom: -1px;
		border: none;
	}
	.ui-jobstabl .i table tr{
		border-bottom: none;
	}
	.ui-jobstabl .i table tr td{
		padding: 10px 0;
		padding-left: 10px;
		font-size: 12px;
		border-bottom: 1px solid #d8d9da;
		border-right: none;
	}
	.ui-jobstabl .i table tr td.nb{
		border-bottom: none;
	}
	.ui-jobstabl .i table tr td.bt{
		border-top: 1px solid #d8d9da;
		margin-top: -1px;
	}
	.ui-jobstabl .i table tr td:nth-child(even){

	}
	.ui-jobstabl .i table tr td:nth-child(odd){
		width: 30%;
		float: left;
	}
	.ui-jobstabl .i table tr td:nth-child(even){
		margin-left: 30%;
		background-color: #fff;
	}
	.ui-jobstabl .i table tr td p{
		font-size: 12px;
		line-height: 22px;
	}
	.ui-addrlist ul li{
		width: 100%;
	}
	.ui-addrlist .i{
		padding: 15px;
	}
	.ui-addrlist .i >i{
		top: 15px;
		right: 15px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}
	.ui-addrlist .i h3{
		font-size: 15px;
	}
	.ui-addrlist .i p{
		font-size: 12px;
		line-height: 18px;
	}
	.ui-contactview >.l,
	.ui-contactview >.r{
		width: 100%;
		float: none;
	}
	.ui-contactview .i:before{
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
	}
	.ui-contactview .i >.ct{
		margin-top: -40px;
	}
	.ui-contactview .i >.ct p.p1{
		line-height: 60px;
	}
	.ui-contactview .i >.ct p.p1 img{
		height: 38px;
	}
	.ui-contactview .i >.ct p.p2{
		margin-top: 0;
		font-size: 15px;
	}
	.ui-form .p{
		text-align: left !important;
	}
	.ui-form .p .tt{
		width: 100px;
		height: 30px;
		font-size: 12px;
		border-width: 1px;
	}
	.ui-form .p .bt{
		width: 50px;
		line-height: 30px;
		font-size: 12px;
	}
	.ui-shopmaps >.l{
		width: 100%;
		float: none;
	}
	.ui-shopmaps >.r{
		display: none;
	}
	.ui-shopmaps .list{
		border: none;
		padding: 0;
	}
	.ui-shopmaps .i h3{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.ui-shopmaps .i p{
		line-height: 20px;
	}
	.ui-shopmaps .i p i{
		vertical-align: middle;
	}
	.ui-abox{
		width: 80%;
		margin-left: -40%;
	}
	.ui-abox >a{
		width: 20px;
		height: 20px;
		top: 15px;
		right: 15px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 14px auto;
	}
	.ui-addrtext .head{
		padding: 15px;
		padding-top: 20px;
	}
	.ui-addrtext .head >.hd p.p1{
		font-size: 16px;
		width: 80%;
		display: none;
	}
	.ui-addrtext .head >.hd p.p2{
		font-size: 18px;
	}
	.ui-addrtext .head >.ct{
		display: none;
	}
	.ui-addrtext .head >.ct p{
		font-size: 12px;
		line-height: 22px;
	}
	.ui-addrtext .addr{
		padding: 15px;
	}
	.ui-addrtext .addr h3{
		font-size: 18px;
	}
	.ui-addrtext .addr p{
		font-size: 12px;
		line-height: 22px;
	}
	.ui-addrtext .maps{
		height: 200px;
	}
	.ui-addrtext .maps img{
		height: 100%;
		width: auto;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.ui-teamhead .i:after{
		background-position: 20% 0 !important;
	}

	
	
	.index .i_pro .progroup .video{
		width: 100%;
		float: none !important;

	}
	.index .i_pro .progroup .video.show{
		display: block;
		margin-bottom: 10px;
	}
	.index .i_pro .progroup .photos{
		width: 100%;
		float: none !important;
	}
	.index .i_pro .progroup .photos .swiper-slide{
		position: relative;
	}
	.index .i_pro .progroup .photos .swiper-slide:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/sd-s.png) repeat-x 0 100%;
		background-size: auto 128px;
	}
	.index .i_pro .progroup .photos .swiper-slide p{
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 100%;
		line-height: 1em;
		bottom: 14px;
		padding-left: 12px;
		color: #fff;
		font-size: 12px;
		display: block;
	}
	.index .i_pro .progroup .photos .fr{
		display: none;
	}
	.index .i_pro .progroup .photos .pg{
		position: absolute;
		right: 15px;
		bottom: 28px;
		width: 100%;
	}
	.index .i_pro .progroup .photos .pg .swiper-pagination{
		right: 0;
	}
	.index .i_pro .progroup .photos .pg .swiper-pagination.longpoint-style .swiper-pagination-bullet{
	    width: 10px;
	    height: 10px;
	    margin-right: 5px;
	}
	.index .i_pro .progroup .photos .pg .swiper-pagination.longpoint-style .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 33px;

	}
	.index .i_pro .progroup .current_protitle{
		display: none;
	}
	header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	main{
		padding-top: 60px;
	}
	.index .i_news .list .item .con{
		padding-top: 0 !important;
	}
	.index .i_news .list .item .con h2{
		font-size: 14px;
	}
	.index .i_news .list .item .con p{
		font-size: 13px;
	}
	.mb-hide{
		display: none !important;
	}
	.pc-hide{
		display: block;
	}
	.mb-marl{
		margin-left: 7.5%;
	}
	.mb-nopb{
		padding-bottom: 0;
	}
	.mb-full-ex{
		margin-left: -9%;
		margin-right: -9%;
		width: auto !important;
	}
}




/*----------customize----------*/
@media handheld, only screen and (max-width: 1280px){
	header nav.pc{
		display: block;
	}
}
@media handheld, only screen and (max-width: 1024px){
	header nav.pc{
		display: none;
	}
}