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

/*# sourceMappingURL=normalize.min.css.map */
@font-face {
  font-family: "ARIALMT";
  src: url("../fonts/ARIALMT.woff2") format("woff2"), url("../fonts/ARIALMT.woff") format("woff"), url("../fonts/ARIALMT.ttf") format("truetype"), url("../fonts/ARIALMT.eot") format("embedded-opentype"), url("../fonts/ARIALMT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner {
  position: relative;
}

.swiper-container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-loaded {
  display: block;
}

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

.owl-hidden {
  opacity: 0;
}

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

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

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

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

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

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

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

.owl-rtl {
  direction: rtl;
}

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

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

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

.pading-border .page-item .page-link,
.pading-border li a {
  border: 1px solid #b5b5b5;
}

.pading-border .page-item .page-link,
.pading-bg-transparent li a {
  background-color: transparent;
}

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

.pading-border .page-item .page-link,
.paging li a {
  display: inline-block;
  color: #000;
  background: #f2f2f2;
  width: 31px;
  height: 31px;
  line-height: 31px;
  margin-right: 8px;
  font-size: 12px;
  vertical-align: middle;
  transition: all .5s;
}
.pading-border .page-item.disabled .page-link{
  cursor: not-allowed;
}
.pading-border .page-item.active .page-link,
.paging li.thisclass a,
.paging li:hover a {
  background: #d11128;
  color: #fff;
  border-color: #d11128;
}

.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.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 #d11128;
}

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

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

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

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

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

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

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

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

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

html,
body {
  margin: 0 auto;
  overflow-x: hidden;
  font: 15px/1 'MicrosoftYaHei';
  font-family: "微软雅黑";
}

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

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

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

.df {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

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

.df-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;
}

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

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

.df-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
}

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

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

.index-title-style {
  text-align: center;
  margin-top: 5.4rem;
  margin-bottom: 2.93rem;
}

.index-title-style.title-white small {
  color: rgba(255, 255, 255, 0.5);
}

.index-title-style.title-white h2 {
  color: #fff;
}

.index-title-style.title-white h2::before, .index-title-style.title-white h2::after {
  background: #fff;
}

.index-title-style.title-white p {
  color: rgba(255, 255, 255, 0.5);
}

.index-title-style small {
  display: block;
  margin-bottom: 1.2rem;
  line-height: 1;
  font-size: 2.667rem;
  font-weight: lighter;
  letter-spacing: -0.4px;
  color: rgba(0, 0, 0, 0.5);
}

.index-title-style h2 {
  display: inline-block;
  position: relative;
  font-size: 2.667rem;
  font-weight: normal;
  color: #000;
}

.index-title-style h2::before, .index-title-style h2::after {
  top: 50%;
  left: -7.867rem;
  position: absolute;
  display: block;
  width: 7.267rem;
  height: 1px;
  background: #000;
  content: "";
}

.index-title-style h2::after {
  left: auto;
  right: -7.867rem;
}

.index-title-style p {
  margin-top: 1.8rem;
  font-size: 1rem;
  letter-spacing: -0.007rem;
  color: rgba(0, 0, 0, 0.5);
}

.more-style {
  margin: 3.2rem auto 0;
  display: block;
  width: 8.667rem;
  height: 3.067rem;
  text-align: center;
  font-size: 0.933rem;
  line-height: 3.067rem;
  color: #b00a00;
  border: 1px solid #b00a00;
  transition: all .4s;
}

.more-style.yellow-style {
  color: #fff100;
  border-color: #fff100;
}

.more-style.yellow-style:hover {
  background-color: rgba(255, 241, 0, 0.5);
}

.more-style:hover {
  background-color: #b00a00;
  color: #fff;
}

.carousel-left,
.carousel-right,
.carousel-left:visited,
.carousel-right:visited {
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s;
}

.carousel-left {
  left: -56px;
  background: url(../images/home/arrow_left.png) center no-repeat;
}

.carousel-right {
  right: -56px;
  background: url(../images/home/arrow_right.png) center no-repeat;
}

.carousel-left:hover {
  background: url(../images/home/arrow_left_hover.png) center no-repeat;
}

.carousel-right:hover {
  background: url(../images/home/arrow_right_hover.png) center no-repeat;
}

/*------------ index -------------*/
.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #b00a00;
}

.header.headerFixed {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header .container {
  height: inherit;
}

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

.header .header-top .header-logo {
  padding-top: 10px;
  width: 28.733rem;
  height: 5.2rem;
}

.header .header-top .header-logo img {
  width: 100%;
}

.header .header-top .header-right {
  text-align: right;
  font-size: 0;
  width: 44.166666%;
}

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

.header .header-top .header-right ol:first-child {
  margin-top: 2.067rem;
  margin-bottom: 0.467rem;
}

.header .header-top .header-right ol li {
  display: inline-block;
  text-align: right;
  line-height: 1.467rem;
}

.header .header-top .header-right ol li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.header .header-top .header-right ol li a {
  display: block;
  margin-left: 1.1rem;
  padding-left: 1.05rem;
  font-family: "宋体";
  font-size: 1.267rem;
  line-height: 1;
  color: #fbe704;
  font-weight: bold;
  border-left: 2px solid #fbe704;
  letter-spacing: 0.127rem;
}

.header .header-top .header-search-icon {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 7rem;
}

.header .header-top .header-search-icon i {
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.663rem;
  height: 1.313rem;
  background: url(../images/icon_search.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all .5s;
}

.header .header-top .header-search-icon i:hover {
  background: url(../images/icon_search_hover.png) center no-repeat;
  background-size: 100% 100%;
}

.header .header-top .header-lang {
  float: left;
  text-align: left;
  width: 96px;
  height: 41px;
  line-height: 43px;
  margin-top: 32px;
  text-indent: 48px;
  color: #535353;
  background: #eee url(../images/language.png) left 19px center no-repeat;
}

.header .header-top .header-lang:hover {
  color: #000;
}

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

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

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

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

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

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

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

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

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

.nav-mb {
  z-index: 9999;
  position: absolute;
  width: 100%;
  display: none;
  overflow: hidden;
  top: 7rem;
  left: 0;
  background: #730600;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
}

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

.nav-mb ul li.on > a {
  background-color: rgba(209, 17, 40, 0.5);
}

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

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

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

.nav-mb .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: #b00a00;
}

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

.nav-mb ol {
  display: none;
  background-color: rgba(209, 17, 40, 0.5);
}

.header-bottom {
  background-color: #730600;
}

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

.header-nav ul li a {
  display: block;
  padding: 0 1.345rem;
  font-size: 1rem;
  line-height: 3.2rem;
  color: #fff;
}

.header-nav ul li.on a,
.header-nav ul li:hover a {
  background: rgba(243, 247, 255, 0.2);
}

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

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

.header-nav ol li a {
  padding: 12px 0;
  font-size: 14px;
  line-height: 1;
}

.header-nav ol li:hover a {
  color: #fff100;
}

.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: #b00a00;
  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: #b00a00;
}

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

.search-from .search #search-btn {
  display: inline-block;
  width: 20%;
  max-width: 60px;
  height: 60px;
  border: 0px none;
  padding: 0;
  background-color: #fff;
  background-image: url(../images/icon_search_hover.png);
  background-repeat: no-repeat;
  background-position: center;
  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 #fff;
  color: #fff;
  transition: all .5s;
}

.header-block {
  height: 7rem;
}

@media screen and (max-width: 1370px) {
  html,
  body {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1300px) {
  .header-nav ul li a {
    padding: 0 1.14rem;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  .header-block {
    display: block;
    height: 7rem;
  }
  .header-from,
  .header-lang,
  .header-nav {
    display: none;
  }
  .header-search-icon {
    margin-right: 34px;
  }
  .nav-mb,
  .menu-btn {
    display: block;
  }
  .header .header-top .header-right {
    width: 58.166666%;
  }
}

@media screen and (max-width: 992px) {
  .search-from .search-close-btn {
    font-size: 90px;
    right: 3rem;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
  .header .header-top .header-logo {
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-mb {
    top: 70px;
  }
  .header .header-top .header-search-icon,
  .header .header-top,
  .header-block {
    height: 70px;
  }
  .search-from .search-close-btn {
    font-size: 60px;
    right: 0rem;
    top: 1rem;
  }
}

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

.banner a {
  position: relative;
  display: block;
}

.banner .pagination {
  z-index: 9;
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.banner .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  margin: 0 6px;
  cursor: pointer;
}

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

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

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

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

.banner .video-play-btn {
  z-index: 9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 29.6598%;
  left: 50%;
  margin-left: -6.6665rem;
  width: 13.333rem;
  height: 5.2rem;
  background-color: rgba(244, 241, 234, 0.5);
  border: 0.133rem solid #730600;
  font-size: 1.25rem;
  color: #730600;
  transition: all .4s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .video-play-btn:hover {
  border-color: #730600;
  background-color: #730600;
  color: #fff;
}
.banner .video-play-btn:hover i{
  background: url(../images/home/icon_video_play.png) center no-repeat;
  background-size: 100% auto;
}
.banner .video-play-btn i {
  display: inline-block;
  margin-right: .8rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/home/icon_video_play_hover.png) center no-repeat;
  background-size: 100% auto;
  transition:all .3s ease;
}

/* 左右按钮 */
.banner .arrow-wrap {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -23px;
}

.banner .arrow-left,
.banner .arrow-right {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  transition: all .5s;
}

.banner .arrow-left {
  background: url(../images/icon_arrow_left.png) no-repeat center;
  left: -50px;
}

.banner .arrow-left:hover {
  background-image: url(../images/icon_arrow_left_hover.png);
}

.banner .arrow-right {
  background: url(../images/icon_arrow_right.png) no-repeat center;
  right: -50px;
}

.banner .arrow-right:hover {
  background-image: url(../images/icon_arrow_right_hover.png);
}

@media screen and (max-width: 1100px) {
  .banner .arrow-left {
    left: 0;
  }
  .banner .arrow-right {
    right: 0;
  }
}

@media screen and (max-width: 992px) {
  .banner .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .banner .pagination {
    bottom: 14px;
  }
  .banner .arrow-left,
  .banner .arrow-right {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  .banner .arrow-left,
  .banner .arrow-right {
    width: 32px;
    height: 32px;
  }
  .banner .arrow-wrap {
    margin-top: -16px;
  }
  .banner .pagination {
    bottom: 8px;
  }
}

.index-top ol {
  overflow: hidden;
}

.index-top ol li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  float: left;
  width: 25%;
  height: 11.333rem;
}

.index-top ol li p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2rem;
}

.index-top ol li i {
  margin-right: 1.8rem;
  display: inline-block;
  width: 5.733rem;
  height: 5.733rem;
}

.index-top ol li:first-child {
  background: #be0002;
}

.index-top ol li:first-child i {
  background: url(../images/home/icon_top1.png) no-repeat;
  background-size: 100% 100%;
}

.index-top ol li:first-child + li {
  background: #b00a00;
}

.index-top ol li:first-child + li i {
  background: url(../images/home/icon_top2.png) no-repeat;
  background-size: 100% 100%;
}

.index-top ol li:first-child + li + li {
  background: #a20900;
}

.index-top ol li:first-child + li + li i {
  background: url(../images/home/icon_top3.png) no-repeat;
  background-size: 100% 100%;
}

.index-top ol li:first-child + li + li + li {
  background: #920800;
}

.index-top ol li:first-child + li + li + li i {
  background: url(../images/home/icon_top4.png) no-repeat;
  background-size: 100% 100%;
}

.index-about {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 8.6rem;
  background: url(../images/home/index_about_bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.index-about .index-about-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.index-about .index-about-left {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  float: left;
  background-color: #ddbe61;
  cursor: pointer;
}
.index-about .index-about-left:hover::before,
.index-about .index-about-left:hover .play-video-btn2{
  opacity: 1;
  visibility: visible;
}
.index-about .index-about-left::before{
  opacity: 0;
  visibility: hidden;
  content:"";
  display:block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  position: absolute;
  z-index:2;
  top: 0;
  left: 0;
}
.index-about .index-about-left .play-video-btn2{
  opacity: 0;
  visibility: hidden;
  content:"PLAY";
  display: block;
  z-index: 9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -6.6665rem;
  margin-top:-1.66665rem;
  width: 13.333rem;
  height: 5.2rem;
  line-height: 1.5;
  background-color: rgba(244, 241, 234, 0.5);
  border: 0.133rem solid #730600;
  font-size: 1.225rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #730600;
  transition: all .4s;
  text-align: center;
  cursor: pointer;
}
.index-about .index-about-left .play-video-btn2:hover{
  border-color: #730600;
  background-color: #730600;
  color:#fff;
}
.index-about .index-about-left img {
  width: 100%;
}

.index-about .index-about-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4.533rem 2.45rem 2rem;
  width: 384px;
  float: left;
  background: url(../images/home/red_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.index-about .index-about-right h4 {
  margin-bottom: 1.42rem;
  font-size: 1.333rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.013rem;
  color: #fff100;
}

.index-about .index-about-right p {
  font-size: 1.067rem;
  color: #ffffff;
  line-height: 2rem;
  text-align: justify;
}

.index-about .index-about-right .index-about-icon-list {
  margin-top: 2rem;
  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;
}

.index-about .index-about-right .index-about-icon-list i {
  display: inline-block;
  width: 5.6rem;
  height: 5.6rem;
}

.index-about .index-about-right .index-about-icon-list i:first-child {
  background: url(../images/home/icon_index_about1.png) no-repeat;
  background-size: cover;
}

.index-about .index-about-right .index-about-icon-list i:first-child + i {
  background: url(../images/home/icon_index_about2.png) no-repeat;
  background-size: cover;
}

.index-about .index-about-right .index-about-icon-list i:first-child + i + i {
  background: url(../images/home/icon_index_about3.png) no-repeat;
  background-size: cover;
}

.index-about .more {
  display: block;
  margin: 4rem auto 0;
  width: 8.25rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  background-color: #b00a00;
  font-size: 0.933rem;
  border-radius: 1.188rem;
  border: 1px solid #b00a00;
  color: #fff;
  transition: all .5s;
}

.index-about .more:hover {
  border-color: #b00a00;
  background: #fff;
  color: #b00a00;
}

.figure-img {
  overflow: hidden;
}

.index-ability {
  overflow: hidden;
  width: 100%;
  padding-bottom: 8.4rem;
  background: url(../images/home/index_ablity_bg.jpg) bottom center no-repeat;
}

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

.index-ability-list li {
  width: 48.87218%;
}

.index-ability-list li:nth-of-type(3), .index-ability-list li:nth-of-type(4) {
  margin-top: 3.267rem;
}

.index-ability-list li:hover .figure-img p {
  opacity: 1;
  transform: scale(1);
}

.index-ability-list li:hover img {
  transform: scale(1.1);
}

.index-ability-list li:hover span::after {
  width: 8.667rem;
}

.index-ability-list li .figure-img {
  position: relative;
}

.index-ability-list li .figure-img p {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: scale(1.2);
  transition: all .4s;
}

.index-ability-list li p {
  padding-top: 2.133rem;
  padding-bottom: 0.733rem;
  font-size: 1.333rem;
  color: #fff100;
}

.index-ability-list li span {
  font-size: 1rem;
  color: #fff;
}

.index-ability-list li span::after {
  margin-top: 0.933rem;
  display: block;
  width: 4.667rem;
  height: 0.267rem;
  background-color: #c05b58;
  content: "";
  transition: all .4s;
}

.index-ability-list li img {
  width: 100%;
  transition: all .4s;
}

.index-emulsion {
  overflow: hidden;
  width: 100%;
  padding-bottom: 8.4rem;
  background: url(../images/home/index_emulsion_bg.jpg) bottom center no-repeat;
}

.index-emulsion-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.index-emulsion-list li {
  width: 48.87218%;
}

.index-emulsion-list li:nth-of-type(3), .index-emulsion-list li:nth-of-type(4) {
  margin-top: 2.333rem;
}

.index-emulsion-list li:hover img {
  transform: scale(1.1);
}

.index-emulsion-list li figcaption {
  background-color: #a20900;
  height: 5.333rem;
  line-height: 5.333rem;
}

.index-emulsion-list li p {
  padding-left: 2.4rem;
  display: inline-block;
  font-size: 1.333rem;
  color: #fff100;
}

.index-emulsion-list li span {
  padding-left: 0.5rem;
  display: inline-block;
  font-size: 0.933rem;
  color: #fff;
}

.index-emulsion-list li img {
  width: 100%;
  transition: all .4s;
}

.index-automatic {
  overflow: hidden;
  width: 100%;
  padding-bottom: 6.8rem;
  background: url(../images/home/index_automatic_bg.png) bottom center no-repeat;
}

.index-automatic-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.index-automatic-list li {
  width: 33.02%;
}

.index-automatic-list li:first-child figcaption {
  margin-right: 2rem;
  width: 82.6498%;
  float: right;
}

.index-automatic-list li:hover .figure-img::before {
  transform: rotate(0) scale(1);
  opacity: 1;
}

.index-automatic-list li:hover .figure-img::after {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.index-automatic-list li:hover img {
  transform: scale(1.04);
}

.index-automatic-list li:hover span {
  color: #fff100;
}

.index-automatic-list li .figure-img {
  position: relative;
}

.index-automatic-list li .figure-img::before {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff100;
  font-size: 5.2rem;
  font-weight: lighter;
  font-family: "微软雅黑";
  transform: rotate(-180deg) scale(0.2);
  opacity: 0;
  transition: all .4s;
  content: "+";
}

.index-automatic-list li .figure-img::after {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 85%;
  height: 85%;
  border: 1px solid #fff100;
  transform: scale(0.7) translate(-50%, -50%);
  opacity: 0;
  transition: all .4s;
  content: "";
}

.index-automatic-list li figcaption {
  margin-left: -.3rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2.333rem;
  border-left: 1px solid rgba(238, 238, 239, 0.2);
  padding-left: 1.667rem;
  width: 85.48895%;
  height: 5.333rem;
}

.index-automatic-list li p {
  font-size: 1.333rem;
  margin-bottom: .8rem;
  color: #fff100;
}

.index-automatic-list li span {
  line-height: 1.6rem;
  font-size: 0.933rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all .4s;
}

.index-automatic-list li img {
  width: 100%;
  transition: all .4s;
}

.index-category {
  overflow: hidden;
  width: 100%;
  padding-bottom: 6.8rem;
  background: url(../images/home/index_category_bg.jpg) bottom center no-repeat;
}

.index-category li {
  width: 32.93233%;
}

.index-category-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.index-category-list li:nth-of-type(4), .index-category-list li:nth-of-type(5), .index-category-list li:nth-of-type(6) {
  margin-top: 1.2rem;
}

.index-category-list li:hover figcaption:after {
  right: 0;
  opacity: 1;
}

.index-category-list li:hover img {
  transform: scale(1.1);
}

.index-category-list li figcaption {
  position: relative;
  background-color: #a20900;
  overflow: hidden;
}

.index-category-list li figcaption:after {
  position: absolute;
  top: 0;
  right: -100%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #f6bb27 0%, #e29c21 15%, #cf7e1c 30%, #810404 100%), linear-gradient(#a20900, #a20900);
  content: "";
  opacity: 0;
  transition: right .2s, opacity .5s;
}

.index-category-list li figcaption p {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 3.6rem;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-category-list li img {
  width: 100%;
  transition: all .4s;
}

.index-customized {
  overflow: hidden;
  width: 100%;
  padding-bottom: 6.8rem;
  background: url(../images/home/index_customized_bg.jpg) bottom center no-repeat;
}

.index-case {
  overflow: hidden;
  width: 100%;
  padding-bottom: 6.8rem;
  background: url(../images/home/index_case_bg.jpg) bottom center no-repeat;
}

.index-case li {
  margin: 0 !important;
  width: 48.8721%;
}

.index-case li:nth-of-type(3), .index-case li:nth-of-type(4) {
  margin-top: 2.267rem !important;
}

.index-honor {
  overflow: hidden;
  width: 100%;
  padding-bottom: 4.6rem;
  background: url(../images/home/index_honor_bg.jpg) bottom center no-repeat;
}

.index-honor li .figure-img i {
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.index-news {
  overflow: hidden;
  width: 100%;
  padding-bottom: 4.6rem;
  background: url(../images/home/index_news_bg.jpg) bottom center no-repeat;
}

.index-news .index-news-wrap {
  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;
}

.index-news .index-news-hot-list {
  width: 39.473684%;
}

.index-news .index-news-hot-list .owl-dots {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.index-news .index-news-hot-list .owl-dot.active {
  background-color: #b00a00;
}

.index-news .index-news-hot-list .owl-dot {
  display: inline-block;
  margin: 0 .26rem;
  width: 0.733rem;
  height: 0.733rem;
  border-radius: 50%;
  background-color: #4d0000;
}

.index-news .index-news-list {
  width: 59.1729323%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
}

.index-news .index-news-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.index-news .index-news-list li.on .time, .index-news .index-news-list li:hover .time {
  background-image: linear-gradient(135deg, #f6bb27 0%, #e29c21 15%, #cf7e1c 30%, #810404 100%), linear-gradient(#8f0000, #8f0000);
}

.index-news .index-news-list li.on .time em,
.index-news .index-news-list li.on .time span, .index-news .index-news-list li:hover .time em,
.index-news .index-news-list li:hover .time span {
  color: #fff;
}

.index-news .index-news-list li.on .txt h4, .index-news .index-news-list li:hover .txt h4 {
  color: #b00a00;
}

.index-news .index-news-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.index-news .index-news-list .time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 6.267rem;
  height: 7.933rem;
  background: rgba(143, 0, 0, 0.1);
  transition: all .4s;
}

.index-news .index-news-list .time em {
  font-style: normal;
  font-family: "ArialMT";
  font-weight: bold;
  font-size: 3.333rem;
  color: #b00a00;
  transition: all .4s;
}

.index-news .index-news-list .time span {
  font-family: "ArialMT";
  font-size: 0.933rem;
  color: #b00a00;
  transition: all .4s;
}

.index-news .index-news-list .txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 88.056%;
}

.index-news .index-news-list .txt h4 {
  margin-bottom: .5rem;
  width: 90%;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .4s;
}

.index-news .index-news-list .txt p {
  width: 90%;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.467rem;
  font-size: 0.933rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.footer {
  background-color: #730600;
  color: #fff;
  font-size: 0.938rem;
  font-weight: lighter;
  font-family: "微软雅黑";
}

.footer .container {
  max-width: 1360px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #b00a00;
}

.footer .footer-top {
  overflow: hidden;
  padding: 5.75rem 0 3.2rem;
  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;
}

.footer .footer-top .footer-logo {
  width: 23.897%;
}

.footer .footer-top .footer-logo img {
  width: 100%;
}

.footer .footer-top .footer-logo p {
  padding-top: 1.067rem;
  text-align: center;
  font-size: 0.933rem;
  color: #fff100;
}

.footer .footer-qrcode {
  width: 5.88%;
}

.footer .footer-qrcode img {
  width: auto;
}

.footer .footer-menu {
  width: 31.617%;
  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;
}

.footer .footer-menu ol {
  margin-left: 3.38%;
  line-height: 1.875rem;
}

.footer .footer-menu ol:first-child {
  margin-left: 0;
}

.footer .footer-menu ol li:nth-of-type(1) a {
  font-size: 1.067rem;
  color: #fff;
}

.footer .footer-menu ol li:nth-of-type(1) a:hover {
  color: #fff100;
}

.footer .footer-menu ol a {
  font-size: 0.933rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer .footer-menu ol a:hover {
  color: #fff100;
}

.footer .footer-list {
  margin-top: 1.25rem;
  font-size: 0;
}

.footer .footer-list li {
  display: inline-block;
  width: 22px;
  height: 20px;
  vertical-align: top;
  margin-right: 8px;
  transition: all .2s;
}

.footer .footer-list li:hover {
  margin-top: -4px;
}

.footer .footer-list li a {
  line-height: 1;
  display: block;
  overflow: hidden;
}

.footer .footer-list li img {
  width: 100%;
  height: auto;
}

.footer .footer-info {
  line-height: 1.875rem;
}

.footer .footer-info a {
  font-size: 1.733rem;
  font-family: "ArialMT";
  color: #fff100;
}

.footer .footer-info a i {
  display: inline-block;
  margin-right: 0.4rem;
  vertical-align: unset;
  width: 1.267rem;
  height: 1.333rem;
  background: url(../images/home/icon_tel.png) no-repeat;
  background-size: 100% 100%;
}

.footer .footer-info p {
  color: rgba(255, 255, 255, 0.5);
}

.footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: .8rem 0 2.27rem;
  font-size: 0.933rem;
  text-align: center;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.4);
}

.footer .footer-copyright a {
  margin-left: .6rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer .footer-copyright a:hover {
  color: #fff100;
}

@media screen and (max-width: 992px) {
  .footer .footer-info {
    width: 52.75%;
  }
}

@media screen and (max-width: 640px) {
  .footer .footer-top {
    flex-wrap: wrap;
    padding: 3rem 0 2.2rem;
  }
  .footer .footer-menu {
    margin-left: 0;
    padding-bottom: 2rem;
  }
  .footer .footer-info {
    width: 100%;
  }
}

.page-banner {
  position: relative;
}

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

.page-banner .poa {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.667rem;
  line-height: 2.667rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.page-banner .poa a {
  color: #fff;
}

.page-banner .poa a:hover {
  color: #fff100;
}

@media screen and (max-width: 1024px) {
  .page-banner {
    width: 100%;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 26%;
  }
  .page-banner img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    max-width: unset;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .page-banner {
    width: 100%;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 36%;
  }
  .page-banner img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    max-width: unset;
    transform: translateX(-50%);
  }
}

.menu-bar {
  font-size: 0;
  text-align: center;
  padding-bottom: 2.667rem;
}

.menu-bar li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0.733rem;
  width: 10.667rem;
  height: 3.333rem;
  line-height: 3.333rem;
  border: 1px solid #b00a00;
}

.menu-bar li:hover, .menu-bar li.on {
  background-color: #b00a00;
}

.menu-bar li:hover a, .menu-bar li.on a {
  color: #fff;
  display: block;
}

.menu-bar li a {
  color: #b00a00;
  font-size: 1.067rem;
}

.honor-list {
  overflow: hidden;
  padding-bottom: 6.66rem;
}

.honor-list li {
  float: left;
  width: 31.5%;
  margin-top: 2.75%;
  margin-right: 2.75%;
  -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 #c9c9c9;
}

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

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

.honor-list li a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}

.honor-list li a:hover img {
  transform: scale(1.05);
}

.honor-list li a:hover i {
  transform: scale(1);
  opacity: 1;
}

.honor-list li a figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.honor-list li a figure img {
  max-width: 90%;
  max-height: 90%;
  transition: all .4s;
}

.honor-list li a div {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.honor-list li a div i {
  position: relative;
  width: 28.83%;
  height: 28.83%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  transform: scale(1.15);
  opacity: 0;
  background: rgba(0, 0, 0, 0.35) url(../images/icon_search.png) center no-repeat;
  transition: all .4s;
}

.brand-list {
  overflow: hidden;
  padding-bottom: 6.66rem;
}

.brand-list li {
  float: left;
  position: relative;
  margin-top: 2.75%;
  margin-right: 1.666666%;
  padding-bottom: 3.2rem;
  width: 23.75%;
  -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 #dcdcdc;
  box-shadow: 0 2px 0 0 #fff;
  transition: all .4s;
}

.brand-list li:nth-of-type(1), .brand-list li:nth-of-type(2), .brand-list li:nth-of-type(3), .brand-list li:nth-of-type(4) {
  margin-top: 0;
}

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

.brand-list li:hover {
  border-bottom-color: #b00a00;
  box-shadow: 0 1px 0 0 #b00a00;
}

.brand-list li:hover p {
  color: #b00a00;
}

.brand-list li .pic {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}

.brand-list li .pic:hover img {
  transform: scale(1.05);
}

.brand-list li .pic:hover i {
  transform: scale(1);
  opacity: 1;
}

.brand-list li .pic figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-list li .pic figure img {
  max-width: 90%;
  max-height: 90%;
  transition: all .4s;
}

.brand-list li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem 1rem 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.brand-list li .txt p {
  font-size: 1.067rem;
  margin-bottom: 1.4333rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list {
  overflow: hidden;
  padding-bottom: 6.66rem;
}

.news-list li {
  float: left;
  position: relative;
  margin-top: 3%;
  margin-right: 2.416666%;
  width: 31.66667%;
  -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 #dcdcdc;
  box-shadow: 0 2px 0 0 #fff;
  transition: all .4s;
}

.news-list li .figure-img{
  width: 100%;
  padding-bottom: 68.421052%;
  height: 0;
  box-sizing: border-box;
}

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

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

.news-list li:hover {
  border-bottom-color: #b00a00;
  box-shadow: 0 2px 0 0 #b00a00;
}

.news-list li:hover .txt p {
  color: #b00a00;
}

.news-list li .pic {
  position: relative;
  display: block;
  width: 100%;
}

.news-list li .pic:hover img {
  transform: scale(1.05);
}

.news-list li .pic:hover i {
  transform: scale(1);
  opacity: 1;
}

.news-list li .pic figure img {
  width: 100%;
  transition: all .4s;
}

.news-list li .txt {
  display: block;
  padding: 1.233rem 1.333rem 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.news-list li .txt p {
  font-size: 1.067rem;
  line-height: 1.5;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}

.news-list li .txt span {
  padding: .9rem 0 1.2rem;
  display: block;
  font-size: 0.933rem;
  color: #aaa;
  line-height: 1;
}

.about-introduction {
  padding-bottom: 7rem;
}

.about-introduction article p {
  font-size: 1.067rem;
  line-height: 2.267rem;
  color: #000;
}

.about-introduction .introdution-img-group {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.about-introduction .introdution-img-group img {
  width: 100%;
}

.about-introduction .introdution-img-group figure {
  width: 50%;
}

.about-introduction .introdution-img-group .introdution-img-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}

.about-introduction .introdution-img-group .introdution-img-list div {
  width: 50%;
  background-color: #a20901;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.about-introduction .introdution-img-group .introdution-img-list div p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

.about-introduction .introdution-img-group .introdution-img-list div p::after {
  content: "";
  display: block;
  margin: 1rem auto .6rem;
  width: 3.333rem;
  height: 0.267rem;
  background-color: #c25a57;
}

.about-introduction .introdution-img-group .introdution-img-list div span {
  font-weight: lighter;
  text-align: center;
  font-size: 1.067rem;
  line-height: 1.333rem;
  color: rgba(255, 255, 255, 0.5);
}

.about-development {
  overflow: hidden;
  background: url(../images/dev_bg.jpg) top center no-repeat;
}

.about-development .index-title-style {
  margin-bottom: 6.4rem;
}

.development-list {
  padding-bottom: 9.5rem;
}

.development-list:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 4.6rem;
  left: 50%;
  margin-left: -40%;
  width: 80%;
  height: 1px;
  background: #fff;
}

.development-list li:hover {
  cursor: pointer;
}

.development-list li:hover i {
  background: #b00a00;
  color: #fff;
}

.development-list i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto;
  width: 9.333rem;
  height: 9.333rem;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-style: normal;
  color: #b00a00;
  font-size: 1.333rem;
  line-height: 1.733rem;
  transition: all .4s;
}

.development-list p {
  margin-top: 2.8rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.867rem;
  color: #fff;
}

.development-wrap {
  position: relative;
}

.dev-left,
.dev-right {
  z-index: 9;
  position: absolute;
  display: block;
  top: 2.8rem;
  left: -3.867rem;
  width: 1.867rem;
  height: 3.867rem;
  background: url(../images/icon_arrow_left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all .4s;
}

.dev-left:hover,
.dev-right:hover {
  background: url(../images/icon_arrow_left_hover.png) no-repeat;
  background-size: 100% 100%;
}

.dev-right {
  left: auto;
  right: -3.867rem;
  background: url(../images/icon_arrow_right.png) no-repeat;
  background-size: 100% 100%;
}

.dev-right:hover {
  background: url(../images/icon_arrow_right_hover.png) no-repeat;
  background-size: 100% 100%;
}

.culture-menu-tab {
  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;
}

.culture-menu-tab li {
  position: relative;
  width: 33.083334%;
  padding-bottom: 1.267rem;
  overflow: hidden;
  cursor: pointer;
}

.culture-menu-tab li.on figure:before, .culture-menu-tab li.on figure::before, .culture-menu-tab li:hover figure:before, .culture-menu-tab li:hover figure::before {
  top: 0;
  height: 100%;
}

.culture-menu-tab li.on::after, .culture-menu-tab li:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.culture-menu-tab li::after {
  z-index: 0;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  bottom: 0.1rem;
  display: block;
  width: 2rem;
  height: 1.267rem;
  background: url(../images/icon_trangle.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-100%);
  opacity: 0;
  transition: all .6s;
  content: "";
}

.culture-menu-tab li figure {
  overflow: hidden;
  position: relative;
}

.culture-menu-tab li figure:before, .culture-menu-tab li figure::before {
  z-index: 3;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 0%;
  display: block;
  background: rgba(176, 10, 0, 0.5);
  transition: all .2s;
  content: "";
}

.culture-menu-tab li figure img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.culture-menu-tab li div {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-align: center;
}

.culture-menu-tab li div p {
  font-size: 1.733rem;
  font-weight: bold;
  line-height: 2.267rem;
  color: #fff;
}

.culture-menu-tab li div small {
  line-height: 2.267rem;
  font-size: 1.333rem;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.6);
}

.culture-content-tab {
  margin-top: -1.267rem;
  background-color: #eee;
}

.culture-content-tab li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 3.2rem;
}

.culture-content-tab li h4 {
  font-size: 1.067rem;
  padding-bottom: 1rem;
  color: #b00a00;
}

.culture-content-tab li p {
  font-size: 1.067rem;
  line-height: 2.267rem;
  color: #000;
}

.about-team {
  overflow: hidden;
}

.team-img-group {
  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;
}

.team-img-group figure {
  width: 49.66666%;
}

.team-img-group figure img {
  width: 100%;
}

.team-txt-list-group {
  width: 100%;
  margin-top: 1.8rem;
  padding-bottom: 7rem;
}

.team-txt-list-group ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
}

.team-txt-list-group li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 49.66666%;
  margin-top: 2rem;
}

.team-txt-list-group li:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.team-txt-list-group li:nth-of-type(3) {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.team-txt-list-group li:nth-of-type(4) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.team-txt-list-group li:nth-of-type(5) {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.team-txt-list-group li:nth-of-type(6) {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.team-txt-list-group li i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 2.667rem;
  height: 2.667rem;
  color: #fff;
  font-size: 1.333rem;
  font-style: normal;
  border-radius: 50%;
  background-color: #b00a00;
}

.team-txt-list-group li p {
  flex: 1;
  margin-left: 1.067rem;
  font-size: 1.067rem;
  color: #000;
  line-height: 2rem;
}

.about-president {
  padding-bottom: 7.2rem;
}

.about-president .president1 {
  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;
}

.about-president .president1 .president1-left {
  width: 65.41353%;
}

.about-president .president1 .president1-left img {
  width: 100%;
}

.about-president .president1 .president1-right {
  width: 34.586466%;
  background: url(../images/about_president1_right.jpg) no-repeat;
  background-size: 100% 100%;
}

.about-president .president1 .president1-right ol {
  margin-top: 2.5rem;
  margin-left: 2.533rem;
  margin-right: 1rem;
}

.about-president .president1 .president1-right ol li {
  font-size: 1.067rem;
  line-height: 2.267rem;
}

.about-president p {
  margin-top: 2rem;
  font-size: 1.067rem;
  line-height: 2.267rem;
}

.president-picture .president-picture-list {
  overflow: hidden;
}

.president-picture .president-picture-list li {
  position: relative;
  float: left;
  width: 33.333334%;
}

.president-picture .president-picture-list li:hover:after {
  opacity: 0;
}

.president-picture .president-picture-list li:hover i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.president-picture .president-picture-list li:after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  opacity: 1;
  transition: all .4s;
}

.president-picture .president-picture-list li img {
  width: 100%;
}

.president-picture .president-picture-list li i {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 85%;
  height: 85%;
  border: 1px solid #a20901;
  opacity: 0;
  transition: all .4s;
}

.president-picture .president-picture-list li i:after {
  content: "+";
  z-index: 9;
  position: absolute;
  top: calc(100% - 1.133rem);
  left: 50%;
  margin-left: -1.133rem;
  display: block;
  width: 2.267rem;
  height: 2.267rem;
  line-height: 2.267rem;
  background: #b00a00;
  font-style: normal;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  transition: all .4s;
}

.title-bar {
  position: relative;
  display: block;
  margin-top: 2.33334rem;
  height: 6rem;
  line-height: 5rem;
  font-weight: bold;
  font-size: 1.733rem;
  background: #b00a00;
  color: #fff;
}

.title-bar::before {
  position: absolute;
  top: 0;
  left: -5.067rem;
  display: block;
  width: 5.067rem;
  height: 6rem;
  background: #b00a00;
  content: "";
}

.title-bar small {
  font-size: 1.6rem;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.25);
}

.title-bar::after {
  content: "";
  display: block;
  width: 3.333rem;
  height: 0.267rem;
  background-color: #ffa000;
  position: absolute;
  top: 4.3rem;
}

.brand-vision {
  padding-bottom: 10rem;
}

.brand-vision .vision-wrap {
  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;
}

.brand-vision .vision-wrap .vision-left {
  width: 38.3333333333%;
}

.brand-vision .vision-wrap .vision-left .title-bar {
  margin-bottom: 2rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2rem;
}

.brand-vision .vision-wrap .vision-left .title-bar::before {
  left: auto;
  right: -5.067rem;
}

.brand-vision .vision-wrap .vision-left article {
  width: 92%;
  margin: 0 auto;
}

.brand-vision .vision-wrap .vision-left article p {
  font-size: 1.067rem;
  line-height: 2.267rem;
  color: #000;
}

.brand-vision .vision-wrap .vision-left article span {
  display: block;
  margin-top: 2rem;
  font-family: FZKTJW--GB1-0;
  font-size: 24px;
  color: #b00a00;
}

.brand-vision .vision-wrap .vision-right {
  width: 61.666667%;
}

.brand-vision .vision-wrap .vision-right img {
  width: 100%;
}

.ruhua1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 5rem;
}

.ruhua1 .ruhua1-left {
  width: 50%;
}

.ruhua1 .ruhua1-left img {
  width: 100%;
}

.ruhua1 .ruhua1-right {
  width: 50%;
}

.ruhua1 .ruhua1-right div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: .8rem;
}

.ruhua1 .ruhua1-right div i {
  display: inline-block;
  margin-left: 1.933rem;
  margin-right: .8rem;
  font-style: normal;
  line-height: 2.133rem;
  color: #b00a00;
}

.ruhua1 .ruhua1-right div p {
  display: inline-block;
  font-size: 1.067rem;
  color: #000;
  line-height: 2.133rem;
}

.sub-title-style {
  padding-top: 5.5rem;
  text-align: center;
  padding-bottom: 2.3rem;
}

.sub-title-style.white-title h2 {
  color: #fff;
}

.sub-title-style.white-title small {
  color: rgba(255, 255, 255, 0.5);
}

.sub-title-style.white-title::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.sub-title-style h2 {
  font-weight: normal;
  padding-bottom: .6rem;
  font-size: 2rem;
  color: #a20901;
}

.sub-title-style small {
  font-size: 1.067rem;
  font-weight: lighter;
  color: rgba(162, 9, 1, 0.5);
  text-transform: uppercase;
}

.sub-title-style::after {
  display: block;
  margin: 1.5rem auto 0;
  width: 3.4rem;
  height: 0.267rem;
  background-color: #c25a57;
  content: "";
}

.ruhua-process {
  width: 100%;
  overflow: hidden;
  background: url(../images/ruhua_bg.jpg) top center no-repeat;
}

.ruhua-process img {
  width: 100%;
}

.ruhua-process .disc {
  margin-top: 2.33334rem;
  margin-bottom: 3.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ruhua-process .disc i {
  margin-right: 1.47rem;
  width: 3.333rem;
  height: 3.333rem;
  background-color: #a20901;
  font-family: "PangMenZhengDao" "微软雅黑";
  text-align: center;
  font-size: 3.067rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}

.ruhua-process .disc div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ruhua-process .disc div h4 {
  color: #a20901;
  font-size: 1.467rem;
  font-weight: normal;
}

.ruhua-process .disc div h4 small {
  margin-left: .6rem;
  font-size: 1.2rem;
  opacity: 0.5;
  font-weight: lighter;
}

.ruhua-process .disc div p {
  padding-top: .45rem;
  font-size: 1.067rem;
  line-height: 1.867rem;
  color: #000;
}

.equipment {
  overflow: hidden;
  padding-bottom: 2rem;
  width: 100%;
  background: url(../images/equipment_bg.jpg) top center no-repeat;
}

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

.equipment .equipment-list li {
  width: 47.916666%;
  padding-bottom: 3rem;
}

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

.equipment .equipment-list li figcaption {
  padding: .5rem 0;
  font-size: 1.067rem;
  line-height: 2.133rem;
  color: #fff;
}

.ruhua-cando {
  padding-bottom: 7rem;
}

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

.ruhua-cando .ruhua-cando-list li {
  width: 32.08333333%;
}

.ruhua-cando .ruhua-cando-list li:hover img {
  transform: scale(1.05);
}

.ruhua-cando .ruhua-cando-list li figure {
  overflow: hidden;
}

.ruhua-cando .ruhua-cando-list li img {
  width: 100%;
  transition: all .4s;
}

.ruhua-cando .ruhua-cando-list li figcaption {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 4rem;
  background: #b00a00;
}

.news-article {
  padding-top: 5rem;
}

.news-article .title {
  font-size: 2rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 1.1rem;
}

.news-article .info {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(3, 3, 3, 0.3);
}

.news-article .info span {
  font-size: 0.933rem;
  color: #aaa;
  margin-right: 1rem;
}

.news-article .content {
  overflow: hidden;
  padding-top: 2.3334rem;
  padding-bottom: 3.3334rem;
}

.news-article .content img {
  width: 100%;
  margin: 2.223rem 0;
}

.news-article .content p {
  margin: 0 auto;
  width: 93.3333334%;
  text-align: center;
  font-size: 1.067rem;
  line-height: 1.733rem;
  color: #434343;
}

.backlist {
  display: block;
  margin: 0 auto 5.2rem;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: url(../images/icon_backlist.png) no-repeat;
  background-size: 100% 100%;
}

.backlist:hover {
  background: url(../images/icon_backlist_hover.png) no-repeat;
  background-size: 100% 100%;
}

.backlist::before, .backlist::after {
  position: absolute;
  display: block;
  width: 38.533rem;
  height: 1px;
  top: 1rem;
  left: -39.533rem;
  background: rgba(3, 3, 3, 0.2);
  content: "";
}

.backlist::after {
  left: auto;
  right: -39.533rem;
}

.brand-article-top {
  margin-top: 7.5rem;
}

.brand-article-top .brand-article-left {
  overflow: hidden;
  float: left;
  width: 48.3333334%;
}

.brand-article-top .brand-article-left img {
  width: 100%;
}

.brand-article-top .brand-article-right {
  float: right;
  width: 47.83333333%;
}

.brand-article-top .brand-article-right h4 {
  font-size: 1.467rem;
  margin-bottom: 2rem;
  line-height: 4rem;
  background-color: #fadbd9;
  font-weight: normal;
  color: #b00a00;
}

.brand-article-top .brand-article-right h4 i {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 1.2rem;
  margin-right: 1.333rem;
  width: 8rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.333rem;
  font-weight: normal;
  color: #fff;
  font-style: normal;
  background: url(../images/icon_brand_title_bg.png) top center no-repeat;
}

.brand-article-top .brand-article-right .brand-desc p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.3rem;
}

.brand-article-top .brand-article-right .brand-desc span {
  font-size: 1.067rem;
  color: #000;
  line-height: 1.733rem;
}

.brand-article-top .brand-article-right .brand-desc em {
  line-height: 1.733rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.067rem;
  color: #959595;
  font-style: normal;
}

.brand-article-top .brand-article-right .zixun-btn {
  margin-top: 1.5rem;
  display: inline-block;
  width: 10.667rem;
  height: 3.333rem;
  line-height: 3.333rem;
  text-align: center;
  color: #b00a00;
  background-color: #ffffff;
  border: 1px solid #b00a00;
}

.brand-article-top .brand-article-right .zixun-btn:hover {
  background-color: #b00a00;
  color: #fff;
}

.article-title-style {
  padding-left: 1.6667rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #b00a00;
  font-size: 1.467rem;
  font-weight: normal;
  color: #fff;
}

.article-title-style small {
  margin-left: 1.2rem;
  font-size: 1.467rem;
  color: rgba(255, 255, 255, 0.2);
  font-weight: normal;
  line-height: 1;
}

.brand-product-desc {
  margin-top: 4rem;
}

.brand-product-desc .brand-product-desc-content {
  padding: 3.333rem 0;
  text-align: center;
}

.brand-product-desc .brand-product-desc-content img {
  max-width: 100%;
}

.brand-product-order .brand-order-list {
  padding-top: 2.3333rem;
  padding-bottom: 4rem;
}

.brand-product-order .brand-order-list li {
  float: left;
  width: 22.5%;
  margin-left: 3.33334%;
}

.brand-product-order .brand-order-list li a:hover img {
  transform: scale(1.05);
}

.brand-product-order .brand-order-list li a:hover p {
  color: #b00a00;
}

.brand-product-order .brand-order-list li figure {
  overflow: hidden;
}

.brand-product-order .brand-order-list li img {
  width: 100%;
  transition: all .4s;
}

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

.brand-product-order .brand-order-list li p {
  padding: 1.4rem 0;
  font-size: 1.067rem;
  text-align: center;
  color: #000;
  transition: all .4s;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hardware,
.software {
  overflow: hidden;
  width: 100%;
  background: url(../images/lab_list1_bg.jpg) top center no-repeat;
}

.hardware.nobg,
.software.nobg {
  background: none;
}

.hardware .hardware-list,
.hardware .software-list,
.software .hardware-list,
.software .software-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
}

.hardware .hardware-list li,
.hardware .software-list li,
.software .hardware-list li,
.software .software-list li {
  width: 47.916666%;
  padding-bottom: 3rem;
}

.hardware .hardware-list li img,
.hardware .software-list li img,
.software .hardware-list li img,
.software .software-list li img {
  width: 100%;
}

.hardware .hardware-list li figcaption,
.hardware .software-list li figcaption,
.software .hardware-list li figcaption,
.software .software-list li figcaption {
  padding: .5rem 0;
  font-size: 1.067rem;
  line-height: 2.133rem;
  color: #a52a24;
}

.software {
  margin-top: -2rem;
  padding-bottom: 2rem;
}

.oem-process {
  width: 100%;
  background: url(../images/lab_oem_bg.jpg) center top no-repeat;
  padding-bottom: 8rem;
  overflow: hidden;
}

.oem-process .oem-process-centent {
  text-align: center;
}

.oem-process .oem-process-centent img {
  max-width: 100%;
}

.lab .ruhua-cando {
  padding-bottom: 0;
}

.partners-list {
  margin-bottom: 7rem;
}

.partners-list li {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.partners-list li a {
  position: absolute;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}

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

.partners-list li figure {
  overflow: hidden;
  height: inherit;
}

.partners-list li .figure-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.partners-list li .figure-img img {
  display: inline;
  max-width: 80%;
  max-height: 60%;
  width: auto;
  height: auto;
  transition: all .4s;
}

.partners-left,
.partners-right {
  width: 2.267rem;
  height: 3.733rem;
}

.partners-left {
  background: url(../images/icon_partner_left.png) top center no-repeat;
  background-size: 100% 100%;
}

.partners-left:hover {
  background: url(../images/icon_partner_left_hover.png) top center no-repeat;
  background-size: 100% 100%;
}

.partners-right {
  background: url(../images/icon_partner_right.png) top center no-repeat;
  background-size: 100% 100%;
}

.partners-right:hover {
  background: url(../images/icon_partner_right_hover.png) top center no-repeat;
  background-size: 100% 100%;
}

.address-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
  margin-bottom: 4rem;
}

.address-list li {
  width: 31.6666667%;
  border: 1px solid #d2d2d2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.address-list li figure {
  overflow: hidden;
}

.address-list li img {
  width: 100%;
  vertical-align: top;
  transition: all .4s;
}

.address-list li:hover {
  border-color: #b00a00;
}

.address-list li:hover h4 {
  background: #b00a00;
  color: #fff;
}

.address-list li:hover img {
  transform: scale(1.08);
}

.address-list li div {
  position: relative;
  padding: 3.872rem 1.73rem 2.9rem;
  transition: all .4s;
}

.address-list li div h4 {
  position: absolute;
  top: -1.33334rem;
  left: 50%;
  transform: translateX(-50%);
  width: 92.1052%;
  height: 2.667rem;
  line-height: 2.667rem;
  color: #434343;
  text-align: center;
  font-weight: normal;
  font-size: 1.067rem;
  background: #dcdcdc;
  transition: all .4s;
}

.address-list li div p {
  font-size: 1rem;
  color: #434343;
  line-height: 1.8;
}

.contact-bottom {
  border-top: 1px solid #d0d0d0;
}

.contact-bottom p {
  padding-top: 3.5rem;
  padding-bottom: 1.7rem;
  font-size: 1.067rem;
  line-height: 1.733rem;
  color: #434343;
}

.form-style input {
  width: 100%;
  padding: 0 20px;
  height: 56px;
  outline: none;
  line-height: 56px;
  border: 1px solid #dcdcdc;
  color: #555;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.form-style input:hover {
  border-color: #b00a00;
}

.form-style textarea {
  padding: 12px 20px;
  float: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 160px;
  outline: none;
  border: 1px solid #dcdcdc;
  line-height: 30px;
  color: #555;
}

.form-style textarea:hover {
  border-color: #b00a00;
}

.form-style label {
  display: block;
  font-size: 1rem;
  font-weight: lighter;
  color: #666;
  margin-bottom: 0.625rem;
}

.form-style label mark {
  background: none;
  background: transparent;
  color: #f34a48;
}

.form-style .form-block,
.form-style .form-inline-block {
  padding-top: 1.118rem;
}

.form-style .form-inline-block {
  display: flex;
  justify-content: space-between;
}

.form-style .form-inline-block .form-item {
  width: 48.2%;
}

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

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

.form-style button[type='submit'] {
  float: none;
  outline: none;
  display: block;
  clear: both;
  width: 100%;
  margin: 40px auto 90px;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: #b00a00;
  border: 1px solid #b00a00;
  transition: all .2s;
  cursor: pointer;
}

.form-style button[type='submit']:hover {
  background-color: #fff;
  color: #b00a00;
}

.form-style ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #959595;
}

.form-style ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #959595;
}

.form-style :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #959595;
}

@media screen and (max-width: 640px) {
  .form-style input {
    width: 100%;
    height: 40px;
    padding: 0 10%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 12px;
    line-height: 40px;
  }
  .form-style button[type='submit'] {
    margin-top: 20px;
    margin-bottom: 55px;
  }
  .form-style textarea {
    padding: 4px 4.5%;
    font-size: 12px;
    height: 120px;
  }
}

.factory-strength {
  width: 100%;
  overflow: hidden;
  background: url(../images/ruhua_bg.jpg) top center no-repeat;
}

.factory-strength-list li {
  margin-bottom: 5rem;
}

.factory-strength-list li img {
  width: 100%;
}

.factory-strength-list li .disc {
  height: 4.667rem;
  line-height: 4.667rem;
  background: url(../images/b_list_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.factory-strength-list li .disc h4 {
  padding-left: 2.4rem;
  font-weight: normal;
  font-size: 1.467rem;
  color: #ffffff;
}

.factory-strength-list li .disc small {
  margin-left: 0.6rem;
  font-size: 1.2rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

.show {
  overflow: hidden;
  width: 100%;
  padding-bottom: 8rem;
  background: url(../images/show_list_bg.jpg) top center no-repeat;
  background-size: auto 100%;
}

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

.show .show-list li {
  width: 31.6666667%;
  background: rgba(255, 255, 255, 0.2);
}

.show .show-list li:hover img {
  transform: scale(1.05);
}

.show .show-list li figure {
  overflow: hidden;
}

.show .show-list li figure img {
  width: 100%;
  transition: all .4s;
}

.show .show-list li h4 {
  padding-top: 2.333rem;
  padding-bottom: 1.2rem;
  font-family: "宋体";
  font-weight: bold;
  color: #fff100;
  background: url(../images/show_title_bg.png) top 2.5rem center no-repeat;
  background-size: 88% auto;
  font-size: 1.333rem;
  text-align: center;
}

.show .show-list li p {
  margin: 0 auto 2.4rem;
  width: 86%;
  font-size: 0.933rem;
  line-height: 1.467rem;
  text-align: center;
  color: #fff;
}

.oem-order-process {
  overflow: hidden;
  width: 100%;
  padding-bottom: 8rem;
  background: url(../images/oem_order_process_bg.jpg) top center no-repeat;
}

.order-process-list {
  margin-top: 5rem;
  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;
}

.order-process-list li {
  position: relative;
  width: 14.5833334%;
  text-align: center;
}

.order-process-list li:nth-of-type(1) i {
  width: 5.8rem;
  height: 7.267rem;
  background: url(../images/icon_num_1.png) no-repeat;
  background-size: 100% 100%;
}

.order-process-list li:nth-of-type(2) i {
  width: 6.733rem;
  height: 6.533rem;
  background: url(../images/icon_num_2.png) no-repeat;
  background-size: 100% 100%;
}

.order-process-list li:nth-of-type(3) i {
  width: 7.067rem;
  height: 6.4rem;
  background: url(../images/icon_num_3.png) no-repeat;
  background-size: 100% 100%;
}

.order-process-list li:nth-of-type(4) i {
  width: 5.8rem;
  height: 7.2rem;
  background: url(../images/icon_num_4.png) no-repeat;
  background-size: 100% 100%;
}

.order-process-list li:nth-of-type(5) i {
  width: 6.133rem;
  height: 6.933rem;
  background: url(../images/icon_num_5.png) no-repeat;
  background-size: 100% 100%;
}

.order-process-list li:nth-of-type(6) i {
  width: 5.8rem;
  height: 7.267rem;
  background: url(../images/icon_num_6.png) no-repeat;
  background-size: 100% 100%;
}

.order-process-list li i {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.order-process-list li div {
  width: 100%;
  height: 0;
  padding-bottom: 114.288%;
  background: #fff;
}

.order-process-list li div p {
  padding-top: 6.6667rem;
  padding-bottom: .5rem;
  line-height: 2rem;
  font-size: 1.333rem;
  font-weight: bold;
  color: #000;
}

.order-process-list li div span {
  font-size: 0.933rem;
  color: rgba(0, 0, 0, 0.4);
}

.oem-case-list {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
}

.oem-case-list li {
  position: relative;
  margin-bottom: 3rem;
  width: 23.3333334%;
  height: 288px;
  border: 1px solid #d2d2d2;
  transition: all .4s;
}

.oem-case-list li:hover {
  border-color: #b00a00;
}

.oem-case-list li:hover img {
  transform: scale(1.08);
}

.oem-case-list li:hover p {
  opacity: 1;
}

.oem-case-list li figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.oem-case-list li figure img {
  max-width: 60%;
  max-height: 60%;
  transition: all .4s;
}

.oem-case-list li p {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: .4rem;
  width: 94%;
  height: 2.667rem;
  line-height: 2.667rem;
  background-color: #b00a00;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all .2s;
}

.oem-business-process {
  overflow: hidden;
  width: 100%;
  background: url(../images/oem/oem_business_bg.png) top center no-repeat;
}

.oem-business-process .oem-business-process-content {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.oem-business-process .oem-business-process-content img {
  max-width: 100%;
}

.oem-logo {
  position: relative;
  margin: -13.333334rem auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 40rem;
  height: 26.667rem;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
}

.oem-logo img {
  width: 90%;
}

.oem-article {
  padding-bottom: 3rem;
}

.oem-article h4 {
  padding-top: 1.6667rem;
  padding-bottom: 4.3rem;
  font-weight: normal;
  text-align: center;
  font-size: 1.467rem;
  color: #b00a00;
}

.oem-article p {
  font-size: 1.067rem;
  line-height: 2rem;
  color: #000000;
}

.oem-article p img {
  width: 100%;
  padding: 2rem 0;
}

.pro-show {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.pro-show .pro-show-list {
  padding-top: 2.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
}

.pro-show .pro-show-list li {
  width: 23.16666667%;
}

.pro-show .pro-show-list li figure {
  overflow: hidden;
}

.pro-show .pro-show-list li:hover img {
  transform: scale(1.05);
}

.pro-show .pro-show-list li img {
  width: 100%;
  transition: all .4s;
}

.gzcj-list2 {
  width: 100%;
  background: url(../images/ruhua_bg.jpg) top center no-repeat;
}

.gzcj-list4-list,
.gzcj-list3-list,
.gzcj-list2-list {
  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;
}

.gzcj-list4-list li,
.gzcj-list3-list li,
.gzcj-list2-list li {
  width: 48.333333334%;
  margin-top: 2.333334rem;
}

.gzcj-list4-list li:nth-of-type(1), .gzcj-list4-list li:nth-of-type(2),
.gzcj-list3-list li:nth-of-type(1),
.gzcj-list3-list li:nth-of-type(2),
.gzcj-list2-list li:nth-of-type(1),
.gzcj-list2-list li:nth-of-type(2) {
  margin-top: 0;
}

.gzcj-list4-list li figure,
.gzcj-list3-list li figure,
.gzcj-list2-list li figure {
  overflow: hidden;
}

.gzcj-list4-list li img,
.gzcj-list3-list li img,
.gzcj-list2-list li img {
  width: 100%;
}

.gzcj-list4-list li p,
.gzcj-list3-list li p,
.gzcj-list2-list li p {
  padding-top: 1.2rem;
  font-size: 1.067rem;
  line-height: 2.133rem;
  color: #000;
}

.gzcj-list4,
.gzcj-list3 {
  padding-bottom: 6rem;
}

.gzcj-list4 {
  background: url(../images/show_list_bg.jpg) top center no-repeat;
}

.gzcj-list4-list li {
  margin-top: 0;
  width: 32.0833333%;
}

.gzcj-list4-list li:hover img {
  transform: scale(1.05);
}

.gzcj-list4-list li img {
  transition: all .4s;
}

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

.gzcj-cando .gzcj-cando-list li {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}

.gzcj-cando .gzcj-cando-list li:hover img {
  transform: scale(1.05);
}

.gzcj-cando .gzcj-cando-list li:hover figcaption {
  background-color: #a20901;
}

.gzcj-cando .gzcj-cando-list li figure {
  overflow: hidden;
}

.gzcj-cando .gzcj-cando-list li figcaption {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.66667rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5) url(../images/icon_gzcj_title_bg.png) top center no-repeat;
  background-size: auto 100%;
  transition: all .4s;
}

.gzcj-cando .gzcj-cando-list li figcaption h4 {
  padding-top: 2.333rem;
  font-size: 1.467rem;
  color: #fff;
}

.gzcj-cando .gzcj-cando-list li figcaption small {
  display: block;
  padding-top: .2rem;
  font-size: 1.067rem;
  color: rgba(255, 255, 255, 0.3);
}

.gzcj-cando .gzcj-cando-list li img {
  width: 100%;
  transition: all .4s;
}

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

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

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

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

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

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

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