@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a:active {
  -webkit-tap-highlight-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

p,
h2,
h3,
h4 {
  margin: 0;
}

a:hover {
  -webkit-tap-highlight-color: transparent;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.tac {
  text-align: center;
}

/*# sourceMappingURL=normalize.min.css.map */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*www.jq22.com*/
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  text-align: center;
  /*width: 100%;
	height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

.banner {
  position: relative;
}

.swiper-container {
  width: 100%;
}

.content-slide {
  padding: 20px;
  color: #fff;
}

.swiper-slide img {
  width: 100%;
}

.pagination {
  z-index: 9;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  bottom: 14px;
}

.swiper-pagination-switch {
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0px 1px 2px #555 inset;
  background: #e5e5e5;
  width: 7px;
  height: 7px;
  box-shadow: none;
  margin: 0 4px;
  cursor: pointer;
}

.swiper-pagination-switch.swiper-active-switch {
  background: #048bd1;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v2.0.0
 */
/* clearfix */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* temporary fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage-outer.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-controls .owl-nav div,
.owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl-video-play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition-property: scale;
  transition-duration: 100ms;
  transition-timing-function: ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-loaded {
  display: block;
}

.owl-loading {
  opacity: 0;
  display: block;
}

.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* If mouseDrag:false then you are able to select text */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel .owl-item img.owl-lazy {
  opacity: 0;
}

.owl-carousel .owl-item img {
  opacity: 1;
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: ease;
}

/* to do */
.owl-carousel .owl-stage.backfacefix .owl-item {
  -webkit-backface-visibility: hidden;
}

.owl-rtl {
  direction: rtl;
}

.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* animate */
.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-animated-in {
  z-index: 0;
}

.owl-animated-out {
  z-index: 1;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px 0 30px;
  font-size: 12px;
  user-select: none;
}

.pading-border li a {
  border: 1px solid #b5b5b5;
}

.pading-bg-transparent li a {
  background-color: transparent;
}

.paging span,
.paging a {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  color: #b5b5b5;
  border: 1px solid #b5b5b5;
  background: transparent;
  transition: none;
}

.paging .Page_Selected,
.paging a.thisclass,
.paging a:hover {
  background: #ae0002;
  color: #fff;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging .Page_Next_Text,
.paging .Page_Prev,
.paging .Page_Prev_Text,
.paging .Page_Next {
  text-indent: -9999px;
}

.paging a.i,
.paging span.i {
  text-indent: -9999px;
  background: url(../images/paging_btn.png) 7px center no-repeat;
}

.paging a.e,
.paging span.e {
  background: url(../images/paging_btn.png) -152px center no-repeat;
}

.paging span.p,
.paging a.p {
  background: url(../images/paging_btn.png) -32px center no-repeat;
}

.paging span.n,
.paging a.n {
  background: url(../images/paging_btn.png) -100px center no-repeat;
}

.paging a.i:hover {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #ae0002;
}

.paging a.e:hover {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #ae0002;
}

.paging span.p:hover,
.paging a.p:hover {
  background: url(../images/paging_btn_hover.png) -32px center no-repeat #ae0002;
}

.paging span.n:hover,
.paging a.n:hover {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #ae0002;
}

@font-face {
  font-family: "socialshare";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

.social-share {
  font-family: "socialshare" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.social-share * {
  font-family: "socialshare" !important;
}

.social-share .icon-tencent:before {
  content: "\f07a";
}

.social-share .icon-qq:before {
  content: "\f11a";
}

.social-share .icon-weibo:before {
  content: "\f12a";
}

.social-share .icon-wechat:before {
  content: "\f09a";
}

.social-share .icon-douban:before {
  content: "\f10a";
}

.social-share .icon-heart:before {
  content: "\f20a";
}

.social-share .icon-like:before {
  content: "\f00a";
}

.social-share .icon-qzone:before {
  content: "\f08a";
}

.social-share .icon-linkedin:before {
  content: "\f01a";
}

.social-share .icon-diandian:before {
  content: "\f05a";
}

.social-share .icon-facebook:before {
  content: "\f03a";
}

.social-share .icon-google:before {
  content: "\f04a";
}

.social-share .icon-twitter:before {
  content: "\f06a";
}

.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}

.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}

.social-share .icon-weibo:hover {
  background: #ff763b;
}

.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}

.social-share .icon-tencent:hover {
  background: #56b6e7;
}

.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}

.social-share .icon-qq:hover {
  background: #56b6e7;
}

.social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D;
}

.social-share .icon-qzone:hover {
  background: #FDBE3D;
}

.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}

.social-share .icon-douban:hover {
  background: #33b045;
}

.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}

.social-share .icon-linkedin:hover {
  background: #0077B5;
}

.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}

.social-share .icon-facebook:hover {
  background: #44619D;
}

.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}

.social-share .icon-google:hover {
  background: #db4437;
}

.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}

.social-share .icon-twitter:hover {
  background: #55acee;
}

.social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA;
}

.social-share .icon-diandian:hover {
  background: #307DCA;
}

.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}

.social-share .icon-wechat:hover {
  background: #7bc549;
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}

.page-article p {
  font-weight: lighter;
  line-height: 30px;
  color: #020202;
}

.brand-content {
  padding-top: 32px;
}

.brand-list {
  overflow: hidden;
}

.brand-list li {
  width: 32.45%;
  float: left;
  margin-left: 1.325%;
  text-align: center;
}

.brand-list li:first-child {
  margin-left: 0;
}

.brand-list li img {
  max-width: 100%;
}

.page-youji .index-title-style {
  padding-top: 65px;
}

.youji-list {
  padding-top: 65px;
  overflow: hidden;
}

.youji-list li {
  float: left;
  flex: 1;
  text-align: center;
  width: 33.3334%;
}

.youji-list li img {
  width: 80%;
}

.youji-list li p {
  font-size: 18px;
  padding-top: 23px;
  letter-spacing: 1px;
  color: #c9b565;
}

.page-trademark .trademark-text {
  text-align: center;
  font-weight: lighter;
  font-size: 18px;
  line-height: 47px;
  letter-spacing: 2px;
  color: #161718;
}

.page-trademark .trademark-list {
  width: 90.45%;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.page-trademark .trademark-list p {
  color: #333134;
  padding-top: 10px;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}

.page-trademark .trademark-list li {
  display: inline-block;
  width: 33.3334%;
  margin-top: 43px;
  text-align: center;
}

.page-trademark .trademark-list li:first-child + li + li + li,
.page-trademark .trademark-list li:first-child + li + li + li + li {
  padding: 0 23px;
  width: 32.8%;
}

.page-article p {
  font-weight: lighter;
  line-height: 30px;
  color: #020202;
}

.contact-content .fl {
  width: 50%;
}

.contact-content .left {
  padding-left: 125px;
}

.contact-content .right {
  padding-left: 52px;
}

.qrcode-contact {
  margin-top: 26px;
  text-align: center;
}

.qrcode-contact div {
  display: inline-block;
  margin: 0 50px;
}

.qrcode-contact div img {
  width: 112px;
  height: 112px;
}

.qrcode-contact div p {
  padding-top: 10px;
  font-size: 12px;
}

@media (max-width: 992px) {
  .contact-content .fl .left {
    padding-left: 0;
  }
  .contact-content .fl .right {
    padding-left: 0;
  }
}

@media (max-width: 740px) {
  .contact-content .fl {
    width: 100%;
  }
  .contact-content .right {
    padding-top: 30px;
  }
  .qrcode-contact div {
    margin: 0 10px;
  }
}

.foryou-content .foryou-text {
  /* font-weight: lighter; */
  line-height: 30px;
  color: #333134;
}

.foryou-content .foryou-list {
  padding-top: 35px;
  overflow: hidden;
}

.foryou-content .foryou-list li {
  float: left;
  margin-left: 3.28%;
  width: 22.54%;
  background-color: #e9e9e8;
}

.foryou-content .foryou-list li:first-child {
  margin-left: 0;
}

.foryou-content .foryou-list li article {
  padding: 0 17px 30px;
}

.foryou-content .foryou-list li h4 {
  padding: 19px 0 15px;
  text-align: center;
  font-family: "SimSun";
  font-size: 20px;
  color: #a98643;
}

.foryou-content .foryou-list li p {
  font-size: 15px;
  line-height: 20px;
  color: #5a5656;
}

.adv {
  padding-bottom: 12px;
}

.adv-content {
  display: none;
}

.adv-content .adv-logo {
  float: left;
  display: flex;
  align-items: center;
}

.adv-content .adv-list {
  position: relative;
  margin-left: 60px;
  float: left;
  overflow: hidden;
}

.adv-content .adv-list:before {
  z-index: -1;
  top: 0;
  left: 22px;
  position: absolute;
  display: block;
  background: #d8d6d1;
  width: 1px;
  height: 100%;
  content: "";
}

.adv-content .adv-list li {
  padding: 20px 0;
}

.adv-content .adv-list i {
  vertical-align: top;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background-color: #a98643;
  font-style: normal;
  color: #fff;
  border-radius: 50%;
}

.adv-content .adv-list div {
  display: inline-block;
  margin-left: 75px;
  color: #565656;
}

.adv-content .adv-list div p {
  font-weight: bold;
  padding-bottom: 8px;
}

.adv-content .adv-list div span {
  font-size: 14px;
}

.process-list {
  overflow: hidden;
}

.process-list li {
  float: left;
  display: block;
  width: 16.6666667%;
  text-align: center;
}

.process-list li span {
  position: relative;
  width: 100%;
  display: block;
  height: 75px;
}

.process-list li span img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.process-list li div {
  padding-top: 20px;
  width: 88px;
  margin: 0 auto;
}

.process-list li h4 {
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
  line-height: 18px;
  letter-spacing: 2px;
  color: #5a5656;
}

.process-list li p {
  font-size: 13px;
  line-height: 18px;
  color: #5a5656;
}

/* process-list  */
.join-process .process-list li{
  width: 20%;
}

.join-process .process-list li div {
  padding-top: 25px;
  width: 96px;
}
.join-process .process-list li span img{
  max-height: 100%;
}
.join-process .process-list li span{
  height: 82px;
}
.join-process .process-list li h4{
  letter-spacing: 8px;
  font-size: 18px;
  white-space: nowrap;
}
.join-process .process-list li p{
  text-align: justify;
  font-size: 12px;
  line-height: 22px;
	letter-spacing: 1px;
	color: #5b5656;
}

@media (max-width: 992px) {
  .adv-img {
    display: none;
  }
  .adv-content {
    display: flex;
  }
  .adv-logo {
    justify-content: center;
  }
  .adv-logo img {
    width: 100px;
  }
}

@media (max-width: 1024px) {
  .foryou-content .foryou-list li article {
    padding: 0px 15px 20px;
  }
}

@media (max-width: 768px) {
  .adv-content .adv-list i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }
  .adv-content .adv-list {
    margin-left: 38px;
  }
  .adv-content .adv-list:before {
    left: 17px;
  }
  .adv-content .adv-list div {
    margin-left: 40px;
  }
}

@media (max-width: 740px) {
  .adv-content {
    flex-wrap: wrap;
  }
  .adv-content .adv-logo {
    width: 100%;
  }
  .adv-content .adv-list {
    margin-left: 0;
  }
  .adv-content .adv-list i {
    float: left;
    margin-top: 8px;
  }
  .adv-content .adv-list div {
    width: calc(100% - 80px);
    margin-left: 20px;
  }
  .foryou-content .foryou-list {
    padding-top: 12px;
    flex-wrap: wrap;
  }
  .foryou-content .foryou-list li {
    width: 48.5%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .foryou-content .foryou-list li h4 {
    font-size: 16px;
  }
  .foryou-content .foryou-list li img {
    width: 100%;
  }
  .process-list {
    display: flex;
    flex-wrap: wrap;
  }
  .process-list li {
    width: 33.3334% !important;
  }
  .process-list li h4 {
    font-size: 14px !important;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  .process-list li p {
    font-size: 12px;
  }
  .process-list li span {
    height: 58px;
  }
  .process-list li span img {
    max-width: 40px;
    max-height: 40px;
  }
  .process-list li div {
    padding-top: 0 !important;
  }
  .join-process .process-list li span img{
    max-width: 45px;
  }
}

.development-wrap {
  position: relative;
}

.development-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 75px;
  background: url(../images/gallery-thumbs.png) no-repeat center 0;
}

.development-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.development-content .swiper-container {
  width: 100%;
}

.gallery-thumbs .swiper-slide {
  font-size: 18.15px;
  font-family: Arial, Helvetica, sans-serif;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  color: rgba(168, 132, 92, 0.5);
  position: relative;
  float: left;
}

.gallery-thumbs .swiper-slide:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #9a7a56;
  border-radius: 50%;
  background: #f8f3ed;
}

.gallery-thumbs .swiper-slide-thumb-active {
  font-size: 25px;
  color: #a8845c;
}

/*,.gallery-thumbs .swiper-slide-active*/
.gallery-top {
  width: 850px;
  margin: 0 auto;
  padding-top: 60px !important;
}

.gallery-top .img {
  text-align: center;
}

.gallery-top .img img {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

.gallery-top .txt {
  padding: 15px 0 40px;
  font-size: 20px;
  line-height: 35px;
}

.development-content .button {
  width: 16px;
  height: 24px;
  position: absolute;
  top: 28px;
  z-index: 8;
  margin: 0;
  outline: none;
}

.development-content .swiper-button-prev {
  background: url(../images/lefta.png) no-repeat;
  left: -30px;
}

.development-content .swiper-button-next {
  background: url(../images/righta.png) no-repeat;
  right: -30px;
}

#gallery-top .swiper-container {
  height: auto !important;
}

.swiper-pagination-c .swiper-pagination-bullet {
  background: rgba(166, 27, 28, 0.8);
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}

.swiper-pagination-c .swiper-pagination-bullet-active {
  background: #a61b1c;
}

.swiper-pagination {
  top: auto;
  bottom: 0;
}

@media (max-width: 1280px) {
  .development-content {
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .gallery-top {
    padding-top: 30px;
  }
  .gallery-top .txt {
    font-size: 16px;
    padding-bottom: 30px;
  }
}

.join-title-top {
  font-family: "SimSun";
  color: #a61b1c;
  font-weight: lighter;
}

.join-title-top h4 {
  font-size: 30px;
}

.join-title-top small .tea-selection {
  font-size: 13px;
  letter-spacing: 1px;
}

.join-trend {
  padding-top: 30px;
  padding-bottom: 30px;
}

.join-trend-content {
  position: relative;
}

.join-trend-content .join-trend-left {
  position: absolute;
  width: 31.81%;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}

.join-trend-content .join-trend-right {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 54%;
  padding-right: 50px;
  margin-right: 13%;
  padding-left: 10.9%;
  padding-bottom: 16px;
  border: solid 1px #ad0003;
}

.join-trend-content .join-trend-right img {
  position: absolute;
  top: -73px;
  right: -77px;
  display: none;
}

.join-trend-content .join-trend-right h4 {
  margin-top: 16px;
  font-family: "SimSun";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333134;
}

.join-trend-content .join-trend-right small {
  font-family: "SimSun";
  font-size: 12px;
  letter-spacing: 1px;
  color: #333134;
}

.join-trend-content .join-trend-right ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 18px;
}

.join-trend-content .join-trend-right ul li:before {
  top: 6px;
  left: 0;
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #ad0003;
  border-radius: 50%;
  content: "";
}

.join-trend-content .join-trend-right ul li p {
  /* font-weight: lighter; */
  letter-spacing: 4px;
}

.tea-select-content {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden;
}

.tea-select-text p:first-child {
  margin-top: 40px;
}

.tea-select-text p {
  position: relative;
  margin-top: 16px;
  padding-left: 22px;
  line-height: 26px;
  letter-spacing: 3px;
  /* font-weight: lighter; */
}

.tea-select-text p:before {
  top: 6px;
  left: 0;
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #ad0003;
  border-radius: 50%;
  content: "";
}
.tea-select-content .index-five{
  padding-bottom: 0;
}
.tea-select-content .index-five ul{
  padding-top: 0;
}

.support {
  padding-top: 40px;
}

.support .support-part1 {
  padding-bottom: 60px;
}
.support .support-part1 img{
  width: 100%;
}

.support .support-part1-content {
  display: none;
}

.support .support-part1-content li {
  margin-top: 20px;
  overflow: hidden;
}

.support .support-part1-content li:first-child {
  margin-top: 0;
}

.support .support-part1-content div {
  float: left;
}

.support .support-part1-content i {
  display: table-cell;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 54px;
  padding: 0 10px;
  height: 54px;
  font-size: 14px;
  border-radius: 50px;
  background-color: #f5f5f5;
  font-style: normal;
  color: #a61b1c;
}

.support .support-part1-content p {
  float: left;
  margin-left: 30px;
  line-height: 54px;
  font-size: 16px;
  color: #333134;
}

.support .support-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 44px;
  max-width: 742px;
  width: 100%;
  line-height: 24px;
  padding: 8px 55px;
  letter-spacing: 3px;
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#a61b1c, #a61b1c), linear-gradient(#c9b565, #c9b565);
  background-blend-mode: normal, normal;
  border-radius: 30px;
}

.join-process {
  padding-top: 40px;
}
.join-us-tel{
  text-align: center;
  padding-top: 26px;
  padding-bottom: 30px;
}
.join-us-tel canvas{
  display: inline-block;
  vertical-align: bottom;
}
.join-us-tel h4{
  padding-left: 20px;
  display: inline-block;
  line-height: 40px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 9px;
	color: #a61b1c;
}
.join-process .join-process-list {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.join-process .join-process-list li {
  width: 50%;
  margin-top: 22px;
  overflow: hidden;
  float: left;
}

.join-process .join-process-list li img {
  float: left;
  width: 32.7%;
}

.join-process .join-process-list li div {
  float: left;
  width: 67.3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 32px;
}

.join-process .join-process-list li h4 {
  font-family: "SimSun";
  font-weight: bold;
  color: #333134;
}

.join-process .join-process-list li p {
  padding-top: 10px;
  font-size: 13px;
  line-height: 26px;
  color: #333134;
}

.join-process .join-process-content {
  overflow: hidden;
}

.join-process .join-process-content-list {
  display: none;
  position: relative;
  margin-left: 60px;
  float: left;
  overflow: hidden;
}

.join-process .join-process-content-list:before {
  z-index: -1;
  top: 0;
  left: 22px;
  position: absolute;
  display: block;
  background: #d8d6d1;
  width: 1px;
  height: 100%;
  content: "";
}

.join-process .join-process-content-list li {
  padding: 0 0 20px;
  text-align: left;
}

.join-process .join-process-content-list i {
  vertical-align: top;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  background-color: #a61b1c;
  font-style: normal;
  color: #fff;
  border-radius: 50%;
}

.join-process .join-process-content-list div {
  display: inline-block;
  margin-left: 75px;
  color: #565656;
}

.join-process .join-process-content-list div h4 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cooperation {
  padding-top: 40px;
}

.cooperation-list {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.cooperation-list li {
  float: left;
  width: 30.45%;
  margin-top: 55px;
  margin-left: 4.28%;
  background-color: #a61b1c;
}

.cooperation-list li span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 81.54%;
  overflow: hidden;
}

.cooperation-list li span img {
  width: 100%;
}

.cooperation-list li.margin-top {
  margin-top: 0;
}

.cooperation-list li.margin-left-0 {
  margin-left: 0;
}

.cooperation-list li p {
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 2px;
}
.cooperation-list-style2{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.cooperation-list-style2 li{
  width: 47.5%;
}
.cooperation-list-style2 p{
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  height:58px;
  line-height: 58px;
  color:#fff;
  background-color:#a61b1c;
}

@media (max-width: 1024px) {
  .join-trend-content .join-trend-right img {
    right: -64px;
    width: 135px;
  }
  
  .support-part1 .support-part1-content {
    display: block;
  }
  .support .support-text {
    font-size: 14px;
    padding-left:5%;
    padding-right:5%;
  }
}

@media (max-width: 992px) {
  .join-process .join-process-list li {
    width: 100%;
  }
  .join-trend-content .join-trend-right ul li p {
    letter-spacing: 0px;
  }
  .join-title-top h4 {
    font-size: 24px;
  }
  .join-process .join-process-list li img {
    width: 14%;
  }
  .join-process .join-process-list li div {
    width: 85.5%;
    padding-right: 0;
  }
  .join-process .join-process-content-list {
    display: block;
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .join-process .join-process-content {
    margin-bottom: 40px;
  }
  .join-process-content img {
    display: none;
  }
}

@media (max-width: 768px) {
  .support .support-part1-content li {
    margin-top: 15px;
  }
  .cooperation-list li {
    margin-top: 30px;
  }
  .icon-hua {
    display: none;
  }
  .support .support-part1-content p {
    float: none;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: calc(100% - 80px);
    height: 54px;
    padding-right: 10px;
    padding-left: 21px;
    font-size: 14px;
    line-height: unset;
  }
  .join-process .join-process-content-list {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}

@media (max-width: 740px) {
  .join-trend-content .join-trend-left {
    position: static;
    margin: 0 auto 30px;
    width: 50%;
    transform: none;
  }
  .join-trend-content .join-trend-left {
    width: 100%;
  }
  .join-trend-content .join-trend-left img {
    width: 100%;

  }
  .join-trend-content .join-trend-right h4 {
    margin-top: 20px;
    font-size: 18px;
  }
  .join-title-top h4 {
    font-size: 18px;
  }
  .tea-select-text p:first-child {
    margin-top: 24px;
  }
  .join-trend-content .join-trend-right {
    float: none;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    margin: 0 auto;
  }
  .join-trend {
    padding-bottom: 0;
  }
  .support {
    padding-top: 0;
  }
  .join-process .join-process-content-list li {
    padding-top: 0;
  }
  .join-process .join-process-content-list i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .join-process .join-process-content-list div {
    margin-left: 30px;
    width: calc(100% - 85px);
  }
  .support .support-part1 {
    padding-bottom: 25px;
  }
  .join-process .join-process-list li img {
    width: 100%;
  }
  .join-process .join-process-list li div {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
  .cooperation {
    padding-top: 0;
  }
  .cooperation-list {
    padding-top: 0;
  }
  .cooperation-list li {
    width: 49%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 2% !important;
  }
  .cooperation-list li p {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.page-news-list {
  width: 100%;
}

.page-news-list li {
  float: left;
  width: 30.4%;
  margin-left: 4.4%;
  margin-bottom: 2.8%;
  transition: all .2s ease-in-out;
}

.page-news-list li:first-child,
.page-news-list li:first-child + li + li + li {
  margin-left: 0;
}

.page-news-list li a {
  display: block;
}

.page-news-list li:hover {
  transform: translateY(-8px);
}

.page-news-list .news-img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 59.7%;
  text-align: center;
}

.page-news-list .news-img img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.page-news-list .news-bottom div {
  padding-top: 8px;
  line-height: 1;
}

.page-news-list .news-bottom span,
.page-news-list .news-bottom em {
  font-weight: lighter;
  font-size: 12px;
  color: #7d7d7d;
  font-style: normal;
}

.page-news-list .news-bottom em {
  padding-left: 53px;
  background: url(../images/icon_eye.png) top 3px left 25px no-repeat;
}

.page-news-list .news-bottom h4 {
  font-family: "SimSun";
  font-weight: bold;
  padding-top: 16px;
  line-height: 1;
  color: #5a5656;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .2s ease;
}

.page-news-list .news-bottom p {
  padding-top: 8px;
  font-weight: lighter;
  line-height: 26px;
  height: 34px;
  font-size: 13px;
  color: #898989;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all .2s ease;
}

/* 新闻顶部 */
.news-top {
  width: 100%;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  background-color: #5a341f;
  color: #fff;
  font-size: 19px;
}

.news-top i {
  float: left;
  margin-left: 18px;
  width: 23px;
  height: inherit;
  display: block;
  background: url(../images/news_top_icon.png) center no-repeat;
}

.news-top span {
  display: block;
  float: left;
  margin-left: 11px;
}

/* 内容 */
.news-paging,
.news-article {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

.article-title {
  text-align: center;
  font-weight: normal;
  padding: 40px 0 22px;
  font-size: 24px;
  line-height: 1.4;
}

.article-info {
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  color: #a0a0a0;
}

.article-content {
  padding: 25px 0 40px;
  border-top: 1px solid rgba(90, 52, 31, 0.2);
  border-bottom: 1px solid rgba(90, 52, 31, 0.2);
}

.article-content p {
  font-size: 14px;
  line-height: 26px;
  color: #707070;
}

.article-content img {
  padding: 15px 0;
  max-width: 100%;
  text-indent: 0em;
}

/* 新闻底部 */
.news-paging {
  position: relative;
  padding-top: 27px;
}

.news-paging > p {
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-paging > p, .news-paging > p > a {
  line-height: 1.6;
  font-size: 14px;
}

.news-paging a:hover {
  color: #c67318;
}

.news-paging > p:first-child {
  padding-bottom: 10px;
}

.news-share {
  z-index: 9;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-share i {
  float: left;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f4e3d1;
  background-image: url(../images/share.png);
  background-repeat: no-repeat;
  background-position-y: center;
  cursor: pointer;
}

.news-share i, .news-share i:visited {
  float: left;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f4e3d1;
  background-image: url(../images/share.png);
  background-repeat: no-repeat;
  background-position-y: center;
  cursor: pointer;
  transition: all .2s;
}

.news-share i:hover {
  background-image: url(../images/share_hover.png);
  background-color: #c67318;
}

.news-share .backlist {
  margin-right: 14px;
  background-position-x: 10px;
}

.news-share .backlist a {
  display: block;
  height: inherit;
}

.news-share .share {
  background-position-x: -41px;
}

#share-list.show {
  visibility: visible;
  opacity: 1;
}

#share-list {
  position: absolute;
  top: -120%;
  width: 168px;
  visibility: hidden;
  opacity: 0;
  right: -2px;
  padding-bottom: 10%;
  transition: all .2s;
}

/* news aside 右侧 */
.news-aside-list {
  width: 284px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.news-aside-top {
  padding: 40px 17px 13px 22px;
  border-bottom: 1px solid #d6ceca;
}

.news-aside-top p {
  float: left;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
}

.news-aside-top span {
  float: left;
  display: block;
  font-weight: bold;
  font-size: 20px;
  padding-left: 8px;
  line-height: 36px;
  color: #e7d3c5;
}

.news-aside-top a {
  font-size: 14px;
  color: #959595;
  line-height: 36px;
  float: right;
}

.news-aside-top a:hover {
  color: #c67318;
}

.news-aside-list li {
  border-top: 1px solid #d6ceca;
  padding: 25px 17px 20px;
}

.news-aside-list li:first-child {
  border-top: 0;
}

.news-aside-list li p {
  padding-bottom: 10px;
  line-height: 30px;
  transition: all .2s;
}

.news-aside-list li span {
  font-size: 14px;
  line-height: 22px;
  color: #959595;
  transition: all .2s;
}

.news-aside-list li:hover p {
  color: #c67318;
}

.news-aside-list li:hover span {
  color: #555;
}

@media (max-width: 740px) {
  .page-news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-news-list li {
    width: 100%;
    margin-bottom: 4.5%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-news-list .news-bottom span, .page-news-list .news-bottom em {
    font-weight: normal;
  }
  .paging {
    padding-top: 25px;
  }
  .news-share {
    text-align: center;
    position: static;
    padding-top: 20px;
  }
  .news-share i {
    float: none;
    display: inline-block;
  }
  #share-list {
    background-color: #fff;
  }
}

.pro-article-left {
  background: #a98643;
}

.pro-article-left h4 {
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 17px;
  font-size: 20px;
  color: #fff;
}

.pro-article-left ul {
  padding-bottom: 5px;
}

.pro-article-left li {
  border-top: 1px solid #eee;
}

.pro-article-left li.on a {
  background-color: rgba(255, 255, 255, 0.5);
}

.pro-article-left li a {
  padding: 13px 17px 13px;
  display: block;
  color: #fff;
}

.pro-article-left li a:hover {
  font-weight: bold;
}

.pro-article {
  padding-top: 50px;
  overflow: hidden;
}

.pro-article .pro-article-left {
  width: 16.5%;
  float: left;
}

.pro-article .pro-article-right {
  width: 80%;
  float: right;
}

.pro-article img {
  max-width: 100%;
  width: 100%;
}

.form-title {
  font-family: '微软雅黑';
  font-weight: normal;
  padding: 20px 0 10px;
  font-size: 22px;
  color: #F00;
}

.pro-form {
  margin-bottom: 40px;
}

.pro-form > div {
  overflow: hidden;
  margin-bottom: 12px;
}

.pro-form > div .form-left {
  float: left;
  width: 80px;
  text-align: right;
  color: #747175;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
}

.pro-form .form-text {
  font-size: 14px;
}

.pro-form label {
  font-size: 14px;
  padding-left: 10px;
  color: #f00;
}

.pro-form input,
.pro-form textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 10px;
  outline: none;
  font-size: 14px;
}

.pro-form input.error,
.pro-form textarea.error {
  border-color: #F00;
}

.pro-form textarea {
  padding: 6px 10px;
}

.pro-form #submit {
  display: inline-block;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
  background-color: #747175;
  border-radius: 2px;
  border: 0;
  outline: none;
}

.red {
  color: red;
}

@media (max-width: 1023px) {
  .pro-article {
    padding-top: 30px;
  }
  .pro-article .pro-article-left,
  .pro-article .pro-article-right {
    float: none;
    width: 100%;
  }
  .pro-article .pro-article-left {
    margin-bottom: 24px;
  }
  .pro-article-left h4 {
    padding: 12px 17px;
    font-size: 16px;
    background: url(../images/arrow_down.png) right 25px center no-repeat;
    background-size: auto 24px;
  }
  .pro-article-list {
    display: none;
  }
  .form-title {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .form-left + div {
    float: left;
  }
  .form-left + div > label {
    display: block;
  }
}

@media (max-width: 350px) {
  .pro-form > div .form-left {
    width: 70px;
  }
  .pro-form input, .pro-form textarea {
    box-sizing: border-box;
    width: calc(100% - 80px);
  }
}

.product-nav {
  padding-top: 50px;
}

.product-nav ul {
  display: flex;
  justify-content: space-between;
}

.product-nav ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 15%;
  margin-left: 6.25%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e3d6bf;
}

.product-nav ul li:first-child {
  margin-left: 0;
}

.product-nav ul li:before, .product-nav ul li:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  background-color: #ac8b4a;
  width: 2px;
  height: 16px;
  left: -1px;
  display: block;
  content: "";
}

.product-nav ul li:after {
  left: auto;
  right: -1px;
}

.product-nav ul li.on a {
  font-weight: bold;
}

.product-nav ul li a {
  display: block;
  color: #a98643;
  font-size: 20px;
}

.page-product-list {
  padding-top: 20px;
}

.page-product-list li {
  display: flex;
  border-top: 1px solid #ccc;
}

.page-product-list li:first-child {
  border-top: 0;
}

.page-product-list .left .product-img {
  text-align: center;
  float: left;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.page-product-list .left .product-info {
  float: right;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.page-product-list .right .product-img {
  text-align: center;
  float: right;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.page-product-list .right .product-info {
  float: left;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.page-product-list img {
  padding:30px 0;
}

.page-product-list .product-img {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-product-list .product-info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 25px 55px 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.page-product-list .product-info .product-info-wrap{
  min-width: 76%;
  margin: auto;
}

.page-product-list .product-info .pro-title {
  font-family: SimSun;
  font-size: 30px;
  font-weight: bold;
  color: #a98643;
}

.page-product-list .product-info hr {
  width: 215px;
  border: 0;
  border-bottom: 2px solid #a98646;
  float: left;
}

.page-product-list .product-info .pt-15 {
  padding-top: 15px;
}

.page-product-list .product-info .big {
  font-style: normal;
  font-size: 22px;
  color: #a98643;
}

.page-product-list .product-info p {
  clear: both;
  font-size: 14px;
  line-height: 29px;
  color: #333134;
}

.page-product-list .product-info .pro-more {
  /* position: absolute;
  right: 117px;
  bottom: 55px; */
  display: block;
  width: 98px;
  text-align: center;
  line-height: 27px;
  height: 27px;
  border-radius: 27px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: lighter;
  background-color: #a98643;
  float: right;
  margin-top: 3px;
}

@font-face {
  font-family: "SourceHanSerifCN-Light";
  src: url("../fonts/SourceHanSerifCN-Light.woff2") format("woff2"), url("../fonts/SourceHanSerifCN-Light.woff") format("woff"), url("../fonts/SourceHanSerifCN-Light.ttf") format("truetype"), url("../fonts/SourceHanSerifCN-Light.eot") format("embedded-opentype"), url("../fonts/SourceHanSerifCN-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url("../fonts/SourceHanSerifCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSerifCN-Regular.woff") format("woff"), url("../fonts/SourceHanSerifCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSerifCN-Regular.eot") format("embedded-opentype"), url("../fonts/SourceHanSerifCN-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "times new roman";
  src: url("../fonts/times.woff2") format("woff2"), url("../fonts/times.woff") format("woff"), url("../fonts/times.ttf") format("truetype"), url("../fonts/times.eot") format("embedded-opentype"), url("../fonts/times.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  text-align: justify;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  font: 16px '微软雅黑';
  background: #f7f3eb top center url(../images/body_bg.jpg) no-repeat;
  background-size: cover;
}

a {
  transition: all .2s;
  color: #333134;
}

.pb0 {
  padding-bottom: 0;
}

.df {
  display: flex;
}

.df-space-between {
  justify-content: space-between;
}

.df-w {
  flex-wrap: wrap;
}

.df-row-center {
  justify-content: center;
}

.df-col-center {
  align-items: center;
}

.df-center {
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1100px;
  width: 88%;
  margin: 0 auto;
}

.index-title-style {
  padding: 55px 0 40px;
  text-align: center;
}

.index-title-style h4 {
  font-family: SimSun;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  color: #a98643;
}

.index-title-style small {
  padding: 11px 0;
  display: block;
  font-family: "times new roman";
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 2px;
  color: #a98643;
}

.carousel-left,
.carousel-right,
.carousel-left:visited,
.carousel-right:visited {
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/icon_arrow.png);
  background-position: 16px center;
  cursor: pointer;
  transition: all .2s;
}

.carousel-left {
  left: -56px;
}

.carousel-right {
  right: -56px;
  background-position: -82px center;
}

.carousel-left:hover,
.carousel-right:hover {
  background-color: #a98643;
  background-image: url(../images/icon_arrow_white.png);
}

/*------------ index -------------*/
.header {
  position: relative;
}
.header-top2{
  display: block;
  position: relative;
  height: 122px;
}
.header-top2 .header-pic{
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left:50%;
  margin-left:-960px;
}
@media screen and (max-width:1216px){
  .header-top2{
    height:auto;
  }
  .header-top2 .header-pic{
    width: 100%;
    height:auto;
    position: static;
    margin-left:0;
  }
}
@media screen and (max-width:740px){
  .header-top2{
    display: none;
  }
  .header .header-top{
    display: block !important;
  }
}
.header .container {
  height: inherit;
}

.header .header-top {
  display: none;
  position: relative;
  width: 100%;
  height: 122px;
  background: url(../images/top.png) top center repeat-x;
  background-size: auto 100%;
}

.header .header-top .header-logo {
  padding-top: 7px;
}
.header .header-top .header-logo img {
  height: 105px;
}
.header .header-top .header-text {
  width: 52.36%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.header .header-top .header-right {
  text-align: right;
}

.header .header-top .header-tel {
  padding-top: 18px;
}

.header .header-top .header-tel p:first-child {
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #ffffff;
}

.header .header-top .header-tel p:first-child + p {
  font-family: SourceHanSansCN;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.header .header-top .header-info {
  padding-top: 15px;
}

.header .header-top .header-info p:first-child {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 9px;
  margin-right: -6px;
  color: #ffffff;
}

.header .header-top .header-info p:first-child + p {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #ffffff;
}

.menu-btn {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -16px;
  height: 32px;
  text-align: center;
}

.menu-btn span {
  position: relative;
  margin-top: 15px;
  width: 34px;
  height: 4px;
  display: inline-block;
  background: #fff;
}

.menu-btn i {
  position: absolute;
  left: 0;
  width: 34px;
  height: 4px;
  display: block;
  background: #fff;
  transition-duration: .3s, .3s;
  -webkit-transition-duration: .3s, .3s;
  transition-delay: .3s, 0s;
  -webkit-transition-delay: .3s, 0s;
}

.menu-btn i.menu-btn-top {
  top: -12px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}

.menu-btn i.menu-btn-bottom {
  bottom: -12px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}

.menu-btn.menu-btn-on span {
  background-color: transparent;
}

.menu-btn.menu-btn-on i.menu-btn-top {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.menu-btn.menu-btn-on i.menu-btn-bottom {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.menu-btn.menu-btn-on i.menu-btn-top,
.menu-btn.menu-btn-on i.menu-btn-bottom {
  background: #fff;
  transition-delay: 0s, .3s;
  -webkit-transition-delay: 0s, .3s;
}

.nav-mb {
  z-index: 9999;
  position: absolute;
  width: 100%;
  display: none;
  overflow: hidden;
  top: 196px;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
}
.nav-mb-style2{
  display: block;width: 100%;
}
.nav-mb-style2 .owl-carousel{
  display: block; width: calc(100% - 60px); margin: 0 auto;
}
.nav-mb-style2{display: none;}
.nav-mb-style2 ol li a{padding:5px 10px;display: block;color: #a98643;}
.nav-mb-style2 ol.show{opacity: 1;display: block;}
.nav-mb-style2 p{text-align: center;padding: 13px 0;font-size: 14px;color: #a98643;}
.nav-mb-style2{position: relative;}
.menu-left{width: 30px;height: 18px; position: absolute;left: 0;top: 50%; transform:translateY(-50%);background: url(../images/left.png) center no-repeat /auto 100%;}
.menu-right{width: 30px;height: 18px;position: absolute;right: 0;top: 50%; transform:translateY(-50%);background: url(../images/right.png) center no-repeat /auto 100%;}
.nav-mb-style2 ol {
  display: none;
  position: absolute;
  top: 45px;
  /* transform: translateX(-5px); */
  /* padding: 0 10px; */
  text-align: center;
  z-index: 999;
  background: #f8f3ed;
  opacity: 0;
  transition: opacity .2s;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}

.menu-carousel li.on a p{
  font-weight: bold;
    color: #5a5656;
}
.subnav li.on a{
  background: #a98643;
  color: #fff;
}

.nav-mb ul {
  width: 90%;
  display: none;
  padding: 20px 5%;
  border-top: 1px solid #eee;
}

.nav-mb li.on > a {
  background: #a98643;
  color: #fff;
}
.nav-mb a {
  padding: 0 20px;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.nav-mb a.on:after {
  transform: rotate(45deg);
}

.nav-mb a.has-childnav:after {
  display: block;
  position: absolute;
  top: 0;
  right: 4%;
  font-size: 22px;
  content: "+";
  transition: all .2s;
}

.nav-mb.nav-mb-on {
  height: auto;
}

.nav-mb ol {
  display: none;
  background-color: #f7f3eb;
}

.header-nav {
  width: 100%;
  background-color: #f7f3eb;
}

.header-nav ul li:first-child {
  margin-left: 0;
}

.header-nav ul > li {
  position: relative;
  float: left;
  width: 14.285%;
  text-align: center;
}

.header-nav ul li a {
  display: block;
  padding: 6px 0;
  font-size: 18px;
  color: #a98643;
  font-weight: bold;
}

.header-nav ul li a p {
  transition: all .2s;
}

.header-nav ul li a span {
  display: block;
  font-family: Arial;
  padding-top: 2px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  transition: all .2s;
}

.header-nav ul li.on > a,
.header-nav ul li a:hover {
  color: #5a5656;
}

.header-nav ul li.on > a span,
.header-nav ul li a:hover span {
  font-weight: normal;
}

.header-nav ul li:hover ol {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-nav ol {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  background: #f7f3eb;
  transform: translateY(10%);
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
}

.header-nav ol li a {
  padding: 8px 0;
  font-size: 14px;
}

.header-nav ol li.on, .header-nav ol li:hover {
  background: #a98643;
}

.header-nav ol li.on a, .header-nav ol li:hover a {
  color: #fff;
}

/* ----------------- banner -------------- */
.banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.banner .pagination {
  z-index: 9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: auto;
  padding: 5px 12px;
  text-align: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.4);
}

.banner .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.banner .swiper-active-switch {
  background: #fff;
}

.banner .swiper-pagination-switch {
  background: #fff;
  width: 12px;
  height: 12px;
  box-shadow: none;
  margin: 0 4px;
}

.banner .swiper-pagination-switch.swiper-active-switch {
  background: #222220;
}

.banner .swiper-container {
  width: 100%;
}

.banner .content-slide {
  padding: 20px;
  color: #fff;
}

.banner .banner img {
  width: 100%;
}

/* 左右按钮 */
.index-three {
  padding: 59px 0 0;
}

.index-three ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.index-three ul li {
  flex: 1;
  width: 33.33334%;
  float: left;
  text-align: center;
}

.index-three ul li:first-child {
  text-align: left;
}

.index-three ul li:first-child + li + li {
  text-align: right;
}

.index-three ul li img {
  width: 74.3%;
}

.index-five {
  overflow: hidden;
  padding-bottom: 15px;
}

.index-five ul {
  margin-left: -2%;
  width: 102%;
  padding: 55px 0 0;
  display: flex;
  justify-content: space-between;
}

.index-five ul li {
  flex: 1;
  float: left;
  text-align: center;
  background-color: #7d1314;
  width: 18%;
  margin-left: 2%;
  overflow: hidden;
}

.index-five ul li a {
  color: #fff;
}

.index-five ul li:hover img {
  transition: all .2s;
  transform: scale(1.07, 1.07);
}

.index-five ul li div {
  padding: 15px 0 11px;
}

.index-five ul li:first-child + li,
.index-five ul li:first-child + li + li + li {
  background-color: #efefef;
}

.index-five ul li:first-child + li a,
.index-five ul li:first-child + li + li + li a {
  color: #7d1314;
}

.index-five ul li p {
  font-size: 16px;
  line-height: 18px;
}

.index-five ul li span {
  font-weight: lighter;
  font-size: 12px;
}

.index-museum .article img {
  width: 36.363%;
  float: left;
}

.index-museum .article .museum-content {
  float: right;
  width: 60%;
  text-align: justify;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #595757;
}

.index-product .index-product-list {
  position: relative;
  width: 100%;
}

.index-product .product-carousel li {
  overflow: hidden;
}

.index-product .product-carousel li div {
  transition: all .2s;
}

.index-product .product-carousel li:hover div {
  transform: scale(1.08);
}

.index-modern {
  padding-bottom: 20px;
}

.index-modern .modern-content {
  position: relative;
}

.index-modern .modern-content .modern-title {
  display: block;
  z-index: 2;
  position: absolute;
  margin-top: -95px;
  top: 50%;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  width: 60px;
  line-height: 60px;
  text-align: center;
  height: 190px;
  background-color: #7d1314;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fffefc;
}

.index-modern .modern-content .modern-border {
  margin-left: 41px;
  max-width: 789px;
  width: 100%;
  padding: 36px 0;
  background-color: #f7f3eb;
  border: 1px solid #7d1314;
}

.index-modern .modern-content .modern-border div + p {
  padding-top: 0;
}

.index-modern .modern-content .modern-border p {
  padding-top: 25px;
  padding-left: 8.4%;
  font-family: "MicrosoftYaHei";
  font-size: 16px;
  letter-spacing: 1px;
  color: #333134;
}

.index-modern .modern-content .modern-border p:first-child + {
  padding-top: 0;
}

.index-modern .modern-content img {
  z-index: 2;
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 420px;
}
.index-news .index-title-style{
  padding-bottom: 55px;
}
.index-news .index-news-content a:hover p {
  color: #a61b1c;
}

.index-news .index-news-content .index-news-left {
  max-width: 330px;
  width: 30%;
}

.index-news .index-news-content .index-news-left span {
  margin-bottom: 12px;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 64.04%;
  overflow: hidden;
}

.index-news .index-news-content .index-news-left span img {
  width: 100%;
}

.index-news .index-news-content .index-news-right {
  max-width: 725px;
  width: 65.9%;
}

.index-news .index-news-content .index-news-right .index-news-title {
  width: 80%;
}

.index-news .index-news-content .index-news-right .index-news-right-top {
  padding-bottom: 10px;
}

.index-news .index-news-content .index-news-right .index-news-right-top div,
.index-news .index-news-content .index-news-right .index-news-right-top a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #a61b1c;
}

.index-news .index-news-content .index-news-right .index-news-right-top a:hover {
  font-weight: normal;
}

.index-news .index-news-content .index-news-list li {
  overflow: hidden;
  line-height: 1;
  padding-top: 13px;
  /* border-top: 1px dashed #080102; */
}

.index-news .index-news-content .index-news-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.index-news .index-news-content .index-news-title {
  font-size: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #595757;
}

.index-news .index-news-content .index-news-date {
  font-size: 14px;
  color: #7d7d7d;
}

.footer {
  margin-top: 75px;
  font-size: 14px;
  background: #f7f3eb;
}

.footer .footer-top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: lighter;
  background-color: #a61b1c;
}

.footer .footer-top div a:first-child {
  padding-left: 0;
  background: none;
}

/* .footer .footer-top div a:first-child + a {
  padding-left: 12px;
  background: none;
} */

.footer .footer-top div a {
  position: relative;
}

.footer .footer-top div a:hover {
  font-weight: bold;
}

.footer .footer-top div a:hover .msg-qrcode {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer .footer-top div .msg-qrcode {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10%);
  position: absolute;
  bottom: 30px;
  margin-left: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.2);
  transition: all .2s;
}

.footer .footer-top .jingdong {
  background-position: 10px center;
}

.footer .footer-top .tmail {
  background-position: -116px center;
}

.footer .footer-top .youzan {
  background-position: -232px center;
}

.footer .footer-top .ft-tel {
  padding-left: 20px;
  background: url(../images/icon_bottom_logo.png) no-repeat;
  background-position-x: -703px;
  background-position-y: 1px;
}

.footer .footer-top a {
  padding-left: 35px;
  background: url(../images/icon_bottom_logo.png) no-repeat;
  color: #fff;
}

.footer .footer-bottom {
  padding: 25px 0;
}

.footer .footer-bottom p {
  font-family: "MicrosoftYaHei";
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #747175;
}

.footer .footer-bottom .qrcode div {
  padding-left: 27px;
  width: 94px;
  text-align: center;
}

.footer .footer-bottom .qrcode p {
  font-size: 12px;
}
.footer-top .fl{
  position: relative;
}
.footer .sirui{
  color:#747175;
}
.footer .sirui:hover{
  color:#434343;
}
.img-dong{
  position: absolute;
  display: block;
  top: -53px;
  right: 5px;
  animation: updown .7s infinite;
}
@keyframes updown{
  0%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-20px);
  }
  100%{
    transform:translateY(0);
  }
}

.index-video {
  position: relative;
}

.index-video:before {
  z-index: 9;
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/play.svg) center no-repeat/100% 100%;
}

.video-wrap {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.video-wrap.show {
  opacity: 1;
  visibility: visible;
}

.video-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 9;
  outline: none;
  max-width: 100;
  border: 8px solid #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .video-wrap video {
    width: 80%;
  }
}

@media (max-width: 640px) {
  .video-wrap video {
    width: 94%;
  }
  
}

/* select-join-shop */
.select-join-shop{
  margin:35px 0 8px;
}
.select-province{
  float: left;
}
.select-city{
  float: left;
}

.select-province,
.select-city{
  position: relative;
}
.select-province h4,
.select-city h4{
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
  width: auto;
  user-select: none;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 2px;
  background-color: #fff;
  cursor: pointer;
  margin-right:15px;
}
.select-province h4:after,
.select-city h4:after{
  content:"";
  top:50%;
  margin-top:-4px;
  right:6px;
  position: absolute;
  background: url(../images/icon_trangle.png) no-repeat;
  background-size:cover;
  width: 9px;
  height: 9px;
  display: block;
}
.select-city ol>li{
  display: none;
}
.select-province ol{
  position: absolute;
  top: 42px;
  left: 0;
  width: 112px;
  opacity: 0;
  visibility: hidden;
  transition:all .3s;
}
.select-province ol.on{
  opacity: 1;
  visibility: visible;
}
.select-province ol li{
  background-color:#fff;
  user-select: none;
  padding:6px 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.select-province ol li:hover{
  background-color:#aaa;
}
.select-city ol>li{
  display: block;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition:all .3s;
  height: 0;
}
.select-city ol>li.show{
  height: auto;
}
.select-city ol>li.on{
  opacity: 1;
  visibility: visible;
}
.select-city ol{
}
.select-city ol li{
  width: 112px;
  background-color:#fff;
  user-select: none;
  padding:6px 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.selece-query{
  width: 109px;
  height: 42px;
  float: left;
  background-color:#a61b1c;
  text-align: center;
  color:#fff;
  line-height: 42px;
  font-size: 22px;
  letter-spacing: 8px;
  font-weight: normal;
  cursor: pointer;
}
.select-join-shop-list{
  margin-top: 8px;
  width: 100%;
  overflow: hidden;
}
.select-join-shop-list ul>li{
  /* display: none; */
}

.select-join-shop-list>ul{
  /* display: none; */
  background: #fff;
  padding: 24px 30px;
}
.select-join-shop-list ol li:first-child{
  padding-top: 0;
}
.select-join-shop-list ol li{
  padding-top: 13px;
  padding-bottom: 10px;
  border-bottom:1px solid #ececec;
}
.select-join-shop-list ol li h4{
  font-size: 22px;
  line-height: 1;
  padding-bottom: 15px;
  font-weight: normal;
  padding-left: 34px;
  background: url(../images/icon_local.png) top 1px left no-repeat;
  background-size:auto 20px;
}
.select-join-shop-list ol li p{
  padding-left: 34px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
	color: #000000;
}

@media screen and (max-width:1200px){
  .cooperation-list-style2 p{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width:768px){
  .cooperation-list-style2 p{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .select-province h4,
  .select-city h4,
  .selece-query{
    font-size: 16px;
    height:36px;
    line-height: 36px;
  }
  .select-join-shop{
    margin-top: 28px;
  }
  .select-join-shop-list>ul{
    padding: 4%;
  }
  .select-join-shop-list ol li h4{
    font-size: 16px;
    background-size: auto 16px;
    padding-left: 25px;
    padding-bottom: 5px;
  }
  .select-join-shop-list ol li p{
    font-size: 14px;
    padding-left: 25px;
    line-height: 20px;
  }
  .select-city ol li{
    width: 94px;
  }

  .select-province ol{
    top: 36px;
    width: 94px;
  }
  .select-province h4:after, .select-city h4:after{
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .join-us-tel canvas{
    width: 26px;
  }
  .support .support-text{
    line-height: 18px;
  }
  .join-us-tel h4{
    padding-left: 4px;
    line-height: 27px;
    letter-spacing: 5px;
    font-size: 16px;
  }
  .cooperation-list-style2 li{
    width: 48.5%;
  }
}