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

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

.clearfix {
  zoom: 1;
}

.tac {
  text-align: center;
}

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

figure {
  margin: 0;
}

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

em,
i {
  font-style: normal;
}

html {
  overflow-x: hidden;
}

sub {
  bottom: -0.05em;
}

a {
  transition: all .23s ease;
}

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

.OF-fill {
  object-fit: fill;
  font-family: 'object-fit: fill';
}

.OF-contain {
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.OF-cover {
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.OF-cover-op {
  object-fit: cover;
  object-position: center 80%;
  font-family: 'object-fit: cover; object-position: center 80%';
}

.OF-none {
  object-fit: none;
  font-family: 'object-fit: none';
}

.OF-scaleDown {
  object-fit: scale-down;
  font-family: 'object-fit: scale-down';
}

.w100,
.video,
.img {
  width: 100%;
}

.h100 {
  height: 100%;
}

.white-round-shadow-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.padding-primary {
  padding: 33px 27px;
}

.padding-small {
  padding: 26px 27px;
}

.padding-xsmall {
  padding: 23px 27px;
}

.color-white,
.text-white {
  color: #fff;
}

.color-black,
.text-black {
  color: #000;
}

.color-313131 {
  color: #313131;
}

.color-999 {
  color: #999999;
}

.color-7d7d7d {
  color: #7d7d7d;
}

.color-666 {
  color: #666666;
}

.color-b5b5b5 {
  color: #b5b5b5;
}

.color-a0a0a0 {
  color: #a0a0a0;
}

.fc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-space-x-center-y {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-ct-x {
  display: flex;
  justify-content: center;
}

.flex-ct-y {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tac {
  text-align: center;
}

.ovh {
  overflow: hidden;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.t-c,
.text-center {
  text-align: center;
}

.t-l,
.text-left {
  text-align: left;
}

.t-r,
.text-right {
  text-align: right;
}

.box-sizing,
.box-border {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

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

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

.flex-no-wrap {
  flex-wrap: nowrap;
}

.f-w,
.flex-w,
.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.items-stretch {
  align-items: stretch;
}

.items-start {
  align-items: flex-start;
}

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

.items-end {
  align-items: flex-end;
}

.items-baseline {
  align-items: baseline;
}

.content-start {
  align-content: flex-start;
}

.content-center {
  align-content: center;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.justify-start {
  justify-content: flex-start;
}

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

.j-e,
.justify-end {
  justify-content: flex-end;
}

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

.j-a,
.justify-around {
  justify-content: space-around;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

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

.padding-right-0,
.pr-0,
.pr0 {
  padding-bottom: 0 !important;
}

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

.padding-left-0,
.pl-0,
.pl0 {
  padding-left: 0 !important;
}

.margin-top-0,
.mt-0,
.mt0 {
  margin-top: 0 !important;
}

.margin-bottom-0,
.mb-0,
.mb0 {
  margin-bottom: 0 !important;
}

.margin-left-0,
.ml-0,
.ml0 {
  margin-left: 0 !important;
}

.margin-right-0,
.mr-0,
.mr0 {
  margin-right: 0 !important;
}

.mt-5,
.margin-top-5 {
  margin-top: 5px;
}

.mt-10,
.margin-top-10 {
  margin-top: 10px;
}

.mt-15,
.margin-top-15 {
  margin-top: 15px;
}

.mt-20,
.margin-top-20 {
  margin-top: 20px;
}

.mt-25,
.margin-top-25 {
  margin-top: 25px;
}

.mt-30,
.margin-top-30 {
  margin-top: 30px;
}

.mt-35,
.margin-top-35 {
  margin-top: 35px;
}

.mt-40,
.margin-top-40 {
  margin-top: 40px;
}

.mt-45,
.margin-top-45 {
  margin-top: 45px;
}

.mt-50,
.margin-top-50 {
  margin-top: 50px;
}

.mt-55,
.margin-top-55 {
  margin-top: 55px;
}

.mt-60,
.margin-top-60 {
  margin-top: 60px;
}

.mt-65,
.margin-top-65 {
  margin-top: 65px;
}

.mt-70,
.margin-top-70 {
  margin-top: 70px;
}

.mt-75,
.margin-top-75 {
  margin-top: 75px;
}

.mt-80,
.margin-top-80 {
  margin-top: 80px;
}

.mt-85,
.margin-top-85 {
  margin-top: 85px;
}

.pt-5,
.padding-top-5 {
  padding-top: 5px;
}

.pt-10,
.padding-top-10 {
  padding-top: 10px;
}

.pt-15,
.padding-top-15 {
  padding-top: 15px;
}

.pt-20,
.padding-top-20 {
  padding-top: 20px;
}

.pt-25,
.padding-top-25 {
  padding-top: 25px;
}

.pt-30,
.padding-top-30 {
  padding-top: 30px;
}

.pt-35,
.padding-top-35 {
  padding-top: 35px;
}

.pt-40,
.padding-top-40 {
  padding-top: 40px;
}

.pt-45,
.padding-top-45 {
  padding-top: 45px;
}

.pt-50,
.padding-top-50 {
  padding-top: 50px;
}

.pt-55,
.padding-top-55 {
  padding-top: 55px;
}

.pt-60,
.padding-top-60 {
  padding-top: 60px;
}

.pt-65,
.padding-top-65 {
  padding-top: 65px;
}

.pt-70,
.padding-top-70 {
  padding-top: 70px;
}

.pt-75,
.padding-top-75 {
  padding-top: 75px;
}

.pt-80,
.padding-top-80 {
  padding-top: 80px;
}

.pt-85,
.padding-top-85 {
  padding-top: 85px;
}

.mb-5,
.margin-bottom-5 {
  margin-bottom: 5px;
}

.mb-10,
.margin-bottom-10 {
  margin-bottom: 10px;
}

.mb-15,
.margin-bottom-15 {
  margin-bottom: 15px;
}

.mb-20,
.margin-bottom-20 {
  margin-bottom: 20px;
}

.mb-25,
.margin-bottom-25 {
  margin-bottom: 25px;
}

.mb-30,
.margin-bottom-30 {
  margin-bottom: 30px;
}

.mb-35,
.margin-bottom-35 {
  margin-bottom: 35px;
}

.mb-40,
.margin-bottom-40 {
  margin-bottom: 40px;
}

.mb-45,
.margin-bottom-45 {
  margin-bottom: 45px;
}

.mb-50,
.margin-bottom-50 {
  margin-bottom: 50px;
}

.mb-55,
.margin-bottom-55 {
  margin-bottom: 55px;
}

.mb-60,
.margin-bottom-60 {
  margin-bottom: 60px;
}

.mb-65,
.margin-bottom-65 {
  margin-bottom: 65px;
}

.mb-70,
.margin-bottom-70 {
  margin-bottom: 70px;
}

.mb-75,
.margin-bottom-75 {
  margin-bottom: 75px;
}

.mb-80,
.margin-bottom-80 {
  margin-bottom: 80px;
}

.mb-85,
.margin-bottom-85 {
  margin-bottom: 85px;
}

.pb-5,
.padding-bottom-5 {
  padding-bottom: 5px;
}

.pb-10,
.padding-bottom-10 {
  padding-bottom: 10px;
}

.pb-15,
.padding-bottom-15 {
  padding-bottom: 15px;
}

.pb-20,
.padding-bottom-20 {
  padding-bottom: 20px;
}

.pb-25,
.padding-bottom-25 {
  padding-bottom: 25px;
}

.pb-30,
.padding-bottom-30 {
  padding-bottom: 30px;
}

.pb-35,
.padding-bottom-35 {
  padding-bottom: 35px;
}

.pb-40,
.padding-bottom-40 {
  padding-bottom: 40px;
}

.pb-45,
.padding-bottom-45 {
  padding-bottom: 45px;
}

.pb-50,
.padding-bottom-50 {
  padding-bottom: 50px;
}

.pb-55,
.padding-bottom-55 {
  padding-bottom: 55px;
}

.pb-60,
.padding-bottom-60 {
  padding-bottom: 60px;
}

.pb-65,
.padding-bottom-65 {
  padding-bottom: 65px;
}

.pb-70,
.padding-bottom-70 {
  padding-bottom: 70px;
}

.pb-75,
.padding-bottom-75 {
  padding-bottom: 75px;
}

.pb-80,
.padding-bottom-80 {
  padding-bottom: 80px;
}

.pb-85,
.padding-bottom-85 {
  padding-bottom: 85px;
}

.ml-5,
.margin-left-5 {
  margin-left: 5px;
}

.ml-10,
.margin-left-10 {
  margin-left: 10px;
}

.ml-15,
.margin-left-15 {
  margin-left: 15px;
}

.ml-20,
.margin-left-20 {
  margin-left: 20px;
}

.ml-25,
.margin-left-25 {
  margin-left: 25px;
}

.ml-30,
.margin-left-30 {
  margin-left: 30px;
}

.ml-35,
.margin-left-35 {
  margin-left: 35px;
}

.ml-40,
.margin-left-40 {
  margin-left: 40px;
}

.ml-45,
.margin-left-45 {
  margin-left: 45px;
}

.ml-50,
.margin-left-50 {
  margin-left: 50px;
}

.ml-55,
.margin-left-55 {
  margin-left: 55px;
}

.ml-60,
.margin-left-60 {
  margin-left: 60px;
}

.ml-65,
.margin-left-65 {
  margin-left: 65px;
}

.ml-70,
.margin-left-70 {
  margin-left: 70px;
}

.ml-75,
.margin-left-75 {
  margin-left: 75px;
}

.ml-80,
.margin-left-80 {
  margin-left: 80px;
}

.ml-85,
.margin-left-85 {
  margin-left: 85px;
}

.pl-5,
.padding-left-5 {
  padding-left: 5px;
}

.pl-10,
.padding-left-10 {
  padding-left: 10px;
}

.pl-15,
.padding-left-15 {
  padding-left: 15px;
}

.pl-20,
.padding-left-20 {
  padding-left: 20px;
}

.pl-25,
.padding-left-25 {
  padding-left: 25px;
}

.pl-30,
.padding-left-30 {
  padding-left: 30px;
}

.pl-35,
.padding-left-35 {
  padding-left: 35px;
}

.pl-40,
.padding-left-40 {
  padding-left: 40px;
}

.pl-45,
.padding-left-45 {
  padding-left: 45px;
}

.pl-50,
.padding-left-50 {
  padding-left: 50px;
}

.pl-55,
.padding-left-55 {
  padding-left: 55px;
}

.pl-60,
.padding-left-60 {
  padding-left: 60px;
}

.pl-65,
.padding-left-65 {
  padding-left: 65px;
}

.pl-70,
.padding-left-70 {
  padding-left: 70px;
}

.pl-75,
.padding-left-75 {
  padding-left: 75px;
}

.pl-80,
.padding-left-80 {
  padding-left: 80px;
}

.pl-85,
.padding-left-85 {
  padding-left: 85px;
}

.mr-5,
.margin-right-5 {
  margin-right: 5px;
}

.mr-10,
.margin-right-10 {
  margin-right: 10px;
}

.mr-15,
.margin-right-15 {
  margin-right: 15px;
}

.mr-20,
.margin-right-20 {
  margin-right: 20px;
}

.mr-25,
.margin-right-25 {
  margin-right: 25px;
}

.mr-30,
.margin-right-30 {
  margin-right: 30px;
}

.mr-35,
.margin-right-35 {
  margin-right: 35px;
}

.mr-40,
.margin-right-40 {
  margin-right: 40px;
}

.mr-45,
.margin-right-45 {
  margin-right: 45px;
}

.mr-50,
.margin-right-50 {
  margin-right: 50px;
}

.mr-55,
.margin-right-55 {
  margin-right: 55px;
}

.mr-60,
.margin-right-60 {
  margin-right: 60px;
}

.mr-65,
.margin-right-65 {
  margin-right: 65px;
}

.mr-70,
.margin-right-70 {
  margin-right: 70px;
}

.mr-75,
.margin-right-75 {
  margin-right: 75px;
}

.mr-80,
.margin-right-80 {
  margin-right: 80px;
}

.mr-85,
.margin-right-85 {
  margin-right: 85px;
}

.pr-5,
.padding-right-5 {
  padding-right: 5px;
}

.pr-10,
.padding-right-10 {
  padding-right: 10px;
}

.pr-15,
.padding-right-15 {
  padding-right: 15px;
}

.pr-20,
.padding-right-20 {
  padding-right: 20px;
}

.pr-25,
.padding-right-25 {
  padding-right: 25px;
}

.pr-30,
.padding-right-30 {
  padding-right: 30px;
}

.pr-35,
.padding-right-35 {
  padding-right: 35px;
}

.pr-40,
.padding-right-40 {
  padding-right: 40px;
}

.pr-45,
.padding-right-45 {
  padding-right: 45px;
}

.pr-50,
.padding-right-50 {
  padding-right: 50px;
}

.pr-55,
.padding-right-55 {
  padding-right: 55px;
}

.pr-60,
.padding-right-60 {
  padding-right: 60px;
}

.pr-65,
.padding-right-65 {
  padding-right: 65px;
}

.pr-70,
.padding-right-70 {
  padding-right: 70px;
}

.pr-75,
.padding-right-75 {
  padding-right: 75px;
}

.pr-80,
.padding-right-80 {
  padding-right: 80px;
}

.pr-85,
.padding-right-85 {
  padding-right: 85px;
}

.border-radius-5 {
  border-radius: 5px;
  overflow: hidden;
}

.border-radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.no-radius-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.no-radius-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.b-t-line,
.border-line-top {
  border-top: 1px solid #e5e5e5;
}

.b-b-line,
.border-line-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.b-l-line,
.border-line-left {
  border-left: 1px solid #e5e5e5;
}

.b-r-line,
.border-line-right {
  border-right: 1px solid #e5e5e5;
}

.border-line-top.no-line {
  border-top: 0;
}

.border-line-bottom.no-line {
  border-bottom: 0;
}

.border-line-left.no-line {
  border-left: 0;
}

.border-line-right.no-line {
  border-right: 0;
}

.vertical-align-middle {
  vertical-align: middle;
}

.addDot {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ov-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-ov-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.text-ov-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.fz-24,
.font-size-24 {
  font-size: 24px;
}

.fz-25,
.font-size-25 {
  font-size: 25px;
}

.fz-26,
.font-size-26 {
  font-size: 26px;
}

.fz-27,
.font-size-27 {
  font-size: 27px;
}

.fz-28,
.font-size-28 {
  font-size: 28px;
}

.fz-29,
.font-size-29 {
  font-size: 29px;
}

.fz-30,
.font-size-30 {
  font-size: 30px;
}

.fz-31,
.font-size-31 {
  font-size: 31px;
}

.fz-32,
.font-size-32 {
  font-size: 32px;
}

.fz-33,
.font-size-33 {
  font-size: 33px;
}

.fz-34,
.font-size-34 {
  font-size: 34px;
}

.fz-35,
.font-size-35 {
  font-size: 35px;
}

.fz-36,
.font-size-36 {
  font-size: 36px;
}

.fz-37,
.font-size-37 {
  font-size: 37px;
}

.fz-38,
.font-size-38 {
  font-size: 38px;
}

.fz-40,
.font-size-40 {
  font-size: 40px;
}

.fz-42,
.font-size-42 {
  font-size: 42px;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.text-bold,
.font-weight-bold {
  font-weight: bold;
}

.box-shadow {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

.owl-carousel {
  touch-action: pan-y;
}

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

Copyright (c) 2013 Daniel Eden

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner {
  position: relative;
}

.swiper-container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-loaded {
  display: block;
}

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

.owl-hidden {
  opacity: 0;
}

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

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

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

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

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

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

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

.owl-rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pageinfo {
  letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pading-bg-transparent li a {
  border: 1px solid #b5b5b5;
  background-color: transparent;
}

@media screen and (max-width: 640px) {
  .paging {
    padding: 35px 0 45px;
  }
  .paging li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .paging li.p a {
    background-position-x: -33px;
  }
  .paging li.n a {
    background-position-x: -100px;
  }
  .paging .paging-to {
    line-height: 24px;
    font-size: 14px;
    color: #b6b6b6;
  }
  .paging .paging-number input {
    width: 26px;
    height: 24px;
    line-height: 24px;
    padding: 0;
  }
  .paging .paging-go {
    margin-left: 16px;
  }
  .paging .paging-go a {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?t=1615881004998");
  /* IE9 */
  src: url("../fonts/iconfont.eot?t=1615881004998#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAO0AAsAAAAACBwAAANmAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqDMIMPATYCJAMUCwwABCAFhG0HUxsmB8gekiQBcNqrxUSEgwEO8fD92uu5b99+oIRdqwBVJ7KAHggVgiLVCt+JUShMZFRJAivgvZrLzRfIiN74sCyyypPkvUs+cJnLtmxpPOD4ugrTF+qnlmj8C/0D89ztZlTWhyQ1Mg1KqmeFWh1C+8XhtGkbbL5lucw1aNA87+KAsmxvjCIrkTQQbhi7oCXeJ9Ayn07bVN4qwLDMXBaIC2NRg+GMTm4oDg2hVrE3i6dKjfQ4zQI8CT4fH4GV0SApC+baLaeWmzD3RvqGLO5X9x3wEPjTWcAOUWAFkImLlbYL+qLYCn1a6uR+64CWhiRNNSr3Zvsnq4pEdCBFy+If5Y9XSESNWdgB62A880bqMAne5HhV8i3UKKCchHEJz7WXFhq4AUwycQucF0KSBwfc+m53II4eMZfg7vof7cAL1N48p5YDcYV9qXjsAxrDC/qHDWuXFJ3iKBbO0Q/tKheLP+Esla9u1+Pzbm++ELtFdieP7+CYWzxf5biKINREsS5RNJ0xWg3cz5W0c4I7GjIWx+vw65LJ9iOz4c/9Pma7Gd2wf9U1PObJf+bvQHBxpgglnSQDehN7W5+hud1qWpI27P1stgpj9wqlHm4+HT+XB9cm7UhXGI2F8ePz1dz9O5JDksMeG0oPc9JhySE27Erpuh3a6dvS8WfSmzb94TjSjLBkfMi0cXb+YlDKdYDqq/S5rB9UM+mrbL2gVgVWBHmqePANDcHE7zG6b1r1rdHO4OWBTAbeaiobxvs3cp35P5HfsSlrQlNfZqXe4SmSkvP7OBL/q+bXuQb9TKMY6VxIaBhJIKmbB4WGBciMXQGltjGoaVgLLcutHm4bovSJ3MQyxwBCv0dIemag0O8ZmbHfUBrVhZr+KKBlVwyd2bYozmo3brBG2GT1fRY0ZMJtI42GxR6K7aim0sKAUkKVBUHmpLP55ComqKbYkO0Il4gzrmTMVsBjGEWSpUq2sEGmT5ROWJlB1YvMhoxh1EYKqiGoianbxwQapAT3+pPRwvs9SNgWqVENDVXWEqRkguEZh8nugFyVJZ0abuWZzA7BRQjHcIoUY1aABUVWTGLS6lktqIGY/AGR1AQLteNdZebyivgdD0CLeXsZKYrIUUZN++hGyV1DBcKn0eSqSoScBo7PZIaDN5aJ8LcBAAAA") format("woff2"), url("../fonts/iconfont.woff?t=1615881004998") format("woff"), url("../fonts/iconfont.ttf?t=1615881004998") format("truetype"), url("../fonts/iconfont.svg?t=1615881004998#iconfont") format("svg");
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e602";
}

.icon-arrow_left:before {
  content: "\e684";
}

.icon-close:before {
  content: "\e673";
}

.icon-yonghu:before {
  content: "\e639";
}

html,
body {
  font: 15px/1 "Microsoft YaHei";
  color: #333;
}

a {
  color: #333;
}

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

.bg-theme,
.theme-bg {
  background-color: #d1001f;
}

.color-theme,
.theme-color {
  color: #d1001f;
}

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

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

.index-more-style.border-radius a {
  border-radius: 1.375rem;
}

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

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

.index-more-style.page-more-style a {
  border-radius: 0;
  border-color: #d1001f;
  color: #d1001f;
  cursor: pointer;
}

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

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

.nav-arrow {
  display: inline-block;
}

.nav-arrow .nav-arrow-right i {
  font-size: 1.14rem;
}

.nav-arrow .nav-arrow-right {
  color: #fff;
  line-height: 38px;
  font-weight: lighter;
}

.nav-arrow .nav-arrow-left,
.nav-arrow .nav-arrow-right,
.nav-arrow .nav-arrow-left:visited,
.nav-arrow .nav-arrow-right:visited {
  position: relative;
  float: left;
  width: 72px;
  height: 36px;
  line-height: 36px;
  background-color: #d1c9c9;
  color: #fff;
  cursor: pointer;
  transition: all .23s ease;
}

.nav-arrow .nav-arrow-left::after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #fff;
}

.nav-arrow .nav-arrow-left:hover,
.nav-arrow .nav-arrow-right:hover {
  background-color: #df4d63;
}

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

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

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

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

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

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

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

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

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

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

.header .container {
  position: relative;
}

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

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

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

.header-nav {
  position: relative;
  display: block;
}

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

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

.header-nav ul > li:hover .nav-pro {
  opacity: 1;
  visibility: visible;
}

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

.header-nav ul > li > a {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  height: 46px;
  line-height: 46px;
  color: #fff;
}

.header-nav ol {
  z-index: 1;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  transform: translateY(-10%);
  box-shadow: 0rem 0.625rem 1.25rem 0rem rgba(0, 0, 0, 0.1);
}

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

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

.header-nav ol li:hover a {
  background-color: #d1001f;
  color: #fff !important;
}

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

.menu-btn span {
  position: relative;
  margin-top: 15px;
  width: 2rem;
  height: .2rem;
  display: inline-block;
  background: #d1001f;
}

.menu-btn i {
  position: absolute;
  left: 0;
  width: 2rem;
  height: .2rem;
  display: block;
  background: #d1001f;
  transition-duration: .3s, .3s;
  -webkit-transition-duration: .3s, .3s;
  transition-delay: .3s, 0s;
  -webkit-transition-delay: .3s, 0s;
}

.menu-btn i.menu-btn-top {
  top: -.7rem;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}

.menu-btn i.menu-btn-bottom {
  bottom: -.7rem;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}

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

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

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

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

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

.nav-mb ul {
  display: none;
  padding: 20px 5%;
  box-sizing: border-box;
  height: calc(100vh - 66px);
  overflow: hidden;
  overflow-y: scroll;
  margin: 0 auto;
  border-top: 1px solid #eee;
}

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

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

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

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

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

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

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

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

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

.nav-mb ol ol {
  background-color: #1d1d1d;
}

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

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

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

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

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

.header-link {
  margin-top: 45px;
  margin-right: 7px;
}

.header-link a {
  line-height: 1;
  color: #666;
  margin: 0 10px;
}

.header-link a:hover {
  color: #d1001f;
  font-weight: bold;
}

.header-search {
  margin-right: 1.313rem;
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
  width: 19.125rem;
  height: 40px;
  overflow: hidden;
  border: solid 1px #bfbfbf;
  font-size: 14px;
}

.header-search input {
  box-sizing: border-box;
  padding: 0 5.575rem 0 1.125rem;
  line-height: 40px;
  height: 40px;
  width: 100%;
}

.header-search .s-btn {
  z-index: 9;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #d1001f;
  cursor: pointer;
  transition: all .23s ease;
}

.header-search .s-btn img {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.header-search .s-btn:hover {
  background-color: #df4d63;
}

.header-tel {
  margin-top: 42px;
}

.header-tel i {
  vertical-align: top;
  display: inline-block;
  margin-right: 4px;
  width: 17px;
  height: 19px;
  background: url(../images/icon_tel.png) no-repeat;
}

.header-tel div {
  margin-top: -2px;
  display: inline-block;
}

.header-tel div a {
  display: block;
  font-family: "Oswald-Semi";
  font-weight: bold;
  font-size: 1.375rem;
  color: #666;
  line-height: 1;
  color: #d1001f;
}

.header-tel div a:hover {
  color: #df4d63;
}

.header-tel div span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #999;
}

.header-language {
  margin-top: 42px;
  margin-left: -5rem;
  transform: translateX(100%);
  right: -2rem;
}

.header-language span {
  display: block;
  line-height: 1;
  cursor: pointer;
}

.header-language .icon-xiajiantou {
  background: url("../images/icon_arrow_down.png") no-repeat;
  margin-left: 8px;
  width: 11px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
}

.header-language.on ol, .header-language:hover ol {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-language ol {
  z-index: 9;
  padding-top: 10px;
  position: absolute;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  transition: transform .2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10%);
}

.header-language ol a {
  text-align: center;
  display: block;
  background-color: #df4d63;
  color: rgba(255, 255, 255, 0.6);
  padding: 7px 10px;
}

.header-language ol a:hover {
  background-color: #000;
  color: #fff;
}

.header-info {
  width: 56%;
  min-width: 655px;
}

@media screen and (max-width: 1080px) {
  html,
  body {
    font-size: 15px !important;
  }
  .header-from,
  .header-lang,
  .header-nav {
    display: none;
  }
  .header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 84px;
  }
  .header-block {
    display: block;
    height: 84px;
  }
  .nav-mb {
    top: 84px;
  }
  .header-search-icon {
    margin-right: 5rem;
  }
  .nav-mb,
  .menu-btn {
    display: block;
  }
  .header-right {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
  }
  .header .header-links {
    display: none;
  }
  .header .header-top .header-logo {
    margin: 20px 0 0;
  }
  .header-tel {
    display: none;
  }
  .header-search {
    margin-right: 100px;
    margin-top: 23px;
    width: 16.125rem;
  }
  .header .header-top .container {
    border-bottom: 0;
  }
  .header-link {
    margin-top: 37px;
  }
  .header-language {
    margin-left: 0;
    transform: translateX(0);
    margin-top: 35px;
    right: 4rem;
  }
  .header-language:hover ol {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
  }
  .header-language.on ol {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header-info {
    width: auto;
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 13px !important;
  }
  .nav-mb {
    top: 66px;
  }
  .header .container {
    position: static;
  }
  .header-block,
  .header,
  .header-top {
    height: 66px;
  }
  .header-link,
  .header-search {
    display: none;
  }
  .header-right {
    right: 0;
    margin-top: 0;
  }
  .header-right .header-search-icon {
    margin-right: 7.7rem;
  }
  .header-right,
  .header .header-top .header-logo {
    margin: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .search-from .search-close-btn {
    font-size: 60px;
    right: 0rem;
    top: 1rem;
  }
  .header-language {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .header-link {
    display: none;
  }
}

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

.banner img {
  width: 100%;
}

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

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

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

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

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

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

.banner .container::after {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}

.banner .arrow-left,
.banner .arrow-right {
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 36px;
  height: 65px;
  transition: 0.23s all ease-in-out;
}

.banner .arrow-right {
  background: url(../images/arrow_right.png) no-repeat;
  right: -46px;
}

.banner .arrow-right:hover {
  background: url(../images/arrow_right_hover.png) no-repeat;
}

.banner .arrow-left {
  background: url(../images/arrow_left.png) no-repeat;
  left: -46px;
}

.banner .arrow-left:hover {
  background: url(../images/arrow_left_hover.png) no-repeat;
}

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

@media screen and (max-width: 640px) {
  .banner .banner-pagination.block .swiper-pagination-switch,
  .banner .banner-pagination.block .swiper-pagination-bullet {
    width: 1.725rem;
    height: .25rem;
  }
  .banner .banner-pagination,
  .banner .swiper-pagination {
    bottom: .8rem;
  }
  .owl-carousel .owl-dot {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
  .banner .arrow-left,
  .banner .arrow-right {
    display: none;
  }
}

.page-title-style {
  margin-bottom: 2.125rem;
  padding: 5.5rem 0 0;
  text-align: center;
  font-size: 2.125rem;
  line-height: 1;
}

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

.page-title-style.white-style::after {
  background-color: #df4d63;
}

.page-title-style::after {
  content: "";
  display: block;
  margin: 1rem auto 0;
  width: 3.75rem;
  height: 3px;
  background-color: #d1001f;
}

.page-title-style small {
  display: inline-block;
  font-size: 0.938rem;
  color: #999;
  line-height: 1.625rem;
}

@media screen and (max-width: 768px) {
  .page-title-style {
    margin-bottom: 1.125rem;
    padding: 3.2rem 0 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .page-title-style {
    margin-bottom: 2.125rem;
    font-size: 1.7rem;
  }
}

.index-title-style {
  margin-top: 4rem;
  margin-bottom: 1.8rem;
}

.index-title-style h4 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: normal;
}

.index-title-style small {
  display: block;
  margin-top: 1rem;
  font-size: 1.067rem;
  line-height: 1;
  color: #999;
}

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

.title-desc {
  font-size: 15px;
  line-height: 24px;
}

.aside {
  z-index: 100;
  position: fixed;
  top: 70%;
  right: 0;
  width: 3.063rem;
  box-shadow: 0rem 0.625rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
}

.aside .aside-tel {
  display: none;
}

.aside-qq i {
  background-position-y: -45px !important;
}

.aside-aliwawa i {
  background-position-y: -91px !important;
}

.aside-totop i {
  background-position-y: -137px !important;
}

.aside a {
  display: block;
  width: 3.063rem;
  height: 3.063rem;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  transition: all .23s ease-in-out;
}

.aside a.aside-totop {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0;
}

.aside a.aside-totop.aside-totop.show {
  opacity: 1 !important;
  visibility: visible !important;
  height: 3.063rem;
}

.aside a:hover,
.aside a.on {
  background-color: #d90928;
  color: #fff;
}

.aside a:first-child {
  border-top: 0;
}

.aside a:last-child {
  background-color: #d90928;
  color: #fff;
}

.aside a::before {
  display: table-cell;
  content: "";
  width: 100%;
  height: 100%;
}

.aside a i {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/xuebi.png) center no-repeat;
  transition: 0.23s all ease-in-out;
}

.aside a i:hover {
  background: url(../images/xuebi_hover.png) center no-repeat;
}

@media screen and (max-width: 767px) {
  .aside {
    display: none;
  }
}

.tab-list {
  margin-bottom: 2.063rem;
  text-align: center;
  user-select: none;
}

.tab-list.border-style span {
  box-sizing: border-box;
  border: 1px solid #b5b5b5;
  color: #666666;
}

.tab-list.border-style span:hover, .tab-list.border-style span.on {
  border-color: #d1001f;
}

.tab-list.right-style {
  text-align: right;
}

.tab-list.right-style span:last-child {
  margin-right: 0;
}

.tab-list span {
  padding: 0 1.813rem;
  margin: 0 4px;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #333;
  cursor: pointer;
  transition: 0.23s all ease-in-out;
}

.tab-list span:hover, .tab-list span.on {
  background-color: #d1001f;
  color: #fff;
}

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

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

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

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

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

.more-text {
  display: inline-block;
  margin-top: 2.25rem;
  font-size: 14px;
  color: #f34a48;
}

.more-text:hover {
  font-weight: bold;
  color: #d1001f;
}

.more-block {
  display: inline-block;
  margin-top: 1.25rem;
  width: 6.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 14px;
  background-color: #d1001f;
  color: #fff;
}

.more-block:hover {
  background-color: #df4d63;
}

.index-news {
  padding-bottom: 7.563rem;
}

.index-news .tab-list {
  z-index: 9;
  position: absolute;
  top: 5.1rem;
  right: 0;
}

.index-news-wrap {
  overflow: hidden;
}

.index-news-wrap .index-news-left {
  width: 50%;
}

.index-news-wrap .index-news-right {
  width: 45%;
}

.index-news-left figure {
  width: 100%;
  padding-bottom: 55%;
}

.index-news-list li + li {
  margin-top: 3rem;
}

.index-news-list .title {
  font-weight: normal;
}

.index-news-list .title p {
  transition: 0.23s all ease-in-out;
  font-size: 1.2rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news-list .title .time {
  transition: 0.23s all ease-in-out;
  width: 62px;
  font-size: 1.2rem;
  text-align: right;
}

.index-news-list .desc {
  transition: 0.23s all ease-in-out;
  margin-top: 11px;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-news-list a:hover .title {
  color: #d1001f;
}

.index-news-list a:hover .desc {
  color: #444;
}

.index-about {
  padding-top: 8rem;
  margin-bottom: 4.667rem;
  background: url(../images/bg_about.jpg) no-repeat top center;
}

.index-about article {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #333;
}

.index-about-left {
  max-width: 52%;
}

.index-about-right {
  width: 30.58333%;
  margin-right: 8.5%;
}

.index-about .about-slogan {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #d90928;
}

.index-about .more-block {
  margin-top: 3rem;
}

.index-honor-pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.133rem;
}

.index-p-s .index-p-s-wrap {
  margin-top: 3.6rem;
  overflow: hidden;
}

.index-p-s .index-p-s-wrap a div {
  padding: 0 14px 3.3rem;
  background-color: #fff;
}

.index-p-s .index-p-s-wrap a em {
  position: relative;
  width: 100%;
  display: block;
}

.index-p-s .index-p-s-wrap a em::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  background: #fff;
  height: 100%;
  display: block;
  z-index: -1;
}

.index-p-s .index-p-s-wrap a figure {
  width: 89.655%;
  margin: 0 auto;
  padding-bottom: 76.538%;
}

.index-p-s .index-p-s-wrap a figure img {
  transition: all .3s ease !important;
}

.index-p-s .index-p-s-wrap a h4 {
  padding-top: 1.5rem;
  padding-bottom: 1.12rem;
  font-size: 1.063rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  transition: all .23s ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-p-s .index-p-s-wrap a p {
  font-size: 13px;
  line-height: 22px;
  color: #666;
  transition: all .23s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index-p-s .index-p-s-wrap a:hover h4 {
  color: #d1001f;
}

.index-p-s .index-p-s-wrap a:hover p {
  color: #666;
}

.index-p-s .index-p-s-wrap .owl-controls {
  margin-top: 2.56rem;
}

.index-p-s .index-p-s-arrow {
  margin-top: 1rem;
}

.index-reasons-bottom {
  background: url(../images/bg_reson.png) top center no-repeat;
  background-size: cover;
}

.index-reasons-bottom .container {
  padding: 4rem 0 3.267rem;
}

.index-reasons-bottom ul {
  padding: .4rem 0 1.26rem;
  padding-left: 2rem;
  border-left: 1px solid #fff;
}

.index-reasons-bottom ul + ul {
  margin-left: 6rem;
}

.index-reasons-bottom ul > li {
  font-size: 1.133rem;
  color: #fff;
}

.index-reasons-bottom ul > li + li {
  margin-top: 1.6rem;
}

.index-reasons-bottom .hot-line {
  position: absolute;
  right: 0;
  top: 0;
  width: 17.4rem;
  height: 17.267rem;
  background: url("../images/reson.png") no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.index-reasons-bottom .hot-line .hot-line-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.index-reasons-bottom .hot-line .hot-line-text {
  position: absolute;
  top: 22%;
  width: 100%;
  font-size: 1.295rem;
}

.index-reasons-bottom .hot-line .hot-line-tel {
  position: absolute;
  top: 35%;
  width: 100%;
  font-size: 1.733rem;
  font-weight: bold;
}

.index-case-l {
  width: 36.066667%;
}

.index-case-l figure {
  padding-bottom: 125.8%;
}

.index-case-r {
  width: 63.75%;
}

.index-case-r a {
  width: 49.8346%;
  height: 0;
  padding-bottom: 35.4712%;
}

.index-case-r a:nth-child(n+2) + a {
  margin-top: .3%;
}

.index-case-r figure {
  width: 100%;
  padding-bottom: 70.9424%;
}

.index-case .case-info {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3.33rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.index-case .case-info p {
  font-size: 1.067rem;
  color: #fff;
  margin: 0 1.8rem;
  line-height: 3.33rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-case .case-info .case-more {
  width: 3.333rem;
  height: 3.333rem;
  line-height: 3.333rem;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #d1001f;
}

.index-case-list {
  margin-bottom: 2rem;
}

.index-case-list li {
  box-sizing: border-box;
  padding: .5rem 0 1.4rem;
  padding-left: 1.4rem;
  border-left: 1px solid #bfbfbf;
  user-select: none;
  cursor: pointer;
}

.index-case-list li:hover span,
.index-case-list li:hover p, 
.index-case-list .on li span,
.index-case-list .on li p {
  color: #d90928;
}

.index-case-list li p {
  font-size: 1.067rem;
}

.index-case-list li span {
  margin-top: .6rem;
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #999;
}

.case-arrow {
  position: absolute;
  top: 1.467rem;
  right: 0;
}

.index-honor {
  padding-bottom: 5.76rem;
}

.index-honor figure {
  padding-bottom: 137.943%;
  width: 100%;
}

.index-honor-arrow-left, .index-honor-arrow-right {
  width: 27px;
  height: 45px;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  transition: 0.23s all ease-in-out;
}

.index-honor-arrow-left {
  left: -54px;
  background: url("../images/arrow_left_a.png") no-repeat;
  background-size: cover;
}

.index-honor-arrow-left:hover {
  background: url("../images/arrow_left_a_hover.png") no-repeat;
  background-size: cover;
}

.index-honor-arrow-right {
  right: -54px;
  background: url("../images/arrow_right_a.png") no-repeat;
  background-size: cover;
}

.index-honor-arrow-right:hover {
  background: url("../images/arrow_right_a_hover.png") no-repeat;
  background-size: cover;
}

.footer {
  background-color: #c5001c;
  font-size: 14px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer .ft-top {
  padding: 3.467rem 0 3.067rem;
}

.footer .ft-top a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer .ft-bottom {
  background-color: #b3001b;
  padding: 2.067rem 0 2.6rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}

.footer .ft-bottom a:hover {
  color: #fff !important;
}

.footer .ft-bottom a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}

.footer .ft-bottom a + a {
  margin-left: .85rem;
}

.ft-pro {
  margin-bottom: 13px;
  max-width:600px;
  line-height: 1.6;
}

.ft-pro li {
  display: inline-block;
}


.ft-pro li::after {
  margin: 0 10px;
  content: "|";
}
.ft-pro li:last-child:after {
  display: none;
}
.ft-left img {
  width: 131px;
  margin-bottom: 17px;
}

.ft-info {
  margin-right: 1.8rem;
}

.ft-info i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5333333333333333rem;
  width: 2rem;
  height: 2rem;
}

.ft-info p {
  font-size: 1.2rem;
  text-align: right;
}

.ft-info p + p {
  font-size: 1.333333rem;
  margin-top: 4px;
}

.icon-ft-tel {
  background: url(../images/icon_tel2.png) no-repeat;
}

.icon-ft-address {
  background: url(../images/icon_address.png) no-repeat;
}

.ft-qrcode {
  width: 6.333rem;
}

.ft-qrcode img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .ft-right {
    margin-top: 2.2rem;
  }
  .ft-right .ft-info p {
    text-align: left;
  }
  .footer .ft-bottom {
    line-height: 1.8;
  }
}

.page-main {
  min-height: 350px;
}

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

/* --------------- page-banner ------------- */
.page-banner {
  position: relative;
  overflow: hidden;
}

.page-banner .container {
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #fff;
}

.page-banner h4 {
  line-height: 1;
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 3.067rem;
}

.page-banner small {
  margin-top: 1.313rem;
  display: block;
  line-height: 1;
  font-size: 1.067rem;
}

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

@media screen and (max-width: 768px) {
  .page-banner {
    width: 100%;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 32%;
  }
  .page-banner img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    max-width: unset;
    transform: translateX(-50%);
  }
  .page-banner h4 {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .page-banner small {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.tab-style {
  text-align: center;
  margin: 0 0 4.188rem;
  border-bottom: 1px solid #e5e5e5;
}

.tab-style a {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  padding: 0 .25rem;
  height: 3.933rem;
  line-height: 3.933rem;
  transition: all .3s;
  font-size: 1rem;
  border-radius: 1.25rem;
  text-align: center;
}

.tab-style a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #d1001f;
  transition: 0.23s all ease-in-out;
}

.tab-style a:hover, .tab-style a.on {
  color: #d1001f;
}

.tab-style a:hover::after, .tab-style a.on::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tab-style {
    margin: 0 0 3.188rem;
  }
  .tab-style a {
    margin-top: .5rem;
  }
}

.page-news-article {
  max-width: 1000px;
  margin: 0 auto;
}

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

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

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

.page-news-list li a {
  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;
  overflow: hidden;
}

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

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

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

.page-news-list li figure {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit--moz-box-pack: justify;
  box-pack: justify;
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.page-news-list li .date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  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;
}

.page-news-list li .date em {
  display: block;
  font-style: normal;
  font-size: 1.467rem;
  color: #d1001f;
  font-weight: bold;
}

.page-news-list li .date span {
  margin-top: .5rem;
  display: block;
  font-size: 0.933rem;
  color: #d1001f;
}

@media screen and (max-width: 767px) {
  .page-news-list li figure {
    width: calc(100% - 60px);
  }
}

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

.article-title {
  font-weight: bold;
  text-align: center;
  padding: 0 0 18px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}

.title-line {
  border-bottom: 1px solid #e5e5e5;
}

.article-info {
  padding-top: 0;
  text-align: center;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  color: #959595;
}

.article-info span:first-child {
  margin-left: 0;
}

.article-info span {
  margin-left: 18px;
}

.article-content {
  padding: 25px 0 40px;
}

.article-content img {
  padding: 15px 0;
  max-width: 100%;
  width: auto;
  height: auto;
}

.article-content p {
  font-size: 15px;
  font-weight: normal;
  text-indent: 2em;
  line-height: 32px;
  color: #333333;
}

.article-content video {
  padding: 15px 0;
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  border: 0;
  outline: none;
}

/* 新闻底部 */
.article-news-paging {
  padding-bottom: 5.8rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.article-news-paging a:hover .icon-article-left {
  background: url(../images/left_2_hover.png) center no-repeat;
}

.article-news-paging a:hover .icon-article-right {
  background: url(../images/right_2_hover.png) center no-repeat;
}

.icon-article-left {
  margin-right: .6rem;
  display: inline-block;
  width: 14px;
  height: 24px;
  vertical-align: top;
  background: url(../images/left_2.png) center no-repeat;
  background-size: cover;
}

.icon-article-right {
  margin-left: .6rem;
  vertical-align: top;
  display: inline-block;
  width: 14px;
  height: 24px;
  background: url(../images/right_2.png) center no-repeat;
  background-size: cover;
}

.article-news-paging a {
  box-sizing: border-box;
  display: block;
  padding: 1.313rem;
  line-height: 24px;
}

.article-news-paging a:hover {
  background-color: #d1001f;
  color: #fff;
}

.article-news-paging p {
  float: left;
  width: 49.4%;
  background-color: #f5f5f5;
  text-align: left;
}

.article-news-paging p + p {
  text-align: right;
}

.article-news-paging p,
.article-news-paging p > a {
  vertical-align: middle;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .article-title {
    font-size: 20px;
  }
  .article-content {
    padding-top: 10px;
  }
  .news-paging {
    margin-bottom: 1rem;
  }
  .news-paging > p {
    width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
  }
  .news-share {
    position: static;
    margin-top: 15px;
  }
}

.contact-right {
  width: 55.6666667%;
}

.contact-form {
  overflow: hidden;
}

.form-style.border-0 textarea:focus,
.form-style.border-0 textarea:hover,
.form-style.border-0 input:focus,
.form-style.border-0 input:hover, .form-style textarea:focus,
.form-style textarea:hover,
.form-style input:focus,
.form-style input:hover {
  border: 1px solid #b3001b;
}

.form-style.border-0 input,
.form-style.border-0 textarea {
  border: 1px solid transparent;
}

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

.form-style input.half {
  width: 48.6%;
  float: left;
}

.form-style input.half:nth-child(2n+1) {
  margin-right: 1.4%;
}

.form-style input.half:nth-child(2n) {
  margin-left: 1.4%;
}

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

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

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

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

.form-style button[type='submit'] {
  float: right;
  margin-top: 2rem;
  outline: none;
  width: 100%;
  height: 3.067rem;
  line-height: 3.067rem;
  background-color: #d1001f;
  border: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  transition: all .2s;
  cursor: pointer;
}

.form-style button[type='submit'].border-radius {
  border-radius: 1.25rem;
}

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

.form-left,
.form-right {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .form-style textarea {
    margin-top: 1.2rem;
  }
}

.contact-info {
  width: 37.5%;
  color: #333;
}

.contact-info h4 {
  font-size: 1.467rem;
  font-weight: bold;
  line-height: 2rem;
  padding-bottom: 1rem;
}

.contact-info p {
  line-height: 1.875rem;
}

.contact-qrcode {
  box-sizing: border-box;
  margin-top: 2.68rem;
  width: 18.188rem;
  padding: 0.75rem .813rem;
  box-shadow: 0rem 0.063rem 0.438rem 0rem rgba(6, 8, 20, 0.14);
}

.contact-qrcode img {
  vertical-align: middle;
  width: 5.625rem;
}

.contact-qrcode span {
  margin-left: 14px;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #666;
  display: inline-block;
  vertical-align: middle;
}

.contact-line {
  margin: 1.2rem 0;
  display: block;
  width: 3.75rem;
  height: 3px;
  background-color: #ff0000;
}

.user-message {
  margin-top: 4.857rem;
  border-top: 1px solid #e5e5e5;
  padding-top: 2.857rem;
}

.user-message h4 {
  font-size: 1.467rem;
}

.user-message .user-list {
  margin-top: 1.313rem;
}

.user-message .user-list li {
  margin-right: 1.0833334%;
  float: left;
  box-sizing: border-box;
  padding: 23px 19px;
  width: 24.16667%;
  height: 158px;
  background-color: #f7f7f7;
}

.user-message .user-list li div {
  font-size: 13px;
  margin-bottom: 10px;
  color: #999999;
}

.user-message .user-list li:nth-child(4n) {
  margin-right: 0;
}

.user-message .user-list li p {
  font-size: 13px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .contact-right {
    margin-top: 2.2rem;
  }
  .contact-right,
  .contact-info {
    float: none;
    width: 100%;
  }
}

.about-h4 {
  font-size: 1.467rem;
  margin-bottom: 0.5rem;
}

.about-small {
  margin-bottom: 1.8rem;
  font-size: 0.933rem;
}

.about-content {
  background: url(../images/page_about_bg.png) no-repeat center;
  background-size: auto 100%;
}

.about-left {
  width: 50.666667%;
}

.about-left .about-article p {
  font: 14px;
  line-height: 28px;
}

.about-right {
  width: 44.83334%;
}

.culture-list li {
  padding-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.culture-list li figure {
  position: relative;
  width: 26.5%;
}

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

.culture-list li figure i {
  position: absolute;
  display: block;
  right: -1.4665rem;
  top: 50%;
  margin-top: -1.4665rem;
  width: 2.933rem;
  height: 2.933rem;
  background-color: #d1001f;
  opacity: 0.7;
  transform: rotate(45deg);
}

.culture-list li + li {
  border-top: solid 1px #e5e5e5;
}

.culture-list .culture-t {
  width: 13.3333%;
}

.culture-list .culture-t p {
  font-size: 1.2rem;
  color: #d1001f;
}

.culture-list .culture-t span {
  display: block;
  margin-top: .8rem;
  font-size: 0.933rem;
  color: #d1001f;
}

.culture-list .culture-c {
  flex: 1;
  font-size: 14px;
  line-height: 26px;
}

.index-video-wrap i {
  display: inline-block;
  margin-right: 0.2rem;
  width: 1.733rem;
  height: 1.733rem;
  vertical-align: middle;
  background: url(../images/icon_video.png) no-repeat center;
  background-size: cover;
}

.index-video-wrap li {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  float: left;
  width: 30.83333334%;
  margin-right: 3.6667%;
  margin-bottom: 2.5rem;
}

.index-video-wrap li:nth-of-type(3n) {
  margin-right: 0;
}

.index-video-wrap li:hover span {
  color: #333;
}

.index-video-wrap li:hover p {
  color: #d1001f;
}

.index-video-wrap li p {
  padding: 1.267rem 1rem;
  line-height: 1.733rem;
  font-size: 14px;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-video-wrap figure {
  padding-bottom: 43.513%;
}

@media screen and (max-width: 767px) {
  .index-video-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-video-wrap li {
    width: 100%;
    margin: 0 !important;
  }
  .index-video-wrap li + li {
    margin-top: 2rem !important;
  }
  .index-video-wrap li span {
    padding-top: 8px;
    font-size: 13px;
  }
}

.page-honor-list .pic {
  position: relative;
  float: left;
  width: 23.75%;
  margin-right: 1.66666667%;
  margin-top: 2.563rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: 0.23s all ease-in-out;
}

.page-honor-list .pic:hover figure {
  border-color: #d1001f;
}

.page-honor-list .pic:hover .icon-search {
  transform: scale(1);
  opacity: 1;
}

.page-honor-list .pic:nth-of-type(4n) {
  margin-right: 0;
}

.page-honor-list .pic:first-child,
.page-honor-list .pic:first-child + .pic,
.page-honor-list .pic:first-child + .pic + .pic,
.page-honor-list .pic:first-child + .pic + .pic + .pic {
  margin-top: 0;
}

.page-honor-list .pic figure {
  border: 1px solid #dcdcdc;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
  transition: 0.23s all ease-in-out;
  box-sizing: border-box;
}

.page-honor-list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down";
}

.page-honor-list .pic .icon-search {
  z-index: 2;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  transform: scale(1.15);
  opacity: 0;
  background: rgba(0, 0, 0, 0.35) url(../images/icon_search.png) center no-repeat;
  transition: 0.23s all ease-in-out;
}

.page-honor-list .honor-title {
  padding-top: 15px;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #666;
}

@media screen and (max-width: 767px) {
  .page-honor-list .pic:nth-child(3),
  .page-honor-list .pic:nth-child(4) {
    margin-top: 2.563rem !important;
  }
  .page-honor-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-honor-list .pic {
    width: 48.5%;
    margin-right: 0 !important;
  }
}

.page-honor-list.pro .pic:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}

.page-honor-list.pro .pic:hover p {
  color: #d1001f;
}

.page-honor-list.pro .pic figure {
  padding-bottom: 70%;
}

.page-honor-list.pro .pic figure img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: 0.23s all ease-in-out;
}

.talent-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.talent-wrap p {
  font-size: 14px;
  line-height: 26px;
}

.talent-wrap h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #d1001f;
}

.talent-wrap h4 span {
  position: relative;
}

.talent-wrap h4 span::after {
  display: block;
  content: "";
  position: absolute;
  width: 115.3%;
  height: 100%;
  top: .6rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d1001f;
  opacity: 0.08;
}

.case-list li {
  float: left;
  width: 31.6667%;
  margin-right: 2.46667%;
  margin-bottom: 2.4rem;
}

.case-list li:nth-child(3n) {
  margin-right: 0;
}

.case-list li a:hover .icon-link {
  transform: translate(-50%, -50%) scale(1) rotate(0);
  opacity: 1;
}

.case-list li a:hover h4 {
  color: #d1001f;
}

.case-list li a:hover p {
  color: #666;
}

.case-list li figure {
  box-sizing: border-box;
  padding-bottom: 100%;
  border: 1px solid #dcdcdc;
}

.case-list li figure .icon-link {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-90deg);
  width: 3.267rem;
  height: 3.267rem;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../images/icon_link.png");
  background-repeat: no-repeat;
  border-radius: 50%;
  opacity: 0;
  transition: 0.23s all ease-in-out;
}

.case-list h4 {
  margin-top: 1.1rem;
  margin-bottom: .3rem;
  line-height: 1.6;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-list p {
  font-size: 14px;
  line-height: 22px;
  color: #888888;
}

@media screen and (max-width: 767px) {
  .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case-list li {
    width: 48.5%;
    margin-right: 0 !important;
  }
}

.page-link {
  padding: 1.938rem 0 1.4rem;
  color: #666;
  font-size: 14px;
}

.page-link a {
  font-size: 14px;
  color: #666;
}

.page-link a:hover {
  color: #d1001f;
}

.page-product-l {
  width: 200px;
}

.type-product-menu-title {
  display: none;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  background-color: #d1001f;
  color: #fff;
  border-radius: 3px;
  padding: 13px 0;
  line-height: 1;
}

.type-product-menu-title::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
  vertical-align: top;
  transition: all .23s ease;
}

.page-product-r {
  width: 79.166667%;
  max-width: 950px;
}

.type-product-menu-list > li {
  border-bottom: 1px solid #dcdcdc;
}

.type-product-menu-list > li.on ol {
  display: block;
}

.type-product-menu-list a {
  display: block;
  padding: 6px 0 6px 16px;
  position: relative;
  line-height: 1.6;
  font-size: 15px;
}

.type-product-menu-list a::before {
  position: absolute;
  margin-top: -5px;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 8px;
  height: 11px;
  background: url(../images/icon_arrow_left_p.png) no-repeat;
}

.type-product-menu-list ol {
  display: none;
  border-top: 1px solid #dcdcdc;
  padding-left: 10px;
}

.type-product-menu-list li.on > a,
.type-product-menu-list a:hover {
  color: #d1001f;
}

@media screen and (max-width: 767px) {
  .type-product-menu-title {
    display: block;
  }
  .type-product-menu-list {
    margin-bottom: 1.6rem;
    display: none;
  }
  .page-product {
    flex-wrap: wrap;
  }
  .page-product-l,
  .page-product-r {
    width: 100%;
  }
}

.pro-wrap {
  padding: 0 0 4.5rem;
  width: 100%;
  overflow: hidden;
}

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

.pro-article figure {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #e5e5e5;
}

.pro-article figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.pro-info {
  width: 55%;
  float: right;
}

.pro-info .title {
  width: 100%;
  padding: 1.6rem 0 0;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: normal;
}

.pro-info .pro-info-desc {
  margin-top: 1.44rem;
  overflow: hidden;
}

.pro-info .pro-info-desc p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.pro-info .pro-info-more {
  margin-top: 2.56rem;
  text-align: center;
  display: block;
  width: 12rem;
  height: 2.667rem;
  line-height: 2.667rem;
  background-color: #d1001f;
  color: #fff;
  transition: all .23s ease;
}

.pro-info .pro-info-more:hover {
  background-color: #b3001b;
  color: #fff;
}

.small-list {
  font-size: 0;
  height: 4.2666667rem;
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
}

.small-list::-webkit-scrollbar {
  height: 6px;
}

.small-list::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.small-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d1001f;
}

.small-list li {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 0.8125rem;
  width: 4.2666667rem;
  height: 4.2666667rem;
  border: 2px solid #e5e5e5;
  transition: all .23s ease;
  cursor: pointer;
}

.small-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

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

.small-list li:hover, .small-list li.on {
  border-color: #d1001f;
}

@media screen and (max-width: 767px) {
  .pro-info,
  .pro-article {
    width: 100%;
  }
  .small-list::-webkit-scrollbar {
    height: 4px;
  }
  .small-list::-webkit-scrollbar-track {
    background-color: #f0f0f0;
  }
  .small-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #d1001f;
  }
}

.pro-nav {
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #dcdcdc;
}

.pro-nav span {
  margin: 0;
  width: 25%;
  position: relative;
  display: inline-block;
  margin: 0;
  height: 3.933rem;
  line-height: 3.933rem;
  transition: all .3s;
  font-size: 1rem;
  border-radius: 1.25rem;
  text-align: center;
  background-color: transparent;
}

.pro-nav span::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #d1001f;
  transition: 0.23s all ease-in-out;
}

.pro-nav span:hover, .pro-nav span.on {
  color: #d1001f;
  background-color: transparent;
}

.pro-nav span:hover::after, .pro-nav span.on::after {
  width: 100%;
}

.pro-nav-desc {
  padding: 2.57rem 0;
}

.pro-nav-desc p {
  font-size: 14px;
  line-height: 26px;
}

.product-re {
  padding-bottom: 4rem;
}

.product-re .page-pro-title {
  font-size: 15px;
  font-weight: bold;
  padding: 3.5rem 0 2rem;
}

.aside-tel {
  position: fixed;
  z-index: 99;
  top: 70%;
  transform: translateY(-100%);
  width: 220px;
  right: 0;
  padding-bottom: 1.4rem;
  margin-top: -1.4rem;
  background-color: #fff;
  box-shadow: 0rem 0.333rem 1.333rem 0rem rgba(0, 0, 0, 0.08);
}

.aside-tel .title {
  height: 2.4rem;
  line-height: 2.4rem;
  background-color: #d1001f;
  color: #fff;
  font-size: 14px;
}

.aside-tel .pd {
  padding: 0 1rem;
}

.aside-tel .tel-con {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.2rem;
}

.aside-tel .tel-con i {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  filter: invert(50%);
  background: url(../images/icon_tel.png) no-repeat;
  background-size: cover;
}

.aside-tel .tel-con span {
  vertical-align: middle;
  font-size: 17px;
  color: #666;
  font-weight: bold;
}

.aside-tel .tel-con p {
  padding-top: 3px;
  padding-left: 15px;
}

.aside-tel p {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}


.aside a:hover .aside-qrcode-wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.aside a .aside-qrcode-wrap {
  position: absolute;
  left: -128px;
  width: 128px;
  top: -36px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .23s ease;
  transition: all .23s ease;
}

.aside a .aside-qrcode-wrap img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .aside-tel {
    display: none;
  }
}

body{
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mb-aside{
  display: none;
}
@media screen and (max-width: 767px){
  .mb-aside{
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4rem;
    line-height: 4rem;
    background-color: #d1001f;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    z-index: 999;
  }
  .mb-aside a{
    color: #fff;
  }
}