@charset "utf-8";
/* CSS Document */

@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,.bouncehover:hover {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash,.flashhover:hover {
  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,.pulsehover:hover {
  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,.rubberBandhover:hover {
  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,.shakehover:hover {
  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,.headShakehover:hover {
  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,.swinghover:hover {
  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,.tadahover:hover {
  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,.wobblehover:hover {
  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,.jellohover:hover {
  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,.bounceInhover:hover {
  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,.bounceInDownhover:hover {
  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,.bounceInLefthover:hover {
  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,.bounceInRighthover:hover {
  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,.bounceInUphover:hover {
  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,.bounceOuthover:hover {
  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,.bounceOutDownhover:hover {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft,.bounceOutLefthover:hover {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight,.bounceOutRighthover:hover {
  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,.bounceOutUphover:hover {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn,.fadeInhover:hover {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown,.fadeInDownhover:hover {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig,.fadeInDownBighover:hover {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft,.fadeInLefthover:hover {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig,.fadeInLeftBighover:hover {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight,.fadeInRighthover:hover {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig,.fadeInRightBighover:hover {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp,.fadeInUphover:hover {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig,.fadeInUpBighover:hover {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut,.fadeOuthover:hover {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown,.fadeOutDownhover:hover {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig,.fadeOutDownBighover:hover {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft,.fadeOutLefthover:hover {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig,.fadeOutLeftBighover:hover {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight,.fadeOutRighthover:hover {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig,.fadeOutRightBighover:hover {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp,.fadeOutUphover:hover {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig,.fadeOutUpBighover:hover {
  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,.fliphover:hover {
  -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,.flipInXhover:hover {
  -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,.flipInYhover:hover {
  -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,.flipOutXhover:hover {
  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,.flipOutYhover:hover {
  -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,.lightSpeedInhover:hover {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut,.lightSpeedOuthover:hover {
  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,.rotateInhover:hover {
  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,.rotateInDownLefthover:hover {
  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,.rotateInDownRighthover:hover {
  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,.rotateInUpLefthover:hover {
  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,.rotateInUpRighthover:hover {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut,.rotateOuthover:hover {
  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,.rotateOutDownLefthover:hover {
  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,.rotateOutDownRighthover:hover {
  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,.rotateOutUpLefthover:hover {
  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,.rotateOutUpRighthover:hover {
  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,.hingehover:hover {
  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,.jackInTheBoxhover:hover {
  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,.rollInhover:hover {
  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,.rollOuthover:hover {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn,.zoomInhover:hover {
  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,.zoomInDownhover:hover {
  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,.zoomInLefthover:hover {
  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,.zoomInRighthover:hover {
  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,.zoomInUphover:hover {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut,.zoomOuthover:hover {
  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,.zoomOutDownhover:hover {
  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,.zoomOutLefthover:hover {
  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,.zoomOutRighthover:hover {
  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,.zoomOutUphover:hover {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown,.slideInDownhover:hover {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft,.slideInLefthover:hover {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight,.slideInRighthover:hover {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp,.slideInUphover:hover {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown,.slideOutDownhover:hover {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft,.slideOutLefthover:hover {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight,.slideOutRighthover:hover {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp,.slideOutUphover:hover {
  animation-name: slideOutUp;
}
/*庞秀伟扩展动画*/
/*从下向上充满*/
@keyframes UpFullScreen {
  0% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

.UpFullScreen,.UpFullScreenhover:hover {
  -webkit-animation-name: UpFullScreen;
          animation-name: UpFullScreen;
}

/*Y轴翻转*/
@keyframes TurnOverY {
  0% {
    -webkit-transform: perspective(400px)rotateY(90deg);
            transform: perspective(400px)rotateY(90deg);
  }

  100% {
    -webkit-transform: perspective(400px)rotateY(180deg);
            transform: perspective(400px)rotateY(180deg);
  }
}

.tUpFullScreen,.tUpFullScreenhover:hover {
  -webkit-animation-name: TurnOverY;
          animation-name: TurnOverY;
}

/*放大*/
@keyframes Magnify {
  0% {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  100% {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}

.Magnify,.Magnifyhover:hover {
  -webkit-animation-name: Magnify;
          animation-name: Magnify;
}
/*新增翻屏背景动画 开始 huanghe*/
@keyframes bgMagnify{
    0%{
      -webkit-transform:scale(1.0,1.0);
      -ms-transform:scale(1.0,1.0);
      transform:scale(1.0,1.0);
    }
    100%{
      -webkit-transform:scale(1.1,1.1);
      -ms-transform:scale(1.1,1.1);
      transform:scale(1.1,1.1);
    }
}
.bgMagnify,.bgMagnifyhover:hover {
  -webkit-animation-name: bgMagnify;
          animation-name: bgMagnify;
}

@keyframes bgShrink{
    0%{
      -webkit-transform:scale(1.1,1.1);
      -ms-transform:scale(1.1,1.1);
      transform:scale(1.1,1.1);
    }
    100%{
      -webkit-transform:scale(1.0,1.0);
      -ms-transform:scale(1.0,1.0);
      transform:scale(1.0,1.0);
    }
}
.bgShrink,.bgShrinkhover:hover {
  -webkit-animation-name: bgShrink;
          animation-name: bgShrink;
}
/*新增翻屏背景动画 结束 huanghe*/

/*弹窗用动画*/
.mark{
  width: 100%;
  height: 100%;
}
/*动画 渐入放大*/
.fade_in .mark{
  -webkit-animation-name:fade_in;
  animation-name:fade_in;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes fade_in {
  0% {
  -webkit-transform: scale(0);
  transform: scale(0);
  }
  100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  } 
}
/*动画 渐入放大 收起*/
.fade_in.stop .mark{
  -webkit-animation-name:fade_in_stop;
  animation-name:fade_in_stop;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes fade_in_stop {
  0% {
  -webkit-transform: scale(1); 
  transform: scale(1);
  }
  100% {
  -webkit-transform: scale(0);
  transform: scale(0);
  }
}
/*动画 底部滑入*/
.slide_in .mark{
  -webkit-animation-name:slide_in;
  animation-name:slide_in;
  -webkit-animation-iteration-count:1;
  -animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes slide_in {
  0% { 
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
}
/*动画 底部滑入 收起*/
.slide_in.stop .mark{
  -webkit-animation-name:slide_in_stop;
  animation-name:slide_in_stop;
  -webkit-animation-iteration-count:1;
  -animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes slide_in_stop {
  0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  100% { 
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  }
}
/*动画 旋转360°*/
.newspaper .mark{
  -webkit-animation-name:newspaper;
  animation-name:newspaper;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes newspaper {
  0% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
  100% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
}
/*动画 旋转360° 收起*/
.newspaper.stop .mark{
  -webkit-animation-name:newspaper_stop;
  animation-name:newspaper_stop;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes newspaper_stop {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}
/*兼容性不太好*/
/*动画 向下坠落*/
.fall .mark{
  -webkit-animation-name:fall;
  animation-name:fall;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
  -webkit-transform-style: preserve-3d;
}
.fall .p_PopupWindow{
  -webkit-perspective: 1300px;
}
@-webkit-keyframes fall {
  0% {
  -webkit-transform: rotateX(20deg) translateZ(600px);
  transform: rotateX(20deg) translateZ(600px);
  opacity: 0;
  }
  100% {
  -webkit-transform: rotateX(0deg) translateZ(0px);
  transform: rotateX(0deg) translateZ(0px);
  opacity: 1;
  }
}
/*动画 向下坠落 收起  */
.fall.stop .mark{
  -webkit-animation-name:fall_stop;
  animation-name:fall_stop;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
  -webkit-transform-style: preserve-3d;
}
.fall.stop .p_PopupWindow{
  -webkit-perspective: 1300px;
}
@-webkit-keyframes fall_stop {
  0% {
  -webkit-transform: rotateX(0deg) translateZ(0px);
  transform: rotateX(0deg) translateZ(0px);
  opacity: 1;
  }
  100% {
  -webkit-transform: rotateX(20deg) translateZ(600px);
  transform: rotateX(20deg) translateZ(600px);
  opacity: 0;
  }
}
/*动画 毛玻璃*/
.blur .mark{
  -webkit-animation-name:blur;
  animation-name:blur;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes blur {
  0% {
  -webkit-transform:translateY(-20%);
  transform:translateY(-20%);
  opacity: 0;
  }
  100% {
  -webkit-transform:translateY(0);
  transform:translateY(0);
  opacity: 1;
  }
}
/*加载遮罩层*/
.blur .p_shade{
  -webkit-animation-name:blur_out;
  animation-name:blur_out;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes blur_out {
  0% { 
  -webkit-filter: blur(0px);
  filter: blur(0px);
  }
  100% {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  }
}
/*动画 毛玻璃 收起*/
.blur.stop .mark{
  -webkit-animation-name:blur_stop;
  animation-name:blur_stop;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes blur_stop {
  0% {
  -webkit-transform:translateY(0);
  transform:translateY(0);
  opacity: 1;
  }
  100% {
  -webkit-transform:translateY(-20%);
  transform:translateY(-20%);
  opacity: 0;
  } 
}
/*加载遮罩层*/
.blur.stop .p_shade{
  -webkit-animation-name:blur_out_stop;
  animation-name:blur_out_stop;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}
@-webkit-keyframes blur_out_stop {
  0% {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  }
  100% { 
  -webkit-filter: blur(0px);
  filter: blur(0px);
  }
}
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1460706882'); /* IE9*/
  src: url('iconfont.eot?t=1460706882#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff?t=1460706882') format('woff'), /* chrome, firefox */
  url('iconfont.ttf?t=1460706882') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1460706882#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow_up:before { content: "\e6c8"; }
.icon-arrow_down:before { content: "\e6c9"; }
.icon-zuojiantou:before { content: "\e68e"; }
.icon-kulian:before { content: "\e6c1"; }
.icon-circle-arrow-right:before { content: "\e698"; }
.icon-xialajiantou:before { content: "\e6d1"; }
.icon-shipin:before { content: "\e6b7"; }
.icon-wangzhi:before { content: "\e6c6"; }
.icon-qiyeyewu:before { content: "\e6ca"; }
.icon-yaochi:before { content: "\e6bb"; }
.icon-baidu:before { content: "\e6d5"; }
.icon-biaoqian:before { content: "\e6b3"; }
.icon-tanhao2:before { content: "\e6d4"; }
.icon-duanxinzhuanhuan:before { content: "\e6ba"; }
.icon-dushigouwu:before { content: "\e6b9"; }
.icon-tianmaobao:before { content: "\e6b8"; }
.icon-1:before { content: "\e617"; }
.icon-2:before { content: "\e616"; }
.icon-shuju:before { content: "\e6c3"; }
.icon-goumai:before { content: "\e6bd"; }
.icon-re:before { content: "\e666"; }
.icon-3:before { content: "\e6d0"; }
.icon-cha:before { content: "\e6d3"; }
.icon-arrowdowna:before { content: "\e6bf"; }
.icon-arrowlefta:before { content: "\e689"; }
.icon-arrowrighta:before { content: "\e6ac"; }
.icon-arrowupa:before { content: "\e6c0"; }
.icon-lipin:before { content: "\e6ad"; }
.icon-xin:before { content: "\e61b"; }
.icon-nv:before { content: "\e6d2"; }
.icon-wenhao:before { content: "\e6bc"; }
.icon-neutral:before { content: "\e6b4"; }
.icon-kefu:before { content: "\e6b6"; }
.icon-dashuju:before { content: "\e6c4"; }
.icon-qian:before { content: "\e6d7"; }
.icon-jianhao:before { content: "\e6b5"; }
.icon-tuijian:before { content: "\e619"; }
.icon-kaobianxuanzegou:before { content: "\e6cb"; }
.icon-iconyewubao:before { content: "\e6cc"; }
.icon-ding:before { content: "\e665"; }
.icon-fenxiang:before { content: "\e6c2"; }
.icon-shouqi:before { content: "\e6c5"; }
.icon-yewu:before { content: "\e6ce"; }
.icon-shipin1:before { content: "\e6be"; }
.icon-mailcode:before { content: "\e6c7"; }
.icon-yunpingtai:before { content: "\e674"; }
.icon-duduyinleappicon1401:before { content: "\e6af"; }
.icon-duduyinleappicon0501:before { content: "\e6b0"; }
.icon-heilongjiangtubiao06:before { content: "\e6cf"; }
.icon-duigou:before { content: "\e6ab"; }
.icon-jishiben:before { content: "\e6b1"; }
.icon-jingdong:before { content: "\e6d6"; }
.icon-chevron-copy:before { content: "\e687"; }
.icon-arrows-copy:before { content: "\e69a"; }
.icon-shixinyuanjiahao:before { content: "\e6b2"; }
.icon-iconfontiocnnv2:before { content: "\e600"; }
.icon-iconfontiocnnan:before { content: "\e601"; }
.icon-chevron-copy-copy-copy-copy-copy:before { content: "\e69c"; }
.icon-chevron-copy-copy-copy-copy-copy-copy:before { content: "\e6ae"; }
.icon-iconfonttianjia:before { content: "\e602"; }
.icon-iconfontquanping:before { content: "\e603"; }
.icon-iconfontjulichi:before { content: "\e604"; }
.icon-iconfontshouyezhuyetubiao07:before { content: "\e605"; }
.icon-iconfontwoyaofahuo:before { content: "\e606"; }
.icon-iconfontxiangji:before { content: "\e607"; }
.icon-iconfonthoudongfangiconfont01:before { content: "\e608"; }
.icon-iconfontrenminbi:before { content: "\e609"; }
.icon-iconfontjianlilaiyuanwangzhan:before { content: "\e60a"; }
.icon-iconfonttupian24px:before { content: "\e60b"; }
.icon-iconfontnan:before { content: "\e60c"; }
.icon-iconfontshipin:before { content: "\e60d"; }
.icon-iconfontchenggong:before { content: "\e60e"; }
.icon-iconfonticonfontrili:before { content: "\e60f"; }
.icon-iconfontjinyongudisable:before { content: "\e610"; }
.icon-iconfontgongjiao:before { content: "\e611"; }
.icon-iconfontcar:before { content: "\e612"; }
.icon-iconfontjiaotongiconwalk:before { content: "\e613"; }
.icon-iconfontdiqiu:before { content: "\e614"; }
.icon-iconfonttianjiaxin:before { content: "\e615"; }
.icon-iconfontxinsaoyisao:before { content: "\e618"; }
.icon-iconfontrepin:before { content: "\e61a"; }
.icon-iconfontxianshirequ:before { content: "\e61c"; }
.icon-iconfontfasong:before { content: "\e61d"; }
.icon-iconfontdaohangsanjiao:before { content: "\e61e"; }
.icon-iconfontdaohangtubiao:before { content: "\e61f"; }
.icon-iconfontmianxingtubiao1ziyuanguanli:before { content: "\e620"; }
.icon-iconfontxingyexinwen:before { content: "\e621"; }
.icon-iconfontfabuanli:before { content: "\e622"; }
.icon-iconfontdianxinganli:before { content: "\e623"; }
.icon-iconfontchanpin:before { content: "\e624"; }
.icon-iconfontguanyuwomen:before { content: "\e625"; }
.icon-iconfontguanyuwomen1:before { content: "\e626"; }
.icon-iconfontweibiaoti2:before { content: "\e627"; }
.icon-iconfontdianhua:before { content: "\e628"; }
.icon-iconfontdianhua1:before { content: "\e629"; }
.icon-iconfontgengxin:before { content: "\e62a"; }
.icon-iconfontluxiandaohang:before { content: "\e62b"; }
.icon-iconfontwuxianduandaohang:before { content: "\e62c"; }
.icon-iconfontdaohang:before { content: "\e62d"; }
.icon-iconfontdaohanggonggao:before { content: "\e62e"; }
.icon-iconfontshanchu:before { content: "\e62f"; }
.icon-iconfontditudaohang:before { content: "\e630"; }
.icon-iconfontmofangdaohang:before { content: "\e631"; }
.icon-iconfontdaohangico:before { content: "\e632"; }
.icon-iconfonttianjia1:before { content: "\e633"; }
.icon-iconfontgengduo:before { content: "\e634"; }
.icon-iconfontzuoshangjiaotubiao:before { content: "\e635"; }
.icon-iconfontconnectionbars:before { content: "\e636"; }
.icon-iconfontwangluoxinhao:before { content: "\e637"; }
.icon-iconfontjinlingyingcaiwangtubiao33:before { content: "\e638"; }
.icon-iconfontmimarenzheng:before { content: "\e639"; }
.icon-iconfontrongyujiangxiang:before { content: "\e63a"; }
.icon-iconfonttrophy:before { content: "\e63b"; }
.icon-iconfontrenzheng:before { content: "\e63c"; }
.icon-iconfonticonfontkaohechengji:before { content: "\e63d"; }
.icon-iconfontrongyuzheng:before { content: "\e63e"; }
.icon-iconfontcuowu2:before { content: "\e63f"; }
.icon-iconfontcuowu:before { content: "\e640"; }
.icon-iconfontguanbicuowu:before { content: "\e641"; }
.icon-iconfontzhengquetishitianchong:before { content: "\e642"; }
.icon-iconfontdiannao:before { content: "\e643"; }
.icon-iconfontpingbandiannao:before { content: "\e644"; }
.icon-iconfontxuanzekuangyixuan:before { content: "\e645"; }
.icon-iconfontoptionbutton:before { content: "\e646"; }
.icon-iconfontxuanzefangfa01:before { content: "\e647"; }
.icon-iconfontduigou:before { content: "\e648"; }
.icon-iconfontshuaxin:before { content: "\e649"; }
.icon-iconfontrenwu:before { content: "\e64a"; }
.icon-iconfonticonfontweibo:before { content: "\e64b"; }
.icon-iconfontxinlangweibo:before { content: "\e64c"; }
.icon-iconfontweibo:before { content: "\e64d"; }
.icon-iconfontweibiaoti1:before { content: "\e64e"; }
.icon-iconfontweixin:before { content: "\e64f"; }
.icon-iconfontweixin1:before { content: "\e650"; }
.icon-iconfontweixin2:before { content: "\e651"; }
.icon-iconfontweixin3:before { content: "\e652"; }
.icon-iconfontqq:before { content: "\e653"; }
.icon-iconfontqq1:before { content: "\e654"; }
.icon-iconfontqq2:before { content: "\e655"; }
.icon-iconfontqq3:before { content: "\e656"; }
.icon-iconfontxiangqing:before { content: "\e657"; }
.icon-iconfontanquanbaozhang:before { content: "\e658"; }
.icon-iconfonticonpay:before { content: "\e659"; }
.icon-iconfontbaozhang:before { content: "\e65a"; }
.icon-iconfontguige:before { content: "\e65b"; }
.icon-iconfontanquanbaozhang1:before { content: "\e65c"; }
.icon-iconfontbofang:before { content: "\e65d"; }
.icon-iconfontbofang1:before { content: "\e65e"; }
.icon-iconfontplay:before { content: "\e65f"; }
.icon-iconfontttpodicon:before { content: "\e660"; }
.icon-iconfontsousuo:before { content: "\e661"; }
.icon-iconfontbook:before { content: "\e662"; }
.icon-iconfontfuwurenyuan:before { content: "\e663"; }
.icon-iconfontshezhichilun:before { content: "\e664"; }
.icon-iconfontsanxingdianhover:before { content: "\e667"; }
.icon-iconfontdian:before { content: "\e668"; }
.icon-iconfontdian1:before { content: "\e669"; }
.icon-iconfontxin1:before { content: "\e66a"; }
.icon-iconfontpingfenxingxingwaikuang1:before { content: "\e66b"; }
.icon-iconfontfenlei:before { content: "\e66c"; }
.icon-iconfontzoomin2:before { content: "\e66d"; }
.icon-iconfontxiaolian:before { content: "\e66e"; }
.icon-iconfontchuanzhendayin:before { content: "\e66f"; }
.icon-iconfontpullright:before { content: "\e670"; }
.icon-iconfontpullleft:before { content: "\e671"; }
.icon-iconfontcaijian:before { content: "\e672"; }
.icon-iconfonticonfontpingguo:before { content: "\e673"; }
.icon-iconfontxiazai2:before { content: "\e675"; }
.icon-iconfontyoujian:before { content: "\e676"; }
.icon-iconfontbijibendiannao:before { content: "\e677"; }
.icon-iconfonticonfontbrowsernew:before { content: "\e678"; }
.icon-iconfontliulan:before { content: "\e679"; }
.icon-iconfontshijian:before { content: "\e67a"; }
.icon-iconfontshijian1:before { content: "\e67b"; }
.icon-iconfonticonfontfenxiang:before { content: "\e67c"; }
.icon-iconfonticonziti35:before { content: "\e67d"; }
.icon-iconfonttengxunweibo:before { content: "\e67e"; }
.icon-iconfontfenxiang:before { content: "\e67f"; }
.icon-iconfontqzone:before { content: "\e680"; }
.icon-iconfontfenxiangpengyouquan:before { content: "\e681"; }
.icon-iconfontbbgfenxiang:before { content: "\e682"; }
.icon-iconfontjianhao:before { content: "\e683"; }
.icon-iconfonttianjiatupian:before { content: "\e684"; }
.icon-iconfontbiaoqianji:before { content: "\e685"; }
.icon-iconfontpinglunqian:before { content: "\e686"; }
.icon-iconfontwujiaoxing:before { content: "\e688"; }
.icon-iconfontshouye:before { content: "\e68a"; }
.icon-iconfontyinledianzan:before { content: "\e68b"; }
.icon-iconfontbofangjilu:before { content: "\e68c"; }
.icon-iconfonticonfontzhuye:before { content: "\e68d"; }
.icon-iconfontcircularframeliulan:before { content: "\e68f"; }
.icon-iconfontbiaoqianguanbi:before { content: "\e690"; }
.icon-iconfonticonfontpraise:before { content: "\e691"; }
.icon-iconfontxianshirequ1:before { content: "\e692"; }
.icon-iconfonticon1:before { content: "\e693"; }
.icon-iconfontpinglunhou:before { content: "\e694"; }
.icon-iconfontpinglunzu:before { content: "\e695"; }
.icon-iconfontqz:before { content: "\e696"; }
.icon-iconfontshouyehomemian:before { content: "\e697"; }
.icon-iconfontbofang2:before { content: "\e699"; }
.icon-iconfonttaobaoyin:before { content: "\e69b"; }
.icon-iconfontrementupian:before { content: "\e69d"; }
.icon-iconfontordinaryliulan:before { content: "\e69e"; }
.icon-iconfonticozhuce:before { content: "\e69f"; }
.icon-iconfontshouye1:before { content: "\e6a0"; }
.icon-iconfonttao:before { content: "\e6a1"; }
.icon-iconfontrenrenfangxing:before { content: "\e6a2"; }
.icon-iconfonttianjiayonghu:before { content: "\e6a3"; }
.icon-iconfontpiping:before { content: "\e6a4"; }
.icon-iconfontzanyang:before { content: "\e6a5"; }
.icon-iconfontyonghu:before { content: "\e6a6"; }
.icon-iconfontjiantou:before { content: "\e6a7"; }
.icon-iconfontzuojiantou:before { content: "\e6a8"; }
.icon-iconfontshoucangjia:before { content: "\e6a9"; }
.icon-iconfontbianji:before { content: "\e6aa"; }
.icon-ok1:before { content: "\e6cd"; }
﻿/********************标签样式初始化      动画效果初始化*********************************************************************************************************************************************/
html,body{margin:0;padding:0}html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote{margin:0;padding:0;list-style-type:none}em{font-style:normal}body{background:#FFFFFF;font-size:12px;color:#707070;font-family: Arial,"黑体";text-decoration:none}body{/*-webkit-user-select:none;-ms-user-select:none*/}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}textarea{overflow:auto!important}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}*:focus{outline:0}::-webkit-input-placeholder{color:#cecece;font-size: 30px;}:-moz-placeholder{color:#cecece;font-size: 30px;}::-moz-placeholder{color:#cecece;font-size: 30px;}:-ms-input-placeholder{color:#cecece;font-size: 30px;}img{vertical-align:middle;border:none;}a{color:#707070;text-decoration:none}a:hover,a:active{color:#60a9d7;text-decoration:none}.show{display:inline-block}.hide{display:none !important;}.scroll{overflow-y:auto;display:block!important}hr{border:0;border-bottom:1px solid #cfd2d9}@font-face{font-family:"iconfont";src:url('/public/css/iconfont.eot');src:url('/public/css/iconfont.eot?#iefix') format('embedded-opentype'),url('/public/css/iconfont.woff') format('woff'),url('/public/css/iconfont.ttf') format('truetype'),url('/public/css/iconfont.svg#iconfont') format('svg')}*[class~="iconfont"],*[class*="iconfont"],*[class~="e_icon"],*[class*="e_icon"],*[class*="in_icon"],*[class~="in_icon"],*[class*="link_icon"],*[class~="icon-from-user"]:after,*[class*="icon-from-user"]:after,.arrow{font-family:'iconfont'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.iconfont:before{content:""}.item_hide{display:none!important}
/********************标签样式初始化      动画效果初始化*********************************************************************************************************************************************/
*{
	-webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
h1{
	line-height: normal !important;
}
/*连接元素 Begin*/
.e_link{
	height:inherit;
	/*position:relative;*//*浏览器兼容性问题，暂时去掉*/
}
/*连接元素 End*/

/*容器元素 Begin*/
.e_box{
	position:relative;
	border:none;
    width:inherit;
    height:inherit;
    margin:0;
    padding:0;
}
/*容器元素 End*/

/*按钮元素 Begin*/
.e_btn{
	/*position:absolute;*//*影响换效果*/
	display:table;
	width:inherit;
	height:inherit;
	margin:0;
	padding:0 10px;
	cursor:pointer;
	color:inherit;
    font-size:18px;
    font-family:inherit;
    font-weight:inherit;
    text-decoration:none;
    background-size:100% 100%;
}
.e_btn:hover{
	text-decoration:none;
	box-shadow: 0 -2px 0 0 rgba(90,90,90,.8) inset;

}
.e_btn:active{
	text-decoration:none;
	box-shadow: 2px 2px 0 0 rgba(90,90,90,.8) inset;
}
/*不可用按钮样式开始*/
.e_btn.disabled {
  border: 1px solid rgba(194,195,196,1);
  background-color: rgba(212,214,217,1);
  color: rgba(167,167,167,1);
  box-shadow: 0px 2px 3px rgba(0,0,0,.1) inset !important;
  cursor: not-allowed;
}
.e_btn.disabled:hover .font {
  color: rgba(167,167,167,1);
}
/*结束*/
.e_btn .font{
	display:table-cell;
	vertical-align:middle;
	height:100%;
	height:inherit;
	color:inherit;
    font-size:inherit;
    font-family:inherit;
    font-weight:inherit;
    font-size:inherit;
    text-decoration:none;
    position:relative;
    text-align: center; text-shadow:2px 2px 2px #000;

}
.iconfont{
	display:inline;
	color:inherit;
	height:100%;
	color:inherit;
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
	text-decoration:none;
	font-weight:normal;
  text-decoration:none;
  font-size:inherit;
  font-family:"Microsoft Yahei";
  font-weight:normal;
   text-decoration:none;
  
}
/*按钮元素 End*/

/*分页按钮元素 孙涛*/
.e_page {
	position:relative;
    background-size: 100% 100%;
    color: inherit;
    cursor: pointer;
    display: table;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    height: inherit;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    text-decoration: none;
    width: inherit;
}
.e_page:hover {
    box-shadow: 0 -3px 0 0 rgba(90, 90, 90, 0.8) inset;
    text-decoration: none;
}
.e_page:active {
    box-shadow: 3px 3px 0 0 rgba(90, 90, 90, 0.8) inset;
    text-decoration: none;
}
/*分页按钮元素 结束*/
/*图片元素 Begin*/
.e_img{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	border:none;
	outline:none;

	width:inherit;
	height:100%;
	line-height:0;
	cursor:pointer;
}
.e_img img{
	position:relative;
	border:none;
	outline:none;

	width:inherit;
	height:inherit;
	line-height:0;
}
/*图片元素 End*/

/*标题元素 Begin*/
.e_title{
	margin:0;
	padding:0;
    font-weight:normal;
    text-decoration:none;
    font-size:16px;
    font-family:"Microsoft Yahei";
    font-weight:normal;
    text-decoration:none;
    word-break:break-all;
}
/*.e_title .iconfont{
	float:left;
}*/
.e_tex{
	width:inherit;
	height:inherit;
	/*color:inherit;*/
    font-size:inherit;
    font-family:inherit;
    font-weight:inherit;
    text-decoration:none;
}
/*标题元素 End*/


/*线条元素默认样式 Begin*/
.e_hline,
.e_vline {
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-position:center center;
}
.w_hline,
.w_vline{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
/*线条元素默认样式 End*/

/*图片组符元素 begin*/
.e_numbtn{
	position:relative;
	display:inline-block;

	}
.e_numbtn img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
.e_numbtn .shape{
	font-weight: normal;
	}
/*图片组符元素 end*/
/*图片边框遮罩效果 Begin*/

/*.e_image:after{
	content:'';
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	background-color:transparent;
	z-index:0;
}
.e_image:hover:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(186, 213, 211,.3);
	z-index:2;
	pointer-events: none;
}*/
/*图片边框遮罩效果 End*/

/*图片边框元素 begin*/
.e_DImage{
	height:100%;
	height:100%;

}
/*图片组符元素 end*/

/*图片设计元素 w_img 初始化样式 Begin*/
.w_img{
	margin:0;
	padding:0;
	width:inherit;
	height: inherit;
}

/*图片设计元素 w_img 初始化样式 End*/

/*按钮设计元素 w_btn 初始化样式 Begin*/
.w_btn,.w_btna,.w_btnb,.w_btnc{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}

/*按钮设计元素 w_btn 初始化样式 End*/

/*图标按钮设计元素 w_btn 初始化样式 Begin*/
.w_iconbtn,.w_iconbtna,.w_iconbtnb,.w_iconbtnc{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
/*图标按钮设计元素 w_btn 初始化样式 End*/

/*图标按钮设计元素 w_imgbtn 初始化样式 Begin*/
.e_imgbtn{
	display: tabel;
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}
.e_imgbtn .font{
	display: table-cell;
	width:inherit;
	height:inherit;
	vertical-align: middle;
	text-align: center;
}

.w_imgbtn{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
/*图标按钮设计元素 w_imgbtn 初始化样式 End*/

/*纯图标按钮设计元素 w_imgbtn 初始化样式 Begin*/
.e_icon{
	margin:0;
	padding:0;
	display:table;
	width:inherit;
	height:inherit;
}
.e_icon .font{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.w_icon{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}

/*纯图标按钮设计元素 w_imgbtn 初始化样式 End*/

/*iframe框架 w_iframe 初始化样式 Begin*/
.e_iframe{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
.e_iframe iframe{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto auto;
	background-color: rgba(255,255,255,1)
}
.w_iframe{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
/*iframe框架 w_iframe 初始化样式 End*/

/*html代码 w_html 初始化样式 Begin*/
.e_html{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:auto auto;
}
.w_html{
	display: table;
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
/*html代码 w_html 初始化样式 End*/

/*线条line 初始化样式 Begin*/
.w_hline,.w_hline_bg,
.w_vline,.w_vline_bg{
	margin:0;
	padding:0;
	width: inherit;
	height:inherit;
}

/*线条line 初始化样式 Begin*/

/*flash 初始化样式 Begin*/
.e_swf{
	margin: 0;
	padding: 0;
	width:inherit;
	height:inherit;
}
.e_swf embed{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:auto auto;
}
.w_swf{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
/*flash 初始化样式 Begin*/

/*视频movie 初始化样式 Begin*/
.w_movie{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
.e_movie{
	margin:0;
	padding:0;
	width: inherit;
	height:inherit;
}
.e_movie video{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
.e_movie video source{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}

/*视频movie 初始化样式 End*/

/*分组盒rbox 初始化样式 Begin*/
.e_rbox{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto auto;
}
.w_rbox{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

/*分组盒rbox 初始化样式 End*/

/*通栏wbox 初始化样式 Begin*/
.e_wbox{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto auto;
}
.w_wbox{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.w_bbox{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
/*通栏wbox 初始化样式 End*/

/*按钮栏按钮relationbtn 初始化样式 Begin*/
.e_RelationBtn{
	display:inline-block;
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
	cursor: pointer;
	font-size:18px;
}
.e_RelationBtn:hover{
	color:rgba(255,255,255,1);
	border-width: 0;
    border-style: solid;
    border-color:rgba(101,190,186,0);
    background-color:rgba(101,190,186,1);
    box-shadow: 0 -2px 0 0 rgba(90,90,90,1) inset;
}
.active .e_RelationBtn{
    color:rgba(255,255,255,1);
    border-width: 0;
    border-style: solid;
    border-color:rgba(255,255,255,0);
    background-color:rgba(106,186,190,1);
    box-shadow: 0 2px 0 0 rgba(90,90,90,1) inset;
}
.e_RelationBtn:hover .iconfont{
    color:rgba(255,255,255,1);
}
.e_RelationBtn.active .iconfont{
    color:rgba(255,255,255,1);
}
.e_RelationBtn .font{
	display:table-cell;
	vertical-align:middle;
	width:inherit;
	height:inherit;
	color:inherit;
    font-size:inherit;
    font-family:inherit;
    font-weight:inherit;
    font-size:inherit;
    text-decoration:none;
    position:relative;
    text-align: center;
}
.e_RelationBtn .iconfont{
	display:inline;
	color:inherit;
	height:100%;
	color:inherit;
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
	text-decoration:none;
	font-weight:normal;
  text-decoration:none;
  font-size:inherit;
  font-family:"Microsoft Yahei";
  font-weight:normal;
   text-decoration:none;
}
.w_relationbtnbar,.w_relationbtntab{
    margin:0;
    padding:0;
    width:inherit;
    height:inherit;
}
/*按钮栏按钮relationbtn 初始化样式 End*/

/*纯图标icon初始化样式 Begin*/

.e_icon{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
	font-size:18px;
	color:rgba(0,0,0,1);
}
.w_inons{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
/*纯图标icon初始化样式 End*/
/*万能列表 Begin*/
.w_listall{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
/*万能列表 End*/
/*图文版式 Begin*/
.w_tuwen{
	margin:0;
	padding:0;
	width:inherit;
	height:inherit;
}
/*图文版式 End*/


/*文本溢出省略号*/
.ellipsis{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/*e_select*/
.e_select{
	width: inherit;
}
.pagebox{
	position:relative;
}
.SingleIntercept{
	overflow: hidden !important;
	text-overflow:ellipsis !important;
	white-space: nowrap !important;
}
/*图片处理方式 huanghe*/
/*以宽压缩 第一层图片位处理*/
.widther{
	overflow: hidden !important;
	position: relative;
}
/*以宽压缩 第二层图片位处理*/
/*以宽压缩 图片处理*/
.widther img{
    width: 100% !important;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
}
/*缩略图图片处理*/
.smaller .widther img{
    width: 100% !important;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
}
.higher .widther img{
    width: 100% !important;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
}
/*以高压缩 第一层图片位处理*/
.higher{
	overflow: hidden !important;
	position: relative;
}
/*以高压缩 第二层图片位处理*/
/*以高压缩 图片处理*/
.higher img{
    width: auto !important;
    height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
}
/*缩略图图片处理*/
.smaller .higher img{
    width: auto !important;
    height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
}
.widther .higher img{
    width: auto !important;
    height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
}
/*剪裁与压缩相反，若只有两层结构，则.second不需要加*/
/*原图显示 第一层图片位处理*/
.smaller{
	overflow: hidden !important;
	position: relative;
}
/*原图显示 第二层图片位处理*/

/*原图显示 图片处理*/
.smaller img{
    height: auto !important;
    width: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
}
/*缩略图图片处理*/
.higher .smaller img{
    height: auto !important;
    width: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
}
.widther .smaller img{
    height: auto !important;
    width: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
}

/*遮罩层容器*/
.e_MatteBox{
	position: relative;
	border: none;
	width: inherit;
	height: inherit;
	margin: 0;
	padding: 0;
}
/*huanghe 去除文字链接移上效果*/
.remove .font{
	font-weight: normal !important;
	text-decoration: none !important;
}
/*轮播图插件样式*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden !important;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/*跑马灯*/
.lantern{
	margin-left: 60px !important;
    margin-right: 60px !important;
}
/* 遮罩层盒子 */
.MatteBox {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
/*截取取高度接口*/
.temporary{
	display: block !important;
	overflow: visible !important;
}

/*banner设计器设计元素*/
.ce_banner{
	position: relative;
}
/*detail设计器设计元素*/
.ce_detail{
    position: relative;
}
/*按钮*/
.ce_detail .ie_btn{
    position:absolute;
    width:200px;
    height:52px;
    font-size: 14px;
}
.ce_detail .ie_btn>div{
    width: 100%;
    height: 100%;
    display: table;
}
.ce_detail .ie_btn i{
    font-family: "iconfont";
    font-style: inherit;
}
.ce_detail .ie_btn a{
    color: inherit;
    width: 100%;
    height: 100%;
    display: table;
}
.ce_detail .ie_btn .font{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/*线*/
.ce_detail .ie_line{
    position:absolute;
}
.ce_detail .ie_line>div{
    width: 100%;
    height: 100%;
}
/*图标*/
.ce_detail .ie_icon{
    position:absolute;
    width:36px;
    height:36px;
}
.ce_detail .ie_icon>div{
    width: 100%;
    height: 100%;
    display: table;
    font-size: 20px;
    color: #a0a0a0;
}
.ce_detail .ie_icon a{
    color: inherit;
    width: 100%;
    height: 100%;
    display: table;
}
.ce_detail .ie_icon i{
    font-family: "iconfont";
    font-style: inherit;
}
.ce_detail .ie_icon .in_icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/*图片*/
.ce_detail .ie_img{
    position:absolute;
    width:640px;
    height:206px;
}
.ce_detail .ie_img>div{
    width: 100%;
    height: 100%;
}
.ce_detail .ie_img a{
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
}
/*分组盒*/
.ce_detail .ie_box{
    position:absolute;
    width:300px;
    height:300px;
}
.ce_detail .ie_box>div{
    width: 100%;
    height: 100%;
}
/*标题*/
.ce_detail .ie_title{
    width: 320px;
    height: 200px;
}
.ce_detail .ie_title>div{
    width: 100%;
    height: 100%;
}
/*描述文字*/
.ce_detail .ie_text{
    width: 320px;
    height: 200px;
}
.ce_detail .ie_text>div{
    width: 100%;
    height: 100%;
}
/*去除ie input输入框多出来的×*/
input::-ms-clear{
  display: none;
}

/*e_input元素下input样式修改 开始*/
.e_input > i:first-child,.e_droplist > i:first-child,.e_SDropList > i:first-child{
    position: absolute !important;
    left: 15px !important;
    right: initial;
    top: 50% !important;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    width: auto;
    height: auto;
}
.e_input > i:last-of-type{
    position: absolute !important;
    left: initial !important;
    top: 50% !important;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    right: 15px !important;
    width: auto;
    height: auto;
}
.e_droplist > i:last-of-type,.e_SDropList > i:last-of-type{
    position: absolute !important;
    left: initial !important;
    top: 50% !important;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    right: 15px !important;
    width: auto;
    height: auto;
}
.e_input input,.e_droplist input,.e_SDropList input{
	padding:0 60px !important;
}
/*e_input元素下input样式修改 结束*/

/*reset_style 开始*/
.reset_style {
    font-family: Microsoft Yahei, Arial, Verdana, sans-serif !important;
    color: #707070 !important;
    line-height: normal !important;
    word-wrap: break-word;
  	word-break:break-all;
}
 .reset_style h1 {
    font-weight: bold !important;
    font-size: 24px !important;
    margin: 0 !important;
}
.reset_style h2 {
    font-weight: bold !important;
    font-size: 18px !important;
    margin: 0 !important;
}
.reset_style h3 {
    font-weight: bold !important;
    font-size: 19px !important;
    margin: 0 !important;
}
.reset_style h4 {
    font-weight: bold !important;
    font-size: 16px !important;
    margin: 0 !important;
}
.reset_style h5 {
    font-weight: bold !important;
    font-size: 13px !important;
    margin: 0 !important;
}
.reset_style h6 {
    font-weight: bold !important;
    font-size: 11px !important;
    margin: 0 !important;
}
.reset_style p {
    margin:0 !important;
    font-size: 12px!important;
}
 .reset_style > span{
 	font-size: 12px;
 }
.reset_style a {
    text-decoration: none !important;
    color: #00E !important;
}
 .reset_style em{
    font-style: italic !important;
 }
.reset_style ul,
.reset_style ol {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.reset_style ul {
    list-style: disc outside none !important;
}
.reset_style ol {
    list-style: decimal outside none !important;
}
.reset_style li {
    display: list-item !important;
}
/*reset_style 结束*/