/* Minification failed. Returning unminified contents.
(4748,30): run-time error CSS1038: Expected hex color, found '#6666'
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. 修正所有浏览器中的行高.
 * 2. 在iOS的切换横竖屏时，防止字体大小的调整.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * 删除所有浏览器的margin值。
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   * 修正h1元素的font-size和margin值
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   * 1.修正火狐浏览器的box-sizing
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 1. 在所有浏览器中纠正字体大小的继承和扩展。
   * 2. Correct the odd `em` font sizing in all browsers.
   * 2. 在所有浏览器中纠正奇数的字体大小。
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics：文本级别的语义
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   * 删除IE 10中活跃链接的灰色背景。
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 1. 移除Chrome 57-浏览器的border-bottom
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   * 2. 在Chrome、Edge、IE、Opera和Safari中添加正确的text-decoration。
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   * 在Chrome、Edge和Safari中添加正确的font-weight
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 1.在所有浏览器中纠正字体大小的继承和扩展。
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   * 防止“sub”和“sup”元素影响所有浏览器的线高度。
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content：嵌入命令
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 在Edge、Firefox和IE中删除文本转换的继承。
   * 1. Remove the inheritance of text transform in Firefox.
   * 1. 删除Firefox中文本转换的继承。
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   * 纠正在iOS和Safari中无法使用可点击类型的功能。
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   * 移除Firefox中border和padding
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   * 恢复以前规则未设置的焦点样式。
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   * 修正火狐的padding值
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 1. 
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 2. 从IE的“fieldset”元素中纠正颜色继承。
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   * 3.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   * 在Chrome、Firefox和Opera中添加正确的垂直对齐方式。
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   * 删除IE 10+中的默认垂直滚动条
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 1. 修正IE10中的box-sizing
   * 2. Remove the padding in IE 10.
   * 2. 移除IE10的padding值
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   * 修正Chrome中增加和减量按钮的光标样式。
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 1. 修正在Chrome和Safari中出现的奇怪现象。
   * 2. Correct the outline style in Safari.
   * 2. 修正Safari中的outline样式
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   * 移除chrome和macos上的Safari的padding值
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 1. 纠正在iOS和Safari中无法使用可点击类型的功能。
   * 2. Change font properties to `inherit` in Safari.
   * 2. 在Safari中更改字体属性，以“inherit”。
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive：交互式的
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   * 修正Edge, IE 10+,和 Firefox中details标签的display属性
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   * 修正所有浏览器的display属性
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   * 修正IE10+的template元素的display
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   * 修正IE 10中的display
   */
  
  [hidden] {
    display: none;
  }

@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1543997020823'); /* IE9*/
  src: url('iconfont.eot?t=1543997020823#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('iconfont.ttf?t=1543997020823') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1543997020823#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-fanhui:before { content: "\e715"; }

.icon-chakanjiantou:before { content: "\e763"; }

.icon-falvguwen:before { content: "\e793"; }

.icon-guanyuwomen1:before { content: "\e794"; }

.icon-guanyuwomensvg:before { content: "\e795"; }

.icon-gaoduanminshang:before { content: "\e796"; }

.icon-gongsibinggou:before { content: "\e797"; }

.icon-guanyuwomen2:before { content: "\e798"; }

.icon-guanyuwomen3:before { content: "\e799"; }

.icon-jiashicaifu:before { content: "\e79a"; }

.icon-laodongfa:before { content: "\e79b"; }

.icon-jianshegongcheng:before { content: "\e79c"; }

.icon-xingshibianhu:before { content: "\e79d"; }

.icon-jinrongzhengquan:before { content: "\e79e"; }

.icon-shewaishangshi:before { content: "\e79f"; }

.icon-hangzheng:before { content: "\e7a0"; }

.icon-jiaotongshigu:before { content: "\e7a1"; }

.icon-shuisvg:before { content: "\e7a2"; }

.icon-zhishi:before { content: "\e7a3"; }

.icon-lingyubiaoqian:before { content: "\e7a6"; }

.icon-zhankai:before { content: "\e7a7"; }

.icon-shouqi:before { content: "\e7a8"; }

.icon-xiazai:before { content: "\e7a9"; }

.icon-zhiding:before { content: "\e7aa"; }

.icon-argyle:before { content: "\e501"; }


/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*!
 *
 * bttn.css - https://ganapativs.github.io/bttn.css
 * Version - 0.2.4
 * Demo: https://bttn.surge.sh
 *
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Ganapati V S (@ganapativs)
 *
 */.bttn-default{color:#fff}.bttn,.bttn-lg,.bttn-md,.bttn-primary,.bttn-sm,.bttn-xs{color:#1d89ff}.bttn-warning{color:#feab3a}.bttn-danger{color:#ff5964}.bttn-success{color:#28b78d}.bttn-royal{color:#bd2df5}.bttn,.bttn-lg,.bttn-md,.bttn-sm,.bttn-xs{margin:0;padding:0;border-width:0;border-color:transparent;background:transparent;font-weight:400;cursor:pointer;position:relative}.bttn-lg{padding:8px 15px;font-size:24px}.bttn-lg,.bttn-md{font-family:inherit}.bttn-md{font-size:20px;padding:5px 12px}.bttn-sm{padding:4px 10px;font-size:16px}.bttn-sm,.bttn-xs{font-family:inherit}.bttn-xs{padding:3px 8px;font-size:12px}.bttn-gradient,.bttn-simple{margin:0;padding:0;border-color:transparent;background:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;overflow:hidden;border-width:0;border-radius:4px;background:hsla(0,0%,100%,.4);color:#fff;-webkit-transition:all .3s cubic-bezier(.02,.01,.47,1);transition:all .3s cubic-bezier(.02,.01,.47,1)}.bttn-gradient:focus,.bttn-gradient:hover,.bttn-simple:focus,.bttn-simple:hover{opacity:.75}.bttn-gradient.bttn-xs,.bttn-simple.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-gradient.bttn-sm,.bttn-simple.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-gradient.bttn-md,.bttn-simple.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-gradient.bttn-lg,.bttn-simple.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-gradient.bttn-default,.bttn-simple.bttn-default{background:hsla(0,0%,100%,.4)}.bttn-gradient.bttn-primary,.bttn-simple.bttn-primary{background:#1d89ff}.bttn-gradient.bttn-warning,.bttn-simple.bttn-warning{background:#feab3a}.bttn-gradient.bttn-danger,.bttn-simple.bttn-danger{background:#ff5964}.bttn-gradient.bttn-success,.bttn-simple.bttn-success{background:#28b78d}.bttn-gradient.bttn-royal,.bttn-simple.bttn-royal{background:#bd2df5}.bttn-bordered{margin:0;padding:0;border-width:0;border-color:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;overflow:hidden;border:1px solid hsla(0,0%,100%,.4);border-radius:4px;background:transparent;color:#fff;-webkit-transition:all .3s cubic-bezier(.02,.01,.47,1);transition:all .3s cubic-bezier(.02,.01,.47,1)}.bttn-bordered:focus,.bttn-bordered:hover{border-color:hsla(0,0%,100%,.7)}.bttn-bordered.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-bordered.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-bordered.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-bordered.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-bordered.bttn-default{border-color:hsla(0,0%,100%,.4);color:#fff}.bttn-bordered.bttn-default:focus,.bttn-bordered.bttn-default:hover{border-color:hsla(0,0%,100%,.7)}.bttn-bordered.bttn-primary{border-color:rgba(29,137,255,.4);color:#1d89ff}.bttn-bordered.bttn-primary:focus,.bttn-bordered.bttn-primary:hover{border-color:rgba(29,137,255,.7)}.bttn-bordered.bttn-warning{border-color:rgba(254,171,58,.4);color:#feab3a}.bttn-bordered.bttn-warning:focus,.bttn-bordered.bttn-warning:hover{border-color:rgba(254,171,58,.7)}.bttn-bordered.bttn-danger{border-color:rgba(255,89,100,.4);color:#ff5964}.bttn-bordered.bttn-danger:focus,.bttn-bordered.bttn-danger:hover{border-color:rgba(255,89,100,.7)}.bttn-bordered.bttn-success{border-color:rgba(40,183,141,.4);color:#28b78d}.bttn-bordered.bttn-success:focus,.bttn-bordered.bttn-success:hover{border-color:rgba(40,183,141,.7)}.bttn-bordered.bttn-royal{border-color:rgba(189,45,245,.4);color:#bd2df5}.bttn-bordered.bttn-royal:focus,.bttn-bordered.bttn-royal:hover{border-color:rgba(189,45,245,.7)}.bttn-gradient{border-radius:100px;box-shadow:0 1px 2px rgba(0,0,0,.25);text-shadow:0 1px 0 hsla(0,0%,100%,.25)}.bttn-gradient,.bttn-gradient.bttn-default{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#d6e3ff));background-image:-webkit-linear-gradient(top,#fff,#d6e3ff);background-image:linear-gradient(180deg,#fff 0,#d6e3ff);background-image:-webkit-linear-gradient(93deg,#d6e3ff,#fff);color:#1d89ff}.bttn-gradient.bttn-primary{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#00bbd4),color-stop(1,#3f51b5));background-image:-webkit-linear-gradient(top,#00bbd4,#3f51b5);background-image:linear-gradient(180deg,#00bbd4 0,#3f51b5);background-image:-webkit-linear-gradient(93deg,#3f51b5,#00bbd4);color:#fff}.bttn-gradient.bttn-warning{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#feab3a),color-stop(1,#f35626));background-image:-webkit-linear-gradient(top,#feab3a,#f35626);background-image:linear-gradient(180deg,#feab3a 0,#f35626);background-image:-webkit-linear-gradient(93deg,#f35626,#feab3a);color:#fff}.bttn-gradient.bttn-danger{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff97c2),color-stop(1,#e91e63));background-image:-webkit-linear-gradient(top,#ff97c2,#e91e63);background-image:linear-gradient(180deg,#ff97c2 0,#e91e63);background-image:-webkit-linear-gradient(93deg,#e91e63,#ff97c2);color:#fff}.bttn-gradient.bttn-success{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#9ccc65),color-stop(1,#009688));background-image:-webkit-linear-gradient(top,#9ccc65,#009688);background-image:linear-gradient(180deg,#9ccc65 0,#009688);background-image:-webkit-linear-gradient(93deg,#009688,#9ccc65);color:#fff}.bttn-gradient.bttn-royal{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#9c27b0),color-stop(1,#512da8));background-image:-webkit-linear-gradient(top,#9c27b0,#512da8);background-image:linear-gradient(180deg,#9c27b0 0,#512da8);background-image:-webkit-linear-gradient(93deg,#512da8,#9c27b0);color:#fff}.bttn-minimal{margin:0;padding:0;border-color:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;overflow:hidden;border-width:0;border-radius:4px;background:transparent;color:#fff;-webkit-transition:all .5s cubic-bezier(.02,.01,.47,1);transition:all .5s cubic-bezier(.02,.01,.47,1)}.bttn-minimal:after,.bttn-minimal:before{position:absolute;bottom:0;left:10px;width:calc(100% - 20px);height:1px;background:currentColor;content:'';opacity:.65;-webkit-transition:opacity .5s cubic-bezier(.02,.01,.47,1),-webkit-transform .5s cubic-bezier(.02,.01,.47,1);transition:opacity .5s cubic-bezier(.02,.01,.47,1),-webkit-transform .5s cubic-bezier(.02,.01,.47,1);transition:transform .5s cubic-bezier(.02,.01,.47,1),opacity .5s cubic-bezier(.02,.01,.47,1);transition:transform .5s cubic-bezier(.02,.01,.47,1),opacity .5s cubic-bezier(.02,.01,.47,1),-webkit-transform .5s cubic-bezier(.02,.01,.47,1)}.bttn-minimal:focus,.bttn-minimal:hover{opacity:.9}.bttn-minimal:focus:after,.bttn-minimal:hover:after{opacity:1;-webkit-transform:translateX(-10px) rotate(.001deg);transform:translateX(-10px) rotate(.001deg)}.bttn-minimal:focus:before,.bttn-minimal:hover:before{opacity:1;-webkit-transform:translateX(10px) rotate(.001deg);transform:translateX(10px) rotate(.001deg)}.bttn-minimal.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-minimal.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-minimal.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-minimal.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-minimal.bttn-default{color:#fff}.bttn-minimal.bttn-primary{color:#1d89ff}.bttn-minimal.bttn-warning{color:#feab3a}.bttn-minimal.bttn-danger{color:#ff5964}.bttn-minimal.bttn-success{color:#28b78d}.bttn-minimal.bttn-royal{color:#bd2df5}.bttn-stretch{margin:0;padding:0;border-color:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;overflow:hidden;border-width:0;border-radius:0;background:transparent;color:#fff;letter-spacing:0}.bttn-stretch,.bttn-stretch:after,.bttn-stretch:before{-webkit-transition:all .2s cubic-bezier(.02,.01,.47,1);transition:all .2s cubic-bezier(.02,.01,.47,1)}.bttn-stretch:after,.bttn-stretch:before{position:absolute;left:0;width:100%;height:1px;background:currentColor;content:'';opacity:.65;-webkit-transform:scaleX(0);transform:scaleX(0)}.bttn-stretch:after{top:0}.bttn-stretch:before{bottom:0}.bttn-stretch:focus,.bttn-stretch:hover{letter-spacing:2px;opacity:.9;-webkit-transition:all .3s cubic-bezier(.02,.01,.47,1);transition:all .3s cubic-bezier(.02,.01,.47,1)}.bttn-stretch:focus:after,.bttn-stretch:focus:before,.bttn-stretch:hover:after,.bttn-stretch:hover:before{opacity:1;-webkit-transition:all .3s cubic-bezier(.02,.01,.47,1);transition:all .3s cubic-bezier(.02,.01,.47,1);-webkit-transform:scaleX(1);transform:scaleX(1)}.bttn-stretch.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-stretch.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-stretch.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-stretch.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-stretch.bttn-default{color:#fff}.bttn-stretch.bttn-primary{color:#1d89ff}.bttn-stretch.bttn-warning{color:#feab3a}.bttn-stretch.bttn-danger{color:#ff5964}.bttn-stretch.bttn-success{color:#28b78d}.bttn-stretch.bttn-royal{color:#bd2df5}.bttn-jelly{margin:0;padding:0;border-width:0;border-color:transparent;background:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;overflow:hidden;background:#fff;color:#1d89ff}.bttn-jelly,.bttn-jelly:before{border-radius:50px;-webkit-transition:all .2s cubic-bezier(.02,.01,.47,1);transition:all .2s cubic-bezier(.02,.01,.47,1)}.bttn-jelly:before{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;content:'';z-index:-1;opacity:0;-webkit-transform:scale(.2);transform:scale(.2)}.bttn-jelly:focus,.bttn-jelly:hover{box-shadow:0 1px 8px rgba(58,51,53,.4);-webkit-transform:scale(1.1);transform:scale(1.1)}.bttn-jelly:focus,.bttn-jelly:focus:before,.bttn-jelly:hover,.bttn-jelly:hover:before{-webkit-transition:all .3s cubic-bezier(.02,.01,.47,1);transition:all .3s cubic-bezier(.02,.01,.47,1)}.bttn-jelly:focus:before,.bttn-jelly:hover:before{opacity:.15;-webkit-transform:scale(1);transform:scale(1)}.bttn-jelly.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-jelly.bttn-xs:focus,.bttn-jelly.bttn-xs:hover{box-shadow:0 1px 4px rgba(58,51,53,.4)}.bttn-jelly.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-jelly.bttn-sm:focus,.bttn-jelly.bttn-sm:hover{box-shadow:0 1px 6px rgba(58,51,53,.4)}.bttn-jelly.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-jelly.bttn-md:focus,.bttn-jelly.bttn-md:hover{box-shadow:0 1px 8px rgba(58,51,53,.4)}.bttn-jelly.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-jelly.bttn-lg:focus,.bttn-jelly.bttn-lg:hover{box-shadow:0 1px 10px rgba(58,51,53,.4)}.bttn-jelly.bttn-default{background:#fff;color:#1d89ff}.bttn-jelly.bttn-primary{background:#1d89ff;color:#fff}.bttn-jelly.bttn-warning{background:#feab3a;color:#fff}.bttn-jelly.bttn-danger{background:#ff5964;color:#fff}.bttn-jelly.bttn-success{background:#28b78d;color:#fff}.bttn-jelly.bttn-royal{background:#bd2df5;color:#fff}.bttn-fill{margin:0;padding:0;border-width:0;border-color:transparent;background:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;z-index:0;border:none;background:#fff;color:#1d89ff;-webkit-transition:all .3s cubic-bezier(.02,.01,.47,1);transition:all .3s cubic-bezier(.02,.01,.47,1)}.bttn-fill:before{position:absolute;bottom:0;left:0;width:100%;height:100%;background:#1d89ff;content:'';opacity:0;-webkit-transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:transform .15s ease-out,opacity .15s ease-out;transition:transform .15s ease-out,opacity .15s ease-out,-webkit-transform .15s ease-out;z-index:-1;-webkit-transform:scaleX(0);transform:scaleX(0)}.bttn-fill:focus,.bttn-fill:hover{box-shadow:0 1px 8px rgba(58,51,53,.3);color:#fff;-webkit-transition:all .5s cubic-bezier(.02,.01,.47,1);transition:all .5s cubic-bezier(.02,.01,.47,1)}.bttn-fill:focus:before,.bttn-fill:hover:before{opacity:1;-webkit-transition:opacity .2s ease-in,-webkit-transform .2s ease-in;transition:opacity .2s ease-in,-webkit-transform .2s ease-in;transition:transform .2s ease-in,opacity .2s ease-in;transition:transform .2s ease-in,opacity .2s ease-in,-webkit-transform .2s ease-in;-webkit-transform:scaleX(1);transform:scaleX(1)}.bttn-fill.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-fill.bttn-xs:focus,.bttn-fill.bttn-xs:hover{box-shadow:0 1px 4px rgba(58,51,53,.3)}.bttn-fill.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-fill.bttn-sm:focus,.bttn-fill.bttn-sm:hover{box-shadow:0 1px 6px rgba(58,51,53,.3)}.bttn-fill.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-fill.bttn-md:focus,.bttn-fill.bttn-md:hover{box-shadow:0 1px 8px rgba(58,51,53,.3)}.bttn-fill.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-fill.bttn-lg:focus,.bttn-fill.bttn-lg:hover{box-shadow:0 1px 10px rgba(58,51,53,.3)}.bttn-fill.bttn-default{background:#fff;color:#1d89ff}.bttn-fill.bttn-default:focus,.bttn-fill.bttn-default:hover{color:#fff}.bttn-fill.bttn-default:before{background:#1d89ff}.bttn-fill.bttn-primary{background:#1d89ff;color:#fff}.bttn-fill.bttn-primary:focus,.bttn-fill.bttn-primary:hover{color:#1d89ff}.bttn-fill.bttn-primary:before{background:#fff}.bttn-fill.bttn-warning{background:#feab3a;color:#fff}.bttn-fill.bttn-warning:focus,.bttn-fill.bttn-warning:hover{color:#feab3a}.bttn-fill.bttn-warning:before{background:#fff}.bttn-fill.bttn-danger{background:#ff5964;color:#fff}.bttn-fill.bttn-danger:focus,.bttn-fill.bttn-danger:hover{color:#ff5964}.bttn-fill.bttn-danger:before{background:#fff}.bttn-fill.bttn-success{background:#28b78d;color:#fff}.bttn-fill.bttn-success:focus,.bttn-fill.bttn-success:hover{color:#28b78d}.bttn-fill.bttn-success:before{background:#fff}.bttn-fill.bttn-royal{background:#bd2df5;color:#fff}.bttn-fill.bttn-royal:focus,.bttn-fill.bttn-royal:hover{color:#bd2df5}.bttn-fill.bttn-royal:before{background:#fff}.bttn-material-circle{margin:0;padding:0;border-color:transparent;background:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;overflow:hidden;border-width:0;border-radius:50%;background:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.18),0 1px 5px 0 rgba(0,0,0,.15);color:#1d89ff;-webkit-transition:all .25s cubic-bezier(.02,.01,.47,1);transition:all .25s cubic-bezier(.02,.01,.47,1);-webkit-transform:translateZ(0);transform:translateZ(0)}.bttn-material-circle:focus,.bttn-material-circle:hover{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);-webkit-transition:box-shadow .4s ease-out;transition:box-shadow .4s ease-out}.bttn-material-circle.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit;width:28px;height:28px;line-height:24px}.bttn-material-circle.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit;width:36px;height:36px;line-height:30px}.bttn-material-circle.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px;width:44px;height:44px;line-height:38px}.bttn-material-circle.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit;width:54px;height:54px;line-height:44px}.bttn-material-circle.bttn-default{background:#fff;color:#1d89ff}.bttn-material-circle.bttn-primary{background:#1d89ff;color:#fff}.bttn-material-circle.bttn-warning{background:#feab3a;color:#fff}.bttn-material-circle.bttn-danger{background:#ff5964;color:#fff}.bttn-material-circle.bttn-success{background:#28b78d;color:#fff}.bttn-material-circle.bttn-royal{background:#bd2df5;color:#fff}.bttn-material-flat{margin:0;padding:0;border-color:transparent;background:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;overflow:hidden;border-width:0;border-radius:2px;background:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.18),0 1px 5px 0 rgba(0,0,0,.15);color:#1d89ff;text-transform:uppercase;-webkit-transition:all .25s cubic-bezier(.02,.01,.47,1);transition:all .25s cubic-bezier(.02,.01,.47,1);-webkit-transform:translateZ(0);transform:translateZ(0)}.bttn-material-flat:focus,.bttn-material-flat:hover{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);-webkit-transition:box-shadow .4s ease-out;transition:box-shadow .4s ease-out}.bttn-material-flat.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-material-flat.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-material-flat.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-material-flat.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-material-flat.bttn-default{background:#fff;color:#1d89ff}.bttn-material-flat.bttn-primary{background:#1d89ff;color:#fff}.bttn-material-flat.bttn-warning{background:#feab3a;color:#fff}.bttn-material-flat.bttn-danger{background:#ff5964;color:#fff}.bttn-material-flat.bttn-success{background:#28b78d;color:#fff}.bttn-material-flat.bttn-royal{background:#bd2df5;color:#fff}.bttn-pill{margin:0;padding:0;border-width:0;border-color:transparent;background:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;z-index:0;overflow:hidden;border:none;border-radius:100px;background:#fff;color:#1d89ff;-webkit-transition:all .3s cubic-bezier(.02,.01,.47,1);transition:all .3s cubic-bezier(.02,.01,.47,1)}.bttn-pill:after,.bttn-pill:before{position:absolute;right:0;bottom:0;width:100px;height:100px;border-radius:50%;background:#1d89ff;content:'';opacity:0;-webkit-transition:opacity .15s cubic-bezier(.02,.01,.47,1),-webkit-transform .15s cubic-bezier(.02,.01,.47,1);transition:opacity .15s cubic-bezier(.02,.01,.47,1),-webkit-transform .15s cubic-bezier(.02,.01,.47,1);transition:transform .15s cubic-bezier(.02,.01,.47,1),opacity .15s cubic-bezier(.02,.01,.47,1);transition:transform .15s cubic-bezier(.02,.01,.47,1),opacity .15s cubic-bezier(.02,.01,.47,1),-webkit-transform .15s cubic-bezier(.02,.01,.47,1);z-index:-1;-webkit-transform:translate(100%,-25%) translateZ(0);transform:translate(100%,-25%) translateZ(0)}.bttn-pill:focus,.bttn-pill:hover{box-shadow:0 1px 8px rgba(58,51,53,.3);color:#fff;-webkit-transition:all .5s cubic-bezier(.02,.01,.47,1);transition:all .5s cubic-bezier(.02,.01,.47,1);-webkit-transform:scale(1.1) translateZ(0);transform:scale(1.1) translateZ(0)}.bttn-pill:focus:before,.bttn-pill:hover:before{opacity:.15;-webkit-transition:opacity .2s cubic-bezier(.02,.01,.47,1),-webkit-transform .2s cubic-bezier(.02,.01,.47,1);transition:opacity .2s cubic-bezier(.02,.01,.47,1),-webkit-transform .2s cubic-bezier(.02,.01,.47,1);transition:transform .2s cubic-bezier(.02,.01,.47,1),opacity .2s cubic-bezier(.02,.01,.47,1);transition:transform .2s cubic-bezier(.02,.01,.47,1),opacity .2s cubic-bezier(.02,.01,.47,1),-webkit-transform .2s cubic-bezier(.02,.01,.47,1);-webkit-transform:translate3d(50%,0,0) scale(.9);transform:translate3d(50%,0,0) scale(.9)}.bttn-pill:focus:after,.bttn-pill:hover:after{opacity:.25;-webkit-transition:opacity .2s cubic-bezier(.02,.01,.47,1) .05s,-webkit-transform .2s cubic-bezier(.02,.01,.47,1) .05s;transition:opacity .2s cubic-bezier(.02,.01,.47,1) .05s,-webkit-transform .2s cubic-bezier(.02,.01,.47,1) .05s;transition:transform .2s cubic-bezier(.02,.01,.47,1) .05s,opacity .2s cubic-bezier(.02,.01,.47,1) .05s;transition:transform .2s cubic-bezier(.02,.01,.47,1) .05s,opacity .2s cubic-bezier(.02,.01,.47,1) .05s,-webkit-transform .2s cubic-bezier(.02,.01,.47,1) .05s;-webkit-transform:translate(50%) scale(1.1);transform:translate(50%) scale(1.1)}.bttn-pill.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-pill.bttn-xs:focus,.bttn-pill.bttn-xs:hover{box-shadow:0 1px 4px rgba(58,51,53,.3)}.bttn-pill.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-pill.bttn-sm:focus,.bttn-pill.bttn-sm:hover{box-shadow:0 1px 6px rgba(58,51,53,.3)}.bttn-pill.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-pill.bttn-md:focus,.bttn-pill.bttn-md:hover{box-shadow:0 1px 8px rgba(58,51,53,.3)}.bttn-pill.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-pill.bttn-lg:focus,.bttn-pill.bttn-lg:hover{box-shadow:0 1px 10px rgba(58,51,53,.3)}.bttn-pill.bttn-default{background:#fff;color:#1d89ff}.bttn-pill.bttn-default:focus,.bttn-pill.bttn-default:hover{color:#1d89ff}.bttn-pill.bttn-default:after,.bttn-pill.bttn-default:before{background:#1d89ff}.bttn-pill.bttn-primary{background:#1d89ff;color:#fff}.bttn-pill.bttn-primary:focus,.bttn-pill.bttn-primary:hover{color:#fff}.bttn-pill.bttn-primary:after,.bttn-pill.bttn-primary:before{background:#fff}.bttn-pill.bttn-warning{background:#feab3a;color:#fff}.bttn-pill.bttn-warning:focus,.bttn-pill.bttn-warning:hover{color:#fff}.bttn-pill.bttn-warning:after,.bttn-pill.bttn-warning:before{background:#fff}.bttn-pill.bttn-danger{background:#ff5964;color:#fff}.bttn-pill.bttn-danger:focus,.bttn-pill.bttn-danger:hover{color:#fff}.bttn-pill.bttn-danger:after,.bttn-pill.bttn-danger:before{background:#fff}.bttn-pill.bttn-success{background:#28b78d;color:#fff}.bttn-pill.bttn-success:focus,.bttn-pill.bttn-success:hover{color:#fff}.bttn-pill.bttn-success:after,.bttn-pill.bttn-success:before{background:#fff}.bttn-pill.bttn-royal{background:#bd2df5;color:#fff}.bttn-pill.bttn-royal:focus,.bttn-pill.bttn-royal:hover{color:#fff}.bttn-pill.bttn-royal:after,.bttn-pill.bttn-royal:before{background:#fff}.bttn-float{margin:0;padding:0;border-width:0;border-color:transparent;background:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;overflow:hidden;border:1px dotted #fff;border-radius:4px;background:hsla(0,0%,100%,.4);color:#fff;-webkit-transition:opacity .3s cubic-bezier(.02,.01,.47,1),box-shadow .2s cubic-bezier(.02,.01,.47,1),-webkit-transform .3s cubic-bezier(.02,.01,.47,1);transition:opacity .3s cubic-bezier(.02,.01,.47,1),box-shadow .2s cubic-bezier(.02,.01,.47,1),-webkit-transform .3s cubic-bezier(.02,.01,.47,1);transition:transform .3s cubic-bezier(.02,.01,.47,1),opacity .3s cubic-bezier(.02,.01,.47,1),box-shadow .2s cubic-bezier(.02,.01,.47,1);transition:transform .3s cubic-bezier(.02,.01,.47,1),opacity .3s cubic-bezier(.02,.01,.47,1),box-shadow .2s cubic-bezier(.02,.01,.47,1),-webkit-transform .3s cubic-bezier(.02,.01,.47,1)}.bttn-float:focus,.bttn-float:hover{box-shadow:0 30px 30px rgba(0,0,0,.16);opacity:.85;-webkit-transition:opacity .2s cubic-bezier(.02,.01,.47,1),box-shadow .4s cubic-bezier(.02,.01,.47,1),-webkit-transform .2s cubic-bezier(.02,.01,.47,1);transition:opacity .2s cubic-bezier(.02,.01,.47,1),box-shadow .4s cubic-bezier(.02,.01,.47,1),-webkit-transform .2s cubic-bezier(.02,.01,.47,1);transition:transform .2s cubic-bezier(.02,.01,.47,1),opacity .2s cubic-bezier(.02,.01,.47,1),box-shadow .4s cubic-bezier(.02,.01,.47,1);transition:transform .2s cubic-bezier(.02,.01,.47,1),opacity .2s cubic-bezier(.02,.01,.47,1),box-shadow .4s cubic-bezier(.02,.01,.47,1),-webkit-transform .2s cubic-bezier(.02,.01,.47,1)}.bttn-float.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-float.bttn-xs:focus,.bttn-float.bttn-xs:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px)}.bttn-float.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-float.bttn-sm:focus,.bttn-float.bttn-sm:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.bttn-float.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-float.bttn-md:focus,.bttn-float.bttn-md:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.bttn-float.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-float.bttn-lg:focus,.bttn-float.bttn-lg:hover{-webkit-transform:translateY(-12px);transform:translateY(-12px)}.bttn-float.bttn-default{border-color:#fff;background:hsla(0,0%,100%,.4);color:#fff}.bttn-float.bttn-primary{border-color:#1d89ff;background:rgba(29,137,255,.4);color:#1d89ff}.bttn-float.bttn-warning{border-color:#feab3a;background:rgba(254,171,58,.4);color:#feab3a}.bttn-float.bttn-danger{border-color:#ff5964;background:rgba(255,89,100,.4);color:#ff5964}.bttn-float.bttn-success{border-color:#28b78d;background:rgba(40,183,141,.4);color:#28b78d}.bttn-float.bttn-royal{border-color:#bd2df5;background:rgba(189,45,245,.4);color:#bd2df5}.bttn-unite{margin:0;padding:0;border-width:0;border-color:transparent;background:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;z-index:0;overflow:hidden;border:1px solid #1d89ff;border-radius:100px;background:#fff;color:#1d89ff;-webkit-transition:color .3s cubic-bezier(.02,.01,.47,1),border-color .3s cubic-bezier(.02,.01,.47,1);transition:color .3s cubic-bezier(.02,.01,.47,1),border-color .3s cubic-bezier(.02,.01,.47,1)}.bttn-unite:before{background:#d6e3ff;-webkit-transform:translate3d(-110%,-10%,0) skewX(-20deg);transform:translate3d(-110%,-10%,0) skewX(-20deg)}.bttn-unite:after,.bttn-unite:before{position:absolute;top:0;left:0;width:100%;height:120%;content:'';opacity:0;z-index:-1;-webkit-transition:opacity .15s cubic-bezier(.02,.01,.47,1),-webkit-transform .15s cubic-bezier(.02,.01,.47,1);transition:opacity .15s cubic-bezier(.02,.01,.47,1),-webkit-transform .15s cubic-bezier(.02,.01,.47,1);transition:transform .15s cubic-bezier(.02,.01,.47,1),opacity .15s cubic-bezier(.02,.01,.47,1);transition:transform .15s cubic-bezier(.02,.01,.47,1),opacity .15s cubic-bezier(.02,.01,.47,1),-webkit-transform .15s cubic-bezier(.02,.01,.47,1)}.bttn-unite:after{background:rgba(214,227,255,.7);-webkit-transform:translate3d(110%,-10%,0) skewX(-20deg);transform:translate3d(110%,-10%,0) skewX(-20deg)}.bttn-unite:focus,.bttn-unite:hover{box-shadow:0 1px 8px rgba(58,51,53,.3);color:#1d89ff;-webkit-transition:all .5s cubic-bezier(.02,.01,.47,1);transition:all .5s cubic-bezier(.02,.01,.47,1)}.bttn-unite:focus:before,.bttn-unite:hover:before{-webkit-transform:translate3d(-50%,-10%,0) skewX(-20deg);transform:translate3d(-50%,-10%,0) skewX(-20deg)}.bttn-unite:focus:after,.bttn-unite:focus:before,.bttn-unite:hover:after,.bttn-unite:hover:before{opacity:1;-webkit-transition:opacity .25s cubic-bezier(.02,.01,.47,1),-webkit-transform .25s cubic-bezier(.02,.01,.47,1);transition:opacity .25s cubic-bezier(.02,.01,.47,1),-webkit-transform .25s cubic-bezier(.02,.01,.47,1);transition:transform .25s cubic-bezier(.02,.01,.47,1),opacity .25s cubic-bezier(.02,.01,.47,1);transition:transform .25s cubic-bezier(.02,.01,.47,1),opacity .25s cubic-bezier(.02,.01,.47,1),-webkit-transform .25s cubic-bezier(.02,.01,.47,1)}.bttn-unite:focus:after,.bttn-unite:hover:after{-webkit-transform:translate3d(50%,-10%,0) skewX(-20deg);transform:translate3d(50%,-10%,0) skewX(-20deg)}.bttn-unite.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-unite.bttn-xs:focus,.bttn-unite.bttn-xs:hover{box-shadow:0 1px 4px rgba(58,51,53,.3)}.bttn-unite.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-unite.bttn-sm:focus,.bttn-unite.bttn-sm:hover{box-shadow:0 1px 6px rgba(58,51,53,.3)}.bttn-unite.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-unite.bttn-md:focus,.bttn-unite.bttn-md:hover{box-shadow:0 1px 8px rgba(58,51,53,.3)}.bttn-unite.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-unite.bttn-lg:focus,.bttn-unite.bttn-lg:hover{box-shadow:0 1px 10px rgba(58,51,53,.3)}.bttn-unite.bttn-default{border-color:#1d89ff;color:#1d89ff}.bttn-unite.bttn-default:focus,.bttn-unite.bttn-default:hover{background:#d6e3ff;color:#1d89ff}.bttn-unite.bttn-default:before{background:#a7c3ff}.bttn-unite.bttn-default:after{background:#d6e3ff}.bttn-unite.bttn-primary{border-color:#1d89ff;color:#1d89ff}.bttn-unite.bttn-primary:focus,.bttn-unite.bttn-primary:hover{background:#1d89ff;color:#fff}.bttn-unite.bttn-primary:before{background:#006de3}.bttn-unite.bttn-primary:after{background:#1d89ff}.bttn-unite.bttn-warning{border-color:#feab3a;color:#feab3a}.bttn-unite.bttn-warning:focus,.bttn-unite.bttn-warning:hover{background:#feab3a;color:#fff}.bttn-unite.bttn-warning:before{background:#f89001}.bttn-unite.bttn-warning:after{background:#feab3a}.bttn-unite.bttn-danger{border-color:#ff5964;color:#ff5964}.bttn-unite.bttn-danger:focus,.bttn-unite.bttn-danger:hover{background:#ff5964;color:#fff}.bttn-unite.bttn-danger:before{background:#ff1424}.bttn-unite.bttn-danger:after{background:#ff5964}.bttn-unite.bttn-success{border-color:#28b78d;color:#28b78d}.bttn-unite.bttn-success:focus,.bttn-unite.bttn-success:hover{background:#28b78d;color:#fff}.bttn-unite.bttn-success:before{background:#209271}.bttn-unite.bttn-success:after{background:#28b78d}.bttn-unite.bttn-royal{border-color:#bd2df5;color:#bd2df5}.bttn-unite.bttn-royal:focus,.bttn-unite.bttn-royal:hover{background:#bd2df5;color:#fff}.bttn-unite.bttn-royal:before{background:#a20bdd}.bttn-unite.bttn-royal:after{background:#bd2df5}.bttn-slant{margin:0;padding:0;border-width:0;border-color:transparent;font-weight:400;cursor:pointer;position:relative;font-size:20px;font-family:inherit;padding:5px 12px;z-index:0;border:none;border-radius:0;background:transparent;color:#1d89ff;-webkit-transition:color .3s cubic-bezier(.02,.01,.47,1),-webkit-transform .3s cubic-bezier(.02,.01,.47,1);transition:color .3s cubic-bezier(.02,.01,.47,1),-webkit-transform .3s cubic-bezier(.02,.01,.47,1);transition:color .3s cubic-bezier(.02,.01,.47,1),transform .3s cubic-bezier(.02,.01,.47,1);transition:color .3s cubic-bezier(.02,.01,.47,1),transform .3s cubic-bezier(.02,.01,.47,1),-webkit-transform .3s cubic-bezier(.02,.01,.47,1)}.bttn-slant:before{width:100%;background:#fafafa;-webkit-transition:box-shadow .2s cubic-bezier(.02,.01,.47,1);transition:box-shadow .2s cubic-bezier(.02,.01,.47,1)}.bttn-slant:after,.bttn-slant:before{position:absolute;top:0;left:0;z-index:-1;height:100%;content:'';-webkit-transform:skewX(20deg);transform:skewX(20deg)}.bttn-slant:after{width:0;background:hsla(0,0%,98%,.3);opacity:0;-webkit-transition:opacity .2s cubic-bezier(.02,.01,.47,1),width .15s cubic-bezier(.02,.01,.47,1);transition:opacity .2s cubic-bezier(.02,.01,.47,1),width .15s cubic-bezier(.02,.01,.47,1)}.bttn-slant:focus,.bttn-slant:hover{-webkit-transform:translateX(5px);transform:translateX(5px)}.bttn-slant:focus:after,.bttn-slant:hover:after{width:5px;opacity:1}.bttn-slant:focus:before,.bttn-slant:hover:before{box-shadow:inset 0 -1px 0 #a7c3ff,inset 0 1px 0 #a7c3ff,inset -1px 0 0 #a7c3ff}.bttn-slant.bttn-xs{padding:3px 8px;font-size:12px;font-family:inherit}.bttn-slant.bttn-sm{padding:4px 10px;font-size:16px;font-family:inherit}.bttn-slant.bttn-md{font-size:20px;font-family:inherit;padding:5px 12px}.bttn-slant.bttn-lg{padding:8px 15px;font-size:24px;font-family:inherit}.bttn-slant.bttn-default{color:#1d89ff}.bttn-slant.bttn-default:focus:before,.bttn-slant.bttn-default:hover:before{box-shadow:inset 0 -1px 0 #a7c3ff,inset 0 1px 0 #a7c3ff,inset -1px 0 0 #a7c3ff}.bttn-slant.bttn-default:before{background:#fff}.bttn-slant.bttn-default:after{background:#a7c3ff}.bttn-slant.bttn-primary{color:#fff}.bttn-slant.bttn-primary:focus:before,.bttn-slant.bttn-primary:hover:before{box-shadow:inset 0 -1px 0 #006de3,inset 0 1px 0 #006de3,inset -1px 0 0 #006de3}.bttn-slant.bttn-primary:before{background:#1d89ff}.bttn-slant.bttn-primary:after{background:#006de3}.bttn-slant.bttn-warning{color:#fff}.bttn-slant.bttn-warning:focus:before,.bttn-slant.bttn-warning:hover:before{box-shadow:inset 0 -1px 0 #f89001,inset 0 1px 0 #f89001,inset -1px 0 0 #f89001}.bttn-slant.bttn-warning:before{background:#feab3a}.bttn-slant.bttn-warning:after{background:#f89001}.bttn-slant.bttn-danger{color:#fff}.bttn-slant.bttn-danger:focus:before,.bttn-slant.bttn-danger:hover:before{box-shadow:inset 0 -1px 0 #ff1424,inset 0 1px 0 #ff1424,inset -1px 0 0 #ff1424}.bttn-slant.bttn-danger:before{background:#ff5964}.bttn-slant.bttn-danger:after{background:#ff1424}.bttn-slant.bttn-success{color:#fff}.bttn-slant.bttn-success:focus:before,.bttn-slant.bttn-success:hover:before{box-shadow:inset 0 -1px 0 #209271,inset 0 1px 0 #209271,inset -1px 0 0 #209271}.bttn-slant.bttn-success:before{background:#28b78d}.bttn-slant.bttn-success:after{background:#209271}.bttn-slant.bttn-royal{color:#fff}.bttn-slant.bttn-royal:focus:before,.bttn-slant.bttn-royal:hover:before{box-shadow:inset 0 -1px 0 #a20bdd,inset 0 1px 0 #a20bdd,inset -1px 0 0 #a20bdd}.bttn-slant.bttn-royal:before{background:#bd2df5}.bttn-slant.bttn-royal:after{background:#a20bdd}.bttn-block{display:block;width:100%}.bttn-no-outline,.bttn-no-outline:active,.bttn-no-outline:focus,.bttn-no-outline:hover{outline:none}

/* public */
body {
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 14px;
    min-height: 100vh;
}

.container {
    width: 1360px;
    margin: 0 auto;
}



.colorYellow {
    color: #c9a063;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.flex {
    display: flex;
}

.alignCenter {
    align-items: center;
}

.justifyBetween {
    justify-content: space-between;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.defaultHeight {
    min-height: calc(85vh);
}

.mobileIndex {
    display: none
}

@media (max-width: 760px) {
    .defaultHeight {
        display: none
    }

    .mobileIndex {
        display: block;
        height: calc(100vh);
        margin-top: 50px;
        background-size: cover;
    }

        .mobileIndex ul {
            padding-top: 50px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 10px
        }

            .mobileIndex ul li {
                text-align: center
            }

                .mobileIndex ul li a {
                    padding: 5px;
                    background: rgba(0,0,0,0.5);
                    color: #fff;
                    width: 90px;
                }

                    .mobileIndex ul li a i {
                        display: block;
                        font-size: 50px
                    }

                    .mobileIndex ul li a span {
                        display: block;
                        line-height: 25px;
                    }
}

.btnCenter {
    transform: translate(-50%, 0%);
    position: absolute;
    bottom: 30px;
    left: 50%;
    text-align: center;
}

.more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, #e60012 0%, #ff7833 100%);
    border-radius: 20px;
    color: #fff;
}

@media screen and (min-width:760px) and (max-width:1360px) {
    body {
        overflow-x: scroll;
    }

    .container {
        /*width: 100%;*/

        padding: 0 50px;
        box-sizing: border-box;
    }
}


@media (max-width: 760px) {
    .btnCenter {
        bottom: 0;
    }

    .container {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .btnCenter {
        bottom: 0;
    }

    .container {
        width: 100%;
    }
}
/* header */
.pcHeader {
    min-width: 1500px;
    position: fixed;
    z-index: 6;
    width: 100%;
    top: 0;
}

    .pcHeader .top {
        z-index: 2;
        height: 26px;
        overflow: hidden;
        line-height: 25px;
        text-align: right;
        background: #2b4664;
        color: #ffffff;
        position: relative;
        z-index: 1;
        font-size: 12px;
    }

        .pcHeader .top i {
            font-size: 14px;
        }

        .pcHeader .top span {
            margin-left: 40px;
        }

    .pcHeader .bottom {
        z-index: 1;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
    }

        .pcHeader .bottom > div {
            height: 100%;
        }

        .pcHeader .bottom .logo {
            width: 250px;
        }

        .pcHeader .bottom .ul_list {
            display: flex;
            line-height: 100%;
            height: 90px;
        }

            .pcHeader .bottom .ul_list > li {
                color: #666666;
                display: flex;
                align-items: center;
                opacity: 0;
                font-size: 13px;
            }

        .pcHeader .bottom .logoBox {
            position: relative;
            overflow: hidden;
        }

            .pcHeader .bottom .logoBox .logo {
                width: 250px;
            }

            .pcHeader .bottom .logoBox .logoShadow {
                position: absolute;
                left: -50px;
                top: -25px;
                animation: mymove 2s linear infinite;
                -webkit-animation: mymove 2s linear infinite;
                /* Safari and Chrome */
            }

@keyframes mymove {
    from {
        left: -50px;
    }

    to {
        left: 275px;
    }
}

.pcHeader .bottom .ul_list > li:hover {
    color: #1e50a2;
    transition: all 0.5s;
}

.pcHeader .bottom .ul_list > li:last-child > a {
    border-right: none;
    padding-right: 0;
}

.pcHeader .bottom .ul_list > li a {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    border-right: 1px dotted #b5b5b6;
    text-align: center;
}

    .pcHeader .bottom .ul_list > li a span {
        display: block;
        padding: 2px 0;
    }

.pcHeader .bottom .ul_list > li:hover > .sub_list {
    height: auto;
    box-shadow: 0px 1px 3px 1px #ddd;
    border-top: 2px solid;
}

    .pcHeader .bottom .ul_list > li:hover > .sub_list > li {
        height: 34px;
        position: relative;
    }

        .pcHeader .bottom .ul_list > li:hover > .sub_list > li::after {
            content: "";
            position: absolute;
            width: 0;
            height: 1px;
            left: 30px;
            right: 10px;
            bottom: 0;
            border-bottom: 1px dotted #b5b5b6;
        }

        .pcHeader .bottom .ul_list > li:hover > .sub_list > li:hover::after {
            width: auto;
        }

        .pcHeader .bottom .ul_list > li:hover > .sub_list > li:hover img {
            opacity: 1;
        }

        .pcHeader .bottom .ul_list > li:hover > .sub_list > li:hover a {
            position: relative;
            color: #1e50a2;
            padding-left: 30px;
        }

        .pcHeader .bottom .ul_list > li:hover > .sub_list > li:last-child::after {
            border-bottom: none;
        }

.pcHeader.eng .bottom .sub_list {
    left: -50%;
}

.pcHeader .bottom .sub_list {
    position: absolute;
    left: -12%;
    top: 100%;
    background: #ffffff;
    flex-wrap: wrap;
    min-width: 160px;
    overflow: hidden;
}

    .pcHeader .bottom .sub_list > li {
        transition: all 0.5s !important;
        transition-delay: 0s !important;
        height: 0;
        padding: 0;
        overflow: hidden;
        display: block;
        width: 100%;
        white-space: nowrap;
        color: #000000;
    }

        .pcHeader .bottom .sub_list > li img {
            position: absolute;
            left: 10px;
            top: 10px;
            opacity: 0;
            transition: opacity 0.5s;
        }

        .pcHeader .bottom .sub_list > li a {
            border: none;
            padding: 10px 20px;
            text-align: left;
            transition: padding 0.5s;
        }

.pcHeader .bottom .flex {
    transition: all 0.5s;
}

.animation .top {
    transform: translateY(-35px);
    transition: all 0.5s;
}

.animation .bottom {
    transform: translateY(-137px);
    transition-property: transform, height;
    transition-duration: 0.5s, 0.5s;
    transition-delay: 0.5s;
}

    .animation .bottom .logo {
        opacity: 0;
        transform: translateX(-50px);
        transition: transform 0.8s;
        transition-delay: 0.6s;
    }

    .animation .bottom .ul_list li {
        transition-property: transform opacity;
        transition-duration: 0.8s;
        transform: translateX(50px);
    }

        .animation .bottom .ul_list li:nth-child(1) {
            transition-delay: 0.6s;
        }

        .animation .bottom .ul_list li:nth-child(2) {
            transition-delay: 0.7s;
        }

        .animation .bottom .ul_list li:nth-child(3) {
            transition-delay: 0.8s;
        }

        .animation .bottom .ul_list li:nth-child(4) {
            transition-delay: 0.9s;
        }

        .animation .bottom .ul_list li:nth-child(5) {
            transition-delay: 1s;
        }

        .animation .bottom .ul_list li:nth-child(6) {
            transition-delay: 1.1s;
        }

        .animation .bottom .ul_list li:nth-child(7) {
            transition-delay: 1.2s;
        }

        .animation .bottom .ul_list li:nth-child(8) {
            transition-delay: 1.3s;
        }

        .animation .bottom .ul_list li:nth-child(9) {
            transition-delay: 1.4s;
        }

        .animation .bottom .ul_list li:nth-child(10) {
            transition-delay: 1.5s;
        }

        .animation .bottom .ul_list li:nth-child(11) {
            transition-delay: 1.6s;
        }

.pcHeader.active .top {
    transform: translateY(0);
}

.pcHeader.active .bottom {
    transform: translateY(0);
}

    .pcHeader.active .bottom .logo {
        opacity: 1;
        transform: translateX(0px);
    }

    .pcHeader.active .bottom ul li {
        opacity: 1;
        transform: translateX(0px);
    }

.mobileHeader {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #ffffff;
}

    .mobileHeader i {
        font-size: 25px;
    }

    .mobileHeader .mobileTop {
        display: flex;
        justify-content: space-between;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

        .mobileHeader .mobileTop .logo a {
            height: 50px;
            display: flex;
            align-items: center;
        }

            .mobileHeader .mobileTop .logo a img {
                height: 25px;
            }

    .mobileHeader .mobileHeader_list {
        position: fixed;
        top: 0;
        right: -180px;
        bottom: 0;
        background: rgba(0, 0, 0, 0.85);
        width: 180px;
        padding-top: 30px;
        transition: all 0.5s ease-in;
        z-index: 3;
    }

        .mobileHeader .mobileHeader_list .mobileClose {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #fff;
        }

        .mobileHeader .mobileHeader_list li a {
            width: 100%;
            padding: 10px 20px;
            color: #fff;
            text-align: center;
            box-sizing: border-box;
        }

            .mobileHeader .mobileHeader_list li a span {
                display: inline-block;
                width: 100%;
            }

.tags {
    position: fixed;
    bottom: calc(50% - 150px);
    right: 0;
    z-index: 1;
}

    .tags .top {
        background: url(../../Content/img/public/back.png) no-repeat;
        width: 80px;
        height: 86px;
        color: #ffffff;
        text-align: center;
        line-height: 20px;
        padding-top: 15px;
        margin: 0 auto;
    }

    .tags .bottom {
        background: linear-gradient(90deg, #e60012 0%, #ff7833 100%);
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        border-radius: 20px;
        margin-top: -10px;
    }

@media (max-width: 760px) {
    .tags {
        bottom: 30px
    }

    .pcHeader {
        display: none;
    }

    .mobileHeader {
        display: block;
    }
}

footer {
    bottom: 0;
    width: 100%;
}

.pcFooter {
    background: #002c4a;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-top: 50px;
}

    .pcFooter .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 38px;
    }

        .pcFooter .container i {
            font-size: 20px;
            padding: 0 10px;
        }

.mobileFooter {
    display: none;
    background: #002c4a;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
}

    .mobileFooter p {
        margin: 5px;
        font-size: 12px;
    }

@media (max-width: 760px) {
    .pcFooter {
        display: none;
    }

    .mobileFooter {
        display: block;
    }
}

.bannerBox {
    position: relative;
}

    .bannerBox .swiperBanner {
        height: calc(85vh);
    }

        .bannerBox .swiperBanner .back {
            height: 100%;
            width: 100%;
            position: relative;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            /*background-size: auto 100%;*/
        }

            .bannerBox .swiperBanner .back .bannerBox {
                width: 600px;
                height: 200px;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
            }

                .bannerBox .swiperBanner .back .bannerBox .tag {
                    width: 200px;
                    height: 30px;
                    line-height: 30px;
                    border-radius: 15px;
                    color: #ffffff;
                    margin: 0 auto;
                    font-size: 20px;
                }

                .bannerBox .swiperBanner .back .bannerBox .tit {
                    font-size: 50px;
                    color: #ffffff;
                    padding: 20px 0;
                    font-weight: bold;
                    letter-spacing: 5px;
                }

                .bannerBox .swiperBanner .back .bannerBox .con {
                    font-size: 30px;
                    color: #ffffff;
                }

    .bannerBox .bannerNew {
        opacity: 0;
        transform: translateY(220px);
        transition: all 1s;
        transition-delay: 1.2s;
        width: 800px;
        height: 200px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        bottom: 0;
        left: 80px;
        z-index: 1;
        display: flex;
        padding: 10px 20px;
        box-sizing: border-box;
        justify-content: space-between;
    }

        .bannerBox .bannerNew .left .new {
            position: relative;
            font-size: 20px;
            color: #1e50a2;
            margin-bottom: 20px;
        }

            .bannerBox .bannerNew .left .new::after {
                content: "";
                width: 100%;
                height: 2px;
                background: #ffffff69;
                position: absolute;
                bottom: -10px;
                left: -20px;
            }

        .bannerBox .bannerNew .left ul {
            color: #333333;
        }

            .bannerBox .bannerNew .left ul li {
                height: 30px;
                line-height: 30px;
                transform: translateY(20px);
                transition: all 1s;
                opacity: 0;
            }

                .bannerBox .bannerNew .left ul li a {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 280px;
                }

                .bannerBox .bannerNew .left ul li:nth-child(1) {
                    transition-delay: 2s;
                }

                .bannerBox .bannerNew .left ul li:nth-child(2) {
                    transition-delay: 2.2s;
                }

                .bannerBox .bannerNew .left ul li:nth-child(3) {
                    transition-delay: 2.4s;
                }

        .bannerBox .bannerNew .left > a {
            width: 100px;
            height: 30px;
            background: linear-gradient(90deg, #e60012 0%, #ff7833 100%);
            border-radius: 2px;
            opacity: 0.79;
            display: block;
            color: #ffffff;
            line-height: 30px;
            text-align: center;
            margin-top: 10px;
        }

        .bannerBox .bannerNew .right {
            display: flex;
            margin-top: 20px;
        }

            .bannerBox .bannerNew .right .box {
                margin: 10px;
                position: relative;
                transform: scale(0, 0);
                transition: all 1s;
                opacity: 0;
                width: 200px;
                height: 115px;
                overflow: hidden;
                cursor: pointer;
            }

                .bannerBox .bannerNew .right .box:nth-child(1) {
                    transition-delay: 2s;
                }

                .bannerBox .bannerNew .right .box:nth-child(2) {
                    transition-delay: 2.2s;
                }

                .bannerBox .bannerNew .right .box .name {
                    position: absolute;
                    bottom: 10px;
                    color: #ffffff;
                    left: 10px;
                    font-size: 12px;
                }

                    .bannerBox .bannerNew .right .box .name > span:first-child {
                        font-size: 14px;
                        margin-right: 10px;
                    }

                .bannerBox .bannerNew .right .box img {
                    width: 100%;
                    height: 100%;
                }

                .bannerBox .bannerNew .right .box video {
                    width: 100%;
                    height: 100%;
                }

@media (max-width: 760px) {
    .bannerBox .swiperBanner {
        height: 200px;
        margin-top: 50px;
    }

        .bannerBox .swiperBanner .back .bannerBox {
            height: 200px;
        }

            .bannerBox .swiperBanner .back .bannerBox .tag {
                font-size: 16px;
                margin-top: 50px;
            }

            .bannerBox .swiperBanner .back .bannerBox .tit {
                font-size: 20px;
            }

    .bannerBox .bannerNew {
        position: initial;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

        .bannerBox .bannerNew .left {
            width: 100%;
        }

        .bannerBox .bannerNew .right {
            width: 100%;
        }

            .bannerBox .bannerNew .right a {
                width: 50%
            }

            .bannerBox .bannerNew .right .box {
                width: 50%;
                margin: 3px;
            }

                .bannerBox .bannerNew .right .box video {
                    width: auto
                }

                .bannerBox .bannerNew .right .box .name {
                    bottom: 10px;
                }

    .swiper-prev {
        display: none;
    }

    .swiper-next {
        display: none;
    }
}

.bannerBox.active .bannerNew {
    opacity: 1;
    transform: translateY(0px);
}

    .bannerBox.active .bannerNew .left ul li {
        transform: translateY(0px);
        opacity: 1;
    }

    .bannerBox.active .bannerNew .right .box {
        transform: scale(1, 1);
        opacity: 1;
    }

.busBanner {
    padding: 60px 0;
    position: relative;
}

    .busBanner .titBox {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #b5b5b6;
        position: relative;
        align-items: flex-end;
        /*padding-bottom: 10px;*/
    }

        .busBanner .titBox .tit {
            color: #1e50a2;
            font-size: 24px;
            padding-bottom: 10px;
        }

        .busBanner .titBox .eng_tit {
            position: absolute;
            top: 50px;
            left: 0;
            font-size: 60px;
            color: #1e50a221;
        }

        /*.busBanner .titBox ul {
            display: flex;*/
        /*width: 24%;*/
        /*}

            .busBanner .titBox ul li {
                padding: 0 10px;
                color: #999999;
                position: relative;
                border-right: 1px dotted #b5b5b6;
                cursor: pointer;
            }

                .busBanner .titBox ul li.active {
                    color: #999999;
                }

                .busBanner .titBox ul li:last-child {
                    border-right: none;
                }*/

        /*  .busBanner .titBox ul li::after {
                    content: "";
                    position: absolute;
                    width: 10px;
                    height: 2px;
                    border-radius: 3px;
                    background: #1e50a2;
                    top: 27px;
                    left: 44%;
                }*/
        .busBanner .titBox .nav_list {
            border-bottom: none;
            width: auto;
            margin-bottom: 0;
            background: none;
        }

            .busBanner .titBox .nav_list li {
                cursor: pointer;
            }
    /*  .busBanner .titBox .width_hidden {
            width: 24%;
            overflow: hidden;
            height: 10px;
            position: absolute;
            bottom: -10px;
            left: 76%;
        }

            .busBanner .titBox .width_hidden .nav_bottom_tit {
                position: relative;
                transition: all 0.5s;
                left: 31px;
            }

                .busBanner .titBox .width_hidden .nav_bottom_tit::before {
                    content: "";
                    position: absolute;
                    border-bottom: 9px solid transparent;
                    border-top: 9px solid #b5b5b6;
                    border-left: 9px solid transparent;
                    border-right: 9px solid transparent;
                    display: block;
                    z-index: 1;
                }

                .busBanner .titBox .width_hidden .nav_bottom_tit::after {
                    content: "";
                    position: absolute;
                    border-bottom: 8px solid transparent;
                    border-top: 8px solid #fff;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    z-index: 1;
                    top: 0px;
                    left: 1px;
                }*/

    .busBanner .conList {
        min-height: 505px;
        position: relative;
    }

        .busBanner .conList .conBox {
            display: none;
            padding: 50px 0;
        }

            .busBanner .conList .conBox.active {
                display: block;
            }

@media (max-width: 760px) {
    .busBanner {
        padding-top: 30px;
    }

        .busBanner .titBox {
            display: block;
        }

            .busBanner .titBox .tit {
                margin-left: 10px;
            }

            .busBanner .titBox .eng_tit {
                display: none !important;
            }

            .busBanner .titBox ul {
                width: 100%;
                margin-top: 30px;
                display: flex;
            }

                .busBanner .titBox ul li::after {
                    bottom: -10px !important;
                }

            .busBanner .titBox .width_hidden {
                width: 100%;
                left: 0;
            }
}

.newBox {
    margin: 5px;
}

    .newBox .img_box {
        overflow: hidden;
    }

        .newBox .img_box img {
            width: 100%;
            box-shadow: 0px 0px 8px 2px #eeeeee;
            position: relative;
        }

    .newBox .time {
        padding: 10px 0;
        color: #1e50a2;
    }

    .newBox .tit {
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.newBox2 {
    background: #f7f8fa;
    box-shadow: 0px 0px 8px 2px #eeeeee;
    padding: 70px 30px;
    margin: 5px;
    display: block;
}

    .newBox2 .backColor {
        transition: all 0.5s;
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        z-index: -1;
        opacity: 0;
    }

    .newBox2 .tit {
        color: #1e50a2;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 30px;
        line-height: 20px;
    }

    .newBox2 .con {
        margin-top: 45px;
        text-align: justify;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 80px;
        line-height: 20px;
    }

    .newBox2:hover {
        background: initial;
    }

        .newBox2:hover .backColor {
            opacity: 1;
            background: linear-gradient(90deg, #1e50a2, #4088cf);
        }

        .newBox2:hover .tit {
            color: #fff;
        }

        .newBox2:hover .con {
            color: #fff;
        }

@media (max-width: 760px) {
    .newBox2 {
        margin: 20px;
    }
}

.honor .newBox3 {
    box-shadow: 0px 0px 8px 2px #eeeeee;
    position: relative;
    margin: 5px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .honor .newBox3 .time {
        background: linear-gradient(90deg, #1e50a2 0%, #4088cf 100%);
        width: 60px;
        height: 60px;
        color: #ffffff;
        border-radius: 10px;
        text-align: center;
        line-height: 20px;
        position: absolute;
        bottom: 0px;
        left: 0;
        font-size: 12px;
    }

        .honor .newBox3 .time > div:first-child {
            margin-top: 10px;
        }

.honor .tit {
    text-align: center;
    margin-top: 20px;
    color: #333333;
}

@media (max-width: 760px) {
    .honor .newBox3 {
        margin: 20px;
    }
}

.newBoxT {
    margin: 15px 0;
    text-align: center;
}

.fieldBanner {
    min-height: 505px;
    position: relative;
    display: flex;
    align-items: top;
}

    .fieldBanner .name {
        width: calc(100% - 1035px);
        text-align: justify;
        line-height: 25px;
        text-indent: 2em;
        margin-top: 18px;
    }

        .fieldBanner .name p {
            margin: 0;
        }

    .fieldBanner .polygonBox {
        width: 1035px;
        height: 425px;
        position: relative;
    }

        .fieldBanner .polygonBox .polygon {
            background: url(../../Content/img/public/polygon.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            width: 125px;
            height: 150px;
            text-align: center;
            color: #fff;
            cursor: pointer;
            transition: all 0.5s;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .fieldBanner .polygonBox .polygon:hover {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .polygon.active {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .polygon2 {
            background: url(../../Content/img/public/polygon2.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            width: 125px;
            height: 150px;
            text-align: center;
            line-height: 150px;
            cursor: pointer;
            transition: all 0.5s;
        }

        .fieldBanner .polygonBox .item-1 {
            right: 810px;
            top: 138px;
        }

            .fieldBanner .polygonBox .item-1 span {
                color: #1e50a2;
                font-size: 14px;
            }

                .fieldBanner .polygonBox .item-1 span::after {
                    background: none;
                }

        .fieldBanner .polygonBox .item-2 {
            right: 675px;
            top: 138px;
        }

            .fieldBanner .polygonBox .item-2:hover {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-2.active {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-3 {
            right: 540px;
            top: 138px;
        }

            .fieldBanner .polygonBox .item-3:hover {
                background: url(../../Content/img/public/flip2.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-3.active {
                background: url(../../Content/img/public/flip2.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-4 {
            right: 405px;
            top: 138px;
        }

            .fieldBanner .polygonBox .item-4:hover {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-4.active {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-5 {
            right: 270px;
            top: 138px;
        }

            .fieldBanner .polygonBox .item-5:hover {
                background: url(../../Content/img/public/flip4.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-5.active {
                background: url(../../Content/img/public/flip4.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-6 {
            right: 135px;
            top: 138px;
        }

            .fieldBanner .polygonBox .item-6:hover {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-6.active {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-7 {
            right: 0px;
            top: 138px;
        }

            .fieldBanner .polygonBox .item-7:hover {
                background: url(../../Content/img/public/flip2.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-7.active {
                background: url(../../Content/img/public/flip2.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-8 {
            right: 67px;
            top: 18px;
        }

            .fieldBanner .polygonBox .item-8:hover {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-8.active {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-9 {
            right: 608px;
            top: 258px;
        }

            .fieldBanner .polygonBox .item-9:hover {
                background: url(../../Content/img/public/flip4.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-9.active {
                background: url(../../Content/img/public/flip4.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-10 {
            right: 473px;
            top: 18px;
        }

            .fieldBanner .polygonBox .item-10:hover {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-10.active {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-11 {
            right: 202px;
            top: 258px;
        }

            .fieldBanner .polygonBox .item-11:hover {
                background: url(../../Content/img/public/flip2.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-11.active {
                background: url(../../Content/img/public/flip2.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-12 {
            right: 337px;
            top: 258px;
        }

            .fieldBanner .polygonBox .item-12:hover {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-12.active {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-13 {
            right: 203px;
            top: 19px;
        }

            .fieldBanner .polygonBox .item-13:hover {
                background: url(../../Content/img/public/flip4.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-13.active {
                background: url(../../Content/img/public/flip4.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-14 {
            right: 743px;
            top: 19px;
        }

            .fieldBanner .polygonBox .item-14:hover {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-14.active {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-15 {
            right: 608px;
            top: 19px;
        }

            .fieldBanner .polygonBox .item-15:hover {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-15.active {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-16 {
            right: 337px;
            top: 19px;
        }

            .fieldBanner .polygonBox .item-16:hover {
                background: url(../../Content/img/public/flip2.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-16.active {
                background: url(../../Content/img/public/flip2.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-17 {
            right: 743px;
            top: 258px;
        }

            .fieldBanner .polygonBox .item-17:hover {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-17.active {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-18 {
            right: 472px;
            top: 258px;
        }

            .fieldBanner .polygonBox .item-18:hover {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-18.active {
                background: url(../../Content/img/public/flip3.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-19 {
            right: 68px;
            top: 258px;
        }

            .fieldBanner .polygonBox .item-19:hover {
                background: url(../../Content/img/public/flip4.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-19.active {
                background: url(../../Content/img/public/flip4.png) no-repeat;
                background-size: 100% 100%;
            }

        .fieldBanner .polygonBox .item-20 {
            right: 676px;
            top: 379px;
        }

            .fieldBanner .polygonBox .item-20:hover {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

            .fieldBanner .polygonBox .item-20.active {
                background: url(../../Content/img/public/flip.png) no-repeat;
                background-size: 100% 100%;
            }

@media (max-width: 760px) {
    .busBanner .conList {
        height: auto;
    }

    .fieldBanner {
        display: block;
    }

        .fieldBanner .name {
            width: 100%;
            padding: 0px 20px 20px 20px;
            box-sizing: border-box;
        }

        .fieldBanner .polygonBox {
            width: 350px;
            min-height: 850px;
            margin: 0 auto;
        }

            .fieldBanner .polygonBox .polygon2 {
                width: 100px;
                height: 120px;
                line-height: 25px;
                display: flex;
                align-items: center;
                padding: 10px;
                box-sizing: border-box;
                justify-content: center;
            }

            .fieldBanner .polygonBox .polygon {
                width: 100px;
                height: 120px;
                line-height: 25px;
                display: flex;
                align-items: center;
                padding: 10px;
                box-sizing: border-box;
                justify-content: center;
            }

            .fieldBanner .polygonBox .item-2 {
                left: 0px;
                top: 0;
            }

            .fieldBanner .polygonBox .item-3 {
                left: 260px;
                top: 0;
            }

            .fieldBanner .polygonBox .item-4 {
                left: 130px;
                top: 100px;
            }

            .fieldBanner .polygonBox .item-5 {
                left: 0px;
                top: 200px;
            }

            .fieldBanner .polygonBox .item-6 {
                left: 260px;
                top: 200px;
            }

            .fieldBanner .polygonBox .item-7 {
                left: 130px;
                top: 300px;
            }

            .fieldBanner .polygonBox .item-8 {
                left: 0px;
                top: 400px;
            }

            .fieldBanner .polygonBox .item-9 {
                left: 260px;
                top: 400px;
            }

            .fieldBanner .polygonBox .item-10 {
                left: 130px;
                top: 500px;
            }

            .fieldBanner .polygonBox .item-11 {
                left: 0px;
                top: 600px;
            }

            .fieldBanner .polygonBox .item-12 {
                left: 260px;
                top: 600px;
            }

            .fieldBanner .polygonBox .item-13 {
                left: 0;
                top: 800px;
            }

            .fieldBanner .polygonBox .item-14 {
                left: 260px;
                top: 800px;
            }

            .fieldBanner .polygonBox .item-1 {
                left: 130px;
                top: 700px;
            }
}

.shading {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 800px;
    z-index: -1;
}

    .shading img {
        width: 100%;
    }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 0 !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
}

.swiper-next {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-next i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 50px;
    }

.swiper-prev {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-prev i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 50px;
    }

.shadow {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

    .shadow .colse {
        color: #ffffff;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        z-index: 1;
    }

        .shadow .colse i {
            font-size: 16px;
        }

.topBanner {
    height: 395px;
    color: #ffffff;
    position: relative;
    background-position: center;
    background-size: cover
}

    .topBanner .absolute {
        position: absolute;
        left: 50%;
        top: 65%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .topBanner .absolute .tit {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .topBanner .absolute .nav {
            font-size: 14px;
        }

@media (max-width: 760px) {
    .topBanner .absolute .tit {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .topBanner .absolute .nav {
        font-size: 12px;
    }

    .topBanner {
        margin-top: 50px;
        height: 150px;
    }

    /*  .topBanner .tit {
            font-size: 30px;
            text-align: center;
            left: 50%;
            bottom: 50%;
            transform: translate(-50%, 0%);
        }*/
}

.nav_list {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b5b5b6;
    width: 100%;
    background: #f7f8fa;
}

    .nav_list .nav_ul {
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .nav_list .nav_ul li {
            cursor: pointer;
            padding: 0 20px;
            border-right: 1px dotted #b5b5b6;
        }

            .nav_list .nav_ul li a {
                position: relative;
            }

            /* .nav_list .nav_ul li a::after {
                    content: "";
                    position: absolute;
                    width: 10px;
                    height: 2px;
                    border-radius: 3px;
                    background: #1e50a2;
                    top: 30px;
                    left: 47%;
                }*/

            .nav_list .nav_ul li:last-child {
                border-right: none;
            }

            .nav_list .nav_ul li.active {
                color: #2b4664;
            }

    .nav_list .width_hidden {
        width: 100%;
        overflow: hidden;
        height: 10px;
    }

        .nav_list .width_hidden .nav_bottom {
            position: relative;
            transition: all 0.5s;
            left: 50px;
        }

            .nav_list .width_hidden .nav_bottom::before {
                content: "";
                position: absolute;
                border-bottom: 9px solid transparent;
                border-top: 9px solid #b5b5b6;
                border-left: 9px solid transparent;
                border-right: 9px solid transparent;
                display: block;
                z-index: 1;
            }

            .nav_list .width_hidden .nav_bottom::after {
                content: "";
                position: absolute;
                border-bottom: 8px solid transparent;
                border-top: 8px solid #fff;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                z-index: 1;
                top: 0px;
                left: 1px;
            }

@media (max-width: 760px) {
    .nav_list {
        display: none;
    }
}

.nav_content {
    display: none;
    min-height: 400px;
    margin-top: 50px;
}

    .nav_content.active {
        display: block;
    }

.aboutImgPc {
    display: block
}

.aboutImgMobile {
    display: none
}

@media (max-width: 760px) {
    .nav_content {
        margin: 20px;
    }

    .aboutImgPc {
        display: none
    }

    .aboutImgMobile {
        display: block
    }
}

.title_more {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin: 30px 0;
}

    .title_more span {
        font-size: 24px;
    }

    .title_more a {
        font-size: 14px;
        color: #666666;
    }

        .title_more a:hover {
            color: #2b4664;
        }

.about_flex {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    /* display: grid;
    grid-template-columns: 500px 1fr;
    grid-gap: 50px 100px;*/
}

    .about_flex .right {
        width: calc(100% - 500px);
    }

    .about_flex .left {
        width: 500px;
    }

        .about_flex .left .tit {
            font-size: 26px;
            margin-bottom: 20px;
        }

        .about_flex .left .eng {
            font-size: 26px;
            color: #999999;
            margin-bottom: 20px;
        }

        .about_flex .left .img_move {
            position: relative;
            width: 90%;
        }

            .about_flex .left .img_move .img_box {
                padding-left: 18px;
                padding-top: 18px;
            }

                .about_flex .left .img_move .img_box video {
                    z-index: 0
                }

                .about_flex .left .img_move .img_box::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: calc(100% - 30px);
                    height: calc(100% - 30px);
                    background: #2b4664;
                    z-index: -1;
                    opacity: 0.8;
                }

    .about_flex .right .tit {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .about_flex .right .con {
        line-height: 30px;
        text-indent: 2em;
    }

@media (max-width: 760px) {

    .about_flex {
        flex-wrap: wrap
    }

        .about_flex .left {
            width: 100%;
            margin-bottom: 30px
        }

            .about_flex .left .img_move {
                width: 100%;
            }

        .about_flex .right {
            width: 100%
        }

        .about_flex .left .tit {
            font-size: 26px;
            margin-bottom: 20px;
        }

        .about_flex .left .eng {
            font-size: 26px;
            color: #999999;
            margin-bottom: 20px;
            white-space: initial !important;
        }

        .about_flex .left .onlyEng {
            margin-top: 30px
        }

        .about_flex .right .tit {
            font-size: 26px;
            margin-bottom: 20px;
        }

        .about_flex .right .eng {
            font-size: 26px;
            color: #999999;
            margin-bottom: 20px;
        }
}

.about_flex2 {
    display: grid;
    grid-template-columns: 1fr 500px;
    grid-gap: 50px 50px;
}

    .about_flex2 .tit {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .about_flex2 .eng {
        font-size: 24px;
        color: #999999;
        margin-bottom: 20px;
    }

    .about_flex2 .con {
        line-height: 25px;
        color: #333333;
    }

@media (max-width: 760px) {
    .about_flex2 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}

.about_list_box {
    display: grid;
    grid-template-columns: 30% 70%;
    box-shadow: 0px 0px 8px 2px #cccccc;
}

    .about_list_box .about_list_tit {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .about_list_box .about_list_tit > div {
            display: none;
        }

            .about_list_box .about_list_tit > div.active {
                display: block;
            }

            .about_list_box .about_list_tit > div .tit {
                width: 100%;
                font-size: 34px;
            }

            .about_list_box .about_list_tit > div .con {
                font-size: 16px;
                line-height: 30px;
                padding: 0 40px;
            }

    .about_list_box .about_list_ul {
        width: 1000px;
        height: 600px;
        background-position: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        transition: all 0.5s;
    }

        .about_list_box .about_list_ul .tit {
            width: 100%;
        }

        .about_list_box .about_list_ul li {
            height: 100%;
            width: 25%;
            border-right: 1px solid #fff;
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            color: #fff;
        }

            .about_list_box .about_list_ul li > div {
                width: 100%;
                text-align: center;
            }

                .about_list_box .about_list_ul li > div .tit {
                    margin-top: 30px;
                }

            .about_list_box .about_list_ul li .deco {
                transition: all 0.5s;
                display: block;
                width: 100px;
                height: 100px;
                opacity: 1;
                transition: 0.1s;
                transform: translateZ(0);
                margin: 0 auto;
            }

                .about_list_box .about_list_ul li .deco:before {
                    content: "";
                    left: 50%;
                    position: absolute;
                    top: 50%;
                    transform: translate3d(-50%, -50%, 0) scale(0.75);
                    transition: 0.4s;
                    border: 1px solid hsla(0, 0%, 100%, 0.3);
                    border-radius: 100%;
                    height: 50px;
                    width: 50px;
                }

                .about_list_box .about_list_ul li .deco:after {
                    content: "";
                    left: 50%;
                    position: absolute;
                    top: 50%;
                    transform: translate3d(-50%, -50%, 0) scale(0.75);
                    transition: 0.4s;
                    border: 1px solid hsla(0, 0%, 100%, 0.1);
                    border-radius: 100%;
                    height: 100px;
                    width: 100px;
                }

                .about_list_box .about_list_ul li .deco i,
                .about_list_box .about_list_ul li .deco em {
                    background: hsla(0, 0%, 100%, 0.8);
                    border: 1px solid #fff;
                    border-radius: 100%;
                    height: 1rem;
                    left: 50%;
                    position: absolute;
                    top: 50%;
                    transform: translate3d(-50%, -50%, 0) scale(0.5);
                    transition: 0.4s;
                    width: 1rem;
                }

            .about_list_box .about_list_ul li:hover .deco:before {
                animation: scalepulse 1.3s linear 0.3s infinite both;
                transform: translate3d(-50%, -50%, 0) scale(1);
            }

            .about_list_box .about_list_ul li:hover .deco:after {
                animation: scalepulse 1.3s linear 0.15s infinite both;
                transform: translate3d(-50%, -50%, 0) scale(1);
            }

            .about_list_box .about_list_ul li:hover .deco i,
            .about_list_box .about_list_ul li:hover .deco em {
                background: #fff;
                transform: translate3d(-50%, -50%, 0) scale(1);
            }

@media (max-width: 760px) {
    .about_list_box {
        grid-template-columns: 1fr;
    }

        .about_list_box .about_list_tit > div .tit {
            font-size: 20px;
        }

        .about_list_box .about_list_ul {
            flex-wrap: wrap;
            width: 100%;
            height: 400px;
        }

            .about_list_box .about_list_ul li {
                width: 100%;
                height: 25%;
            }

                .about_list_box .about_list_ul li > div .deco {
                    float: right;
                }

                .about_list_box .about_list_ul li > div .tit {
                    margin-top: 45px;
                    padding-left: 30px;
                    text-align: left;
                }
}

@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
        transform: translate3d(-50%, -50%, 0) scale(1.15);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
}

.new_flex {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-gap: 8%;
}

.new_flex_ohter {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0;
}

@media (max-width: 760px) {
    .new_flex {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
}

.party_back {
    background: #f7f8fa;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

    .party_back p {
        margin: 0;
        padding-left: 10px;
        border-left: 3px solid #1e50a2;
        font-size: 14px;
    }

.party_flex {
    display: grid;
    grid-template-columns: 25% 70%;
    grid-gap: 5%;
}

    .party_flex .right {
        padding-left: 50px
    }

@media (max-width: 760px) {
    .party_back {
        display: none;
    }

    .party_flex {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }

        .party_flex .right {
            padding-left: 0
        }
}

.grid_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 100px;
}

.grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 50px;
}

.grid_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px 50px;
}

@media (max-width: 760px) {
    .grid_2 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

    .grid_3 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

    .grid_4 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
}

.new_list {
    display: flex;
    align-items: center;
}

    .new_list:first-child {
        margin-top: -20px;
    }

    .new_list div:first-child {
        background: #f7f8fa;
        width: 80px;
        height: 60px;
        text-align: center;
    }

        .new_list div:first-child span {
            display: block;
            width: 100%;
            color: #666666;
        }

            .new_list div:first-child span:first-child {
                margin-top: 15px;
            }

            .new_list div:first-child span:last-child {
                margin-top: 5px;
            }

    .new_list div:last-child {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-left: 10px;
        border-bottom: 1px dotted #b5b5b6;
        padding: 20px 0;
        width: calc(100% - 100px);
    }

        .new_list div:last-child p {
            margin: 5px;
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
        }

            .new_list div:last-child p:last-child {
                color: #666666;
            }

    .new_list:hover div:first-child {
        background: linear-gradient(90deg, #1e50a2 0%, #4088cf 100%);
    }

        .new_list:hover div:first-child span {
            color: #ffffff;
        }

    .new_list:hover div:last-child p:first-child {
        color: #1e50a2;
    }

.field_list {
    position: relative;
    width: 100%;
}

    .field_list .img_box {
        width: 100%;
        height: 135px;
    }

    .field_list .tit {
        font-size: 16px;
        margin: 20px 0 10px 0;
        word-break: break-word;
        line-height: 20px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .field_list .con {
        color: #666666;
        line-height: 20px;
        margin-bottom: 10px;
        height: 40px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .field_list .information {
        color: #666666;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .field_list .line {
        background: #dddddd;
        width: 100%;
        height: 2px;
        margin-bottom: 20px;
    }

        .field_list .line::before {
            content: "";
            position: absolute;
            right: 50%;
            width: 0;
            height: 2px;
            background: #1e50a2;
            transition: all 0.5s;
        }

        .field_list .line::after {
            content: "";
            position: absolute;
            left: 50%;
            width: 0;
            height: 2px;
            background: #1e50a2;
            transition: all 0.5s;
        }

    .field_list:hover .img_box {
        box-shadow: 0px 0px 8px 2px #cccccc;
    }

    .field_list:hover .tit {
        color: #1e50a2;
        font-weight: bold;
    }

    .field_list:hover .line::before {
        width: 50%;
    }

    .field_list:hover .line::after {
        width: 50%;
    }

.team_list {
    display: flex;
    box-shadow: 0px 0px 8px 2px #eeeeee;
}

    .team_list .img_box {
        width: 195px;
        height: 260px;
    }

    .team_list .con {
        width: calc(100% - 195px);
        box-sizing: border-box;
        position: relative;
    }


        .team_list .con .con_page {
            padding: 30px 30px;
            height: 100%;
            box-sizing: border-box;
            transition: opacity 0.5s ease-in;
            font-size: 13px;
        }

            .team_list .con .con_page .tit {
                display: flex;
                justify-content: space-between;
                border-bottom: 1px solid #eeeeee;
                padding-bottom: 10px;
                margin-bottom: 10px;
            }

                .team_list .con .con_page .tit span:first-child {
                    font-size: 18px;
                    color: #1e50a2;
                    align-items: flex-end;
                }

            .team_list .con .con_page .con_p {
                line-height: 18px;
                position: relative;
                color: #333;
                margin-bottom: 10px;
                display: flex;
            }

                .team_list .con .con_page .con_p span:first-child {
                    white-space: nowrap;
                    width: 60px;
                    text-align-last: justify;
                }

    .team_list.eng .con .con_page .con_p span:first-child {
        width: 100px
    }

    .team_list.eng .con .con_page .con_p span:last-child {
        width: calc(100% - 100px)
    }

    .team_list .con .con_page .con_p span:last-child {
        width: calc(100% - 60px)
    }

    .team_list .con .con_page .con_p span.ellipsis {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

    .team_list .con .con_hover .con_p span:first-child {
        white-space: nowrap;
        width: 60px;
        text-align-last: justify;
    }

    .team_list .con .con_hover .con_p span:last-child {
        width: calc(100% - 60px)
    }

    .team_list .con .con_hover {
        font-size: 13px;
        padding: 30px 30px;
        transform: rotateY(90deg);
        transition: transform 0.5s ease-in;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        box-sizing: border-box;
        color: #ffffff;
    }

        .team_list .con .con_hover .tit {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .team_list .con .con_hover .tit span:first-child {
                font-size: 18px;
                align-items: flex-end;
            }

        .team_list .con .con_hover .con_p {
            margin-bottom: 10px;
            line-height: 18px;
            display: flex;
        }

    .team_list .con .back {
        transition: opacity 0.5s ease-in;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(90deg, #1e50a2 0%, #4088cf 100%);
        opacity: 0;
        z-index: -1;
        transition: all 0.5s;
    }

    .team_list:hover .con_page {
        opacity: 0;
        transition: opacity 0s;
    }

    .team_list:hover .con .con_hover {
        transform: rotateY(0);
    }

    .team_list:hover .con .back {
        opacity: 1;
    }

@media (max-width: 760px) {
    .team_list {
        flex-wrap: wrap;
        margin: 15px;
    }

        .team_list .img_box {
            width: 100%;
            height: 400px;
        }

        .team_list .con {
            width: 100%;
        }
}

.team_top {
    display: flex;
}

    .team_top .img_box {
        width: 200px;
        margin-right: 20px;
    }

    .team_top .name {
        display: flex;
        align-items: flex-end;
        margin-bottom: 30px;
        margin-top: 10px;
    }

        .team_top .name span:first-child {
            font-size: 24px;
            margin-right: 20px;
        }

    .team_top .con {
        line-height: 30px;
        color: #666666;
    }

@media (max-width: 760px) {
    .team_list {
        flex-wrap: wrap;
    }

        .team_list .img_box {
            width: 100%;
        }

        .team_list .con {
            width: 100%;
        }
}

.grid_team {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 20% 75%;
    grid-gap: 0% 5%;
    padding-bottom: 100px;
}

    .grid_team .team_con {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        position: relative;
        background: #f7f8fa;
    }

        .grid_team .team_con .name {
            display: flex;
            justify-content: space-between;
        }

            .grid_team .team_con .name span:first-child {
                color: #1e50a2;
                font-size: 18px;
            }

        .grid_team .team_con .con {
            display: flex;
            margin: 10px 0;
            line-height: 25px;
        }

            .grid_team .team_con .con i {
                margin-right: 10px;
                color: #666666;
            }

        .grid_team .team_con .bottom i {
            font-size: 20px;
            margin-right: 10px;
            color: #1e50a2;
            cursor: pointer;
        }

@media (max-width: 760px) {
    .grid_team {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .team_top {
        margin: 10px;
        flex-wrap: wrap;
    }

    /* .team_top .img_box {
            width: 100%;
        }

        .team_top .team_con {
            width: 100%;
        }*/

    .team_detail {
        margin: 0 20px;
    }

    .grid_team .team_con {
        padding: 0 10px
    }
}

.team_detail .name {
    display: flex;
    align-items: flex-end;
}

    .team_detail .name span:first-child {
        font-size: 24px;
        margin-right: 20px;
    }

.team_detail .tit {
    font-size: 18px;
    padding: 10px;
    margin-top: 20px;
    background: #f7f8fa;
    border-left: 3px solid #1e50a2;
}

.team_detail .con {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin-top: 20px;
}

.customer {
    box-shadow: 0px 0px 8px 2px #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}


    .customer img {
        max-height: 80%;
        max-width: 80%
    }

.paging {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .paging a {
        border: 1px solid #c4c6cf;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        color: #000000;
        margin: 0 5px;
        text-align: center;
    }

        .paging a:hover {
            background: #1e50a2;
            color: #fff;
        }

        .paging a.active {
            background: #1e50a2;
            color: #fff;
        }

    .paging .pageP {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .paging .pageP p {
            color: #c4c6cf;
            margin: 0 5px;
        }

        .paging .pageP .p_num {
            color: #000000;
            margin: 0 30px;
        }

        .paging .pageP .p_input input {
            border: 1px solid #c4c6cf;
            width: 40px;
            border-radius: 10px;
            padding: 5px;
            font-size: 12px;
            outline-color: #c9a063;
        }

        .paging .pageP .p_btn {
            border: 1px solid #c4c6cf;
            width: 55px;
            height: 26px;
            border-radius: 10px;
            line-height: 26px;
            cursor: pointer;
            transition: all 0.5s;
            text-align: center;
        }

            .paging .pageP .p_btn:hover {
                color: #ffffff;
                background: #c9a063;
                border: 1px solid #c9a063;
            }

    .paging.active {
        background: #1e50a2;
        color: #fff;
    }

@media (max-width: 760px) {
    .paging {
        flex-wrap: wrap;
    }

        .paging a {
            margin-bottom: 10px;
        }
}

.detail_content {
    color: #333333;
    text-indent: 2em;
}

    .detail_content .tit {
        font-size: 24px;
        text-align: center;
    }

    .detail_content .type {
        text-align: center;
        font-size: 16px;
        color: #666666;
        margin-top: 20px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 15px;
        white-space: nowrap;
    }

        .detail_content .type span {
            margin-right: 50px;
        }

    .detail_content .con {
        line-height: 25px;
        min-height: 500px
    }

        .detail_content .con .detail_img_box {
            text-align: center;
        }

            .detail_content .con .detail_img_box img {
                width: 80%;
                margin: 0 auto;
            }

.detail_back {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .detail_back .btn {
        border: 1px solid #666666;
        border-radius: 20px;
        color: #666666;
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        transition: all 0.5s;
    }

        .detail_back .btn a {
            display: block;
        }

            .detail_back .btn a i {
                font-size: 20px;
            }

        .detail_back .btn:hover {
            background: #1e50a2;
            color: #fff;
        }

    .detail_back .btn_center {
        border: 1px solid #666666;
        color: #666666;
        border-radius: 30px;
        width: 120px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        transition: all 0.5s;
    }

        .detail_back .btn_center a {
            display: block;
        }

        .detail_back .btn_center:hover {
            background: #1e50a2;
            color: #fff;
        }

@media (max-width: 760px) {
    .detail_content {
        margin-right: 0;
    }

        .detail_content .type span {
            margin-right: 10px;
        }
}

.relation::-webkit-scrollbar {
    width: 0 !important
}

.relation .relation_tit {
    font-size: 18px;
    margin-bottom: 20px;
    color: #666666;
}

.relation .relation_case {
    background: #f7f8fa;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}

    .relation .relation_case .tit {
        font-size: 14px;
        color: #1e50a2;
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .relation .relation_case .con {
        padding-top: 10px;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.relation_law:hover {
    background: linear-gradient( 90deg,#1e50a2 0%,#4088cf 100%);
    color: #fff;
}

    .relation_law:hover .con_box > div {
        color: #fff
    }

.relation_law {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 8px 2px #eeeeee;
}

    .relation_law .img_box {
        width: 105px;
        height: 140px
    }

    .relation_law .con_box {
        width: calc(100% - 140px);
        padding-top: 15px;
        padding-right: 5px;
    }

        .relation_law .con_box .tit {
            color: #1e50a2;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .relation_law .con_box .job {
            border-bottom: 1px solid #ccc;
            padding-bottom: 20px;
        }

        .relation_law .con_box .phone {
            color: #999999;
            margin-top: 10px;
            display: flex;
            font-size: 12px;
        }

        .relation_law .con_box .email {
            color: #999999;
            margin-top: 5px;
            width: 100%;
            word-wrap: break-word;
            font-size: 12px;
        }

        .relation_law .con_box i {
            /*margin-right: 5px;*/
            font-size: 12px
        }

    .relation_law:hover {
        box-shadow: 0px 0px 8px 2px #eeeeee;
    }

.btn_white {
    border: 1px solid #1e50a2;
    color: #1e50a2;
    border-radius: 20px;
    width: 120px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.5s;
}

    .btn_white:hover {
        background: #1e50a2;
        color: #ffffff;
    }

.img_box {
    overflow: hidden;
}

    .img_box img {
        width: 100%;
        display: block;
    }

    .img_box video {
        width: 100%;
        display: block;
    }

.mapBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mapBox .map_name {
        width: 550px;
        margin-top: -100px;
    }

        .mapBox .map_name p {
            line-height: 25px;
            text-indent: 2em;
            text-align: justify;
        }

    .mapBox #maps {
        height: 350px;
        width: 450px;
        margin: 0 auto;
    }

@media (max-width: 760px) {
    .mapBox {
        display: block;
    }

        .mapBox .map_name {
            width: 100%;
            margin: 0;
        }

        .mapBox #maps {
            width: 350px;
            height: 250px;
        }
}

.search input {
    border: none;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
}

.search .search_input {
    border: 1px solid #1e50a2;
    margin-bottom: 20px;
}

.search .search_select {
    margin-bottom: 20px;
    position: relative;
}

    .search .search_select input {
        border: 1px solid #1e50a2;
    }

    .search .search_select ul {
        display: none;
        position: absolute;
        z-index: 10;
        background: #fff;
        width: 100%;
        border: 1px solid #1e50a2;
        box-sizing: border-box;
        border-top: none;
    }

        .search .search_select ul li {
            padding: 5px 10px;
        }

            .search .search_select ul li:hover {
                background: #1e50a2;
                color: #fff;
                transition: all 0.5s;
                cursor: pointer;
            }

        .search .search_select ul a {
            padding: 5px 10px;
            display: block;
            width: 100%;
        }

            .search .search_select ul a:hover {
                background: #1e50a2;
                color: #fff;
                transition: all 0.5s;
                cursor: pointer;
            }

        .search .search_select ul i {
            padding: 5px 10px;
        }

            .search .search_select ul i:hover {
                background: #1e50a2;
                color: #fff;
                transition: all 0.5s;
                cursor: pointer;
            }

    .search .search_select i {
        position: absolute;
        right: 10px;
        top: 12px;
    }

.search .search_btn {
    border: 1px solid #1e50a2;
    background: #1e50a2;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    display: block;
    cursor: pointer;
}

.nav_search {
    display: none;
}

@media (max-width: 760px) {
    .nav_search {
        display: block;
        margin: 20px;
    }
}

.search_team {
    margin: 50px 0;
    padding: 20px;
    box-shadow: 0px 0px 8px 2px #eeeeee;
}

    .search_team .search_team_letter span {
        display: block;
    }

    .search_team .search_team_letter .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .search_team .search_team_letter .flex .letter {
            display: inline-block;
            display: flex;
            align-items: center;
        }

            .search_team .search_team_letter .flex .letter span {
                margin-right: 8px;
            }

                .search_team .search_team_letter .flex .letter span.active a {
                    background: #1e50a2;
                    color: #fff;
                }

                .search_team .search_team_letter .flex .letter span a {
                    width: 30px;
                    height: 30px;
                    background: #f1f1f1;
                    display: inline-block;
                    text-align: center;
                    line-height: 30px;
                    transition: all 0.5s;
                }

                    .search_team .search_team_letter .flex .letter span a:hover {
                        background: #1e50a2;
                        color: #fff;
                    }

                .search_team .search_team_letter .flex .letter span:last-child a {
                    width: 50px;
                }

        .search_team .search_team_letter .flex .letter_btn {
            width: 120px;
            height: 40px;
            border-radius: 100px;
            border: 1px solid #1e50a2;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            color: #1e50a2;
            transition: all 0.5s;
        }

            .search_team .search_team_letter .flex .letter_btn:hover {
                background: #1e50a2;
                color: #fff;
            }

@media (max-width: 760px) {
    .search_team .search_team_letter > span {
        margin-bottom: 10px;
    }

    .search_team .search_team_letter .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

        .search_team .search_team_letter .flex .letter {
            flex-wrap: wrap;
        }

            .search_team .search_team_letter .flex .letter span {
                margin-bottom: 10px;
            }

        .search_team .search_team_letter .flex > a {
            width: 100%;
        }
}
/*
.contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 80px;
    place-items: center;
}
*/
    .contact_grid .contact_right .content {
        color: #666666;
        min-height: 80px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .contact_grid .contact_right .name {
        position: relative;
        min-height: 110px;
    }

        .contact_grid .contact_right .name .tit {
            font-size: 26px;
            margin-bottom: 20px;
        }

        .contact_grid .contact_right .name .eng {
            font-size: 26px;
            color: #999999;
            margin-bottom: 20px;
        }

    .contact_grid .city .add_tit {
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #cccccc;
    }

    .contact_grid .city .add_city {
        display: flex;
    }

        .contact_grid .city .add_city li {
            padding: 0 15px;
            cursor: pointer;
        }

            .contact_grid .city .add_city li.active {
                color: #1e50a2;
            }

            .contact_grid .city .add_city li:first-child {
                padding-left: 0;
            }

    .contact_grid .information_box .information {
        display: none;
    }

        .contact_grid .information_box .information > div {
            line-height: 30px;
            color: #666666;
        }

        .contact_grid .information_box .information.active {
            display: block !important;
        }

    .contact_grid .reply .reply_box {
        display: grid;
        grid-template-columns: 30% 30% 30%;
        grid-template-rows: 37px 127px;
        grid-gap: 10px 5%;
        margin-bottom: 25px;
    }

        .contact_grid .reply .reply_box .reply_input {
            border: 1px solid #dddddd;
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
        }

            .contact_grid .reply .reply_box .reply_input i {
                margin-right: 10px;
                font-size: 18px;
                color: #666666;
            }

            .contact_grid .reply .reply_box .reply_input input {
                border: none;
                padding: 0;
                width: calc(100% - 30px);
                outline: none;
            }

        .contact_grid .reply .reply_box .reply_textarea {
            grid-column-start: 1;
            grid-column-end: 4;
            border: 1px solid #dddddd;
            padding: 10px;
            display: flex;
            align-items: baseline;
        }

            .contact_grid .reply .reply_box .reply_textarea i {
                margin-right: 10px;
                font-size: 18px;
                color: #666666;
            }

            .contact_grid .reply .reply_box .reply_textarea textarea {
                width: calc(100% - 30px);
                height: 100%;
                padding: 0;
                border: none;
                outline: none;
            }

@media (max-width: 760px) {
    .contact_grid {
        grid-template-columns: 1fr;
    }

        .contact_grid .information_box {
            margin: 20px 0;
        }
}

.join_grid_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .join_grid_top .name {
        position: relative;
    }

        .join_grid_top .name .tit {
            font-size: 26px;
            margin-bottom: 20px;
        }

        .join_grid_top .name .eng {
            font-size: 26px;
            color: #999999;
            margin-bottom: 20px;
        }

    .join_grid_top .con {
        line-height: 25px;
        margin-bottom: 30px;
    }

        .join_grid_top .con .detail {
            /* overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-l*/ ine-clamp: 2;
        }

        .join_grid_top .con .con_icon {
            text-align: center;
            cursor: pointer;
        }

        .join_grid_top .con .more {
            display: inline-block;
            float: right;
        }

@media (max-width: 760px) {
    .join_grid_top {
        grid-template-columns: 1fr;
    }
}

.join_grid_bottom {
    display: grid;
    grid-template-columns: 75% 20%;
    grid-gap: 5%;
}

    .join_grid_bottom .join_detail {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 20px;
    }

        .join_grid_bottom .join_detail > div {
            overflow: hidden;
            transition: all 0.3s;
            border: 1px solid #f7f8fa;
            background: linear-gradient(to bottom,#1e50a2, #4088cf);
            color: #fff
        }

            .join_grid_bottom .join_detail > div .title {
                height: 85px;
                line-height: 85px;
                display: flex;
                justify-content: space-between;
                padding: 0 30px;
                font-size: 18px;
                cursor: pointer;
                background: #fff;
                color: #000
            }

            .join_grid_bottom .join_detail > div .detail {
                padding: 0 30px;
                line-height: 20px;
            }

        .join_grid_bottom .join_detail > div {
            border: 1px solid #1e50a2;
            transition: all 0.5s;
        }


            .join_grid_bottom .join_detail > div .detail {
                display: block;
            }

                .join_grid_bottom .join_detail > div .detail > div {
                    display: flex;
                    flex-wrap: wrap;
                }

                    .join_grid_bottom .join_detail > div .detail > div span {
                        margin: 5px 0;
                        margin-right: 10px;
                    }

                    .join_grid_bottom .join_detail > div .detail > div p {
                        display: block;
                        width: 100%;
                        margin: 5px;
                    }

                    .join_grid_bottom .join_detail > div .detail > div.need {
                        margin-bottom: 20px;
                        padding-bottom: 20px;
                        border-bottom: 1px solid #eee;
                    }

            .join_grid_bottom .join_detail > div .phone {
                padding-bottom: 30px;
            }

@media (max-width: 760px) {
    .join_grid_bottom {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

        .join_grid_bottom .join_detail {
            grid-template-columns: 1fr;
            grid-gap: 10;
        }
}

#map {
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

.team_list .con .con_page > a, .team_list .con .con_hover > a {
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 12px;
    bottom: 20px;
    right: 30px
}

.team_list .con a i {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.team_list .con s /*pan {
   padding-right:5px
}*/
.team_list .con .con_page a i {
    color: #333;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.team_list .con .con_page a i::before {
    width: 11px;
    height: 12px;
}

.team_list .con .con_hover a i {
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

    .team_list .con .con_hover a i:before {
        width: 11px;
        height: 12px;
    }

.fieldOther {
    background: url(../../Content/img/business.jpg) no-repeat;
    margin-top: 50px;
    padding-bottom: 50px;
    background-size: 100% 100%;
}

    .fieldOther .title {
        color: #fff;
        font-size: 18px;
        padding: 5px 2.5%;
        background: #002c4a;
        margin-bottom: 50px;
    }

    .fieldOther .flex {
        display: flex;
        flex-wrap: wrap;
        background: #00000040;
        width: 95%;
        margin: 0 auto;
    }

        .fieldOther .flex a {
            background: linear-gradient( 90deg,#1e50a2 0%,#4088cf 100%);
            width: 24.3%;
            margin: 0.3% 0.3%;
            color: #fff;
            font-size: 16px;
            padding: 10px 10px;
            box-sizing: border-box;
            font-size: 14px;
            height: 50px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

@media (max-width: 760px) {
    .fieldOther .flex a {
        width: 100%;
        margin: 1% 0.5%;
    }

    .fieldOther .flex a {
    }
}

.fieldOther .flex a:hover {
    /*color: #000000;*/
    background: url(../../Content/img/topBanner/about.png) no-repeat;
    transition: all 0.5s;
}

.aboutVideoSmall::-webkit-media-controls {
    display: none !important;
}

.shadowVideo {
    top: 38%;
    box-shadow: 3px 2px 10px #6666;
    background: #2b4664;
    padding: 30px 5px 5px 5px;
    border-radius: 5px;
}

    .shadowVideo .name {
        position: absolute;
        color: #fff;
        top: 6px;
    }

        .shadowVideo .name span:last-child {
            font-size: 12px;
            padding-left: 5px
        }



.picBox2 {
    display: grid;
    grid-template-columns: 70% 22%;
    grid-gap: 8%;
}

    .picBox2 .left {
    }

    .picBox2 .right {
        padding: 20px;
        line-height: 25px;
        text-indent: 2em;
        display: flex;
        align-items: center;
    }

.pictureBox2 {
    margin-top: 20px
}

    .pictureBox2 .pictureShow {
        width: 60%;
        transition: opacity 0.5s ease-in-out;
        padding-right: 1px;
    }

        .pictureBox2 .pictureShow.active {
            opacity: 0;
        }

        .pictureBox2 .pictureShow .imgBox {
            height: 100%;
            display: flex;
            align-items: center;
            position: relative;
        }

            .pictureBox2 .pictureShow .imgBox span {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 30px;
                font-size: 14px;
                line-height: 30px;
                text-align: center;
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
            }

        .pictureBox2 .pictureShow img {
            width: 100%;
        }

    .pictureBox2 .pictureList {
        display: grid;
        grid-template-columns: repeat(4, 25%);
        grid-gap: 30px;
        width: calc(100% - 90px);
        position: relative
    }

        .pictureBox2 .pictureList .imgBox {
            cursor: pointer;
            height: 150px;
            width: 100%;
            overflow: hidden;
        }

            .pictureBox2 .pictureList .imgBox img {
                width: 100%
            }

.pictureCon {
    position: relative;
}

    .pictureCon:hover span {
        background: linear-gradient(to right,#2054A5,#3D84CC);
        color: #fff;
    }

.pictureBox2 .pictureList span {
    transition: all 0.5s;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pictureBox2 .pictureShadow {
    z-index: 10;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

    .pictureBox2 .pictureShadow .pictureBigger {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .pictureBox2 .pictureShadow .pictureBigger img {
            max-width: 100%;
            max-height: 100%;
        }

    .pictureBox2 .pictureShadow .close {
        position: absolute;
        color: #fff;
        right: 30px;
        top: 30px;
        cursor: pointer;
    }

        .pictureBox2 .pictureShadow .close i {
            font-size: 30px;
        }

#imgName {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, -50%);
}


.pictureBox3 {
    margin-top: 20px
}

    .pictureBox3 .pictureShow {
        width: 60%;
        transition: opacity 0.5s ease-in-out;
        padding-right: 1px;
    }

        .pictureBox3 .pictureShow.active {
            opacity: 0;
        }

        .pictureBox3 .pictureShow .imgBox {
            height: 100%;
            display: flex;
            align-items: center;
            position: relative;
        }

            .pictureBox3 .pictureShow .imgBox span {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 30px;
                font-size: 14px;
                line-height: 30px;
                text-align: center;
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
            }

        .pictureBox3 .pictureShow img {
            width: 100%;
        }

    .pictureBox3 .pictureList {
        display: grid;
        grid-template-columns: repeat(4, 25%);
        grid-gap: 30px;
        width: calc(100% - 90px);
        position: relative;
        padding-bottom: 100px;
    }

        .pictureBox3 .pictureList .imgBox {
            cursor: pointer;
            height: 200px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f1f1f1;
            overflow: hidden;
        }

.pictureCon {
    margin-top: 20px;
    position: relative;
}


.pictureBox3 .pictureList span:before {
    background: linear-gradient( 180deg,#2054a500,#3d84ccbd);
    bottom: 100%;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.pictureBox3 .pictureList .pictureCon span {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right,#2054A5,#3D84CC);
    right: 0;
    left: 0;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}

.pictureBox3 .pictureList .pictureCon:hover span {
    opacity: 0.7
}

.pictureBox3 .pictureList .pictureCon .imgBox img {
    max-height: 100%
}

.pictureBox3 .pictureShadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10
}

    .pictureBox3 .pictureShadow .imgCon {
        max-height: 80%
    }

    .pictureBox3 .pictureShadow .pictureBigger {
        max-height: 80%
    }

        .pictureBox3 .pictureShadow .pictureBigger img {
            max-height: 700px;
            max-width: 100%;
            display: block
        }

    .pictureBox3 .pictureShadow .imgCon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        /*box-shadow: 3px 2px 10px #6666;*/
        /*background: #2b4664;*/
        /*padding: 30px 5px 5px 5px;*/
        border-radius: 5px;
    }

        .pictureBox3 .pictureShadow .imgCon #imgName {
            bottom: auto;
            top: 15px;
            font-size: 14px;
            left: 7%;
        }

    .pictureBox3 .pictureShadow .close {
        position: absolute;
        right: 2px;
        top: 2px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
    }

        .pictureBox3 .pictureShadow .close:hover {
            background: red;
            color: #fff
        }

        .pictureBox3 .pictureShadow .close i {
            font-size: 14px;
        }

    .pictureBox3 .pictureShadow .left {
        position: absolute;
        color: #fff;
        top: 50%;
        cursor: pointer;
        left: 5px;
        transform: translate(0%, -50%);
        width: 100px;
        height: 100px;
    }

        .pictureBox3 .pictureShadow .left i {
            background: #000;
            opacity: 0.5;
            border-radius: 100%;
            font-size: 12px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin-left: 5px;
            display: none;
            position: absolute;
            top: calc(50% - 15px);
        }

        .pictureBox3 .pictureShadow .left:hover i {
            display: block
        }

    .pictureBox3 .pictureShadow .right {
        position: absolute;
        color: #fff;
        top: 50%;
        cursor: pointer;
        right: 5px;
        transform: translate(0%, -50%);
        width: 100px;
        height: 100px;
        display: flex;
    }

        .pictureBox3 .pictureShadow .right i {
            ;
            background: #000;
            opacity: 0.5;
            border-radius: 100%;
            font-size: 12px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin-right: 5px;
            display: none;
            position: absolute;
            right: 0;
            top: calc(50% - 15px);
        }

        .pictureBox3 .pictureShadow .right:hover i {
            display: block
        }

#imgName {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.effect-close {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.effect-open {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}


.imgConBox {
    background: #fff;
    padding: 25px 2px 2px 2px;
}

    .imgConBox img {
        display: inline-block
    }


@media (max-width: 760px) {
    .pictureBox3 {
    }

        .pictureBox3 .pictureList {
            grid-template-columns: 1fr;
            width: 100%
        }

        .pictureBox3 .pictureShadow .imgCon {
            width: 100%
        }

        .pictureBox3 .pictureShadow .pictureBigger {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .pictureBox3 .pictureShadow .pictureBigger img {
                max-height: 500px;
            }

        .pictureBox3 .pictureShadow .left i {
            display: block
        }

        .pictureBox3 .pictureShadow .right i {
            display: block
        }
}

.team_list.eng .con .con_hover .con_p span:first-child {
    width: 100px
}

.team_list.eng .con .con_hover .con_p span:last-child {
    width: calc(100% - 100px)
}

@media (max-width: 760px) {
    .team_img {
        display: flex;
        margin-bottom: 20px;
        padding: 0 20px;
    }
}

.tags .top.eng {
    line-height: 50px;
    font-size: 22px;
}

.noData {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

    .noData img {
        width: 100%;
    }

    .noData p {
        margin-top: 10px;
    }

body.eng {
    font-family: Times New Roman,serif
}

.about_flex.about_us {
    display: block;
}

    .about_flex.about_us .left {
        float: left;
        width: 500px;
        margin: 0 100px 50px 0;
    }

    .about_flex.about_us .right {
        width: 100%
    }

.new_flex .left {
    min-width: 0
}

@media (max-width: 760px) {
    #newsContent img {
        width: 100% !important;
        height: auto !important;
    }
}

/*!
 * Animator Beta
 * http://animator.ringotc.net
 *
 * Copyright 2014 RingoTC
 * Released under the MIT license
 * ringo.me@hotmail.com
 *
 * Date: 2014-07-07
 */
.Bounce,
.Flip,
.Flash,
.Shake,
.Wobble,
.Tada,
.RubberBand,
.Swing {
  -webkit-animation: 1s ease;
  -moz-animation: 1s ease;
  -ms-animation: 1s ease;
  animation: 1s ease;
}
.BounceIn,
.BounceInT,
.BounceInL,
.BounceInR,
.BounceInB,
.FadeIn,
.FadeInT,
.FadeInL,
.FadeInR,
.FadeInB,
.Flip,
.FlipInX,
.FlipInY,
.LightSpeedIn {
  -webkit-animation: 1s ease-out backwards;
  -moz-animation: 1s ease-out backwards;
  -ms-animation: 1s ease-out backwards;
  animation: 1s ease-out backwards;
}
.BounceOutT,
.BounceOutL,
.BounceOutR,
.BounceOutB,
.FadeOut,
.FadeOutT,
.FadeOutL,
.FadeOutR,
.FadeOutB,
.BounceOut,
.FlipOutX,
.FlipOutY,
.LightSpeedOut {
  -webkit-animation: 1s ease-in forwards;
  -moz-animation: 1s ease-in forwards;
  -ms-animation: 1s ease-in forwards;
  animation: 1s ease-in forwards;
}
.Bounce {
  -webkit-animation-name: Bounce;
  -moz-animation-name: Bounce;
  -ms-animation-name: Bounce;
  animation-name: Bounce;
}
.BounceIn {
  -webkit-animation-name: BounceIn;
  -moz-animation-name: BounceIn;
  -ms-animation-name: BounceIn;
  animation-name: BounceIn;
}
.BounceInT {
  -webkit-animation-name: BounceInT;
  -moz-animation-name: BounceInT;
  -ms-animation-name: BounceInT;
  animation-name: BounceInT;
}
.BounceInL {
  -webkit-animation-name: BounceInL;
  -moz-animation-name: BounceInL;
  -ms-animation-name: BounceInL;
  animation-name: BounceInL;
}
.BounceInR {
  -webkit-animation-name: BounceInR;
  -moz-animation-name: BounceInR;
  -ms-animation-name: BounceInR;
  animation-name: BounceInR;
}
.BounceInB {
  -webkit-animation-name: BounceInB;
  -moz-animation-name: BounceInB;
  -ms-animation-name: BounceInB;
  animation-name: BounceInB;
}
.BounceOut {
  -webkit-animation-name: BounceOut;
  -moz-animation-name: BounceOut;
  -ms-animation-name: BounceOut;
  animation-name: BounceOut;
}
.BounceOutT {
  -webkit-animation-name: BounceOutT;
  -moz-animation-name: BounceOutT;
  -ms-animation-name: BounceOutT;
  animation-name: BounceOutT;
}
.BounceOutL {
  -webkit-animation-name: BounceOutL;
  -moz-animation-name: BounceOutL;
  -ms-animation-name: BounceOutL;
  animation-name: BounceOutL;
}
.BounceOutR {
  -webkit-animation-name: BounceOutR;
  -moz-animation-name: BounceOutR;
  -ms-animation-name: BounceOutR;
  animation-name: BounceOutR;
}
.BounceOutB {
  -webkit-animation-name: BounceOutB;
  -moz-animation-name: BounceOutB;
  -ms-animation-name: BounceOutB;
  animation-name: BounceOutB;
}
.FadeIn {
  -webkit-animation-name: FadeIn;
  -moz-animation-name: FadeIn;
  -ms-animation-name: FadeIn;
  animation-name: FadeIn;
}
.FadeInT {
  -webkit-animation-name: FadeInT;
  -moz-animation-name: FadeInT;
  -ms-animation-name: FadeInT;
  animation-name: FadeInT;
}
.FadeInL {
  -webkit-animation-name: FadeInL;
  -moz-animation-name: FadeInL;
  -ms-animation-name: FadeInL;
  animation-name: FadeInL;
}
.FadeInR {
  -webkit-animation-name: FadeInR;
  -moz-animation-name: FadeInR;
  -ms-animation-name: FadeInR;
  animation-name: FadeInR;
}
.FadeInB {
  -webkit-animation-name: FadeInB;
  -moz-animation-name: FadeInB;
  -ms-animation-name: FadeInB;
  animation-name: FadeInB;
}
.FadeOut {
  -webkit-animation-name: FadeOut;
  -moz-animation-name: FadeOut;
  -ms-animation-name: FadeOut;
  animation-name: FadeOut;
}
.FadeOutT {
  -webkit-animation-name: FadeOutT;
  -moz-animation-name: FadeOutT;
  -ms-animation-name: FadeOutT;
  animation-name: FadeOutT;
}
.FadeOutL {
  -webkit-animation-name: FadeOutL;
  -moz-animation-name: FadeOutL;
  -ms-animation-name: FadeOutL;
  animation-name: FadeOutL;
}
.FadeOutR {
  -webkit-animation-name: FadeOutR;
  -moz-animation-name: FadeOutR;
  -ms-animation-name: FadeOutR;
  animation-name: FadeOutR;
}
.FadeOutB {
  -webkit-animation-name: FadeOutB;
  -moz-animation-name: FadeOutB;
  -ms-animation-name: FadeOutB;
  animation-name: FadeOutB;
}
.Flip {
  -webkit-animation-name: Flip;
  -moz-animation-name: Flip;
  -ms-animation-name: Flip;
  animation-name: Flip;
}
.FlipInX {
  -webkit-animation-name: FlipInX;
  -moz-animation-name: FlipInX;
  -ms-animation-name: FlipInX;
  animation-name: FlipInX;
}
.FlipInY {
  -webkit-animation-name: FlipInY;
  -moz-animation-name: FlipInY;
  -ms-animation-name: FlipInY;
  animation-name: FlipInY;
}
.FlipOutX {
  -webkit-animation-name: FlipOutX;
  -moz-animation-name: FlipOutX;
  -ms-animation-name: FlipOutX;
  animation-name: FlipOutX;
}
.FlipOut,
.FlipOutY {
  -webkit-animation-name: FlipOutY;
  -moz-animation-name: FlipOutY;
  -ms-animation-name: FlipOutY;
  animation-name: FlipOutY;
}
.Flash {
  -webkit-animation-name: Flash;
  -moz-animation-name: Flash;
  -ms-animation-name: Flash;
  animation-name: Flash;
}
.Shake {
  -webkit-animation-name: Shake;
  -moz-animation-name: Shake;
  -ms-animation-name: Shake;
  animation-name: Shake;
}
.Swing {
  -webkit-animation-name: Swing;
  -moz-animation-name: Swing;
  -ms-animation-name: swing;
  animation-name: Swing;
}
.Wobble {
  -webkit-animation-name: Wobble;
  -moz-animation-name: Wobble;
  -ms-animation-name: Wobble;
  animation-name: Wobble;
}
.Tada {
  -webkit-animation-name: Tada;
  -moz-animation-name: Tada;
  -ms-animation-name: Tada;
  animation-name: Tada;
}
.RubberBand {
  -webkit-animation-name: RubberBand;
  -moz-animation-name: RubberBand;
  -ms-animation-name: RubberBand;
  animation-name: RubberBand;
}
.LightSpeedIn {
  -webkit-animation-name: LightSpeedIn;
  -moz-animation-name: LightSpeedIn;
  -ms-animation-name: LightSpeedIn;
  animation-name: LightSpeedIn;
}
.LightSpeedOut {
  -webkit-animation-name: LightSpeedOut;
  -moz-animation-name: LightSpeedOut;
  -ms-animation-name: LightSpeedOut;
  animation-name: LightSpeedOut;
}
@-webkit-keyframes RubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes RubberBand {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -moz-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -moz-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes RubberBand {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes RubberBand {
  0% {
    transform: scale(1);
    transform: scale(1);
  }
  30% {
    transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    transform: scale(1);
    transform: scale(1);
  }
}
@-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;
  }
}
@-ms-keyframes LightSpeedIn {
  0% {
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes LightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes LightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-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;
  }
}
@-moz-keyframes LightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-ms-keyframes LightSpeedOut {
  0% {
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes LightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-webkit-keyframes Bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes Bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-ms-keyframes Bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
  }
}
@keyframes Bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes BounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes BounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes BounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }
  70% {
    -ms-transform: scale(0.9);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@keyframes BounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes BounceInT {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  70% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes BounceInT {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes BounceInT {
  0% {
    opacity: 0;
    -ms-transform: translateY(-100px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(-10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@keyframes BounceInT {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes BounceInR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes BounceInR {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes BounceInR {
  0% {
    opacity: 0;
    -ms-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes BounceInR {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes BounceInL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes BounceInL {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes BounceInL {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes BounceInL {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes BounceInB {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes BounceInB {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes BounceInB {
  0% {
    opacity: 0;
    -ms-transform: translateY(100px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@keyframes BounceInB {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes BounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes BounceOut {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.9);
  }
  70% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-ms-keyframes BounceOut {
  0% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(0.9);
  }
  70% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}
@keyframes BounceOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  70% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@-webkit-keyframes BounceOutT {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
}
@-moz-keyframes BounceOutT {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-100px);
  }
}
@-ms-keyframes BounceOutT {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-100px);
  }
}
@keyframes BounceOutT {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@-webkit-keyframes BounceOutR {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
}
@-moz-keyframes BounceOutR {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
}
@-ms-keyframes BounceOutR {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(100px);
  }
}
@keyframes BounceOutR {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
@-webkit-keyframes BounceOutL {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
}
@-moz-keyframes BounceOutL {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
}
@-ms-keyframes BounceOutL {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-100px);
  }
}
@keyframes BounceOutL {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-200px);
  }
}
@-webkit-keyframes BounceOutB {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
}
@-moz-keyframes BounceOutB {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100px);
  }
}
@-ms-keyframes BounceOutB {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(100px);
  }
}
@keyframes BounceOutB {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
}
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInT {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes FadeInT {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes FadeInT {
  0% {
    opacity: 0;
    -ms-transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes FadeInT {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes FadeInL {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes FadeInL {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes FadeInL {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes FadeInR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes FadeInR {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes FadeInR {
  0% {
    opacity: 0;
    -ms-transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes FadeInR {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes FadeInB {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes FadeInB {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes FadeInB {
  0% {
    opacity: 0;
    -ms-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes FadeInB {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes FadeOutT {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
}
@-moz-keyframes FadeOutT {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-100px);
  }
}
@-ms-keyframes FadeOutT {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-100px);
  }
}
@keyframes FadeOutT {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@-webkit-keyframes FadeOutL {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
}
@-moz-keyframes FadeOutL {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
}
@-ms-keyframes FadeOutL {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-100px);
  }
}
@keyframes FadeOutL {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100px);
  }
}
@-webkit-keyframes FadeOutR {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
}
@-moz-keyframes FadeOutR {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
}
@-ms-keyframes FadeOutR {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(100px);
  }
}
@keyframes FadeOutR {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
@-webkit-keyframes FadeOutB {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
}
@-moz-keyframes FadeOutB {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100px);
  }
}
@-ms-keyframes FadeOutB {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(100px);
  }
}
@keyframes FadeOutB {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
}
@-webkit-keyframes Flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes Flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-ms-keyframes Flip {
  0% {
    -ms-transform: perspective(400px) rotateY(0);
    -ms-animation-timing-function: ease-out;
  }
  40% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-animation-timing-function: ease-out;
  }
  50% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-animation-timing-function: ease-in;
  }
  80% {
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-animation-timing-function: ease-in;
  }
  100% {
    -ms-transform: perspective(400px) scale(1);
    -ms-animation-timing-function: ease-in;
  }
}
@keyframes Flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes FlipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@-moz-keyframes FlipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@-ms-keyframes FlipInX {
  0% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -ms-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@keyframes FlipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes FlipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@-moz-keyframes FlipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@-ms-keyframes FlipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@keyframes FlipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes FlipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes FlipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-ms-keyframes FlipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes FlipOutX {
  0% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes FlipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes FlipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-ms-keyframes FlipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes FlipOutY {
  0% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes Flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes Flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-ms-keyframes Flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes Flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-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);
  }
}
@-moz-keyframes Tada {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-ms-keyframes Tada {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes Tada {
  0% {
    transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes Shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes Shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-ms-keyframes Shake {
  0%,
  100% {
    -ms-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -ms-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -ms-transform: translateX(10px);
  }
}
@keyframes Shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes Wobble {
  0% {
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-100px) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(80px) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-65px) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(40px) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-20px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes Wobble {
  0% {
    -moz-transform: translateX(0);
  }
  15% {
    -moz-transform: translateX(-100px) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(80px) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-65px) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(40px) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-20px) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes Wobble {
  0% {
    -ms-transform: translateX(0);
  }
  15% {
    -ms-transform: translateX(-100px) rotate(-5deg);
  }
  30% {
    -ms-transform: translateX(80px) rotate(3deg);
  }
  45% {
    -ms-transform: translateX(-65px) rotate(-3deg);
  }
  60% {
    -ms-transform: translateX(40px) rotate(2deg);
  }
  75% {
    -ms-transform: translateX(-20px) rotate(-1deg);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes Wobble {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-100px) rotate(-5deg);
  }
  30% {
    transform: translateX(80px) rotate(3deg);
  }
  45% {
    transform: translateX(-65px) rotate(-3deg);
  }
  60% {
    transform: translateX(40px) rotate(2deg);
  }
  75% {
    transform: translateX(-20px) rotate(-1deg);
  }
  100% {
    transform: translateX(0);
  }
}

