













/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*slick-theme.css*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../ajax-loader.html) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(../slick.html);
    src: url(../slickd41d.html?#iefix) format('embedded-opentype'), url(../slick-2.html) format('woff'), url(../slick-3.html) format('truetype'), url(../slick-4.html#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '鈫�';
}
[dir='rtl'] .slick-prev:before
{
    content: '鈫�';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '鈫�';
}
[dir='rtl'] .slick-next:before
{
    content: '鈫�';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '鈥�';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*animate.css*/
@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;
}

/*metinfo.css*/
/*鍙橀噺瀹氫箟*/
/*鍙橀噺*/
/*鏂囧瓧棰滆壊锛堟繁锛�*/
/*榧犳爣缁忚繃鏂囧瓧棰滆壊*/
/*閫変腑鐘舵€�*/
/*鍦嗚搴�*/
/*瀵艰埅楂樺害*/
/*鏂囧瓧棰滆壊锛堟贰锛�*/
/*鏂囧瓧棰滆壊锛堟祬锛�*/
/*瀵艰埅閫変腑鑳屾櫙*/
/*棣栭〉闂撮殧鍖哄潡鑳屾櫙*/
/*闈㈠寘灞戝鑸�*/
/*鍐呴〉涓讳綋鑳屾櫙*/
/*缂栬緫鍣ㄥ唴瀹硅儗鏅�*/
/*缂栬緫鍣ㄦ枃瀛楅鑹�*/
/*鍐呴〉鑳屾櫙鑹�*/
/*杈规棰滆壊*/
/*鏍峰紡鏂规硶*/
/*瓒呴摼鎺ユ枃瀛楅鑹�*/
.less-link {
  color: #464646;
}
.less-link:hover {
  color: #696969;
}
.less-decorationnone {
  text-decoration: none;
}
.less-decorationnone:active,
.less-decorationnone:focus,
.less-decorationnone:hover {
  text-decoration: none;
}
/* 鑳屾櫙娓愬彉鑹� */
/*css3鏍峰紡*/
/* . */
/*琛岄珮*/
.height-20 {
  height: 20px;
}
/**/
.less-page-content {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .less-page-content {
    padding: 10px;
  }
}
.less-page-body {
  padding: 30px 0px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .less-page-body {
    padding: 0px;
  }
}
.less-uldestyle {
  padding: 0px;
  list-style: none;
}
/*缂栬緫鍣�*/
.met-editor {
  padding: 30px;
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .met-editor {
    padding: 10px;
  }
}
.met-editor p {
  margin-bottom: 16px;
}
.met-editor img {
  max-width: 100%;
}
.met-editor img:not(.imgload) {
  height: auto !important;
}
.met-editor table {
  color: #464646;
}
.met-editor .table-saw {
  overflow-x: auto;
}
.met-editor video,
.met-editor .metvideo,
.met-editor iframe {
  max-width: 100% !important;
  margin: auto;
  display: block;
}
/*鍒嗛〉*/
.met_pager {
  margin-top: 20px;
  text-align: center;
}
.met_pager * {
  display: inline-block;
}
.met_pager a {
  padding: 9px 15px;
  border: 1px solid #e4eaec;
  background: #fff;
  text-align: center;
  color: #76838f;
  margin-right: 20px;
}
.met_pager a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.met_pager a.NextA {
  border-right: 1px solid #e4eaec;
  display: none;
}
.met_pager a.PreA {
  display: none;
}
.met_pager .PreSpan,
.met_pager .NextSpan {
  padding: 9px 15px;
  border: 1px solid #e4eaec;
  background: #fff;
  color: #ccd5db;
  cursor: default;
  display: none;
}
.met_pager .firstPage,
.met_pager .lastPage {
  min-width: 40px;
  height: 28px;
  line-height: 28px;
}
.met_pager a.Ahover {
  border-color: #292929;
  background: #292929;
  color: #fff;
  cursor: default;
}
.met_pager a.Ahover:hover {
  border-color: #292929;
  background: #292929;
  color: #fff;
}
.met_pager a {
  text-decoration: none;
}
.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
  text-decoration: none;
}
.met_pager .PageText {
  display: none;
  margin-left: 10px;
  color: #aaa;
}
.met_pager input {
  display: none;
}
/*缈荤瘒*/
.pager li {
  width: 49%;
  display: inline-block;
}
.pager li a {
  max-width: 100%;
}
/*杩斿洖椤堕儴*/
.met-scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
}
.met-scroll-top:hover,
.met-scroll-top:active,
.met-scroll-top:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: none;
}
/*寮规€у竷灞€*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/*寮规€у竷灞€鍨傜洿灞呬腑*/
.less-flex-vm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* 鐗规畩鐨勫姩鐢绘晥鏋滅被鍚� */
.animation-zoomInleft {
  animation-name: zoomInLeft;
}
.animation-bounceInLeft {
  animation-name: bounceInLeft;
}
.animation-bounceInRight {
  animation-name: bounceInRight;
}
.animation-bounceIn {
  animation-name: bounceIn;
}
.animation-zoomIn {
  animation-name: zoomIn;
}
.animation-fadeInDown {
  animation-name: fadeInDown;
}
.animation-flipInX {
  animation-name: flipInX;
}
.animation-fadeInUp {
  animation-name: fadeInUp;
}
.animation-fadeInLeft {
  animation-name: fadeInLeft;
}
.animation-fadeInRight {
  animation-name: fadeInRight;
}
/*鍒濆鍖栨牱寮�*/
/*鍏ㄥ眬鏍峰紡*/
html,
body {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
}
body {
  overflow-x: hidden;
  font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
  color: #464646;
}

.overflow-visible {
  overflow: visible!important;
}

.dropdown-menu,
.dropdown-menu > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
}
.dropdown-menu > li {
  padding: 0px;
}
.dropdown-menu > li > a {
  color: #464646 !important;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.dropdown-menu > li > a:hover {
  color: #696969 !important;
}
.dropdown-menu > li > a:hover {
  background: #f5f5f5;
}
.form-control.focus,
.form-control:focus {
  border-color: #444;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*******************************************************************/





/*鍥剧墖鐢诲粖鐨偆*/
.met-white-lightGallery .lg-backdrop,
.met-white-lightGallery .lg-actions .lg-next,
.met-white-lightGallery .lg-actions .lg-prev,
.met-white-lightGallery .lg-toolbar {
  background: #fff;
}
.met-white-lightGallery .lg-sub-html {
  background: rgba(255, 255, 255, 0.7);
  color: #555;
}
.met-white-lightGallery .lg-toolbar.opacity0 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.met-white-lightGallery .lg-toolbar .lg-icon:hover,
.met-white-lightGallery .lg-actions .lg-next:hover,
.met-white-lightGallery .lg-actions .lg-prev:hover,
.met-white-lightGallery .lg-outer .lg-toogle-thumb:hover {
  color: #333;
}
.met-white-lightGallery .lg-outer {
  z-index: 1501;
  background: #fff;
}
.met-white-lightGallery .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 84px;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer,
.met-white-lightGallery .lg-outer .lg-toogle-thumb {
  background-color: #f2f2f2;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer {
  padding: 0 10px;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item.active,
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item:hover {
  border-color: #292929;
}
/* swiper姘村钩婊氬姩瀵艰埅 */
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar {
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.2);
}
.swiper-navtab .swiper-wrapper {
  width: auto;
}
.swiper-navtab .swiper-wrapper.flex-start {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.swiper-navtab .swiper-slide {
  width: auto;
}
.swiper-navtab .swiper-container {
  z-index: 3;
}
/* 鐪佺暐鍙� */
.slh,
.pager li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* slick */
.slick-loading .slick-list {
  background: none;
}
.slick-arrow {
  width: auto;
  height: auto;
  z-index: 1;
  color: #a1a1a1 !important;
}
.slick-arrow:before,
.slick-arrow:after {
  font-family: inherit;
  display: none;
}
.slick-arrow:hover {
  color: #696969 !important;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow i {
  font-size: 30px;
}
.slick-slide {
  outline: none;
}
/* 寤惰繜鍔犺浇鑳屾櫙鍥剧墖 */
img.imgload:not([src*=base64]),
img.slick-loading:not([src*=base64]) {
  object-fit: none;
}
/* 鍏朵粬 */
.hidden-pc {
  display: none;
}
.btn-outline.btn-primary {
  color: #292929;
  border-color: #292929;
}
.btn-primary {
  color: #fff;
  border-color: #292929;
  background-color: #292929;
}
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:active {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  color: #292929;
  background-color: #fff;
  border-color: #292929;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  color: #292929;
  background-color: #fff;
  border-color: #292929;
}
.pager li > a:focus,
.pager li > a:hover {
  border-color: #444;
  color: #444;
}
.modal-primary .modal-header {
  background-color: #444;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #444;
}
[class*=animation-] {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
/*瀵艰埅*/
/*瀵艰埅*/
body.met-navfixed {
  padding-top: 60px;
}
.met-nav {
  min-height: 60px;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.met-nav [class*=animation-] {
  -webkit-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.met-nav.navbar-shadow {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  animation-duration: 0.7s;
}
.met-nav.navbar-fixed-top .navbar-right {
  margin-right: 0;
}
.met-nav .navbar-logo {
  height: 60px;
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
  display: block;
}
.met-nav .navbar-logo img {
  max-height: 50px;
}
@media (max-width: 991px) {
  .met-nav .navbar-logo img {
    max-height: 30px;
  }
}
.met-nav .navbar-toggle {
  height: 60px;
  float: right;
}
.met-nav .nav > li > a {
  color: #696969;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.met-nav .nav > li > a i {
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .met-nav .nav > li > a {
    padding: 10px 15px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .met-nav .nav > li > a > i {
    float: right;
  }
}
.met-nav .dropdown.open > a,
.met-nav .nav li a.active {
  color: #696969 !important;
}
.met-nav .nav li .link.active:after {
  content: '';
  width: 100%;
  background-color: #696969;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 2px;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
@media (max-width: 767px) {
  .met-nav .nav li .link.active:after {
    height: 1px;
    bottom: 0px;
    top: auto;
    left: 15px;
  }
}
.met-nav .nav > li > .link:after {
  content: '';
  width: 0;
  background-color: #696969;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 2px;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
@media (max-width: 767px) {
  .met-nav .nav > li > .link:after {
    height: 1px;
    bottom: 0px;
    top: auto;
    left: 15px;
  }
}
.met-nav .nav > li > .link:hover:after {
  content: '';
  width: 100%;
  background-color: #696969;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 2px;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
@media (max-width: 767px) {
  .met-nav .nav > li > .link:hover:after {
    height: 1px;
    bottom: 0px;
    top: auto;
    left: 15px;
  }
}
.met-nav .nav > li > a:hover,
.met-nav .dropdown.open > a {
  color: #000;
}
.met-nav .nav > li > a:hover i,
.met-nav .dropdown.open > a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}
.met-nav .met-nav-login {
  padding-top: 15px;
  text-align: center;
}
.met-nav .dropdown-menu > li > a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.met-nav .dropdown-menu > li > a:hover {
  background: #F2F2F2 none repeat scroll 0% 0%;
  text-indent: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .met-nav .nav > li > a {
    padding: 0px;
    height: 60px;
    line-height: 60px;
  }
  .met-nav .dropdown-menu {
    top: 65px;
  }
  .met-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .met-nav .dropdown-menu .dropdown-submenu > a i {
    position: absolute;
    right: 10px;
  }
  .met-nav .dropdown-menu.bullet {
    top: 60px;
  }
  .met-nav .met-nav-login {
    height: 60px;
    padding-top: 0px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .met-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .met-nav .dropdown-menu .dropdown-submenu > a > i {
    float: right;
  }
}
@media (max-width: 767px) {
  .met-nav .nav > li {
    margin-left: 0px !important;
  }
  .met-nav .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .met-nav .dropdown-menu.bullet:before,
  .met-nav .dropdown-menu.bullet:after {
    display: none;
  }
  .met-nav .navbar-collapse-toolbar.in {
    overflow-y: scroll;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
  }
  .met-nav .navbar-logo {
    float: left;
    max-width: 200px;
    padding-left: 5%;
	padding-top: 16px;
  }
}












































/*banner & sidebar*/
/*banner*/
.met-banner {
  width: 100%;
  margin: 0 !important;
  display: table;
  background: #ccc;
}
.met-banner.fixedheight .slick-slide {
  height: 100%;
}
.met-banner.fixedheight .slick-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .met-banner.fixedheight .slick-slide img {
    width: 991px;
  }
}
@media (max-width: 767px) {
  .met-banner.fixedheight .slick-slide img {
    width: 767px;
  }
}
@media (max-width: 429px) {
  .met-banner.fixedheight .slick-slide img {
    width: 429px;
  }
}
.met-banner.slick-slider {
  display: block;
  z-index: 1;
}
.met-banner .slick-list,
.met-banner .slick-track {
  height: 100%;
}
.met-banner .slick-slide {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.met-banner .slick-slide:first-child {
  display: block;
}
.met-banner .slick-arrow {
  width: 40px;
  height: 40px;
  display: none !important;
  top: 50%;
  text-align: center;
}
.met-banner .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.2);
  left: 20px;
}
.met-banner .slick-arrow.slick-prev i {
  background: url(../jiantou.html) repeat 0px 0px;
}
.met-banner .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.2);
  right: 20px;
}
.met-banner .slick-arrow.slick-next i {
  background: url(../jiantou.html) repeat -39px 0px;
}
.met-banner .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
  transition: all ease-out 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.met-banner .slick-arrow:hover i {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.met-banner .slick-arrow i {
  font-size: 0;
  color: #fff !important;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .met-banner .slick-arrow i {
    font-size: 50px;
  }
}
.met-banner .slick-dots {
  margin: 0;
  bottom: 20px;
}
.met-banner .slick-dots li {
  margin: 0 2px;
}
@media (max-width: 991px) {
  .met-banner {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .met-banner:hover .slick-arrow {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .met-banner {
    height: 300px;
  }
  .met-banner .slick-dots {
    bottom: 5px;
  }
}
@media (max-width: 479px) {
  .met-banner {
    height: 150px;
  }
}
.met-banner .banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.met-banner .banner-text .container {
  height: 100%;
  display: table;
  text-align: center;
}
.met-banner .banner-text .container .banner-text-con {
  display: table-cell;
  vertical-align: middle;
}
.met-banner .banner-text.p-1 .container {
  text-align: left;
}
.met-banner .banner-text.p-1 .container .banner-text-con div {
  width: 60%;
  float: left;
}
.met-banner .banner-text.p-2 .container {
  text-align: right;
}
.met-banner .banner-text.p-2 .container .banner-text-con div {
  width: 60%;
  float: right;
}
.met-banner .banner-text.p-3 {
  top: 10%;
}
.met-banner .banner-text.p-3 .container .banner-text-con {
  vertical-align: top;
}
.met-banner .banner-text.p-4 {
  top: auto;
  bottom: 10%;
}
.met-banner .banner-text.p-4 .container .banner-text-con {
  vertical-align: bottom;
}
.met-banner .banner-text.p-3 .container .banner-text-con,
.met-banner .banner-text.p-4 .container .banner-text-con,
.met-banner .banner-text.p-5 .container .banner-text-con {
  width: 60%;
}
.met-banner .banner-text h1,
.met-banner .banner-text h2,
.met-banner .banner-text h3,
.met-banner .banner-text p {
  color: #fff;
}
.met-banner .banner-text h1,
.met-banner .banner-text h2 {
  margin: 0;
  font-size: 40px;
}
.met-banner .banner-text h3 {
  font-size: 48px;
  font-weight: normal;
  margin: 0px;
}
.met-banner .banner-text p {
  font-size: 20px;
  margin: 20px 0 0;
  text-shadow: none;
}
.met-banner .banner-text .btn {
  margin-top: 30px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .met-banner .banner-text h1,
  .met-banner .banner-text h2,
  .met-banner .banner-text h3 {
    font-size: 30px;
  }
  .met-banner .banner-text p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .met-banner .banner-text .container {
    width: 100%;
  }
  .met-banner .banner-text.p-5 .container .banner-text-con {
    width: 100%;
  }
  .met-banner .banner-text h1,
  .met-banner .banner-text h2 {
    font-size: 24px;
  }
  .met-banner .banner-text h3 {
    font-size: 16px;
  }
  .met-banner .banner-text p {
    margin-top: 15px;
    font-size: 12px;
  }
  .met-banner .banner-text .btn {
    margin-top: 20px;
    font-size: 16px;
  }
}
/* 鍐呴〉banner */
.met-banner-ny {
  background-color: #292929;
  height: 120px;
}
.met-banner-ny h1,
.met-banner-ny h2 {
  margin: 0px;
  padding: 10px 30px;
  font-size: 35px;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
}
@media (max-width: 767px) {
  .met-banner-ny {
    height: 90px;
  }
}
/*闈㈠寘灞�*/
.met-position {
  background: #ffffff;
  border-bottom: 1px solid #f0f2f5;
  padding: 15px;
  padding-bottom: 5px;
}
.met-position.bordernone {
  border-bottom: none;
}
@media (max-width: 767px) {
  .met-position {
    border-bottom: 1px solid #f0f2f5;
  }
}
.met-position .breadcrumb {
  margin: 0px;
  padding: 15px;
}
.met-position .breadcrumb > li + li:before {
  color: #444;
}
.met-position a {
  text-decoration: none;
  color: #444;
}
.met-position a:active,
.met-position a:focus,
.met-position a:hover {
  text-decoration: none;
}
.met-position.pattern-show {
  background: #f2f2f2;
  border-bottom: none;
}
.met-position.pattern-show .breadcrumb {
  padding: 10px;
}
/* 鍐呴〉瀵艰埅 */
.met-column-nav {
  border-bottom: 1px solid #f0f2f5;
  text-align: center;
}
.met-column-nav.bordernone {
  border-bottom: none;
}
@media (max-width: 767px) {
  .met-column-nav {
    border-bottom: 1px solid #f0f2f5;
  }
}
.met-column-nav ul.met-column-nav-ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.met-column-nav ul.met-column-nav-ul > li {
  white-space: nowrap;
}
.met-column-nav ul.met-column-nav-ul > li a.link {
  text-decoration: none;
  padding: 14px;
  display: block;
  font-size: 16px;
  color: #90939b;
}
.met-column-nav ul.met-column-nav-ul > li a.link:active,
.met-column-nav ul.met-column-nav-ul > li a.link:focus,
.met-column-nav ul.met-column-nav-ul > li a.link:hover {
  text-decoration: none;
}
.met-column-nav ul.met-column-nav-ul > li a.link:hover,
.met-column-nav ul.met-column-nav-ul > li a.link.active {
  color: #696969;
}
.met-column-nav ul.met-column-nav-ul > li > ul > li > a.active {
  color: #696969 !important;
}
.met-column-nav ul.met-column-nav-ul > li .dropdown-menu.bullet {
  top: 40px;
}
.met-column-nav.product-search-body .sidebar_tile {
  overflow: hidden;
}
.met-column-nav.product-search-body .swiper-navtab {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .met-column-nav.product-search-body .met-column-nav-ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.met-column-nav.product-search-body .product_search .form-group {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .met-column-nav.product-search-body .product_search .form-group {
    margin-top: 7px;
    margin-bottom: 0px;
  }
}
.met-column-nav.product-search-body .product_search.navno .form-group {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .met-column-nav.product-search-body .product_search.navno .form-group {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.nav-tabs-line > li.active > a,
.nav-tabs-line > li.active > a:focus,
.nav-tabs-line > li.active > a:hover {
  color: #444;
  background-color: transparent;
  border-bottom: 2px solid #444;
}
/*搴曢儴*/
/*鍙嬫儏閾炬帴*/
.met-links {
  padding: 15px 0px;
  color: #5e7387;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .met-links .container {
    text-align: left;
  }
  .met-links li:first-child {
    display: block;
  }
}
















































































.met-links a {
  color: #5e7387;
}
.met-links ol {
  margin-bottom: 0px;
}
.met-links .breadcrumb > li + li:before {
  color: #aaaaaa;
}
.met-links li {
  white-space: nowrap;
}
.met-links .link_img {
  height: 40px;
  display: inline-block;
}
.met-links .link_img img {
  height: 100%;
}
/*搴曢儴瀵艰埅*/
.met-footnav {
  padding: 0 !important;
  padding-top: 40px !important;
  border-top: 1px solid #f0f2f5;
}
@media (max-width: 991px) {
  .met-footnav .list {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .met-footnav {
    padding: 30px 0;
  }
}
.met-footnav h4 {
  font-size: 18px;
  margin-top: 0px;
  text-shadow: none;
  color: #ffffff;
}
.met-footnav ul {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.met-footnav ul li {
  margin-bottom: 3px;
}
.met-footnav ul li a {
  color: #ffffff;
  text-decoration: none;
}
.met-footnav ul li a:active,
.met-footnav ul li a:focus,
.met-footnav ul li a:hover {
  text-decoration: none;
}
.met-footnav ul li a:hover {
  color: #696969;
}
@media (max-width: 767px) {
  .met-footnav .info {
    margin-left: 0px;
  }
}
.met-footnav .info .foot_info_icon {
  text-align: left;
}
.met-footnav .info em {
  display: block;
  font-size: 26px;
  font-style: normal;
}
.met-footnav .info em a {
  color: #5e7387;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
}
.met-footnav .info em a:hover {
  color: #464646;
}
.met-footnav .info h3 {
  text-align: left;
  margin-bottom: 20px;
}
.met-footnav .info p {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .met-footnav .info p {
    float: none;
  }
}
.met-footnav .info i {
  font-size: 22px;
  cursor: pointer;
      color: #ffffff;
}
.met-footnav .info a {
  margin: 0px 8px;
}
.met-footnav .info a:hover,
.met-footnav .info a:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .met-footnav .info {
    margin-top: 0;
  }
}
.met-footnav .col-md-3 p {
  float: none;
}
.met-footnav .lw {
  float: right;
  margin-right: 150px;
}
@media (max-width: 767px) {
  .met-footnav .lw {
    margin-top: 30px;
  }
}
.met-footnav .lw .form-control {
  border: none;
  border-bottom: 1px solid #e4eaec;
  background: #f5f5f5;
  border-radius: 0;
  color: #848484;
  font-size: 13px;
}
.met-footnav .lw .form-control:focus {
  border-bottom: 1px solid #444;
  border-radius: 0;
}
.met-footnav .lw .input-group-addon {
  border: none;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e4eaec;
}
.met-footnav .lw .btn {
  background: #505050;
  border-color: #505050;
}
.met-footnav .lw .btn:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #505050;
}
.met-footnav .met-message {
  padding: 0;
  background: none;
}
.met-footnav .met-message .met-message-body,
.met-footnav .met-message .met-message-submit {
  padding: 0;
  background: none;
}
.met-weixin-img img {
  max-width: 160px;
}
/*footer*/
footer {
  height: auto;
  border-top: 1px solid #f0f2f5;
  padding: 20px 0px;
  color: #aaaaaa;
  line-height: 1.8;
  background: #f5f5f5;
}
footer p {
  margin-bottom: 0px;
  font-size: 13px;
  color: #848484;
}
/*澶氳瑷€*/
.met-langlist .flag-icon {
  margin-right: 3px;
  font-size: 15px;
}
@media (max-width: 767px) {
  #met-langlist-modal .modal-center {
    height: auto !important;
  }
}
#met-langlist-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#met-langlist-modal .modal-content .modal-body {
  padding: 40px 40px 20px;
  position: relative;
}
#met-langlist-modal .modal-content .modal-body .close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 40px;
}
#met-langlist-modal .modal-content a.btn {
  padding: 0px 15px;
  border: none;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
#met-langlist-modal .modal-content a.btn span.flag-icon {
  margin-right: 8px;
  top: 7px;
  font-size: 30px;
}
/*棣栭〉*/
/* 棣栭〉鐩掑瓙 */
.met-index-body {
  padding: 70px 0px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.met-index-body:nth-of-type(odd) {
  background: #f5f5f5;
}
.met-index-body h3 {
  font-size: 24px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
  color: #444;
}
.met-index-body p.desc {
  font-size: 13px;
  text-align: center;
  width: 80%;
  color: #848484;
  margin: 0px auto;
  margin-bottom: 10px;
  font-family: "Microsoft YaHei";
}
@media (max-width: 991px) {
  .met-index-body {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .met-index-body {
    padding: 50px 0px;
    border-top: 1px solid #e7e7e7;
  }
  .met-index-body h3 {
    font-size: 22px;
  }
  .met-index-body p.desc {
    font-size: 12px;
  }
    .foot-body {
        background-size: cover;
        background-position: left center;
        }  
}
/* 鏇村鎸夐挳 */
.more {
  background: url(../jiantou.html) repeat 26px -97px;
  width: 148px;
  height: 30px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: #dfdfdf 1px solid;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .more {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.more:hover {
  background: url(../jiantou.html) no-repeat 26px -127px;
  border-color: #b6b6b6;
}
/* 鏈嶅姟 */

.met-index-service {
	margin-top: 35px;
}

.met-index-service #serviceSlick {
  margin-top: 30px;
}
.met-index-service .index_service_icon {
  display: block;
  width: 100%;
  text-align: center;
}
.met-index-service .service_item {
  margin-right: 25px;
  margin-left: 25px;
}
.met-index-service .service_item h4 {
  overflow: hidden;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .met-index-service .service_item img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 991px) {
  .met-index-service .service_item {
    margin-right: 25px;
  }
}
.met-index-service .slick-arrow {
  width: 20px;
}
.met-index-service .slick-arrow.slick-next {
  right: -10px;
}
.met-index-service [class*=blocks] li {
  margin: 50px 0 0;
  clear: none;
}
.met-index-service [class*=blocks] li i {
  width: 120px;
  height: 120px;
  background: #eee;
  text-align: center;
  font-size: 50px;
  line-height: 120px;
  color: #5e7387;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  transition: background 0.5s, color 0.5s;
  -moz-transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
}
.met-index-service [class*=blocks] li:hover i {
  background: #4E97D9;
  color: #fff;
}
.met-index-service [class*=blocks] li h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 20px;
  color: #2a333c;
}
.met-index-service [class*=blocks] li p {
  width: 90%;
  margin: 0px auto;
  font-weight: 300;
  color: #5e7387;
  text-align: left;
}
.met-index-service [class*=blocks] li a {
  text-decoration: none;
}
.met-index-service [class*=blocks] li a:active,
.met-index-service [class*=blocks] li a:focus,
.met-index-service [class*=blocks] li a:hover {
  text-decoration: none;
}
.met-index-service [class*=blocks] li a img {
  width: 100%;
}
@media (max-width: 767px) {
  .met-index-service [class*=blocks] li {
    margin-top: 30px;
  }
  .met-index-service [class*=blocks] li i {
    width: 90px;
    height: 90px;
    font-size: 40px;
    line-height: 90px;
  }
}
@media (max-width: 479px) {
  .met-index-service [class*=blocks] li p {
    width: 100%;
  }
}
/* 浜у搧鍒楄〃 */
.met-index-product {
  text-align: center;
  padding: 60px 0;
}
.met-index-product .container {
  width: 90%;
  position: relative;
}
.met-index-product .index_more {
  height: 40px;
  line-height: 40px;
  width: 60px;
  background: url(../icon_more.html) no-repeat 0px -9px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: #dfdfdf 1px solid;
  position: relative;
  top: -70px;
  box-sizing: content-box;
  position: absolute;
  top: 94%;
  left: 50%;
  margin-left: -30px;
}
@media (max-width: 991px) {
  .met-index-product .index_more {
    display: none;
  }
}
@media (min-width: 1400px) {
  .met-index-product .index_more {
    top: 94.8%;
  }
}
.met-index-product .index_more:hover {
  border: 1px solid #666;
  background: url(../icon_more.html) no-repeat 0px -53px;
}
.met-index-product .more {
  background: none;
  display: none;
}
@media (max-width: 991px) {
  .met-index-product .more {
    display: block;
    color: #9f9f9f;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .met-index-product .more {
    display: block;
    color: #9f9f9f;
    line-height: 30px;
    margin-top: -40px;
  }
}
.met-index-product .nav-tabs {
  border-bottom: none;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.met-index-product .nav-tabs li {
  white-space: nowrap;
  display: inline-block;
  float: none;
}
.met-index-product .nav-tabs li.active a {
  background: #000;
  color: #fff;
  padding: 8px 30px;
}
.met-index-product .nav-tabs li a {
  background: #fff;
  padding: 8px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  border: #d2d2d2 1px solid;
  font-size: 12px;
  margin-right: 5px;
  transition: all 0.5s ease-out;
}
.met-index-product .nav-tabs li a:hover {
  padding: 8px 30px;
  border-color: #000;
  color: #000;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  .met-index-product .nav-tabs {
    margin: 20px auto;
  }
}
.met-index-product .swiper-navtab .swiper-scrollbar {
  bottom: 15px;
}
.met-index-product #product_list {
  margin-right: -10px;
  overflow: hidden;
  padding-bottom: 40px;
}
.met-index-product #product_list .slick-arrow {
  bottom: 0;
  top: 100%;
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .met-index-product #product_list .slick-arrow {
    display: none !important;
  }
}
.met-index-product #product_list .slick-arrow i {
  font-size: 0;
  width: 40px;
  height: 20px;
}
.met-index-product #product_list .slick-next {
  right: 50%;
  margin-right: -80px;
}
.met-index-product #product_list .slick-next i {
  background: url(../jiantou.html) repeat -37px -50px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.met-index-product #product_list .slick-prev {
  left: 50%;
  margin-left: -90px;
}
.met-index-product #product_list .slick-prev i {
  background: url(../jiantou.html) repeat 0px -50px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.met-index-product #product_list .slick-next:hover i {
  background: url(../jiantou.html) repeat -37px -70px;
}
.met-index-product #product_list .slick-prev:hover i {
  background: url(../jiantou.html) repeat 0px -70px;
}
.met-index-product #product_list li {
  clear: none;
}
.met-index-product #product_list h4 {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .met-index-product #product_list h4 {
    font-size: 14px;
  }
}
.met-index-product #product_list h4 a {
  color: #666;
  font-size: 16px;
}
.met-index-product #product_list h4 p {
  padding-top: 5px;
  margin: 0;
  font-size: 13px;
  color: #848484;
}
.met-index-product #product_list .widget {
  margin-right: 10px;
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-index-product #product_list .widget .widget-title {
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.met-index-product #product_list .widget .widget-title:hover {
  border-color: #666;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.met-index-product #product_list .widget .widget-header {
  border-radius: 0;
}
.met-index-product #product_list .widget .widget-header a {
  display: block;
  position: relative;
}
.met-index-product #product_list .widget .widget-header a:after {
  content: '+';
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-left: -26px;
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 10;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman", "寰蒋闆呴粦";
}
.met-index-product #product_list .widget .widget-header .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.met-index-product #product_list .widget .widget-header:hover .mask {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
}
.met-index-product #product_list .widget .widget-header:hover a:after {
  top: 35%;
  opacity: 1;
}
.met-index-product #product_list .widget .widget-header:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.met-index-product #product_list .widget .widget-header img {
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  width: 100%;
}
/* 鏂囩珷鍒楄〃 */
.met-index-news {
  padding-bottom: 0;
}
.met-index-news .more {
  margin: 70px auto;
}
.met-index-news .news_time {
  display: block;
  font-weight: 300;
  height: 30px;
  color: #999;
  font-size: 16px;
}
.met-index-news .media-heading:hover:before {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.met-index-news .media-heading {
  position: relative;
}
.met-index-news .media-heading a {
  border-bottom: 1px solid #EFEFEF;
  font-size: 16px;
  color: #595959;
  display: block;
  padding-bottom: 20px;
}
.met-index-news .media-heading a:hover {
  text-decoration: none;
}
.met-index-news .media-heading:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #3C3C3C;
  bottom: 0px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.met-index-news p.des {
  font-size: 13px;
  color: #848484;
}
.met-index-news ul.blocks-2 {
  margin-top: 20px;
}
.met-index-news ul.blocks-2 li {
  margin: 30px 0 0;
}
.met-index-news ul.blocks-2 li p {
  margin-bottom: 0px;
}
.met-index-news ul.blocks-2 li p.des {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .met-index-news ul.blocks-2 li {
    width: 100% !important;
    margin-top: 20px;
  }
  .met-index-news ul.blocks-2 li .media .media-left {
    padding-right: 10px;
  }
  .met-index-news ul.blocks-2 li .media h4 {
    font-size: 16px;
  }
  .met-index-news ul.blocks-2 li .media p.des {
    height: 1.5em;
    overflow: hidden;
  }
  .met-index-news ul.blocks-2 li .media.media-lg .media-object {
    width: 100px;
  }
}
/* 鍏充簬鎴戜滑 */
.met-index-about .about_img img {
  width: 100%;
  padding-bottom: 20px;
}
.met-index-about .about_cont h3,
.met-index-about .about_cont p {
  text-align: left;
  width: 100%;
}
@media (max-width: 991px) {
  .met-index-about .about_cont h3,
  .met-index-about .about_cont p {
    text-align: center;
    padding-bottom: 0px;
  }
}
.met-index-about .met-editor {
  padding: 0;
  color: #848484;
  font-size: 13px;
  margin-top: 30px;
  background: none;
}
@media (max-width: 991px) {
  .met-index-about .met-editor {
    margin-top: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .met-index-about .met-editor {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .met-index-about .met-editor {
    margin-top: 20px;
  }
}
/* 绮捐嫳鍥㈤槦 */
.met-index-team {
  padding: 0;
  background: #fff;
}
.met-index-team .slick-dots {
  bottom: -50px;
}
.met-index-team .team_bg {
  padding: 80px;
  position: relative;
}
.met-index-team .team_bg .bg_img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
}
@media (max-width: 991px) {
  .met-index-team .team_bg {
    padding: 20px 0;
  }
}
.met-index-team .slick-dots .slick-active button:before {
  background-color: #BCBCBC;
  border: 1px solid #BCBCBC;
  transition: all ease-out 0.3s;
}
.met-index-team .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border: rgba(123, 123, 123, 0.8) 1px solid;
  border-radius: 10px;
  color: transparent;
  transition: all ease-out 0.3s;
  opacity: 1;
}
.met-index-team .container {
  height: auto;
}
.met-index-team .team_item {
  height: auto;
  margin-right: 30px;
  background: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .met-index-team .team_item {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.met-index-team .team_item a {
  display: block;
  max-height: 474px;
  overflow: hidden;
}


@media (max-width: 767px) {
.met-index-team .team_item a {
  display: block;
  max-height: 360px;
  overflow: hidden;
}
}


@media (max-width: 480px) {
.met-index-team .team_item a {
  display: block;
  max-height: 435px;
  overflow: hidden;
}
}



.met-index-team .team_item a img {
  width: 100%;
}
.met-index-team .team_item .team_cont {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,.4);
}
.met-index-team .team_item .team_cont .team_title {
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
    margin: 0;
}
.met-index-team .team_item .team_cont .team_keywords {
  color: #a5a5a5;
  font-size: 14px;
}
.met-index-team .team_item .team_cont .team_desc {
  font-size: 13px;
  max-height: 90px;
  overflow: hidden;
  color: #848484;
}
.met-index-team .team_item .team_cont .team_more {
  display: block;
  width: 100%;
  height: 34px;
  border-radius: 0px;
  background-color: #fff;
  line-height: 34px;
  border: #E4E4E4 1px solid;
  color: #787878;
  font-size: 12px;
  text-transform: uppercase;
  margin: 30px 0;
  text-align: center;
}
.met-index-team .team_item .team_cont .team_more:hover {
  background: #505050;
  border-color: #505050;
  color: #fff;
  text-decoration: none;
  transition: all ease-out 0.3s;
}
.service_item h4 {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  color: #595959;
  transition: all ease-out 0.2s;
  border-bottom: 1px solid #E1E1E1;
  text-align: left;
  width: 100%;
}
@media (max-width: 991px) {
  .service_item h4 {
    text-align: center;
  }
}
.service_item h4:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #3C3C3C;
  margin-top: 46px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (max-width: 991px) {
  .service_item h4:before {
    display: none;
  }
}
.service_item p {
  color: #848484;
  font-size: 13px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}
.service_item a {
  display: block;
  width: 100%;
  position: relative;
}
.service_item a img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service_item a {
    text-align: center;
    margin-top: 20px;
  }
}
.service_item a:hover {
  text-decoration: none;
}
.service_item a:hover h4 {
  color: #272727;
}
.service_item a:hover h4:before {
  width: 100%;
}
/*绠€浠嬫ā鍧�*/
/*绠€浠嬫ā鍧�*/
.met-show {
  padding: 30px 0px;
  background: #ffffff;
  word-break: break-all;
}
@media (max-width: 767px) {
  .met-show {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .met-show {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .met-show .met-editor div {
    width: 100%!important;
    float: none!important;
    margin: 0!important;
    text-align: left;
  }
  .met-show .met-editor img {
    cursor: zoom-in;
  }
}
/* 绮捐嫳鍥㈤槦 */
.team_item .wrap {
  height: 40px;
  background: #292929;
  bottom: -40px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  position: absolute;
  color: #fff;
  transform: translate(0, 0px);
}
.team_item .wrap div {
  margin: 12px auto;
  width: 14px;
  height: 14px;
  position: relative;
}
.team_item .wrap div .h {
  width: 14px;
  height: 2px;
  top: 6px;
}
.team_item .wrap div .v {
  width: 2px;
  height: 14px;
  left: 6px;
}
.team_item .wrap div span {
  display: block;
  background: #fff;
  position: absolute;
}
.team_item a {
  height: 220px;
  max-height: 220px;
  display: block;
  overflow: hidden;
  position: relative;
}
.team_item a .team_img img {
  width: 100%;
}
.team_item a:hover .wrap {
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
}
.team_item .team_info {
  background-color: #f8f8f8;
  text-align: left;
  padding: 30px;
}
.team_item .team_info .title {
  color: #5a5a5a;
  font-size: 20px;
}
.team_item .team_info .title span {
  color: #5a5a5a;
  font-size: 14px;
}
.team_item .team_info .subtitle {
  font-size: 12px;
  color: #9a9a9a;
  margin-top: 5px;
}
.team_item .desc {
  margin-top: 8px;
  line-height: 20px;
  font-size: 14px;
  color: #949494;
  overflow: hidden;
}
/*鏂囩珷妯″潡*/
/*鏂囩珷妯″潡鍒楄〃椤�*/
.met-news {
  padding: 30px 0px;
  border-top: 1px solid #f0f2f5;
  background: #f2f2f2;
  /* 鍒楄〃 */
  /* 妯″紡3 */
}
.met-news .service_item {
  padding: 50px;
}
.met-news .service_item a {
  width: 100%;
  display: block;
}
.met-news .service_item a img {
  width: 100%;
}
.met-news .service_item a:focus {
  color: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .met-news .service_item {
    margin-bottom: 0!important;
    padding: 50px;
    border-bottom: 1px solid #95a5a6;
  }
}
@media (max-width: 767px) {
  .met-news {
    padding: 0px;
  }
}
.met-news .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-news .met-news-list {
  padding: 30px;
  background: #ffffff;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f2f5;
  margin-bottom: 30px;
  overflow: hidden;
}
.met-news .met-news-list .news-headlines {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .met-news .met-news-list {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .met-news .met-news-list {
    padding-top: 20px;
  }
}
.met-news .met-news-list .slick-slide {
  width: 100%;
  position: relative;
}
.met-news .met-news-list .slick-slide:first-child {
  display: block;
}
.met-news .met-news-list .headlines-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
}
.met-news .met-news-list .headlines-text h3 {
  margin: 0px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.met-news .met-news-list .slick-dots {
  bottom: 35px;
}
@media (max-width: 767px) {
  .met-news .met-news-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .met-news .met-news-list .headlines-text {
    bottom: 20px;
  }
  .met-news .met-news-list .headlines-text h3 {
    font-size: 16px;
  }
  .met-news .met-news-list .slick-dots {
    bottom: 20px;
  }
}
.met-news ul.met-page-ajax {
  padding: 0px;
  list-style: none;
}
.met-news ul.met-page-ajax li {
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.met-news ul.met-page-ajax li h4 {
  margin: 0 0 20px;
  font-size: 22px;
}
.met-news ul.met-page-ajax li h4 a {
  color: #464646;
}
.met-news ul.met-page-ajax li h4 a:hover {
  color: #696969;
}
.met-news ul.met-page-ajax li p {
  font-size: 16px;
}
.met-news ul.met-page-ajax li p.des {
  color: #6a6a6a;
  margin-bottom: 10px;
  font-size: 13px;
}
.met-news ul.met-page-ajax li p.info {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.met-news ul.met-page-ajax li p.info span {
  margin-left: 10px;
}
.met-news ul.met-page-ajax li p.info span:first-child {
  margin: 0;
}
.met-news ul.met-page-ajax li p.info i {
  color: #a3afb7;
  font-weight: 300;
}
@media (max-width: 991px) {
  .met-news ul.met-page-ajax li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .met-news ul.met-page-ajax li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  }
  .met-news ul.met-page-ajax li h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .met-news ul.met-page-ajax li p {
    font-size: 14px;
  }
  .met-news ul.met-page-ajax li p.des {
    height: 3em;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .met-news ul.met-page-ajax li .media .media-left {
    padding-right: 10px;
  }
  .met-news ul.met-page-ajax li .media.media-lg .media-object {
    width: 100px;
  }
}
.met-news.type-3 .met-news-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .met-news.type-3 .met-news-body {
    margin-bottom: 20px;
  }
}
.met-news.type-3 .widget {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-news.type-3 .widget .widget-body,
.met-news.type-3 .widget .widget-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-news.type-3 .widget .widget-title {
  font-size: 24px;
}
.met-news.type-3 .widget .widget-title a {
  color: #464646;
}
.met-news.type-3 .widget .widget-title a:hover {
  color: #696969;
}
.met-news.type-3 .widget .widget-metas span {
  margin-left: 10px;
}
.met-news.type-3 .widget .widget-metas span:first-child {
  margin: 0;
}
@media (max-width: 767px) {
  .met-news.type-3 .widget {
    margin: 15px 10px;
  }
  .met-news.type-3 .widget .widget-title {
    font-size: 18px;
  }
}
/* 鏂囩珷妯″潡渚ф爮 */
.met-news-bar {
  margin-left: 30px;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .met-news-bar {
    margin-left: 0px;
    margin-top: 30px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .met-news-bar {
    margin-left: 0px;
    margin-top: 0px;
    padding: 20px 15px;
  }
}
.met-news-bar ul.column {
  padding: 0px;
  list-style: none;
}
.met-news-bar ul.column li {
  margin-bottom: 10px;
}
.met-news-bar ul.column li a {
  font-size: 16px;
  color: #464646;
}
.met-news-bar ul.column li a:hover {
  color: #696969;
}
.met-news-bar ul.column li a.active {
  color: #4e97d9;
  border-bottom: 1px solid;
}
.met-news-bar .recommend {
  margin: 20px 0px;
  padding: 20px 0px;
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #f0f2f5;
}
.met-news-bar .recommend h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
}
.met-news-bar .recommend .list-group {
  margin-top: 10px;
  margin-bottom: 0px;
}
.met-news-bar .recommend .list-group a {
  color: #464646;
  font-size: 15px;
}
.met-news-bar .recommend .list-group a:hover {
  color: #696969;
}
/* 鏂囩珷妯″潡璇︽儏椤� */
.met-shownews {
  padding: 30px 0px;
  border-top: 1px solid #f0f2f5;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-shownews {
    padding: 0px;
  }
  .met-shownews .met-shownews-header {
    padding-top: 20px;
  }
}
.met-shownews .met-shownews-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-shownews .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-shownews .met-editor .postbody {
  width: 100%!important;
}
.met-shownews .met-shownews-header,
.met-shownews .met-shownews-footer {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .met-shownews .met-shownews-header,
  .met-shownews .met-shownews-footer {
    padding: 10px;
  }
}
.met-shownews .met-shownews-header {
  padding-bottom: 0px;
}
.met-shownews h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .met-shownews h1 {
    font-size: 20px;
  }
}
.met-shownews .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f2f5;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.met-shownews .info span {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .met-shownews .info {
    padding-bottom: 20px;
  }
}
.met-shownews .met-shownews-footer {
  padding-top: 0px;
}
.met-shownews .met-shownews-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f0f2f5;
  padding-top: 20px;
}
/*绀句細鍖栧垎浜寜閽�*/
.met_tools_code {
  margin-top: 30px;
  text-align: center;
  font-size: 0px;
}
@media (max-width: 767px) {
  .met_tools_code {
    margin-top: 10px;
  }
}
.met_tools_code .bdsharebuttonbox {
  display: inline;
}
.met_tools_code .bdsharebuttonbox a {
  float: none;
  display: inline-block;
}
/* 鏈嶅姟鑼冨洿 */
.met-news-bar ul.column li a.active {
  color: #444;
}
/*浜у搧妯″潡*/
/*浜у搧妯″潡*/
/* 浜у搧鍒楄〃椤� */
.met-product {
  background: #f2f2f2;
}
.met-product .container {
  padding: 30px 15px;
}
.met-product .container-fluid {
  padding: 30px;
}
.met-product ul.met-grid li {
  clear: none;
}
.met-product .widget > .widget-title {
  padding: 20px;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.met-product .widget,
.met-product .widget .widget-header,
.met-product .widget-body {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.met-product .widget .widget-header:hover a:after {
  top: 35%;
  opacity: 1;
}
.met-product .widget .widget-header:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.met-product .widget .widget-header:hover .mask {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.met-product .widget .widget-header img {
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.met-product .widget .widget-header a {
  display: block;
  position: relative;
}
.met-product .widget .widget-header a:after {
  content: '+';
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-left: -26px;
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 10;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman", "寰蒋闆呴粦";
}
.met-product .widget .widget-header .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  z-index: 2;
}
.met-product .met-toolbar-body {
  margin-bottom: 15px;
  margin-top: -15px;
}
.met-product .met-toolbar-body .btn-toolbar {
  float: right;
}
.met-product .met-toolbar-body .btn-toolbar .btn-group {
  background: #fff;
}
.met-product .met-figure .widget-body {
  display: none;
}
.met-product.type-1 h4 {
  margin: 0;
  font-size: 16px;
  text-align: left;
}
.met-product.type-1 h4 a {
  color: #666;
}
.met-product.type-1 h4 p {
  padding-top: 5px;
  margin: 0;
  font-size: 13px;
  color: #848484;
}
@media (max-width: 767px) {
  .met-product.type-1 h4 {
    font-size: 14px;
  }
}
.met-product.type-1 h4 a {
  color: #464646;
}
.met-product.type-1 h4 a:hover {
  color: #696969;
}
.met-product.type-2 .container-fluid {
  padding: 15px;
}
.met-product.type-2 .keywords {
  font-size: 13px;
}
.met-product.type-2 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.met-product.type-2 h4 {
  margin: 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .met-product.type-2 ul.met-grid li {
    background: #f2f2f2;
  }
}
.met-product.type-3 .keywords {
  padding-top: 5px;
  margin: 0;
  font-size: 13px;
  color: #848484;
}
@media (max-width: 991px) {
  .met-product.type-3 h4 {
    font-size: 14px;
  }
}
.met-product.type-3 p {
  font-size: 12px;
}
.met-product.type-3 .widget-actions {
  display: none;
}
@media (max-width: 767px) {
  .met-product .container,
  .met-product .container-fluid {
    padding: 10px !important;
  }
  .met-product .row {
    margin: 0;
  }
  .met-product ul.met-grid {
    margin: 0 -10px 0 0;
  }
  .met-product ul.met-grid li {
    margin-bottom: 10px;
    padding: 0 10px 0 0;
  }
}
/* 鐎戝竷娴� */
.no-js .grid li,
.no-cssanimations .met-grid li {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.met-grid li {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.met-grid li.shown {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.met-grid li.animate {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  -moz-animation: moveUp 0.65s ease forwards;
  -o-animation: moveUp 0.65s ease forwards;
  -ms-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* 浜у搧璇︽儏椤� */
.met-showproduct {
  /* 浜у搧鍥剧墖杞挱鍥� */
  /* 鏍囧噯妯″紡 */
  /* 鏃跺皻妯″紡 */
}
.met-showproduct .met-showproduct-list {
  min-height: 300px;
  overflow: hidden;
  margin: 0;
}
.met-showproduct .met-showproduct-list.slick-dotted {
  padding-bottom: 74px;
}
.met-showproduct .met-showproduct-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.met-showproduct .met-showproduct-list .slick-slide {
  width: 100%;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.met-showproduct .met-showproduct-list .slick-slide:first-child {
  display: block;
}
.met-showproduct .met-showproduct-list .slick-slide span {
  display: inline-block;
}
.met-showproduct .met-showproduct-list .slick-slide img {
  display: inline;
}
.met-showproduct .met-showproduct-list .slick-dots {
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.met-showproduct .met-showproduct-list .slick-dots div {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
.met-showproduct .met-showproduct-list .slick-dots li {
  width: 64px;
  height: 64px;
  margin: 0 0 0 10px;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  border: 2px solid  #ddd;
}
.met-showproduct .met-showproduct-list .slick-dots li:first-child {
  margin: 0;
}
.met-showproduct .met-showproduct-list .slick-dots li.slick-active {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  border-color: #696969;
}
.met-showproduct .met-showproduct-list .slick-dots li img {
  width: 60px;
  height: 60px;
  object-fit: fill;
}
.met-showproduct .met-showproduct-list .slick-arrow {
  width: 15%;
  height: 100%;
  top: 50%;
}
.met-showproduct .met-showproduct-list .slick-arrow:hover i {
  color: #999;
}
.met-showproduct .met-showproduct-list .slick-arrow.slick-prev {
  text-align: left;
}
.met-showproduct .met-showproduct-list .slick-arrow.slick-next {
  text-align: right;
}
.met-showproduct .met-showproduct-list .slick-arrow i {
  font-size: 70px;
  color: #ccc;
}
@media (max-width: 767px) {
  .met-showproduct .met-showproduct-list .slick-arrow i {
    font-size: 50px;
  }
}
.met-showproduct.pagetype1 {
  background: #f2f2f2;
}
.met-showproduct.pagetype1 .less-page-content {
  background: #f2f2f2;
}
.met-showproduct.pagetype1 .met-showproduct-head {
  background: #fff;
  padding: 30px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-head #showpro-gallery .slick-slide {
  cursor: zoom-in;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
  margin-top: 0px;
  font-size: 28px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
  margin-bottom: 15px;
  color: #5e7387;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro .para {
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #f0f2f5;
  padding: 15px;
  padding-bottom: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools {
  margin: 15px 15px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body {
  padding: 30px 0px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
  padding: 0px;
}
@media (min-width: 992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 15px;
  }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
  margin-bottom: 30px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
    margin-left: 45px;
  }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
  text-align: center;
  clear: none;
}
@media (min-width: 992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
    width: 100%;
  }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img {
  margin: 0px auto;
  margin-bottom: 5px;
  display: block;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img img {
  margin: 0px auto;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt {
  color: #5e7387;
  text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
  text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
  color: #696969;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry p {
  color: #f96868;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .met-showproduct.pagetype1 .met-showproduct-body {
    padding: 15px 0px 0px;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .panel {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
    padding: 15px;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 0px;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
    margin-bottom: 15px;
    margin-top: -10px;
  }
}
.met-showproduct.pagetype2 {
  background: #fff;
}
.met-showproduct.pagetype2 .less-page-content {
  background: #f2f2f2;
}
.met-showproduct.pagetype2 nav.navbar {
  min-height: 50px;
  margin-bottom: 0px;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
.met-showproduct.pagetype2 nav.navbar h1 {
  margin: 0px;
  height: 50px;
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
.met-showproduct.pagetype2 nav.navbar .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.met-showproduct.pagetype2 nav.navbar .nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
}
.met-showproduct.pagetype2 nav.navbar .navbar-toggle {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
  color: #696969;
}
@media (max-width: 767px) {
  .met-showproduct.pagetype2 nav.navbar .nav {
    float: none;
  }
}
.met-showproduct.pagetype2 .content {
  padding: 30px 0px;
}
.met-showproduct.pagetype2 .content-2,
.met-showproduct.pagetype2 .content-4,
.met-showproduct.pagetype2 .content-6 {
  background: #f2f2f2;
}
.met-showproduct.pagetype2 .content-2 .met-editor,
.met-showproduct.pagetype2 .content-4 .met-editor,
.met-showproduct.pagetype2 .content-6 .met-editor {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-showproduct.pagetype2 ul.blocks {
    padding-left: 10px;
  }
  .met-showproduct.pagetype2 ul.blocks li {
    width: 50%;
  }
  .met-showproduct.pagetype2 ul.blocks li .widget {
    margin-right: 10px;
  }
}
/*涓嬭浇妯″潡*/
/* 涓嬭浇妯″潡 */
.met-download {
  padding: 30px 0px;
  background: #f2f2f2;
  border-top: 1px solid #f0f2f5;
  /* 鍒楄〃椤� */
  /* 璇︽儏椤� */
}
@media (max-width: 767px) {
  .met-download {
    padding: 0px;
  }
  .met-download .met-download-header {
    padding-top: 20px;
  }
}
.met-download .list-group {
  margin-bottom: 30px;
}
.met-download .met-download-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-download .met-download-list {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .met-download .met-download-list {
    padding: 10px;
  }
}
.met-download .met-download-list .list-group-item {
  padding: 30px 0px;
}
.met-download .met-download-list .media-left {
  padding-right: 5px;
  padding-left: 10px;
}
.met-download .met-download-list .media-left i {
  font-size: 38px;
  color: #a3afb7;
}
.met-download .met-download-list h4.media-heading a {
  color: #464646;
  font-size: 16px;
}
.met-download .met-download-list h4.media-heading a:hover {
  color: #696969;
}
.met-download .met-download-list small {
  color: #76838f;
  font-size: 14px;
}
.met-download .met-download-list a.btn {
  margin-right: 10px;
}
.met-download .met-download-header,
.met-download .met-download-footer {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .met-download .met-download-header,
  .met-download .met-download-footer {
    padding: 10px;
  }
}
.met-download .met-download-header {
  padding-bottom: 0px;
}
.met-download h1 {
  margin: 0px;
  font-size: 32px;
  margin-bottom: 5px;
}
.met-download .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f2f5;
  font-size: 16px;
  color: #a3afb7;
}
.met-download .info span {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .met-download .info {
    padding-bottom: 20px;
  }
}
.met-download .paralist {
  padding: 30px;
  background: #ffffff;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .met-download .paralist {
    padding: 10px;
  }
}
.met-download .paralist dl {
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f2f5;
  font-size: 16px;
}
.met-download .paralist dl dd {
  margin-bottom: 5px;
  color: #76838f;
}
@media (min-width: 768px) {
  .met-download .paralist dl {
    padding-bottom: 25px;
  }
  .met-download .paralist dl dt {
    width: 100px;
    margin-bottom: 5px;
  }
  .met-download .paralist dl dd {
    margin-left: 120px;
    margin-bottom: 5px;
  }
}
.met-download .paralist .met-download-btn {
  margin-top: 20px;
}
/*鍥剧墖妯″潡*/
/*鍥剧墖妯″潡*/
.met-img .widget,
.met-img .cover,
.met-img .cover-image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .met-img ul.met-page-ajax li {
    width: 50%;
  }
}
/*鎷涜仒妯″潡*/
/* 鎷涜仒妯″潡 */
.met-job {
  padding: 30px 0px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-job {
    padding: 0px;
  }
}
.met-job .widget {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-job .widget .widget-body:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-job .widget .widget-title a {
  color: #464646;
}
.met-job .widget .widget-title a:hover {
  color: #696969;
}
.met-job .widget .widget-metas span {
  margin-right: 10px;
}
.met-job .widget .met-editor {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .met-job .widget {
    margin: 15px 10px;
  }
  .met-job .widget .widget-body {
    padding: 15px 10px;
  }
  .met-job .widget .met-editor {
    padding: 0px;
  }
  .met-job .widget hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#met-job-cv .modal-header {
  border-radius: 0px;
}
.met-form .form-group .control-label {
  font-weight: normal;
}
/*鐣欒█妯″潡*/
/* 鐣欒█妯″潡 */
.met-message {
  padding: 30px 0px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-message {
    padding: 0px;
  }
}
.met-message .col-md-6 {
  float: none;
  margin: auto;
}
.met-message .met-message-body,
.met-message .met-message-submit {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-message .met-message-body,
  .met-message .met-message-submit {
    padding: 10px;
  }
}
.met-message .met-message-body .media-left {
  padding-right: 0px;
  display: block;
  float: left;
}
.met-message .met-message-body .media-left i {
  font-size: 36px;
  color: #a3afb7;
}
.met-message .met-message-body .media-body {
  width: calc(54%);
  word-wrap: break-word;
  display: block;
  float: left;
}
.met-message .met-message-body .media-body .content {
  word-wrap: break-word;
}
.met-message .met-message-body .media-body p {
  font-size: 14px;
  color: #76838f;
}
@media (min-width: 992px) {
  .met-message .met-message-submit {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .met-message .met-message-submit {
    padding-bottom: 20px;
  }
}
/*鍙嶉妯″潡*/
/* 鍙嶉妯″潡 */
.met-feedback {
  padding: 30px 0px;
  background: #f2f2f2;
}
.met-feedback .container {
  max-width: 800px;
}
.met-feedback .met-feedback-body {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-feedback .met-feedback-body {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .met-feedback {
    padding: 10px;
  }
}
/*鍏ㄧ珯鎼滅储*/
/* 鎼滅储妯″潡 */
.met-search {
  padding: 30px 0px;
  border-top: 1px solid #f0f2f5;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-search {
    padding: 0px;
  }
  .met-search .met-search-body {
    padding: 20px 10px;
  }
}
.met-search .met-search-body {
  min-height: 500px;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-search .met-search-body {
    padding: 10px;
  }
}
.met-search .met-search-body .page-search-form {
  margin-bottom: 10px;
}
.met-search .met-search-body .met_pager {
  margin-top: 30px;
  text-align: left;
}
.met-search .met-search-body .page-search-title {
  font-size: 26px;
}
.met-search .met-search-body .list-group-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.met-search .met-search-body .list-group-item p {
  color: #76838f;
}
.met-search .met-search-body .list-group-item > h4 {
  margin-bottom: 5px;
}
.met-search .met-search-body .list-group-item > h4 a {
  text-decoration: none;
  color: #526069;
}
.met-search .met-search-body .list-group-item > h4 a :hover {
  text-decoration: none;
  color: #37474f;
}
.met-search .met-search-body .list-group-item > p:last-child {
  margin-bottom: 0;
}
/*鍏ㄧ珯鎼滅储*/
/* 缃戠珯鍦板浘 */
.met-sitemap {
  padding: 30px 0px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-sitemap {
    padding: 0px;
  }
}
.met-sitemap .met-sitemap-body {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-sitemap .met-sitemap-body {
    padding: 10px;
  }
}
.sitemap-list {
  padding: 0;
  margin: 0px;
  list-style-type: none;
}
.sitemap-list a {
  color: #76838f;
}
.sitemap-list > li {
  margin-bottom: 25px;
}
.sitemap-list > li:last-child {
  margin-bottom: 0px;
}
.sitemap-list > li.is-single {
  margin-bottom: 10px;
}
.sitemap-list > li > a {
  display: block;
  padding: 14px 15px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.sitemap-list > li > ul {
  position: relative;
  padding: 10px 10px 20px 40px;
  margin: 0;
  list-style-type: none;
}
.sitemap-list > li > ul a:hover {
  color: #62a8ea;
}
.sitemap-list > li > ul::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec;
}
.sitemap-list > li > ul > li > a {
  position: relative;
  display: block;
  min-width: 220px;
  padding: 10px;
  margin-bottom: 5px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec;
}
.sitemap-list > li > ul > li > a::after,
.sitemap-list > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  content: " ";
  background: #e4eaec;
}
.sitemap-list > li > ul > li > a::before {
  left: -20px;
  width: 20px;
  height: 1px;
  margin-top: -1px;
}
.sitemap-list > li > ul > li > a::after {
  left: -23px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.sitemap-list-sub {
  position: relative;
  padding: 5px 0 9px 40px;
  margin-top: -5px;
  list-style-type: none;
}
.sitemap-list-sub::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec;
}
.sitemap-list-sub > li {
  position: relative;
  line-height: 30px;
}
.sitemap-list-sub > li::after,
.sitemap-list-sub > li::before {
  position: absolute;
  top: 50%;
  left: -22px;
  content: " ";
  background: #e4eaec;
}
.sitemap-list-sub > li::before {
  width: 15px;
  height: 1px;
  margin-top: -1px;
}
.sitemap-list-sub > li::after {
  width: 5px;
  height: 5px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 479px) {
  .sitemap-list {
    padding-left: 40px;
    list-style-type: disc;
  }
  .sitemap-list .icon {
    display: none;
  }
  .sitemap-list > li:first-child {
    margin-bottom: 20px;
    margin-left: -16px;
    list-style-type: none;
  }
  .sitemap-list > li > a {
    display: inline;
    padding: 10px;
    border: none;
  }
  .sitemap-list > li > a i {
    display: none;
  }
  .sitemap-list > li > ul {
    padding: 5px 0 5px 26px;
    list-style-type: circle;
  }
  .sitemap-list > li > ul::before {
    display: none;
  }
  .sitemap-list > li > ul > li > a {
    display: inline;
    padding: 10px 0;
    border: none;
  }
  .sitemap-list > li > ul > li > a::after,
  .sitemap-list > li > ul > li > a::before {
    display: none;
  }
  .sitemap-list-sub {
    padding: 5px 0 5px 20px;
    list-style-type: square;
  }
  .sitemap-list-sub::before {
    display: none;
  }
  .sitemap-list-sub > li {
    line-height: normal;
  }
  .sitemap-list-sub > li::after,
  .sitemap-list-sub > li::before {
    display: none;
  }
}
/*鍟嗗煄妯″潡鏍峰紡*/
/* 鍟嗗煄妯″潡 */
/*椤堕儴*/
.met-nav-right-shop {
  margin: 10px 0px 10px;
}
.met-nav-right-shop .badge.up {
  left: -10px;
  margin: 0;
}
.met-nav-right-shop li > a > i {
  line-height: 40px;
}
.met-nav-right-shop.nav > li {
  background: #f5f5f5;
  margin-bottom: 10px;
}
.met-nav-right-shop.nav > li:last-child {
  margin-bottom: 0px;
}
.met-nav-right-shop.nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 40px;
  line-height: 40px;
}
.met-nav-right-shop .dropdown-menu li i {
  color: #9E9E9E;
}
.met-nav-right-shop .dropdown > a > i {
  margin-right: 5px;
  color: #76838f;
}
.met-nav-right-shop #topcart-body .avatar {
  width: 50px;
}
.met-nav-right-shop #topcart-body .avatar img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-nav-right-shop .dropdown-menu-header {
  padding: 20px 20px;
}
.met-nav-right-shop .dropdown-menu-footer {
  height: 55px;
  line-height: 55px;
  padding: 0px 15px!important;
}
@media (min-width: 768px) {
  .met-nav-right-shop {
    margin-left: 10px;
  }
  .met-nav-right-shop.nav > li {
    margin-right: 5px;
    margin-bottom: 0px;
  }
  .met-nav-right-shop .dropdown-menu {
    top: 55px;
  }
}
/*浜у搧璇︽儏椤靛彸渚�*/
.shop-product-intro #price {
  font-size: 32px;
}
.shop-product-intro .form-group {
  margin-bottom: 0px;
}
.shop-product-intro del {
  padding-left: 20px;
  font-size: 22px;
  font-weight: 300;
}
.shop-product-intro label {
  margin-bottom: 0px;
}
.shop-product-intro .selectpara-body a.btn {
  margin-top: 8px;
}
.shop-product-intro .selectpara-body .selectpara {
  min-width: 70px;
  text-align: center;
}
.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:focus,
.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:hover {
  background-color: transparent;
  color: #f96868;
}
.shop-product-intro .height-10 {
  height: 10px;
}
.shop-product-intro .text-default {
  padding: 20px;
  background: #F3F7F9;
}
.shop-product-intro .purchase-btn a.btn {
  width: 100%;
  display: block;
}
.shop-product-intro .purchase-btn a.btn i {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .shop-product-intro .purchase-btn a.btn {
    width: auto;
    display: inline;
    padding: 10px 35px;
  }
}
/*浜у搧璇︽儏椤垫椂灏氭ā寮�*/
@media (min-width: 768px) {
  .met-showproduct.pagetype2 .shop-btn-body {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .met-showproduct.pagetype2 .navbar-toggle {
    padding: 0px;
    float: none;
  }
  .met-showproduct.pagetype2 .shop-btn {
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.met-showproduct.pagetype2 #shop-fashion-option .modal-content,
.met-showproduct.pagetype2 #shop-fashion-option .modal-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .met-showproduct.pagetype2 #shop-fashion-option .purchase-btn {
    margin-bottom: 20px;
  }
}

.foot-body {
    background-image: url(../20170730164445.html) !important;
    background-position: center top;
    position: relative;
    padding-bottom: 40px !important;
}

.foot-body:after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.masonry-item {
    z-index: 2
}
.foot-body h3{color:#ffffff;}
.bdshare-slide-style-r0 .bdshare-slide-button{display:none !important;}
/*conxinfo.css*/

/* 鍥㈤槦鍒楄〃 澧炶ˉ 20170705*/

.met-index-team .container {
  /*height: 542px;*/
  height: auto;
}

/* 妗堜緥鍒楄〃 澧炶ˉ 20170705*/
.met-index-product {
  text-align: center;
}
.met-index-case .nav-tabs {
  border-bottom: none;
  margin: 30px auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.met-index-case .nav-tabs li {
  white-space: nowrap;
  display: inline-block;
  float: none;
}
.met-index-case .nav-tabs li.active a {
  background: #62a8ea;
  color: #fff;
  padding: 8px 30px;
  border: none;
}
.met-index-case .nav-tabs li a {
  background: #fff;
  padding: 8px 30px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
}
.met-index-case .nav-tabs li a:hover {
  padding: 8px 30px;
  border: none;
}
.met-index-case .nav-tabs li h3 {
  margin: 0;
  font-size: inherit;
  font-weight: 100;
  line-height: inherit;
  text-shadow: none;
  color: inherit;
}
@media (max-width: 767px) {
  .met-index-case .nav-tabs {
    margin: 20px auto;
  }
}
.met-index-case .swiper-navtab .swiper-scrollbar {
  bottom: 15px;
}
.met-index-case #indexprolist {
  margin-right: -10px;
  overflow: hidden;
}
.met-index-case #indexprolist li {
  clear: none;
}
.met-index-case #indexprolist h4 {
  font-size: 16px;
  text-align: center;
}
.met-index-case #indexprolist h4 a {
  color: #2a333c;
}
.met-index-case #indexprolist h4 a:hover {
  color: #4e97d9;
}
.met-index-case #indexprolist .widget {
  margin-right: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-index-case #indexprolist .widget .widget-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.met-index-case .container{width: 100%;}
.met-index-case #indexprolist .widget .widget-header a.wid_all .txt{
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 10%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
/*     zoom:1;transition: 0.3s all;
    -webkit-transition: 0.3s all; */
    background: url(../tm_50-2.html) repeat;
    -webkit-transition: all .45s ease-out 0s;
    transition: all .45s ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(.5,.5);
    transform: rotateY(180deg) scale(.5,.5); 
}
.met-index-case #indexprolist .widget .widget-header a.wid_all:hover .txt{
      opacity: 1;
    filter: alpha(opacity=100);
        -webkit-transform: rotateY(0) scale(1,1);
    transform: rotateY(0) scale(1,1)
}
.met-index-case #indexprolist .widget .widget-header a.wid_all .txt h2{ margin: 13% 0 30px;color: #FFF;font-size: 24px;}
.met-index-case #indexprolist .widget .widget-header a.wid_all .txt .a{ font-size:12px; height:3em; margin:0 0 5px; overflow:hidden;}
.met-index-case #indexprolist .widget .widget-header a.wid_all .txt .b{ font-size:12px; overflow:hidden;}
.met-index-case #indexprolist .widget .widget-header a.wid_all{width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:10;overflow:hidden;}   
.met-index-case #indexprolist .widget .widget-header img{
  -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.met-index-case #indexprolist .widget .widget-header:hover img{    -webkit-transform: scale(1.1);
    transform: scale(1.1);}
.met-index-case a.thm-btn{top: 94%;left: 50%;padding:17px 43px 15px;border:2px solid #949494;background-color:inherit;color:#252525;font-size:14px;font-weight:700;display:inline-block;text-transform:uppercase;font-family:Roboto,sans-serif;transition:all .5s ease;line-height:14px}
.met-index-case a.thm-btn:hover{background:#d5ac63;border:2px solid #d5ac63;color:#fff}


/* construct style*/
.met-index-construct{position:relative;z-index:1;padding-top:100px;padding-bottom:50px;background-position:center top;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}
.met-index-construct::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:rgba(0,0,0,.9) none repeat scroll 0 0;content:""}
.met-index-construct .sec-title{padding-bottom:44px}
.met-index-construct .sec-title h2{color:#FFF;font-size:32px;font-weight:700;line-height:34px;text-transform:uppercase;margin:0}
.met-index-construct .sec-title:hover h2{color:#d5ac63;transition:all .5s ease 0s}
.met-index-construct .sec-title:hover span.decor{width:150px;transition:all .5s ease 0s}
.met-index-construct .sec-title span.decor{background:#d5ac63 none repeat scroll 0 0;height:2px;width:48px;display:inline-block;position:relative;z-index:1}
.met-index-construct .sec-title span.decor:before{position:absolute;top:-3px;left:0;width:8px;height:8px;background:#d5ac63;border-radius:50%;content:""}
.met-index-construct a.thm-btn{padding:17px 43px 15px;border:2px solid #949494;background-color:inherit;color:#fff;font-size:14px;font-weight:700;display:inline-block;text-transform:uppercase;font-family:Roboto,sans-serif;transition:all .5s ease;line-height:14px}
.met-index-construct a.thm-btn:hover{background:#d5ac63;border:2px solid #d5ac63;color:#252525}


.single-construct-item{margin-bottom:41px}
.single-construct-item .img-holder{display:block;overflow:hidden;position:relative}
.single-construct-item .img-holder img{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;width:100%}
.single-construct-item .img-holder .overlay .box .content a i{background:rgba(0,0,0,.6) none repeat scroll 0 0;border-radius:50%;color:#fff;display:inline-block;font-size:20px;height:45px;line-height:48px;transition:all .5s ease 0s;width:45px}
.single-construct-item:hover .img-holder .overlay{opacity:1;filter:alpha(opacity=100);-webkit-transform:rotateY(0) scale(1,1);transform:rotateY(0) scale(1,1)}
.single-construct-item:hover .img-holder img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.single-construct-item .img-holder .overlay .box .content a:hover i{background:#d5ac63}
.single-construct-item .text-holder h3{color:#d5ac63;font-size:14px;font-weight:500;line-height:28px;margin:20px 0 6px;text-transform:capitalize}
.single-construct-item .text-holder h3 span{color:#fff}
.single-construct-item .text-holder p{color:#c1c1c1}


/* Overlay styles */
.single-construct-item .overlay{background-color:rgba(0,0,0,.6);text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;color:#fff;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .45s ease-out 0s;transition:all .45s ease-out 0s;-webkit-transform:rotateY(180deg) scale(.5,.5);transform:rotateY(180deg) scale(.5,.5)}
.single-construct-item .overlay .box{display:table;height:100%;width:100%}
.single-construct-item .overlay .box .content{display:table-cell;text-align:center;vertical-align:middle}

/* CSS ADD Team-List 2017.07.17*/
.team_item a{height: 484px;max-height: 320px;}


/*conxinfosearch.css*/
/*product-search*/
.met-product-search.in dl{opacity:1;-moz-opacity:1;filter:alpha(opacity=100)}
.met-product-search>div{padding-bottom:20px}
@media (max-width:991px){.met-product-search>div{padding-bottom:10px}
}
@media (max-width:767px){.met-product-search>div{padding-bottom:5px}
}
.met-product-search dl{overflow:hidden;margin-bottom:0;margin-top:10px;color:#2a333c;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s;opacity:1;-moz-opacity:1;filter:alpha(opacity=1)}
.met-product-search dl dt{font-weight:300}
.met-product-search dl dd a.link{color:#5e7387}
.met-product-search dl dd a.link:hover{color:#4e97d9}



/*font-awesome.min.css*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */[class*=" fa-"],[class^=fa-]{position:relative;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
 
 @font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(../fontawesome-webfont.html);src:url(../fontawesome-webfont.html) format('embedded-opentype'),url(../fontawesome-webfont-2.html) format('woff2'),url(../fontawesome-webfont-3.html) format('woff'),url(../fontawesome-webfont-4.html) format('truetype'),url(http://www.shilowa.com/app/system/include/static/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg')}

.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}



