@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 {
  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;
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='submit'],
input[type='button'],
input[type='tel'],
button,
textarea {
  -webkit-appearance: none;
  outline: none;
}

figure {
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

html,
body {
  margin: 0 auto;
  font: 16px/1 "ArialMT", "Arial";
  color: #333333;
  overflow-x: hidden;
}

sub {
  bottom: -0.05em;
}

a {
  transition: all .23s ease;
  color: #333333;
}

input {
  box-sizing: border-box;
  border: 0;
  outline: none;
  padding: 0;
}

.ovh {
  overflow: hidden;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/*# 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: 2s;
  animation-duration: 2s;
  -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(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  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 65px;
  font-size: 12px;
  user-select: none;
}

.paging li {
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 12px;
}

.paging li a {
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  margin-right: 8px;
  font-size: 12px;
  color: #000;
  vertical-align: middle;
  transition: all .5s;
}

.paging li.thisclass a,
.paging li:hover a {
  background: #dcdcdc;
  color: #fff;
  border-color: #dcdcdc;
}

.pageinfo {
  letter-spacing: 1px;
}

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

.paging li.i a,
.paging li a.i,
.paging li.n a,
.paging li a.e,
.paging li.p a,
.paging li.e a {
  text-indent: -9999px;
}

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

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

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

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

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

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

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

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

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -31px center no-repeat #dcdcdc;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -97px center no-repeat #dcdcdc;
}

.paging .paging-to {
  font-size: 16px;
  line-height: 33px;
  vertical-align: middle;
  color: #000;
}

.paging .paging-number input {
  width: 31px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  color: #b6b6b6;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
}

.paging .paging-left {
  margin-left: 14px;
}

.paging .paging-go {
  margin-left: 10px;
}

.paging .paging-go a {
  display: inline-block;
  width: 52px;
  height: 33px;
  background-color: #dcdcdc;
  color: #fff;
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  font-weight: normal;
  border: 0;
  border-radius: 3px;
}

.paging .paging-go a:hover {
  text-indent: 1em;
}

.paging-radius.paging li,
.paging-radius.paging li.thisclass a,
.paging-radius.paging li a {
  border-radius: 50%;
}

.paging-radius.paging li.thisclass a,
.paging-radius.paging li:hover a {
  background-color: #dcdcdc;
  color: #000;
  border-color: #dcdcdc;
}

.paging-radius.paging li.p:hover a {
  background: url(../images/paging_btn.png) -31px center no-repeat #dcdcdc;
}

.paging-radius.paging li.n:hover a {
  background: url(../images/paging_btn.png) -97px center no-repeat #dcdcdc;
}

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

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

@media screen and (max-width: 640px) {
  .paging {
    padding: 35px 0 45px;
  }

  .paging li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .paging li.p a {
    background-position-x: -33px;
  }

  .paging li.n a {
    background-position-x: -100px;
  }

  .paging .paging-to {
    line-height: 24px;
    font-size: 14px;
    color: #b6b6b6;
  }

  .paging .paging-number input {
    width: 26px;
    height: 24px;
    line-height: 24px;
    padding: 0;
  }

  .paging .paging-go {
    margin-left: 16px;
  }

  .paging .paging-go a {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
}

@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;
}

@font-face {
  font-family: 'ArialMT';
  src: url("../fonts/ArialMT.eot");
  src: local("☺"), url("../fonts/ArialMT.woff") format("woff"), url("../fonts/ArialMT.ttf") format("truetype"), url("../fonts/ArialMT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.j-b {
  justify-content: space-between;
}

.f-w {
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.j-c {
  justify-content: center;
}

.a-c {
  align-items: center;
}

.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.theme-color {
  color: #a236b3;
}

.index-more-style {
  padding: 3.813rem 0 5rem;
  text-align: center;
}

.index-more-style a {
  margin: 0 auto;
  display: block;
  width: 11.313rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 1.375rem;
  color: #a0a0a0;
  border: 1px solid #c9c9c9;
}

.index-more-style a:hover {
  background: #a236b3;
  border-color: #a236b3;
  color: #fff;
  font-weight: bold;
}

.index-more-style.page-more-style a {
  border-radius: 0;
  border-color: #a236b3;
  color: #a236b3;
  cursor: pointer;
  user-select: none;
}

.index-more-style.page-more-style a:hover {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .index-more-style {
    padding: 2.5rem 0;
  }
}

.carousel-left,
.carousel-right,
.carousel-left:visited,
.carousel-right:visited {
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 24px;
  height: 43px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .23s ease;
}

.carousel-left {
  left: -3.5rem;
  background-image: url(../images/icon_left1.png);
}

.carousel-right {
  right: -3.5rem;
  background-image: url(../images/icon_right1.png);
}

.carousel-left:hover {
  background-image: url(../images/icon_left1_hover.png);
}

.carousel-right:hover {
  background-image: url(../images/icon_right1_hover.png);
}

@media screen and (max-width: 1200px) {
  .carousel-left {
    left: -2rem;
  }

  .carousel-right {
    right: -2rem;
  }
}

.owl-carousel .owl-dots {
  margin-top: 2.8125rem;
  text-align: center;
}

.owl-carousel .owl-dot.active {
  background-color: #2c2c42;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d5d5d9;
}

/*------------ index -------------*/
/* ----------------- header -------------- */
.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #fff;
  box-shadow: 0rem 0.013rem 1.25rem 0rem rgba(43, 35, 12, 0.2);
  transition: all .5s ease;
}

.header .container {
  position: relative;
}

.header .header-top {
  position: relative;
  width: 100%;
}

.header .header-top .header-logo {
  margin: 38px 0 0;
}

.header .header-top .header-logo img {
  width: 171px;
  height: 44px;
  transition: all .23s ease;
}

.header-right {
  margin-top: 19px;
  margin-right: -18px;
}

.header-nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-nav ul>li {
  position: relative;
  float: left;
  text-align: center;
  margin: 0 14px;
}

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

.header-nav ul>li.on>a::after,
.header-nav ul>li:hover>a::after {
  width: 100%;
  opacity: 1;
}

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

.header-nav ul>li>a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #333;
  padding: 0 4px;
  height: 92px;
  line-height: 92px;
}

.header-nav ul>li>a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #a236b3;
  opacity: 0;
  transition: all .23s ease;
  content: "";
}

.header-nav [name='nav_1'] ol.pro {
  width: 310px;
}

.header-nav ol.pro {
  position: absolute;
  padding-top: 3px;
  top: 92px;
  left: 0;
  width: 192px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  transform: translateY(-10%);
  box-shadow: 0rem 0.625rem 1.25rem 0rem rgba(0, 0, 0, 0.1);
}

.header-nav .pro li {
  position: relative;
  display: block;
  text-align: left;
  background: #fff;
}

.header-nav .pro li a {
  padding: 17px 0 17px 20px;
  display: block;
  font-size: .875rem;
  height: auto;
  color: #000;
}

.header-nav .pro li:hover>a {
  background-color: #f9f0fb;
  color: #a236b3 !important;
}

.sub-pro {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  transform: translateY(-10%);
  box-shadow: 0rem 0.625rem 1.25rem 0rem rgba(0, 0, 0, 0.1);
}

.header-nav .pro li:hover .sub-pro {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.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: 2rem;
  height: .2rem;
  display: inline-block;
  background: #a236b3;
}

.menu-btn i {
  position: absolute;
  left: 0;
  width: 2rem;
  height: .2rem;
  display: block;
  background: #a236b3;
  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: -.7rem;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}

.menu-btn i.menu-btn-bottom {
  bottom: -.7rem;
  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: #a236b3;
  transition-delay: 0s, .3s;
  -webkit-transition-delay: 0s, .3s;
}

.nav-mb {
  z-index: 9999;
  position: absolute;
  width: 100%;
  display: none;
  overflow: hidden;
  top: 110px;
  left: 0;
  background: #a236b3;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  transition: all .23s ease;
}

.nav-mb>ul {
  display: none;
  padding: 20px 5%;
  margin: 0 auto;
  height: 100vh;
  border-top: 1px solid #eee;
  overflow-y: auto;
  box-sizing: border-box;
  padding-bottom: 8rem;
}

.nav-mb>ul>li.on>a {
  background: rgba(255, 255, 255, 0.5);
}

.nav-mb a {
  padding: .5rem 20px;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
}

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

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

.nav-mb .search-li {
  margin-bottom: 8px;
  overflow: hidden;
}

.nav-mb .search-li input[type=text] {
  padding: 0;
  padding-left: 2%;
  width: 78%;
  height: 40px;
  float: left;
  border: 0;
  background: #eee;
  outline: none;
}

.nav-mb .search-li input[type=submit] {
  width: 20%;
  float: left;
  border: 0;
  height: 40px;
  outline: none;
  color: #fff;
  background-color: #a236b3;
}

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

.nav-mb>ul>li>ol {
  display: none;
  background-color: #2c2c42;
}

.search-from {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out .3s;
}

.search-from.show {
  right: 0%;
  opacity: 1;
}

.search-from.show .search-close-btn {
  transform: rotate(0);
}

.search-from .search-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.8;
}

.search-from .search-close-btn {
  z-index: 2;
  position: absolute;
  top: 4rem;
  right: 5rem;
  font-size: 140px;
  vertical-align: top;
  height: 68px;
  font-weight: lighter;
  line-height: 55px;
  color: #fff;
  font-style: normal;
  cursor: pointer;
  width: 68px;
  text-align: center;
  text-indent: -14px;
  transform: rotate(-90deg);
  transition: all .5s;
}

.search-from .search-close-btn:hover {
  color: #a236b3;
  transform: rotate(90deg);
}

.search-from .search {
  position: absolute;
  z-index: 2;
  max-width: 600px;
  width: 88%;
  height: 60px;
  overflow: hidden;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.search-from .search form {
  font-size: 0;
  overflow: hidden;
}

.search-from .search form:hover .text {
  border-color: #a236b3;
}

.search-from .search form:hover #search-btn {
  background-color: #a236b3;
  background-image: url(../images/icon_search_form.png);
}

.search-from .search #search-btn {
  display: inline-block;
  width: 20%;
  max-width: 60px;
  height: 60px;
  border: 0;
  padding: 0;
  background-color: #a236b3;
  background-image: url(../images/icon_search_form.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 0;
  cursor: pointer;
  transition: all .5s;
  text-indent: 999999px;
  overflow: hidden;
}

.search-from .search .text {
  display: inline-block;
  border: 0px none;
  background: none;
  width: 80%;
  max-width: 540px;
  padding: 0 20px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a236b3;
  color: #fff;
  transition: all .5s;
}

.header-block {
  transition: all .23s ease;
  height: 110px;
}

.header .header-links {
  position: absolute;
  top: 13px;
  right: 0;
}

.header-links a {
  margin: 0 2px;
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(../images/icon_links.png);
  background-repeat: no-repeat;
  transition: filter .23s ease;
}

.header-links a:hover {
  background-image: url(../images/icon_links_hover.png);
}

.icon-facebook {
  background-position-x: 6px;
}

.icon-ig {
  background-position-x: -23px;
}

.icon-twitter {
  background-position-x: -53px;
}

.icon-youtobe {
  background-position-x: -89px;
  margin-left: 8px !important;
}

.icon-linkin {
  background-position-x: -122px;
}

.icon-wechat {
  background-position-x: -157px;
}

.icon-whatsapp {
  background-position-x: -193px;
}

@media screen and (max-width: 1240px) {
  .header-right-tel .header-tel {
    display: none;
  }

  .header-nav {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {

  html,
  body {
    font-size: 15px !important;
  }

  .header-from,
  .header-lang,
  .header-nav {
    display: none;
  }

  .header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 84px;
  }

  .header-block {
    display: block;
    height: 84px;
  }

  .nav-mb {
    top: 84px;
  }

  .header-search-icon {
    margin-right: 5rem;
  }

  .nav-mb,
  .menu-btn {
    display: block;
  }

  .header-right {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
  }

  .header .header-links {
    display: none;
  }

  .header .header-top .header-logo {
    margin: 22px 0 0;
  }
}

@media screen and (max-width: 768px) {

  html,
  body {
    font-size: 13px !important;
  }

  .nav-mb {
    top: 66px;
  }

  .header .container {
    position: static;
  }

  .header-block,
  .header,
  .header-top {
    height: 66px;
  }

  .header-right {
    right: 0;
    margin-top: 0;
  }

  .header-right .header-search-icon {
    margin-right: 7.7rem;
  }

  .header-right,
  .header .header-top .header-logo {
    margin: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .search-from .search-close-btn {
    font-size: 60px;
    right: 0rem;
    top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .header .header-top .header-logo img {
    width: 130px;
    height: auto;
  }
}

/* ----------------- banner -------------- */
.banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /* 点 */
  /* 左右按钮 */
}

.banner img {
  width: 100%;
}

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

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

.banner .swiper-pagination-switch,
.banner .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 .25rem;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: white;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.banner .swiper-pagination-switch.block,
.banner .swiper-pagination-bullet.block {
  border-radius: 0;
  width: 3.25rem;
  height: 0.313rem;
}

.banner .swiper-pagination-switch.swiper-pagination-bullet-active,
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a236b3;
}

@media screen and (max-width: 640px) {
  .banner .swiper-pagination-bullet {
    width: 1.725rem;
    height: .25rem;
  }

  .banner .swiper-pagination {
    bottom: .8rem;
  }

  .owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
  }
}

.ask-btn {
  z-index: 99;
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -22px;
  display: block;
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #a236b3;
  box-shadow: 0.181rem 0.256rem 1.25rem 0rem rgba(188, 45, 211, 0.3);
  border-radius: 22px;
  color: #fff;
}

.ask-btn:hover {
  background-color: #2c2c42;
  box-shadow: 0.181rem 0.256rem 1.25rem 0rem rgba(44, 44, 66, 0.3);
}

.ask-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/icon_msg.png) no-repeat;
}

.ask-btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-left: 4px;
}

.footer-form {
  padding: 3.625rem 0 3.938rem;
  background-color: #eee;
  text-align: center;
}

.footer-form h4 {
  margin-bottom: 1.875rem;
  line-height: 1;
  font-weight: normal;
  font-size: 1.625rem;
  color: #2c2c42;
}

.footer-form input:nth-of-type(2) {
  margin: 0 .688rem;
}

.footer-form input {
  padding: 0 1.938rem;
  width: 23.438rem;
  font-size: 1rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background-color: #fff;
}

.footer-form .input-g {
  font-size: 0;
}

.ft-submit {
  vertical-align: top;
  display: inline-block;
  width: 10.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background-color: #2c2c42;
  color: #fff;
  font-size: 1.125rem;
}

.ft-submit:hover {
  background-color: #a236b3;
}

.ft-top {
  padding: 1.625rem 0 1.188rem;
}

.ft-links nav a:hover {
  color: #a236b3;
}

.ft-links nav a {
  margin-right: 27px;
}

.ft-bottom {
  padding: 18px 0 15px;
  background-color: #2c2c42;
  color: #fff;
}

.ft-bottom span {
  opacity: 0.4;
  font-size: 12px;
  font-family: "Arial";
}

.ft-logo img {
  width: 171px;
  height: 44px;
}

.index-article {
  padding: 3.813rem 0 2.25rem;
  text-align: center;
}

.index-article h4 {
  font-size: 1.5rem;
  font-weight: bold;
}

.index-article p {
  margin: 1.563rem 0 1.375rem;
  font-family: "Arial";
  font-size: 14px;
  line-height: 22px;
}

.index-article pre {
  margin: 1.563rem 0 1.375rem;
  font-family: "Arial";
  font-size: 14px;
  line-height: 22px;
}


.index-article i {
  display: inline-block;
  width: 2px;
  height: 4.375rem;
  background-color: #b93dcc;
  opacity: 0.3;
}

.index-title {
  font-family: "Arial";
  text-align: center;
  padding-top: 4.53rem;
  padding-bottom: 2.75rem;
  font-size: 2.375rem;
  font-weight: normal;
}

@media screen and (max-width: 1080px) {
  .index-title {
    font-size: 2rem;
  }
}

.pic-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.pic-item:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.pic-item figure {
  overflow: hidden;
  position: relative;
  height: 0;
}

.pic-item figure img {
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s;
  width: 100%;
  object-fit: cover;
}

.pic-item figcaption {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.index-app-list a {
  width: 49.166666667%;
}

.index-app-list a:hover figcaption {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.index-app-list a figure {
  padding-bottom: 59.3220339%;
}

.index-app-list a figcaption {
  display: block;
  top: auto;
  bottom: 0;
  box-sizing: border-box;
  height: 68.57142%;
  color: #fff;
  text-align: left;
  background-image: linear-gradient(180deg, transparent, #111);
  opacity: 0;
  visibility: hidden;
  transition: all .23s ease;
  transform: translateY(10%);
}

.index-app-list a figcaption h4 {
  position: absolute;
  bottom: 6.5rem;
  left: 10%;
  width: 80%;
  font-weight: normal;
  font-size: 1.75rem;
}

.index-app-list a figcaption p {
  position: absolute;
  bottom: 3.18rem;
  left: 10%;
  width: 80%;
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-app-list a figcaption span {
  position: absolute;
  bottom: 1.9rem;
  font-size: 13px;
  text-decoration: underline;
  width: 80%;
  left: 10%;
  display: block;
  color: #a236b3;
}

.index-pro-wrap {
  background-color: #000;
}

.index-pro-wrap .pro-pic {
  position: relative;
  width: 40.333334%;
}

.index-pro-wrap .pro-pic .pro-title {
  z-index: 2;
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.938rem;
}

.index-pro-info {
  color: #fff;
}

.index-pro-info sup {
  font-size: 1.2rem;
  top: -1.2rem;
}

.index-pro-info h4 {
  font-size: 1.5rem;
  line-height: 1;
}

.index-pro-info h2 {
  padding: 1.53rem 0;
  font-size: 2.75rem;
  line-height: 1;
}

.index-pro-info p {
  width: 81.56424%;
  font-size: 14px;
  line-height: 20px;
}

.index-pro-info a {
  margin-top: 3rem;
  display: inline-block;
  font-size: 13px;
  text-decoration: underline;
}

.index-pro-info a:hover {
  color: #fff;
}

.index-news-list {
  width: 100%;
  padding-bottom: 4.48rem;
}

.index-news-list li {
  float: left;
  width: 30%;
  margin-left: 4.8333334%;
  transition: all .23s ease;
}

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

.index-news-list figure {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.114%;
}

.list-info:hover p {
  color: #222;
}

.list-info:hover h4 {
  color: #000;
}

.list-info span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #a236b3;
  font-style: normal;
}

.list-info h4 {
  margin-top: 16px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.625rem;
  color: #5a5656;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .23s ease;
}

.list-info p {
  margin-top: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .2s ease;
}

.index-reports {
  border-top: 1px solid #d2d2d2;
  padding-bottom: 3.58rem;
}

.index-reports-list li {
  width: 45.66666667%;
}

.index-reports-list h4 {
  margin-top: 0;
}

.page-banner {
  position: relative;
}

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

.page-banner .container {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: right;
}

.page-banner .banner-text {
  width: 31%;
  display: inline-block;
  color: #ffffff;
}

.page-banner h4 {
  padding-bottom: 1rem;
  font-size: 2.313rem;
  color: #a236b3;
}

.page-banner p {
  font-size: 14px;
  line-height: 24px;
}

.page-title {
  padding-top: 4.875rem;
  font-size: 2.313rem;
  font-weight: normal;
}

.about-desc {
  margin: 1rem 0 2.3rem;
  font-size: 14px;
  color: #999;
}

.bg-gray {
  background-color: #eee;
}

.page-about article {
  font-size: 0.938rem;
  line-height: 1.5rem;
  width: 100%;
}

.page-about article img {
  width: 100%;
}

.page-about article em {
  color: #a236b3;
  font-style: normal;
}

.page-about .about-img {
  width: 350px;
  margin-left: 2.6875rem;
}

.page-about .about-img img {
  width: 100%;
}

.page-about .honor {
  padding: 2rem 0 3rem;
  overflow: hidden;
}

.page-about .honor li {
  float: left;
  width: 80px;
  margin-right: 30px;
}

.page-certification {
  padding-bottom: 6rem;
}

.owl-l,
.owl-r {
  position: absolute;
  width: 2.188rem;
  height: 2.188rem;
  border-radius: 50%;
  background-color: #c7c7cc;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
  transition: all .23s ease;
}

.owl-l:hover,
.owl-r:hover {
  background-color: #2c2c42;
}

.owl-l {
  background-image: url(../images/icon_left.png);
}

.owl-r {
  background-position: 13px center;
  background-image: url(../images/icon_right.png);
}

.certification-left {
  top: -5.5rem;
  right: 2.938rem;
}

.certification-right {
  top: -5.5rem;
  right: 0;
}

.online {
  padding: 6.875rem 0;
}

.online-form {
  width: 53.5%;
}

.form-style input:focus,
.form-style input:hover,
.form-style textarea:focus,
.form-style textarea:hover {
  border-bottom-color: #a236b3;
}

.form-style input {
  position: relative;
  box-sizing: border-box;
  width: 48.6%;
  padding: 0 20px;
  height: 56px;
  margin-bottom: 15px;
  outline: none;
  line-height: 56px;
  border: 0;
  color: #555;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  transition: all .23s ease;
}

.form-style input.full {
  width: 100%;
}

.form-style textarea {
  position: relative;
  box-sizing: border-box;
  padding: 12px 20px;
  float: left;
  width: 100%;
  outline: none;
  border: 0;
  line-height: 30px;
  height: 11.25rem;
  color: #555;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  transition: all .23s ease;
}

.form-style input:nth-child(odd) {
  margin-right: 1%;
}

.form-style input:nth-child(even) {
  margin-left: 1%;
}

.form-style ::-webkit-input-placeholder {
  color: #dcdcdc;
}

.form-style ::-moz-placeholder {
  color: #dcdcdc;
}

.form-style :-ms-input-placeholder {
  color: #dcdcdc;
}

.form-style button[type='button'] {
  float: left;
  margin-top: 2.313rem;
  outline: none;
  width: 12.5rem;
  height: 3.375rem;
  background-color: #a236b3;
  border: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 3.375rem;
  transition: all .2s;
  cursor: pointer;
}

.form-style button[type='button']:hover {
  background-color: #2c2c42;
}

@media screen and (max-width: 992px) {
  .form-style input {
    width: 48.3%;
    height: 40px;
    line-height: 40px;
  }

  .form-style button[type='button'] {
    width: 10rem;
  }
}

.contact-info {
  width: 36.5%;
  color: #010507;
}

.contact-info h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #a236b3;
}

.contact-info h2 {
  font-size: 2.063rem;
  font-weight: normal;
  line-height: 1.4;
}

.contact-info i {
  margin: 2rem 0;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #a236b3;
}

.contact-info p {
  font-size: 14px;
  line-height: 24px;
}

.banner-contact {
  padding: 8.375rem 0 8.5rem;
}

.banner-contact figure {
  width: 50%;
}

.banner-contact figure img {
  width: 100%;
}

.banner-contact .contact-text {
  color: #fff;
}

.banner-contact .contact-text h2 {
  font-size: 2.313rem;
  font-weight: bold;
  color: #a236b3;
  padding-bottom: 2.5rem;
}

.banner-contact .contact-text h4 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.banner-contact .contact-text p {
  font-size: 0.938rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.925rem;
}

.banner-contact .contact-text .header-links a {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  transition: none;
}

.banner-contact .contact-text .header-links a:hover {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.page-application {
  padding-bottom: 6rem;
}

.page-application .text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-family: "Arial";
}

.application-artilce {
  padding: 3.875rem 0 0;
}

.application-title {
  margin: 3.13rem 0 1.615rem;
  padding-left: 1.938rem;
  padding-bottom: 1.5rem;
  border-left: 2px solid #a236b3;
}

.application-title h4 {
  padding-top: 0.3rem;
  padding-bottom: .5rem;
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
}

.application-list li {
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.313rem;
  width: 32.33334%;
}

.application-list li:nth-of-type(3n) {
  margin-right: 0;
}

.application-list li a {
  background-color: #fff;
  padding: 12px 12px 0;
}

.application-list li a:hover {
  box-shadow: 0rem 0.625rem 1.25rem 0rem rgba(0, 0, 0, 0.1);
}

.application-list li a:hover p {
  color: #a236b3;
}

.application-list li figure {
  padding-bottom: 62%;
}

.application-list li p {
  text-align: center;
  margin: 1.34rem 0;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-title {
  padding: 4.688rem 0 3.6rem;
  text-align: center;
}

.page-news {
  padding-bottom: 4.2rem;
}

.page-news-list div {
  margin-bottom: 1.25rem;
}

.page-news-list div a {
  display: block;
  padding: 0 0 20px;
  background-color: #fff;
}

.page-news-list div a:hover img {
  transform: scale(1.1);
}

.page-news-list div a:hover h4 {
  color: #a236b3;
}

.page-news-list div a:hover p {
  color: #1f1f1f;
}

.page-news-list div a:hover .time {
  color: #aaa;
}

.page-news-list div figure .figure {
  float: left;
  display: block;
  width: 25.41%;
  margin-top: 20px;
  margin-left: 2%;
}

.page-news-list div figure .figure em {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 61.111114%;
  overflow: hidden;
}

.page-news-list div figure .figure img {
  width: 100%;
  transition: all .5s;
}

.page-news-list div figure figcaption {
  float: left;
  margin-top: 34px;
  margin-left: 3%;
  width: 66.5%;
}

.page-news-list div figure figcaption h4 {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-news-list div figure figcaption p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-news-list div figure figcaption .time {
  display: block;
  padding-top: 16px;
  font-size: 14px;
  color: #a236b3;
}

.page-news-list li {
  overflow: hidden;
  padding: 28px 0;
  border-bottom: 1px solid #c9c9c9;
}

.page-news-list li:first-child {
  padding-top: 0;
}

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

.page-news-list li a:hover img {
  transform: scale(1.1);
}

.page-news-list li a:hover h4 {
  color: #a236b3;
}

.page-news-list li a:hover p {
  color: #1f1f1f;
}

.page-news-list li a:hover em {
  color: #aaa;
}

.page-news-list li figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-news-list li figure span {
  float: left;
  display: none;
  width: 25.41%;
  height: 0;
  padding-bottom: 12.89%;
  overflow: hidden;
}

.page-news-list li figure span img {
  width: 100%;
  transition: all .5s;
}

.page-news-list li figure figcaption {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-news-list li figure figcaption h4 {
  color: #000;
  font-size: 1.25rem;
  height: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .23s ease;
}

.page-news-list li figure figcaption p {
  padding-top: .75rem;
  font-size: 14px;
  line-height: 1.5rem;
  color: #a0a0a0;
  transition: all .23s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-news-list li figure figcaption em {
  font-style: normal;
  display: block;
  padding-top: 1.2rem;
  font-size: 14px;
  transition: all .23s ease;
  color: #a236b3;
}

@media screen and (max-width: 640px) {
  .page-news-list li figure span {
    width: 100%;
    padding-bottom: 50.789%;
  }

  .page-news-list li figure figcaption {
    width: 100%;
    margin-left: 0;
  }
}

.page-news-article {
  padding-top: 4.8rem;
}

.page-news-article .container {
  max-width: 913px;
}

.article-title {
  text-align: center;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 1.4;
}

.article-info {
  padding-top: 1.125rem;
  text-align: center;
  padding-bottom: 1.813rem;
  line-height: 1;
  color: #a236b3;
}

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

.article-content p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.625rem;
  color: #333;
}

.article-content img {
  padding: 0.875rem 0;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .page-news-article {
    padding-top: 3rem;
  }

  .article-title {
    font-size: 1.5rem;
  }
}

.back-news {
  margin: 2rem 0 5.5rem;
  display: inline-block;
  color: #a236b3;
  font-size: 1rem;
}

.back-news:hover {
  font-weight: bold;
}

.services-1 {
  margin: 5.1rem auto 5rem;
  background-color: #fff;
}

.services-1 figure {
  width: 50%;
}

.services-1 figure img {
  width: 100%;
}

.services-1-wrap {
  box-sizing: border-box;
  padding: 0 3.2rem;
  width: 50%;
}

.services-1-wrap h4 {
  font-weight: bold;
  font-size: 2.313rem;
  margin-bottom: 1.563rem;
}

.services-1-wrap p {
  font-size: 14px;
  line-height: 22px;
}

.services-1-wrap ol {
  margin-top: 1.5rem;
}

.services-1-wrap li {
  position: relative;
}

.services-1-wrap li a {
  position: relative;
  padding-left: 14px;
  color: #a236b3;
  font-size: 14px;
  line-height: 2;
}

.services-1-wrap ol li::after {
  left: 0;
  top: 50%;
  margin: -1px;
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  background-color: #a236b3;
}

.services-1-title {
  font-size: 2.313rem;
  font-weight: normal;
  margin-bottom: 4rem;
}

.services-1-list {
  padding-bottom: 5rem;
}

.services-1-list li {
  float: left;
  width: 30%;
  margin-right: 4.8333334%;
  margin-bottom: 3rem;
}

.services-1-list li:nth-of-type(3n) {
  margin-right: 0;
}

.services-1-list li figure {
  width: 66px;
  float: left;
}

.services-1-list li div {
  width: calc(100% - 66px);
  float: left;
}

.services-1-list li div p {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: .8rem;
}

.services-1-list li div span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: #666;
}

.services-2-wrap h2 {
  padding-top: 4.313rem;
  padding-bottom: 2.13rem;
  font-size: 2.313rem;
  font-weight: normal;
}

.services-2-wrap .text {
  font-size: 14px;
  line-height: 22px;
}

.services-2-wrap h4 {
  margin-bottom: 1.4rem;
}

.border-line {
  margin: 2.3rem 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  display: block;
}

.btn-app {
  margin: 2rem 0 6rem;
  display: block;
  width: 9.375rem;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  background-color: #a236b3;
  color: #fff;
  font-size: 14px;
}

.btn-app:hover {
  background-color: #2c2c42;
}

.services-3-1 {
  background: url(../images/services/3_bg.jpg) no-repeat center/cover;
  color: #eee;
}

.services-3-1 .container {
  padding: 7.75rem 0 6rem;
}

.services-3-1 h2 {
  font-weight: lighter;
  font-size: 2.313rem;
  padding-bottom: 1.5rem;
}

.services-3-1 h4 {
  padding-bottom: 2rem;
  font-weight: bold;
  font-size: 1.125rem;
}

.services-3-1 p {
  font-size: 14px;
  line-height: 22px;
}

.services-3-2 {
  background-color: #fff;
  padding: 5.2rem 0 7rem;
}

.services-3-2-text {
  text-align: center;
}

.services-3-2-text h4 {
  padding-bottom: 1rem;
  font-size: 2.188rem;
  line-height: 2.875rem;
  color: #a236b3;
  font-weight: normal;
}

.services-3-2-text p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.services-3-2-wrap {
  padding-top: 5.13rem;
}

.services-3-2-wrap .services-3-2-list {
  width: 24.9166667%;
  float: left;
}

.services-3-2-wrap .services-3-2-img {
  float: left;
  width: 46.91666667%;
}

.services-3-2-wrap .services-3-2-img img {
  width: 100%;
}

.services-3-2-list:nth-of-type(3) {
  text-align: right;
}

.services-3-2-list>div {
  margin-top: 3.3rem;
}

.services-3-2-list>div:first-child {
  margin-top: 0;
}

.services-3-2-list h4 {
  font-size: 1.125rem;
  margin-bottom: .6rem;
}

.services-3-2-list p {
  font-size: 14px;
  line-height: 22px;
}

.services-3-3 {
  background: url(../images/services/4_bg.jpg) center no-repeat;
  color: #fff;
}

.services-3-3 .container {
  padding: 7.5rem 0 10rem;
}

.services-3-3 p {
  max-width: 458px;
  font-size: 14px;
  line-height: 22px;
}

.services-3-3 h4 {
  margin-top: 4.2rem;
  position: relative;
  max-width: 360px;
  font-weight: bold;
  line-height: 1.875rem;
}

.services-3-3 h4 i {
  position: absolute;
  display: block;
  width: 35px;
  height: 26px;
  background-image: url(../images/services/douhao.png);
}

.services-3-3 h4 .dou-left {
  background-position: 0 0;
  left: -41px;
  top: -14px;
}

.services-3-3 h4 .dou-right {
  right: -41px;
  bottom: -14px;
  background-position: right bottom;
}

.banner-pro {
  position: relative;
}

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

.banner-pro .container {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-pro-text {
  float: right;
  width: 35%;
  color: #fff;
}

.banner-pro-text h4 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3.438rem;
}

.banner-pro-text p {
  margin-bottom: 4rem;
  font-size: 14px;
  line-height: 22px;
}

.banner-more {
  display: block;
  width: 12.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  border-radius: 1.438rem;
  border: 1px solid #616372;
  font-size: 14px;
  text-align: center;
  transition: all .23s ease;
  cursor: pointer;
}

.banner-more:hover {
  border-color: #a236b3;
  background-color: #a236b3;
}

.banner-more i {
  margin-left: .4rem;
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(../images/icon_down.png) no-repeat;
}

.product-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 1.188rem;
  margin-bottom: 1.5rem;
}

.pro-t {
  padding: 4.625rem 0 4.525rem;
  font-size: 14px;
}

.pro-l,
.pro-r {
  width: 47.5%;
}

.pro-text,
.pro-list {
  line-height: 24px;
  font-weight: normal;
}

.pro-text {
  margin-top: 1.5rem;
}

.pro-r .pro-list {
  width: 32%;
  margin-top: 2rem;
  margin-right: 2%;
}

.pro-r .pro-list:nth-of-type(1),
.pro-r .pro-list:nth-of-type(2),
.pro-r .pro-list:nth-of-type(3) {
  margin-top: 0;
}

.pro-r .pro-list:nth-of-type(3n) {
  margin-right: 0;
}

.pro-news {
  margin-top: 4rem;
}

.pro-news-list li {
  margin-bottom: 18px;
}

.pro-news-list a {
  display: block;
  overflow: hidden;
}

.pro-news-list a:hover p {
  font-weight: bold;
}

.pro-news-list a i {
  float: left;
  display: block;
  width: 8px;
  height: 11px;
  background: url(../images/icon_pro_arrow_right.png) no-repeat;
}

.pro-news-list a div {
  float: left;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.pro-news-list a p {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-news-list a span {
  display: block;
  padding-top: 8px;
  color: #a236b3;
}

.pro-download {
  padding: 3.938rem 0 4.625rem;
}

.pro-download .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 1.4rem;
}

.icon-pro-download {
  margin-right: 8px;
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../images/icon_download.png) no-repeat;
}

.pro-download-list {
  margin-bottom: 1.438rem;
}

.pro-download-list li {
  margin-top: 10px;
}

.pro-download-list li:first-child {
  margin-top: 0;
}

.pro-download-list li a {
  cursor: default;
}

.btn-download {
  margin-right: .5rem;
  display: inline-block;
  width: 8.125rem;
  height: 2.375rem;
  line-height: 2.375rem;
  background-color: #a236b3;
  color: #fff;
  font-weight: normal;
  text-align: center;
  transition: all .23s ease;
}

.btn-download:hover {
  background-color: #2c2c42;
}

.btn-download i {
  width: 16px;
  height: 15px;
  background: url(../images/icon_download_hover.png) no-repeat;
}

.pro-pic-list a {
  float: left;
  width: 45.7894%;
  margin-right: 2.9824%;
  margin-top: 1.3rem;
}

.pro-pic-list figure {
  padding-bottom: 76.628%;
}

.index-article {
  padding-bottom: 3.65rem;
  margin-bottom: 3.6rem;
  background-color: #f5f5f5;
}

.index-article-list li {
  width: 31.33334%;
}

.index-article-list {
  flex-wrap: wrap;
}

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

.index-article-list p::after {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #a236b3;
  display: block;
  margin: 19px auto 0;
}

.index-article-list p {
  font-size: 1.125rem;
  line-height: 1;
  color: #333333;
}

.index-article-list span {
  line-height: 20px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .index-article-list li {
    width: 100%;
    margin-top: 20px;
  }
}