﻿@import '//at.alicdn.com/t/font_2636834_v5uye6k9ur.css';
@charset "UTF-8";
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('/css/fonts/SourceHanSansCN-Medium.otf') format('truetype');
}
#cnzz_stat_icon_1280158281 {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
body {
  font-family: 'microsoft yahei', 'pingfang SC', 'helvetica neue', arial,
    'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun,
    sans-serif;
}
.SHS {
  font-family: webfont;
}
.edit * {
  list-style: initial;
}
.edit img {
  max-width: 100%;
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  outline: none;
  height: 40px;
  padding: 0 30px;
  background: #fff;
  border: 1px solid #dedede;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button .iconfont {
  margin-top: 1px;
  font-size: 20px;
}
.button:hover {
  background: #e6e6e6;
}
.button-default {
  background: #0f8287;
  border-color: #0f8287;
  color: #fff;
}
.button-default:hover {
  background: #0a5659;
}
.text-right {
  text-align: right;
}
.button-success {
  background: #1d2088;
  color: #fff;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.button-success:hover {
  background: #14165e;
}
.rela {
  position: relative;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bold {
  font-weight: 700;
}
.bold-md {
  font-weight: 500;
}
.fl {
  float: left;
}
.fr {
  float: right;
  margin-left: auto;
}
.transition {
  -webkit-transition: opacity 800ms cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 800ms cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 800ms cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.scroll-x::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
}
.paging-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.paging-v2 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f0f4f7;
  height: 40px;
  padding: 0 30px;
  color: #666666;
}
.paging-v2 a:hover {
  background: #cfdce5;
}
.paging-v2 a:first-child .iconfont {
  margin-right: 5px;
}
.paging-v2 a:last-child .iconfont {
  margin-left: 5px;
}
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
.paging a {
  display: inline-block;
  color: #666666;
  height: 33px;
  line-height: 33px;
  display: none;
  background: #f3f3f3;
  padding: 0 12px;
  border: 1px solid #dddddd;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.paging a.active {
  color: #fff;
  border-color: #0f8287;
  background: #0f8287;
}
.paging a:hover {
  color: #fff;
  border-color: #0f8287;
  background: #0f8287;
}
.paging a.prev {
  display: block;
}
.paging a.next {
  display: block;
}
.paging a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.paging .pageSize {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 0 5px;
}
.paging .pageSize span {
  margin-right: 5px;
}
.paging .pageSize a {
  line-height: 22px;
  height: 22px;
  width: 22px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.section-normal {
  color: #666668;
}
.section-normal .section-title {
  text-align: center;
  margin-bottom: 15px;
}
.section-normal .section-title span {
  border-color: #989899;
  padding: 0 10px 5px 10px;
}
.text-center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image {
  overflow: hidden;
}
.image img {
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.qrcode-site {
  position: fixed;
  right: 0;
  z-index: 100;
  bottom: 60vh;
  padding-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}
.qrcode-site.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.qrcode-site a {
  display: block;
  text-align: right;
  font-weight: 700;
}
.qrcode-site img {
  width: 100px;
  height: 100px;
}
.common-site {
  position: fixed;
  right: 1.14583vw;
  bottom: 10vh;
  z-index: 100;
}
.common-site ul {
  background: #fff;
}
.common-site li {
  margin-bottom: 1px;
  position: relative;
}
.common-site .num {
  white-space: nowrap;
  position: absolute;
  right: 50px;
  top: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0;
  min-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.5);
}
.common-site .num img {
  max-width: 130px;
  display: block;
  margin: 10px 0;
}
.common-site a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0b0b0b;
  width: 50px;
  height: 50px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-site .phone:hover div {
  width: 150px;
}
.common-site .baidu .iconfont {
  font-size: 20px;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs .prefix {
  color: #999;
  white-space: nowrap;
}
.breadcrumbs .prefix .iconfont {
  color: #0f8287;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs ul li a {
  color: #999999;
  display: block;
  line-height: 44px;
  white-space: nowrap;
}
.breadcrumbs ul li:first-child::before {
  display: none;
}
.breadcrumbs ul li:before {
  content: '>';
  display: inline-block;
  margin: 0 5px;
  color: #999;
}
.site-actions {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  -webkit-transform: scale(0.7) translateY(-50%);
  transform: scale(0.7) translateY(-50%);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.site-actions .item {
  width: 72px;
  height: 72px;
  background: #0f8287;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-actions .phone{
  display: flex;
}
.site-actions .item:hover {
  /* background: #b10110; */
}
.site-actions .item.to-top {
  display: none;
}
.site-actions .item.to-top.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-actions .item img {
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
}
@media (min-width: 1024px) {
  .site-actions {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .site-actions .phone {
    display: none;
  }
  .qrcode-site img {
    width: 150px;
    height: 150px;
  }
  .common-site a {
    width: 75px;
    height: 75px;
  }
  .common-site .num {
    right: 75px;
    font-size: 16px;
  }
  .common-site .iconfont {
    font-size: 20px;
  }
  .common-site .baidu .iconfont {
    font-size: 30px;
  }
  .paging {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paging .pageSize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .paging .prev,
  .paging .next {
    min-width: 100px;
  }
  .paging a {
    display: block;
    margin: 0 5px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .anim-group {
    overflow: hidden;
  }
  .anim-group.in .to-left,
  .anim-group.in .to-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .anim-group.in .to-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .anim-group .to-left {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -webkit-transition: opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      -webkit-transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      -webkit-transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      -webkit-transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .anim-group .to-right {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
    -webkit-transition: opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      -webkit-transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      -webkit-transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      -webkit-transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .anim-group .to-bottom {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0;
    -webkit-transition: opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      -webkit-transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      -webkit-transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      opacity 1.45s cubic-bezier(0.075, 0.82, 0.165, 1),
      -webkit-transform 1.45s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@media (max-width: 1024px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.lazyload {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 700ms, -webkit-filter 300ms;
  transition: -webkit-transform 700ms, -webkit-filter 300ms;
  transition: transform 700ms, filter 300ms;
  transition: transform 700ms, filter 300ms, -webkit-transform 700ms,
    -webkit-filter 300ms;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.close-modal {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  outline: none;
  border: none;
  font-size: 2.60417vw;
  z-index: 9999;
  color: #fff;
  height: 50px;
  width: 50px;
}
@-webkit-keyframes icons {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 1em);
    transform: translate(0, 1em);
  }
}
@keyframes icons {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 1em);
    transform: translate(0, 1em);
  }
}
@-webkit-keyframes fudong1 {
  0% {
    top: 50%;
  }
  50% {
    top: 52%;
  }
  100% {
    top: 50%;
  }
}
@keyframes fudong1 {
  0% {
    top: 50%;
  }
  50% {
    top: 52%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes fadeintm {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeintm {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scalcBanner {
  0% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scalcBanner {
  0% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-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(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.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;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjMDA0MDk3IiAvPjwvc3ZnPg==');
  left: 10px;
  right: auto;
}
.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-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-container-rtl .swiper-button-prev {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+CiAgICAgICAgPHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDQwOTcnIC8+PC9zdmc+');
  right: 10px;
  left: auto;
}
.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-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  font-size: 0;
  padding: 0 0.5rem;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  border-radius: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0f8287;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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: 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: 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: 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: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .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,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.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-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%;
  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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.footer #accordion .panel {
  position: relative;
}
.footer #accordion .heroCollapse a {
  line-height: 40px;
  padding: 0 15px;
  display: block;
  font-size: 14px;
}
.footer #accordion .heroCollapse a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer #accordion .icon-toggle {
  width: 44px;
  height: 44px;
  right: -15px;
  position: absolute;
  top: 0;
}
.footer #accordion .icon-toggle:after {
  content: '+';
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer #accordion .icon-toggle[aria-expanded='true'] .icon-toggle:after {
  content: '-' !important;
}
.footer #accordion .icon-toggle[aria-expanded='true']:after {
  content: '-';
}
.footer #accordion .title {
  position: relative;
  display: block;
  line-height: 44px;
  color: #fff;
  font-weight: 500;
}
.footer #accordion .title[aria-expanded='true'] .icon-toggle:after {
  content: '-' !important;
}
#accordion .panel {
  position: relative;
}
#accordion .heroCollapse a {
  line-height: 40px;
  padding: 0 30px;
  display: block;
  font-size: 14px;
}
#accordion .title {
  display: block;
  line-height: 44px;
  color: #fff;
}
@media (min-width: 1024px) {
  .footer .panel-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px;
  }
  .footer .panel-group .panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 30px;
  }
  .footer #accordion .title {
    pointer-events: none;
    line-height: 1;
    margin-bottom: 30px;
    padding: 0;
    font-size: 22px;
  }
  .footer #accordion .heroCollapse li + li {
    margin-top: 20px;
  }
  .footer #accordion .heroCollapse a {
    line-height: 1;
    padding: 0;
    font-size: 16px;
    opacity: 0.8;
  }
  .footer #accordion .icon-toggle {
    display: none;
  }
  .footer #accordion .collapse {
    display: block;
  }
  .footer .bottom {
    padding: 30px 0;
    font-size: 14px;
  }
}
.global-header {
  height: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  background-position: center;
  background-size: 100% 100%;
  top: 0px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.pc-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc-logo img {
  max-height: calc(5.20833vw - 20px);
}
.global-header-nav-logo a {
  height: 55px;
  width: 55px;
  line-height: 55px;
}
.global-header-content {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.bottom-line-lighter:before {
  content: '';
  height: 1px;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dbdbdb;
  visibility: visible;
}
.global-header-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  position: relative;
  display: inline-block;
  height: 5.20833vw;
  line-height: 5.20833vw;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-tap-highlight-color: transparent;
  font-size: 17px;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0px;
}
.global-header-nav-item > a {
  position: relative;
  color: #333;
}
.global-header-nav-item > a:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 2px;
  background-color: #0f8287;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.global-header-nav-item a {
  display: block;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
}
.global-header-nav-item:before {
  display: none;
}
.global-header-nav-item.active:after,
.global-header-nav-item.on:after {
  width: 100%;
}
.global-header-nav-item.active > a,
.global-header-nav-item.on > a {
  color: #0f8287 !important;
}
.global-header-nav-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 54px;
  background-position: -210px 10px;
  font-size: pxToRem(16px);
}
.global-header-nav-search a .iconfont {
  font-size: pxToRem(16px);
  margin-right: 5px;
  color: #666666;
}
.icon-arrow-down1 {
  font-size: 14px;
  color: #03296e;
}
.global-header-nav-top {
  background-color: transparent;
}
.global-header-nav-search a,
.global-header-nav-search span {
  float: left;
  line-height: 50px;
}
.global-header-nav-top .global-header-nav-search {
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 16px;
  margin-right: 0;
  -webkit-transition: -webkit-transform 0.3s linear 0.2s;
  transition: -webkit-transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s, -webkit-transform 0.3s linear 0.2s;
}
.global-logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 170px 40px;
}
.global-search-show {
  overflow: hidden;
  height: 100%;
}
.global-search-show .global-header-nav-search-wrapper {
  display: block;
}
.global-header-nav-search-wrapper {
  position: relative;
  width: 100%;
  display: block;
  opacity: 1;
  position: absolute;
  top: 90px;
  z-index: 999;
  -webkit-box-shadow: 0 5px 20px rgba(55, 55, 55, 0.3);
  box-shadow: 0 5px 20px rgba(55, 55, 55, 0.3);
  padding: 16px 20px;
  background-color: #fff;
  display: none;
  min-height: 82px;
}
.global-header-nav-search-wrapper:after {
  display: none;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  background-color: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 18px;
  top: -6px;
}
.global-header-searchview-wrapper {
  position: relative;
  border-bottom: 3px solid #03296e;
  width: calc(100% - 54px);
}
.global-header-nav-search-content {
  position: relative;
  text-align: center;
}
.global-header-nav-search-content .global-header-searchview-input {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 5px 12px;
  width: 100%;
  background-color: transparent;
  color: #4e4e4e;
}
.global-header-searchview-submit {
  width: 30px;
  background-position: -204px 4px;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 34px;
  background-color: transparent;
  border: 0;
  right: -35px;
  font-size: pxToRem(30px);
}
.global-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
  opacity: 0;
}
.global-mask-open {
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 667;
}
.dropdown-menu a {
  position: relative;
  display: block;
  color: #fff;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  line-height: 1;
  text-align: left;
}
.open .dropdown-menu {
  margin: -10px 0 6px;
  display: block;
  height: auto;
}
.open .dropdown-menu a {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.icon-toggle {
  position: absolute;
  right: 0;
  top: 0px;
  width: 48px;
  text-align: center;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}
.icon-toggle:after {
  content: '+';
  font-size: 25px;
  color: #333;
}
.open .icon-toggle:after,
.icon-toggle[aria-expanded='true']:after {
  content: '-';
}
.global-header-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
}
.global-header-nav .global-header-nav-logo {
  width: auto;
  height: 55px;
  position: absolute;
  top: 50%;
  margin-top: -27.5px;
  left: 10px;
  font-size: 0;
}
.global-header-nav .global-header-nav-logo > a {
  font-size: 0;
}
.global-header-nav-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-right: 0px;
  margin-left: auto;
}
.global-header-nav-list:hover a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-header-nav-list:hover .active:after {
  width: 0px;
}
.global-header-nav-list .global-header-nav-item:hover > a {
  opacity: 1;
  color: #0f8287 !important;
}
.global-mobile-split {
  padding-top: 5.20833vw;
}
.header-share-bar {
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.header-share-bar .flex-box {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-share-bar .bshare-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #e9e9e9;
  border-radius: 0 4px 4px 0;
  font-size: 0;
}
.header-share-bar .bshare-custom a {
  padding-top: 24px;
  width: 35px;
}
.header-share-bar .header-message {
  border: 1px solid #e9e9e9;
  border-right: 0;
}
.header-share-bar .header-message a {
  display: inline-block;
  padding-top: 24px;
  width: 35px;
  vertical-align: middle;
}
#bsWXBox {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.subment-active {
  display: block !important;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.subment-open .subment-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.subment-open .subtitle {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.subment-open .global-dropdown-line {
  opacity: 1 !important;
}
.subment-open .global-header-nav-list {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.global-header-subment-close {
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  opacity: 1;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  left: 0%;
  top: 0px;
  background: 0 0;
  border: 0;
  z-index: 99;
}
.global-header-subment-close .global-dropdown-line {
  display: block;
  z-index: 1;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s linear 0.6s;
  transition: -webkit-transform 0.2s linear 0.6s;
  transition: transform 0.2s linear 0.6s;
  transition: transform 0.2s linear 0.6s, -webkit-transform 0.2s linear 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
}
.global-header-subment-close .global-dropdown-line::before {
  content: '';
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  right: 50%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
  position: absolute;
  background: #333;
  top: 50%;
  width: 12px;
  height: 1px;
  display: block;
  z-index: 1;
}
.global-header-subment-close .global-dropdown-line:after {
  content: '';
  position: absolute;
  background: #333;
  top: 50%;
  width: 12px;
  height: 1px;
  left: 50%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
  display: block;
  z-index: 1;
}
.subment-open .global-header-nav-menu {
  opacity: 0 !important;
}
.nav-item {
  display: none;
}
.global-header-hover-block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .contact-top {
    margin-left: 0 !important;
    padding: 14px 0;
  }
  .btn_tools {
    height: auto !important;
  }
  .pc-logo {
    display: none;
  }
  .global-header-content {
    padding: 0;
  }
  .dropdown-menu {
    height: 0;
    overflow: hidden;
  }
  .dropdown-menu [data-toggle='collapse'] {
    position: relative;
  }
  .dropdown-menu [data-toggle='collapse']:after {
    content: '';
    z-index: 999;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
  .dropdown-menu [data-toggle='collapse'][aria-expanded='true']:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }
  .global-header-nav-open .global-header-hover-block {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .global-header-hover-block {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: inherit;
    z-index: 1000;
  }
  .global-header-hover-block .iconfont {
    font-size: 12px;
    margin-left: 10px;
  }
  .global-header-hover-block .hover-title {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
  }
  .global-header-hover-block .hover-panel {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
  .global-header-hover-block .hover-panel li + li {
    border-top: 1px solid #fff;
  }
  .global-header-hover-block .hover-panel a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
  }
  .dropdown-menu a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
    color: #333 !important;
  }
  .dropdown-menu .heroCollapse a {
    padding-left: 20px !important;
  }
  #js-global-subment-close {
    display: block;
  }
  .global-header {
    height: 60px;
    top: 0px;
    position: fixed;
  }
  .global-mobile-split {
    padding-top: 60px;
  }
  .header-share-bar {
    display: none;
  }
  .global-header-nav-search-wrapper {
    top: 48px;
  }
  .global-header-content,
  .global-header-nav {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .global-header-nav-top {
    display: block;
    height: 60px;
    position: absolute;
    z-index: 10;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
    left: 0;
  }
  .global-header-nav-menu {
    right: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 60px;
    height: inherit;
  }
  .global-header-nav-btn {
    display: block;
    width: 60px;
    height: inherit;
    -webkit-tap-highlight-color: transparent;
  }
  .global-header-nav-btn span {
    position: absolute;
    width: 25px;
    height: 2px;
    background: #000;
    left: 17.5px;
    top: 29px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global-header-nav-btn span:first-child {
    top: 21px;
  }
  .global-header-nav-btn span:last-child {
    top: 37px;
  }
  .theme-dark .promo .swiper-slide {
    height: 60vh;
  }
  .theme-dark .promo .swiper-slide img {
    height: 100%;
  }
  .global-header-nav .global-header-nav-logo {
    height: inherit;
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: 0;
    -webkit-transition: -webkit-transform 0.15s linear 0.4s;
    transition: -webkit-transform 0.15s linear 0.4s;
    transition: transform 0.15s linear 0.4s;
    transition: transform 0.15s linear 0.4s, -webkit-transform 0.15s linear 0.4s;
    z-index: 9999;
  }
  .global-header-nav .global-header-nav-logo a {
    background-size: auto 60%;
    background-position: center center;
  }
  .global-header-nav-login a,
  .global-header-nav-logo a,
  .global-header-nav-search a,
  .global-header-searchform-submit {
    display: inline-block;
    overflow: hidden;
    color: #000;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0;
    height: 60px;
    text-align: right;
    width: 125px;
  }
  .global-header-nav-login a .iconfont,
  .global-header-nav-logo a .iconfont,
  .global-header-nav-search a .iconfont,
  .global-header-searchform-submit .iconfont {
    font-size: 0.8rem;
    color: #fff;
  }
  .global-header-nav-login a i:last-child,
  .global-header-nav-logo a i:last-child,
  .global-header-nav-search a i:last-child,
  .global-header-searchform-submit i:last-child {
    display: none;
  }
  .global-header-nav-login {
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    margin-right: 0;
    -webkit-transition: -webkit-transform 0.3s linear 0.2s;
    transition: -webkit-transform 0.3s linear 0.2s;
    transition: transform 0.3s linear 0.2s;
    transition: transform 0.3s linear 0.2s, -webkit-transform 0.3s linear 0.2s;
    -webkit-transform: none;
    transform: none;
  }
  .global-header-nav-login a {
    height: 44px;
    width: 20px;
    background-position: -165px 8px;
  }
  .global-header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: visibility 0.8s ease, -webkit-transform 0.8s ease;
    transition: visibility 0.8s ease, -webkit-transform 0.8s ease;
    transition: visibility 0.8s ease, transform 0.8s ease;
    transition: visibility 0.8s ease, transform 0.8s ease,
      -webkit-transform 0.8s ease;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .global-header-nav-list::-webkit-scrollbar {
    display: none !important;
  }
  .global-header-nav-list .global-header-nav-item {
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(-24px);
    transform: scale(1.2) translateY(-24px);
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out,
      -webkit-transform 0.25s ease-out;
    height: 48px;
    line-height: 48px;
    margin-left: 0;
    margin-right: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding: 0;
  }
  .global-header-nav-list .global-header-nav-item:hover > a {
    color: #0f8287 !important;
  }
  .global-header-nav-list .global-header-nav-item:hover::after {
    width: 100%;
  }
  .global-header-nav-list .global-header-nav-item:after {
    display: none;
  }
  .global-header-nav-list .global-header-nav-item::before {
    display: block;
    background-color: #333;
  }
  .global-header-nav-list .global-header-nav-item > a {
    font-size: 14px;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4285714285;
    color: #333 !important;
    text-align: left;
    position: relative;
  }
  .global-header-nav-list .global-header-nav-item.active > a {
    color: #0f8287 !important;
  }
  .global-header-nav-list .global-header-nav-login,
  .global-header-nav-list .global-header-nav-logo {
    display: none;
  }
  html.global-header-nav-open,
  html.global-header-nav-open body {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  .global-header-btn-close span:first-child {
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
  }
  .global-header-btn-close span:nth-child(2) {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }
  .global-header-btn-close span:nth-child(3) {
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transform: rotate(-45deg) translate(5px, -5.5px);
    transform: rotate(-45deg) translate(5px, -5.5px);
  }
  .global-header-nav-open .theme-dark .global-header-nav-btn span {
    background: #000;
  }
  .global-header-nav-open .global-header,
  .global-header-nav-open .global-header-nav {
    height: 100%;
    background: #fff;
  }
  .global-header-nav-open .global-header-nav-login,
  .global-header-nav-open .global-header-nav-search {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  .global-header-nav-open .global-header-nav-item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    height: auto;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(2) {
    -webkit-transition-delay: 0.3s, 0.3s;
    transition-delay: 0.3s, 0.3s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(2) {
    -webkit-transition-delay: 0.3s, 0.3s;
    transition-delay: 0.3s, 0.3s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(3) {
    -webkit-transition-delay: 0.35s, 0.35s;
    transition-delay: 0.35s, 0.35s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s, 0.4s;
    transition-delay: 0.4s, 0.4s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(5) {
    -webkit-transition-delay: 0.45s, 0.45s;
    transition-delay: 0.45s, 0.45s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(6) {
    -webkit-transition-delay: 0.5s, 0.5s;
    transition-delay: 0.5s, 0.5s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(7) {
    -webkit-transition-delay: 0.55s, 0.55s;
    transition-delay: 0.55s, 0.55s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(8) {
    -webkit-transition-delay: 0.6s, 0.6s;
    transition-delay: 0.6s, 0.6s;
  }
  .global-header-nav-open .global-header-nav-logo {
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }
  .global-header-nav-open .subment .subtitle {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(-24px);
    transform: scale(1.2) translateY(-24px);
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out,
      -webkit-transform 0.25s ease-out;
  }
  .global-header-nav-open .subment ul a {
    font-size: 14px !important;
    padding-left: 15px !important;
  }
  .header-panel-content .subment {
    position: absolute;
    background-color: #fff;
    height: 100vh;
    top: 0;
    width: 100%;
    overflow: auto;
    padding: 65px 0 25px !important;
  }
  .header-panel-content .subment .row {
    padding-left: 0 !important;
  }
  .subment ul {
    overflow: hidden;
  }
  .subment li {
    opacity: 0;
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
    transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
    transition: opacity 0.25s ease-in, transform 0.25s ease-in;
    transition: opacity 0.25s ease-in, transform 0.25s ease-in,
      -webkit-transform 0.25s ease-in;
  }
  .subment-open .subment li {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .global-header-nav-item .icon-toggle {
    position: absolute;
    right: -15px;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    z-index: 20;
    height: 48px;
  }
  .actions-tools {
    -webkit-transform: scale(1.2) translateY(-24px);
    transform: scale(1.2) translateY(-24px);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out,
      -webkit-transform 0.25s ease-out;
  }
  .global-header-nav-open .actions-tools {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition-delay: 0.6s, 0.6s;
    transition-delay: 0.6s, 0.6s;
  }
}
@media (max-width: 321px) {
  .global-header-nav-logo {
    display: none;
  }
}
@media (min-width: 1024px) {
  .my-container {
    padding-left: 30px;
  }
  .global-header-nav-item {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 2.08333vw;
  }
  .global-header-nav-item .dropdown-menu {
    position: absolute;
    left: 0;
    z-index: -1;
    display: block;
    min-width: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    z-index: 9999;
  }
  .global-header-nav-item .dropdown-menu li.active a {
    color: #fff !important;
  }
  .global-header-nav-item .dropdown-menu a {
    color: #000;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: white;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 10px;
  }
  .global-header-nav-item .dropdown-menu a:hover {
    color: #fff;
  }
  .global-header-nav-item > a:hover:after {
    width: 100% !important;
  }
}
.contact-top {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
}
.contact-top .icon {
  margin-right: 15px;
}
.contact-top span {
  font-size: 14px;
}
.nav-popup-list {
  left: 200px;
}
.nav-popup-list .arrow {
  width: 0;
  height: 0;
  border-bottom: 10px solid #edf1f4;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.nav-popup-list .nav-popup-item {
  position: absolute;
  top: 75%;
  left: 200px;
  display: none;
}
.nav-popup-list .nav-popup-item.active {
  display: block;
  -webkit-animation: moveUp 0.3s linear 1 forwards;
  animation: moveUp 0.3s linear 1 forwards;
}
.nav-popup-list .inner {
  min-height: 100px;
  min-width: 100px;
  background: #edf1f4;
  padding: 30px 40px;
  border-radius: 4px;
}
.nav-popup-list .inner .icon {
  margin-right: 10px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-popup-list .inner .text {
  padding-left: 30px;
}
.nav-popup-list .inner .flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.nav-popup-list .inner .flex-item + .flex-item {
  margin-left: 70px;
}
.nav-popup-list .title {
  position: relative;
  font-weight: 700;
  padding: 0 10px;
  white-space: nowrap;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.nav-popup-list .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 0 10px;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 4px;
}
.nav-popup-list .link:hover {
  background: #dae3e9;
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fixed {
  position: fixed;
}
.opaque .global-header {
  background: #fff;
}
.theme-dark .global-mobile-split {
  padding-top: 0;
}
.theme-dark .global-header {
  background: transparent;
}
.theme-dark .global-header-nav-btn span {
  background: #fff;
}
.theme-dark .opaque .global-header {
  background: #fff;
}
.theme-dark .opaque .global-header-nav-btn span {
  background: #000;
}
.global-header.small {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.gnb-sub-menus {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
}
.gnb-sub-menus .gnb-sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: visibility 350ms ease-out,
    z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: visibility 350ms ease-out,
    z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gnb-sub-menus .gnb-sub-menu.active {
  z-index: 2;
  visibility: visible;
}
.gnb-sub-menus .gnb-sub-menu.active .gnb-sub-menu-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gnb-sub-menus .gnb-sub-menu .gnb-sub-menu-wrapper {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 350ms ease-out,
    -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 350ms ease-out,
    -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 350ms ease-out,
    transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 350ms ease-out,
    transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 1440px) {
  .global-header-nav-item {
    font-size: 14px;
  }
  .actions-tools .btn_tools .btn_lang a span {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .global-header-nav-item {
    font-size: 12px;
  }
}
.btn_tools {
  position: relative;
  display: block;
  float: none;
  clear: both;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 200;
  height: 100%;
}
.btn_tools .btn_search {
  position: relative;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-right: none;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn_tools .btn_search:before {
  content: '';
  height: 1px;
  right: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333;
  visibility: visible;
}
.btn_tools .btn_search[data-status='0'] .icon-close {
  display: none;
}
.btn_tools .btn_search[data-status='0'] .icon-search {
  display: block;
}
.btn_tools .btn_search[data-status='0'] .show {
  display: block;
}
.btn_tools .btn_search[data-status='0'] .close {
  display: none;
}
.btn_tools .btn_search[data-status='1'] .icon-close {
  display: block;
}
.btn_tools .btn_search[data-status='1'] .icon-search {
  display: none;
}
.btn_tools .btn_search[data-status='1'] .show {
  display: none;
}
.btn_tools .btn_search[data-status='1'] .close {
  display: block;
}
.btn_tools .btn_search span {
  font-size: 12px;
  margin-left: 10px;
}
.btn_tools .btn_lang {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  border-right: none;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 48px;
}
.btn_tools .btn_lang:before {
  content: '';
  height: 1px;
  right: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333;
  visibility: visible;
}
.btn_tools .btn_lang > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_tools .btn_lang .icon-yuyan {
  font-size: 30px;
  margin-right: 8px;
  margin-top: 2px;
}
.btn_tools .btn_lang .icon-arrow-down {
  font-size: 20px;
  margin-left: 8px;
  font-weight: 700;
  margin-top: 2px;
}
.formsearch {
  height: 50px;
  position: relative;
  margin-right: 0;
  width: auto;
  background-color: #fff;
  top: 0;
  right: 0;
  margin-left: 0;
  border-right: none;
  font-size: 0;
  padding-left: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.formsearch .form-group {
  display: inline-block;
  height: 50px;
  vertical-align: top;
  margin-right: -15px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  width: 0;
  position: absolute;
  top: 0;
  right: 25%;
  background: #fff;
}
.formsearch .form-control {
  padding: 0 15px;
  display: block;
  margin: 0;
  border: 0;
  background: 0 0;
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 1.42857143;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  border-radius: 0;
}
.formsearch .submit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  position: absolute;
  right: 0;
  z-index: 10;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}
.formsearch .button {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  width: 25%;
  background-color: #0a045a;
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.formsearch.active {
  opacity: 1;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}
.formsearch.active .form-group {
  opacity: 1;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  width: 100%;
  right: 0;
  margin: 0;
}
.container-full {
  top: 0;
  z-index: 4000;
  height: 100%;
  overflow-y: auto;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
}
.container-full .button_menu {
  position: absolute;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  top: 5px;
  right: 63px;
  margin-right: 0;
  margin-top: 0;
  width: 40px;
  height: 40px;
}
.container-full .button_menu .menu {
  width: 18px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container-full .button_menu .menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
}
.container-full .button_menu .menu span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
  top: 0;
}
.container-full .button_menu .menu span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  display: none;
}
.container-full .button_menu .menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
  bottom: 0;
}
.language-box {
  text-align: right;
  font-size: 0;
  display: none;
  font-size: 16px;
  padding: 40px 5.33333%;
}
.language-box dl {
  display: block;
  margin: 0;
  padding-top: 20px;
  position: relative;
  z-index: 30;
  width: 100%;
}
.language-box dt a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.language-box dd {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-right: 0;
  border-bottom: none;
  margin-top: 16px;
}
.language-box dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 16px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.language-box dd a img {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .actions-tools {
    margin-left: auto;
  }
  .actions-tools .btn_tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .actions-tools .btn_tools .btn_search {
    border-bottom: none !important;
    height: 100%;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    border-left: 1px solid #f5f5f5;
    min-width: 5.20833vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .actions-tools .btn_tools .btn_search .iconfont {
    font-size: 22px;
  }
  .actions-tools .btn_tools .btn_search::before {
    display: none;
  }
  .actions-tools .btn_tools .btn_search span {
    display: none !important;
  }
  .actions-tools .btn_tools .btn_lang {
    border-bottom: none !important;
    height: 5.20833vw;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-left: 1px solid #f5f5f5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  .actions-tools .btn_tools .btn_lang::before {
    display: none;
  }
  .actions-tools .btn_tools .btn_lang a {
    font-size: 17px;
  }
  .formsearch {
    position: absolute;
    top: 5.20833vw;
  }
  .formsearch.active .form-group {
    width: 300px;
  }
  .container-full {
    top: 5.20833vw;
    height: auto;
  }
  .language-box dl {
    display: inline-block;
    width: auto;
  }
  .language-box dd {
    display: block;
    white-space: nowrap;
    width: 100%;
  }
  .language-box dd a {
    padding-right: 45px;
    padding-left: 0;
    min-width: 120px;
  }
}
.footer {
  background: #0f8287;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .inner {
  padding: 20px 0;
}
.footer .inner > .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.footer .inner .contact-item {
  margin: 30px 0 0;
}
.footer .inner .contact-item .title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-weight: 700;
}
.footer .inner .contact-item ul li {
  line-height: 1.45;
}
.footer .inner .contact-item ul li + li {
  margin-top: 10px;
}
.footer .inner .contact-item .qrcode-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  margin-top: 10px;
}
.footer .inner .contact-item .qrcode-wrapper .qrcode-item {
  margin-right: 10px;
}
.footer .inner .contact-item .qrcode-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.footer .inner .contact-item .qrcode-wrapper a .iconfont {
  font-size: 20px;
}
.footer .copyright {
  background: #fff;
  padding: 12px 0;
  color: #999;
  font-size: 12px;
  line-height: 150%;
}
.footer .copyright a {
  color: inherit;
}
@media (min-width: 1024px) {
  .footer .inner {
    padding: 80px 0;
  }
  .footer .inner .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer .inner .contact-item {
    margin-right: auto;
    max-width: 310px;
  }
  .footer .inner .contact-item .title {
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 700;
  }
  .footer .inner .contact-item ul {
    font-size: 14px;
  }
  .footer .inner .contact-item ul li + li {
    margin-top: 20px;
  }
  .footer .inner .contact-item .qrcode-wrapper {
    display: flex;
    margin-top: 20px;
  }
  .footer .inner .flex-item {
    margin-left: auto;
    flex: 0 0 50%;
  }
  .footer .copyright {
    padding: 25px 0;
  }
}
.site-layer {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  opacity: 0;
}
.close-aside {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  z-index: 10;
  bottom: 30px;
  background: #0f8287;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.close-aside .iconfont {
  font-size: 20px;
}
.close-aside .icon-close {
  display: none;
}
#aside-accordion {
  position: fixed;
  left: 0;
  top: 100px;
  bottom: 100px;
  width: 70vw;
  background: #fff;
  z-index: 11;
  overflow-y: auto;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#aside-accordion .panel .title {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
}
#aside-accordion .panel .title.active {
  color: #0f8287;
}
#aside-accordion .panel .title[aria-expanded='true'] {
  color: #0f8287;
}
#aside-accordion .panel .title[aria-expanded='true'] .iconfont {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#aside-accordion .panel .title .iconfont {
  margin-left: auto;
  font-size: 20px;
}
#aside-accordion .panel .heroCollapse {
  padding: 0 15px;
}
#aside-accordion .panel .heroCollapse .active .name {
  color: #0f8287;
}
#aside-accordion .panel .heroCollapse .active .sub-menu {
  display: block !important;
}
#aside-accordion .panel .heroCollapse .name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  padding-left: 15px;
  border-bottom: 1px solid #e1e1e1;
  color: #888888;
  font-size: 12px;
}
#aside-accordion .panel .heroCollapse .name::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1f368f;
  left: 0;
}
#aside-accordion .panel .heroCollapse .name span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 1%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#aside-accordion .panel .heroCollapse .name .iconfont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
}
#aside-accordion .panel .heroCollapse .sub-menu {
  border-bottom: 1px solid #e1e1e1;
}
#aside-accordion .panel .heroCollapse .sub-menu .active a {
  color: #0f8287;
}
#aside-accordion .panel .heroCollapse .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
  font-size: 12px;
}
.site-layer-open {
  overflow: hidden;
}
.site-layer-open .site-layer {
  opacity: 1;
  z-index: 9999;
}
.site-layer-open .close-aside {
  z-index: 10000;
  background: #fff;
  color: #0f8287;
}
.site-layer-open .close-aside .icon-menu {
  display: none;
}
.site-layer-open .close-aside .icon-close {
  display: block;
}
.site-layer-open #aside-accordion {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .close-aside {
    display: none;
  }
  .site-layer {
    position: static;
    z-index: 10;
    opacity: 1;
    background: #fff;
    padding: 20px 0 60px;
  }
  #aside-accordion {
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  #aside-accordion .panel .title {
    font-size: 16px;
    padding: 0 30px;
    height: 50px;
  }
  #aside-accordion .panel .title:hover {
    color: #0f8287;
  }
  #aside-accordion .panel .heroCollapse {
    padding: 0 30px;
  }
  #aside-accordion .panel .heroCollapse .name {
    font-size: 15px;
    height: 50px;
    padding: 0 0 0 30px;
  }
  #aside-accordion .panel .heroCollapse .name::before {
    left: 8px;
  }
  #aside-accordion .panel .heroCollapse .sub-menu a {
    font-size: 15px;
    height: 44px;
    padding: 0 30px;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.mbshow {
  display: block;
}
.pcshow {
  display: none;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
#sticky.fixed {
  position: fixed;
  top: 0;
}
#sticky.baseline {
  position: absolute;
  top: auto !important;
  bottom: 0;
}
.wow {
  visibility: hidden;
}
.bold {
  font-weight: 700 !important;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gnb-sub-menu-wrapper .inner {
  max-width: 1410px;
  padding: 9.25vh 15px;
  margin: 0 auto;
  width: 100%;
  color: #333;
}
.gnb-sub-menu-wrapper .inner .fl {
  width: 340px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  margin-right: 2.60417vw;
}
.gnb-sub-menu-wrapper .inner .fl img {
  height: auto;
  max-width: 340px;
}
.gnb-sub-menu-wrapper .inner .fl .text {
  font-size: 24px;
  line-height: 46px;
  display: block;
  margin-top: 16px;
  color: #333;
  font-weight: 700;
}
.gnb-sub-menu-wrapper .inner .fr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 0.5;
  -ms-flex-positive: 0.5;
  flex-grow: 0.5;
  margin-left: 0;
}
.gnb-sub-menu-wrapper .inner .fr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gnb-sub-menu-wrapper .inner .fr ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  height: 50px;
  line-height: 50px;
}
.gnb-sub-menu-wrapper .inner .fr ul li a {
  position: relative;
  color: inherit;
  padding-left: 40px;
  padding-left: 40px;
  font-size: 17px;
  line-height: 24px;
  display: inline-block;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gnb-sub-menu-wrapper .inner .fr ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border-width: 4px 0 4px 25px;
  border-color: transparent transparent transparent #0f8287;
  border-style: solid;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.gnb-sub-menu-wrapper .inner .fr ul li a:hover {
  color: #0f8287;
}
.gnb-sub-menu-wrapper .inner .fr ul li a:hover:after {
  opacity: 1;
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}
.popup.show {
  display: block;
}
.popup .dim {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.popup .dim a {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.popup .pop_inner1 {
  max-width: 960px;
  max-height: 900px;
  background-color: #fff;
  position: relative;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup .contact-box {
  padding: 0 15px;
  margin: 0;
}
.popup .btn_close_pop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.popup .btn_close_pop .iconfont {
  float: right;
  color: #ccc;
  padding-right: 20px;
}
.popup .qr_content {
  text-align: center;
}
.popup .qr {
  display: none;
  padding-bottom: 35px;
}
.popup .qr.selected {
  display: block;
}
.popup .qr img {
  max-width: 85%;
  padding-bottom: 10px;
  vertical-align: top;
}
.img-responsive {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
body.stop {
  overflow: hidden;
}
.promo {
  position: relative;
}
.promo .swiper-pagination {
  bottom: 65px;
  width: 100%;
  z-index: 82;
}
.promo .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  outline: none !important;
}
.promo .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none !important;
}
.promo
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0f8287 !important;
}
.promo .swiper-slide {
  overflow: hidden;
}
.promo .swiper-slide .img-responsive {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.promo .swiper-slide h1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.promo .swiper-slide.swiper-slide-active .img-responsive {
  -webkit-animation: scalcBanner 6s linear forwards;
  animation: scalcBanner 6s linear forwards;
}
.promo .swiper-slide.swiper-slide-active h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.promo .swiper-slide.swiper-slide-active .en2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.3s;
}
.promo .swiper-slide.swiper-slide-active .summary {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.6s;

}
.promo .swiper-slide.swiper-slide-active .btn-group {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s;
}
.promo .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.promo .box .zh {
  font-size: 20px;
  font-weight: 700;
}
.promo .box .line {
  height: 4px;
  width: 72px;
  background: #0f8287;
  margin: 15px 0;
}
.promo .box .en {
  font-size: 14px;
}
.section {
  position: relative;
  padding: 50px 0;
}
.section > .anchor {
  position: absolute;
  top: -100px;
}
.player-wrapper {
  cursor: pointer;
}
.player-wrapper:hover .player:after {
  -webkit-animation: rotate2 1.8s linear infinite;
  animation: rotate2 1.8s linear infinite;
}
.player-wrapper:hover .player:before {
  -webkit-animation: rotate 1.8s linear infinite;
  animation: rotate 1.8s linear infinite;
}
.player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url('../images/paly_i0.png') no-repeat center center;
  z-index: 10;
}
.player:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../images/paly_i1.png') no-repeat center center;
}
.player:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../images/paly_i2.png') no-repeat center center;
}
.hd .en {
  text-align: center;
  font-size: 28px;
  color: #0f8287;
  margin-bottom: 10px;
}
.hd .zh {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.hd .summary {
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
  margin-top: 10px;
  text-align: center;
}
.mobileHide {
  display: none;
}
@media (min-width: 1024px) {
  .pcshow {
    display: block;
  }
  .mbshow {
    display: none;
  }
  .mobileHide {
    display: block;
  }
  .promo .swiper-container .swiper-pagination {
    bottom: 20px;
  }
  .promo .swiper-container .swiper-pagination.top_transform {
    -webkit-transform: translateY(-6.04167vw);
    transform: translateY(-6.04167vw);
  }
  .promo .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .hd .en {
    font-size: 2.34375vw;
    margin-bottom: 25px;
  }
  .hd .zh {
    font-size: 1.35417vw;
  }
  .hd .summary {
    font-size: 14px;
    margin-top: 25px;
  }
}
/* default */
.promo .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo .box h1 {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  max-width: 70vw;
}
.promo .box .en2 {
  font-size: 14px;
  line-height: initial;
      transition: all 1.5s ease-in-out;
          transform: translateY(100px);
        opacity: 0;
}
.promo .box .summary {
  font-size: 13px;
  padding-top: 20px;
        transition: all 1.5s ease-in-out;
          transform: translateY(100px);
        opacity: 0;
}

.nav__product {
  border-bottom: 1px solid #f5f5f5;
}
.nav__product .container {
  padding: 0;
}
.nav__product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav__product ul li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.nav__product ul li:nth-child(odd)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #f5f5f5;
}
.nav__product ul li:nth-child(4n + 1)::before,
.nav__product ul li:nth-child(4n + 2)::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #f5f5f5;
}
.nav__product ul .item {
  display: block;
  padding: 30px 10px;
  color: #fff;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.nav__product ul .item:hover {
  background: #0f8287;
}
.nav__product ul .item:hover .icon img:first-child {
  opacity: 0;
}
.nav__product ul .item:hover .icon img:last-child {
  opacity: 1;
}
.nav__product ul .item:hover .name {
  color: inherit;
}
.nav__product ul .item:hover .summary {
  color: inherit;
}
.nav__product ul .item img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav__product ul .item .icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.nav__product ul .item .icon img {
  position: absolute;
  top: 0;
  left: 0;
}
.nav__product ul .item .icon img:last-child {
  opacity: 0;
}
.nav__product ul .item .name {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #333333;
}
.nav__product ul .item .summary {
  line-height: 150%;
  color: #999999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 12px;
}
.section-index__case {
  overflow: hidden;
}
.section-index__case .hd {
  margin-bottom: 25px;
}
.section-index__case .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-index__case .nav-tabs li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 0;
}
.section-index__case .nav-tabs li.active {
  background: #0f8287;
}
.section-index__case .nav-tabs li.active .con {
  color: #fff;
}
.section-index__case .nav-tabs li.active .icon img:first-child {
  opacity: 0;
}
.section-index__case .nav-tabs li.active .icon img:last-child {
  opacity: 1;
}
.section-index__case .nav-tabs .tab-cell {
  background: #fff;
  display: block;
}
.section-index__case .nav-tabs .icon {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
}
.section-index__case .nav-tabs .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-index__case .nav-tabs .icon img:last-child {
  opacity: 0;
}
.section-index__case .nav-tabs .con {
  text-align: center;
  color: #0f8287;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-index__case .tab-content .tab-pane {
  padding: 20px 0;
}
.section-index__case .tab-content .tab-pane > .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-index__case .tab-content .tab-pane .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.section-index__case .tab-content .tab-pane .title .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.section-index__case .tab-content .tab-pane .title .con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-index__case .tab-content .tab-pane .title .con .zh {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0f8287;
}
.section-index__case .tab-content .tab-pane .title .con .en {
  font-size: 12px;
  color: #999;
}
.section-index__case .tab-content .tab-pane .technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #888;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}
.section-index__case .tab-content .tab-pane .technology span {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 24px;
}
.section-index__case .tab-content .tab-pane .technology ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-index__case .tab-content .tab-pane .technology ul li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-index__case .tab-content .tab-pane .technology ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/icon-gou.jpg') no-repeat center center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.section-index__case .tab-content .tab-pane .technology ul li .iconfont {
  margin-right: 5px;
  color: #ffbd27;
}
.section-index__case .tab-content .tab-pane .intro {
  line-height: 200%;
  font-size: 13px;
  margin: 20px 0;
  color: #999;
  max-height: 170px;
  overflow: hidden;
}
.section-index__case .tab-content .tab-pane .partner {
  overflow-x: auto;
  overflow-y: hidden;
}
.section-index__case .tab-content .tab-pane .partner::-webkit-scrollbar {
  display: none !important;
}
.section-index__case .tab-content .tab-pane .partner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-index__case .tab-content .tab-pane .partner ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-right: 15px;
}
.section-index__case .tab-content .tab-pane .partner ul li img {
  border: 2px solid #ebebeb;
}
.section-index__case .tab-content .tab-pane .button-group {
  padding: 20px 0 0;
  border-top: 1px solid #dedede;
  margin-top: 20px;
}
.section-index__case .tab-content .tab-pane .button-group .button {
  margin-right: 10px;
}
.section-index__contact {
  position: relative;
  background-color: #000;
}
.section-index__contact .bd {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  width: 100%;
}
.section-index__contact .container {
  position: relative;
  z-index: 2;
}
.section-index__contact .box {
  color: #fff;
}
.section-index__contact .box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}
.section-index__contact .box .summary {
  line-height: 150%;
  margin-bottom: 20px;
}
.section-index__core .hd {
  margin-bottom: 20px;
}
.section-index__core .bd {
  position: relative;
  padding: 0 50px;
}
.section-index__core .bd::-webkit-scrollbar {
  display: none !important;
}
.section-index__core .bd .button-next,
.section-index__core .bd .button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0f8287;
  z-index: 10;
}
.section-index__core .bd .button-next .iconfont,
.section-index__core .bd .button-prev .iconfont {
  font-size: 50px;
}
.section-index__core .bd .button-prev {
  left: -15px;
}
.section-index__core .bd .button-next {
  right: -15px;
}
.section-index__core .bd ul li {
  -ms-flex-item-align: center;
  align-self: center;
}
.section-index__core .bd ul .item {
  position: relative;
  display: block;
  height: 100%;
}
.section-index__core .bd ul .item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-index__core .bd ul .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.section-index__core .bd ul .item .layout {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  padding: 0 10px;
  z-index: 3;
}
.section-index__core .bd ul .item .layout .title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}
.section-index__core .bd ul .item .layout .line {
  height: 4px;
  width: 38px;
  margin: 0 auto 15px;
  background: #fff;
}
.section-index__core .bd ul .item .layout .summary {
  line-height: 150%;
}
.core-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.core-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.core-list .item {
  height: 330px;
  position: relative;
  display: block;
}
.core-list .item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.core-list .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.core-list .item .layout {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  padding: 0 10px;
  z-index: 3;
}
.core-list .item .layout .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.core-list .item .layout .line {
  height: 4px;
  width: 38px;
  margin: 0 auto 15px;
  background: #fff;
}
.core-list .item .layout .summary {
  line-height: 150%;
}
.section-index__news {
  background: #f7f7f7;
}
.section-index__news .nav-tabs {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.section-index__news .nav-tabs li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 20px 0;
}
.section-index__news .nav-tabs li.active a {
  color: #0f8287;
}
.section-index__news .nav-tabs li.active span:after {
  width: 100%;
}
.section-index__news .nav-tabs li span {
  position: relative;
  line-height: 1;
  display: inline-block;
  font-weight: 700;
}
.section-index__news .nav-tabs li span:after {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 0;
  background: #0f8287;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-index__news .tab-pane .news-list {
  margin: -15px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-index__news .tab-pane .news-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 15px 10px;
}
.section-index__news .tab-pane .item {
  display: block;
}
.section-index__news .tab-pane .item .image {
  margin-bottom: 15px;
}
.section-index__news .tab-pane .item .image img {
  height: 105px;
}
.section-index__news .tab-pane .item .title {
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-index__news .tab-pane .item .summary {
  color: #999999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 150%;
}
.section-index__news .tab-pane .item .time {
  color: #999;
  font-size: 12px;
  margin-bottom: 15px;
}
.section-index__news .tab-pane .item .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.section-index__news .tab-pane .item .more .iconfont {
  font-size: 18px;
}
.section-index__partner .hd {
  margin-bottom: 30px;
}
.section-index__partner .swiper-pagination-bullet {
  background: #000000;
}
.section-index__partner
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0f8287;
}
.section-index__partner .swiper-container {
  padding-bottom: 30px;
}
.section-index__partner .swiper-container .swiper-pagination {
  bottom: 0 !important;
}
.section-index__partner .swiper-container .swiper-slide {
  border: 2px solid #ebebeb;
}
.section-index__partner .swiper-container .swiper-slide .image {
  position: relative;
  padding-bottom: 35%;
}
.section-index__partner .swiper-container .swiper-slide .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.section-index__partner .swiper-container .swiper-slide .title-v2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-index__partner .swiper-container .swiper-slide:hover .title-v2 {
  opacity: 1;
}
.section-index__partner .inner {
  position: relative;
}
.section-index__partner .btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  display: none;
}
.section-index__partner .btn .iconfont {
  font-size: 22px;
}
.action-bar {
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.action-bar .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.action-bar .flex-box .fr {
  margin: 0;
}
.action-bar .page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  overflow-x: auto;
  overflow-y: hidden;
}
.action-bar .page-nav::-webkit-scrollbar {
  display: none !important;
}
.action-bar .page-nav li {
  text-align: center;
  padding: 0 10px;
}
.action-bar .page-nav li.active a {
  color: #0f8287;
}
.action-bar .page-nav li.active a:after {
  background: #0f8287;
}
.action-bar .page-nav li a {
  position: relative;
  display: inline-block;
  line-height: 44px;
  color: #666;
  white-space: nowrap;
}
.action-bar .page-nav li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
}
.section-news {
  background: #f7f7f7;
}
.section-news .recommend-top {
  margin-bottom: 15px;
}
.section-news .paging {
  margin-top: 30px;
}
.news-item {
  display: block;
}
.news-item .con {
  padding: 20px 15px;
  background: #fff;
}
.news-item .time {
  color: #999;
  margin-bottom: 12px;
}
.news-item .name {
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 150%;
}
.news-item .summary {
  line-height: 150%;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.news-list li {
  margin-bottom: 15px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.recommend-news-list li {
  margin-bottom: 20px;
}
.recommend-news-list li:last-child {
  margin-bottom: 0;
}
.recommend-news-list .item {
  display: block;
}
.recommend-news-list .item .con {
  background: #fff;
  padding: 15px;
}
.recommend-news-list .item .time {
  font-size: 12px;
  color: #0f8287;
  margin-bottom: 15px;
}
.recommend-news-list .item .name-v2 {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 150%;
  font-family: 'webfont';
}
.recommend-news-list .item .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 150%;
}
.recommend-news-list .item .summary {
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 150%;
}
.section-news-detail {
  padding: 0px 0 20px;
}
.section-news-detail .breadcrumbs {
  background: #fff;
  margin-bottom: 20px;
}
.section-news-detail .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.section-news-detail .artice {
  margin: 20px auto 0;
}
.section-news-detail .artice .title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 150%;
}
.section-news-detail .artice .flex-box {
  font-size: 12px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.section-news-detail .artice .flex-box .fl {
  color: #0f8287;
}
.section-news-detail .artice .flex-box .fr {
  color: #0f8287;
}
.section-news-detail .artice .edit {
  line-height: 150%;
  color: #636363;
}
.section-news-detail .paging-v2 {
  margin-top: 30px;
}
.section-news-recommend {
  background: #f7f7f7;
  padding: 20px 0;
}
.section-news-recommend .hd {
  text-align: center;
  margin-bottom: 20px;
}
.section-news-recommend .hd .en {
  margin-bottom: 10px;
  color: #0f8287;
  font-size: 16px;
}
.section-news-recommend .hd h1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.section-news-recommend .hd .summary {
  color: #888;
  line-height: 150%;
}
.section-solution {
  padding: 30px 0 0;
  overflow: hidden;
}
.section-solution .list section {
  position: relative;
  background: #f7f7f7;
  padding: 20px 0;
}
.section-solution .list section .fr {
  margin: 0;
}
.section-solution .list section .anchor {
  position: absolute;
  top: -100px;
}
.section-solution .list section:nth-child(even) {
  background: #fff;
}
.section-solution .list .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.section-solution .list .box {
  padding: 20px 20px 0;
}
.section-solution .list .box .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-solution .list .box .name .icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.section-solution .list .box .name .con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 1%;
}
.section-solution .list .box .name .con .zh {
  margin-bottom: 10px;
  font-size: 18px;
  color: #0f8287;
  font-weight: 500;
}
.section-solution .list .box .name .con .en {
  font-size: 12px;
  color: #999;
}
.section-solution .list .box .summary {
  margin-bottom: 15px;
  line-height: 200%;
  height: 84px;
  overflow: hidden;
}
.section-solution .list .box .button-group .button {
  margin-right: 10px;
}
.section-solution__detail .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-solution__detail .flex-box .fr {
  margin: 15px 0 0;
}
.section-solution__detail .flex-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-solution__detail .flex-box .title .icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.section-solution__detail .flex-box .title .con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-solution__detail .flex-box .title .con .zh {
  color: #0f8287;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.section-solution__detail .flex-box .title .con .en {
  font-size: 12px;
  color: #999;
}
.section-solution__detail .flex-box .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-solution__detail .flex-box .button-group .button {
  padding: 0 5px;
  font-size: 12px;
  white-space: nowrap;
  height: 30px;
  margin-right: 10px;
}
.section-solution__detail .flex-box .button-group .button:last-child {
  margin: 0;
}
.section-solution__detail .flex-box .button-group .button .iconfont {
  font-size: 16px;
}
.section-solution__detail .edit {
  padding: 20px 0;
  line-height: 150%;
}
.pro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.pro-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px;
}
.pro-list li:last-child {
  margin-bottom: 0;
}
.pro-list .item {
  position: relative;
  background: #fff;
  display: block;
}
.pro-list .item:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.pro-list .item .image {
  position: relative;
  padding-bottom: 70%;
}
.pro-list .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.pro-list .item .con {
  padding: 20px 15px;
}
.pro-list .item .con .name {
  font-size: 16px;
  color: #0f8287;
  font-weight: 500;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-list .item .con .info {
  margin-bottom: 30px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-list .item .con .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0f8287;
}
.section-solution__recommend {
  background: #f7f7f7;
}
.section-solution__recommend .hd {
  margin-bottom: 20px;
}
.section-solution__recommend .hd .en {
  font-size: 12px;
}
.section-solution__recommend .hd .zh {
  font-size: 20px;
  color: #202020;
  margin-bottom: 10px;
}
.section-solution__recommend .hd .summary {
  max-width: 450px;
  margin: 0 auto;
}
.section-video .paging {
  margin-top: 30px;
}
.video-list li {
  margin-bottom: 15px;
}
.video-list li:last-child {
  margin-bottom: 0;
}
.video-list .item {
  display: block;
}
.video-list .item .image {
  position: relative;
}
.video-list .item .image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.video-list .item .con {
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-wrok {
  padding: 30px 0;
  background: #fff;
}
.section-wrok h3 {
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'webfont';
}
.section-wrok .summary {
  color: #0f8287;
  text-align: center;
  margin-bottom: 40px;
}
.section-wrok .links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f4f7;
  height: 42px;
  padding: 5px;
}
.section-wrok .links-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-wrok .links-list li a {
  color: #7d8b86;
  font-size: 12px;
}
.section-wrok .links-list li.active {
  background: #fff;
}
.work-wrppaer > .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.work-wrppaer > .flex-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin: 30px 0;
}
.work-wrppaer > .flex-box .list::-webkit-scrollbar {
  display: none !important;
}
.work-wrppaer > .flex-box .list .active a {
  background: #0f8287;
  color: #fff;
}
.work-wrppaer > .flex-box .list .active a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 5px;
  margin-right: 10px;
}
.work-wrppaer > .flex-box .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  padding: 0 40px 0 20px;
  display: block;
  line-height: 40px;
  background: #fff;
}
.work-wrppaer .work-list .panel-heading .work-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 15px;
  background: #f8fbfd;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.work-wrppaer .work-list .panel-heading .icon-diejia {
  margin-right: 8px;
}
.work-wrppaer .work-list .panel-heading .icon-youjiantou {
  color: #e6e6e6;
  font-size: 25px;
  margin-left: 5px;
}
.work-wrppaer .work-list .panel-heading .icon-didian {
  margin-right: 5px;
  color: #e6e6e6;
}
.work-wrppaer .work-list .panel-heading .work-name {
  color: #0f8287;
}
.work-wrppaer .work-list .panel-heading .work-name span {
  font-weight: 700;
}
.work-wrppaer .work-list .panel-heading .work-intro {
  color: #9ea6ac;
}
.work-wrppaer
  .work-list
  .panel-heading
  [aria-expanded='true']
  .icon-youjiantou {
  display: inline-block;
  color: #0f8287 !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.work-wrppaer .work-list .panel-body {
  padding: 0 30px;
  background: #f8fbfd;
}
.work-wrppaer .work-list .panel-body .info {
  position: relative;
}
.work-wrppaer .work-list .panel-body .info::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #dedede;
}
.work-wrppaer .work-list .panel-body .edit {
  position: relative;
  color: #52645e;
  line-height: 24px;
  padding: 20px 0;
}
.work-wrppaer .work-list .panel + .panel {
  margin-top: 15px;
}
.my-map {
  position: relative;
}
.my-map #mapContainer {
  height: 250px;
}
.my-map .box {
  background: #fff;
  padding: 30px 15px;
}
.my-map .box .zh {
  font-size: 22px;
  line-height: initial;
}
.my-map .box .en {
  color: #999;
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 30px;
}
.my-map .box section {
  line-height: 150%;
}
.my-map .box section + section {
  margin-top: 15px;
}
.my-map .box section .label {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
}
.my-map .box section .label .iconfont {
  font-size: 16px;
  margin-right: 8px;
}
.my-map .box section .value {
  font-size: 14px;
}
.my-map .box section .value a {
  color: #0f8287;
}
.my-map .box .phone .value {
  color: #0f8287;
  font-weight: 700;
}
.section-feedback .en {
  color: #999;
  margin-bottom: 10px;
  font-size: 12px;
}
.section-feedback .zh {
  font-size: 20px;
  margin-bottom: 20px;
}
.section-feedback .form .form-group {
  position: relative;
  height: 40px;
  margin-bottom: 20px;
}
.section-feedback .form .form-group.focus .label {
  font-size: 12px;
  line-height: 20px;
  margin-top: -10px;
}
.section-feedback .form .form-group.focus:after {
  width: 100%;
}
.section-feedback .form .form-group:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
  width: 0;
  background-color: #0f8287;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-feedback .form .form-group::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
  right: 0;
  background-color: #dddddd;
}
.section-feedback .form .form-group .label {
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  color: #999;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-feedback .form .form-group .form-control {
  height: 40px;
  color: #202020;
  border: none;
  background: transparent;
  padding: 0;
}
.section-feedback .form .form-group select.form-control {
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-feedback .form .form-group .iconfont {
  position: absolute;
  right: 10px;
  line-height: 40px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 22px;
  top: 0;
}
.section-feedback .form .form-group.remark-group {
  height: 150px;
}
.section-feedback .form .form-group.remark-group textarea.form-control {
  height: 150px;
  line-height: 40px;
  resize: none;
}
section.section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  clear: both;
  overflow: hidden;
  padding: 0;
}
section.section .about-ours {
  position: relative;
  background: url(../images/about4.jpg);
}
section.section .about-ours .img {
  display: none;
}
section.section .about-ours .left {
  width: 100%;
  float: none;
}
section.section .about-ours .left .title-style {
  overflow: hidden;
}
section.section .about-ours .left .title-style h5 {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
section.section .about-ours .left .title-style h3 {
  font-size: 18px;
  margin: 0px 0 5px 0;
  line-height: 40px;
  font-weight: 500;
}
section.section .about-ours .left .title-style .line {
  width: 80px;
  height: 4px;
  background: #0f8287;
  margin: 10px 0;
}
section.section .about-ours .left .text {
  margin-top: 5px;
  color: #666;
  line-height: 28px;
  font-size: 14px;
}
section.section .about-ours .right {
  position: relative;
  text-align: center;
  width: 100%;
  float: none;
  margin-top: 40px;
}
section.section .about-ours .right .slogo {
  left: 50%;
  margin-left: -125px;
  -webkit-animation: icons 4s linear infinite;
  animation: icons 4s linear infinite;
  text-align: center;
  position: absolute;
}
section.section .about-ours .right .slogo img {
  height: auto;
  width: 250px;
  display: block;
  margin: auto;
}
section.section .about-ours .right img {
  max-width: 100%;
  max-height: 100%;
}
section.section .about-ours .absolute {
  width: 100%;
  position: relative;
  padding: 30px 15px;
  height: 100%;
}
section.section .company-culture {
  position: relative;
}
section.section .company-culture .table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.section .company-culture .bg-black {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.section .company-culture .bg-black .mbshow {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.section .company-culture .absolute {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 10;
  padding-bottom: 30px;
}
section.section .company-culture .absolute .slogoimg {
  display: none;
  width: 7.29167vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: fudong1 4s linear infinite;
  animation: fudong1 4s linear infinite;
}
section.section .company-culture .absolute .slogoimg img {
  width: 100%;
  height: 100%;
  max-width: initial !important;
}
section.section .company-culture .absolute .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
section.section .company-culture .absolute .img img {
  display: inline-block;
}
section.section .company-culture .absolute .item {
  position: static;
  height: 205px;
  padding: 0 15px;
}
section.section .company-culture .absolute .item .pcontent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.section .company-culture .absolute .item .pcontent .text1 {
  text-align: left;
  margin-left: 60px;
}
section.section .company-culture .absolute .item .pcontent .text1 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
}
section.section .company-culture .absolute .item .pcontent .text1 h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #b8bfc4;
}
section.section .company-culture .absolute .item .pcontent .ypic1 {
  width: 205px;
  height: 205px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section.section .company-culture .absolute .item .pcontent .ypic1 img {
  width: 100% !important;
  height: 100% !important;
}
section.section .company-culture .absolute .item .pcontent .ypic2 {
  width: 205px;
  height: 205px;
  position: absolute;
  left: 0;
  top: 0;
}
section.section .company-culture .absolute .item .pcontent .ypic2 img {
  width: 100% !important;
  height: 100% !important;
}
section.section .company-culture .absolute .item.item1 {
  margin-top: 15px;
}
section.section .company-culture .absolute .item.item2 {
  margin-top: 15px;
}
section.section .company-culture .absolute .item.item2 .text1 {
  text-align: right;
  margin-left: auto;
  margin-right: 60px;
}
section.section .company-culture .absolute .item.item2 .ypic1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
}
section.section .company-culture .absolute .item.item2 .ypic2 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
}
section.section .company-culture .absolute .item.item3 {
  margin-top: 15px;
}
section.section .company-culture .title-style {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.section .company-culture .title-style h3 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
section.section .company-culture .title-style h5 {
  font-size: 16px;
  margin: 0;
  color: #666;
  line-height: 30px;
}
section.section .development-history .top {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.section .development-history .title-style {
  margin: 80px auto auto;
  text-align: center;
  width: 100%;
}
section.section .development-history .title-style h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #333;
}
section.section .development-history .title-style h5 {
  font-size: 16px;
  margin: 0;
  color: #666;
  line-height: 30px;
}
section.section .development-history .swiper-history-time .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.section .development-history .swiper-history-time .swiper-button-next,
section.section .development-history .swiper-history-time .swiper-button-prev {
  display: none;
}
section.section
  .development-history
  .swiper-history-time
  .swiper-slide-active
  .year-num {
  font-size: 90px;
  color: #808080;
  padding-top: 40px;
}
section.section
  .development-history
  .swiper-history-time
  .swiper-slide-active
  .year-num
  h6 {
  font-family: '微软雅黑';
}
section.section
  .development-history
  .swiper-history-time
  .swiper-slide-active
  .year-num
  span {
  color: #00bf86;
}
section.section
  .development-history
  .swiper-history-time
  .swiper-slide-active
  .text {
  display: block;
  height: 130px;
  width: 90%;
  margin: 0 auto;
}
section.section .development-history .swiper-history-time .year-num {
  padding-top: 85px;
  font-size: 24px;
  font-weight: 700;
  font-family: Microsoft Yahei, Arial;
  text-align: center;
  line-height: initial;
  color: #808080;
}
section.section .development-history .swiper-history-time .year-num span {
  color: #808080;
  font-weight: inherit;
}
section.section .development-history .swiper-history-time .text {
  font-size: 12px;
  line-height: 22px;
  color: #666;
  margin: auto;
  overflow: hidden;
  display: none;
  text-align: center;
}
section.section .development-history .swiper-history-year::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.section .development-history .swiper-history-year .swiper-slide {
  text-align: center;
  color: #999;
  font-size: 30px;
  background: #f6f6f6;
  font-family: 'Barlow-Light', Microsoft Yahei, Arial;
}
section.section .team-style {
  padding: 30px 0;
}
section.section .team-style .title-style {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
section.section .team-style .title-style h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #333;
}
section.section .team-style .title-style h5 {
  font-size: 16px;
  margin: 0;
  color: #666;
  line-height: 30px;
}
section.section .team-style .swiper-slide {
  width: 80%;
}
section.section .team-style .swiper-slide .text {
  color: #fff;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  z-index: 10;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.section .team-style .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
section.section .team-style .swiper-pagination-wrapper {
  display: none;
}
.section-partner {
  background: #f7f7f7;
}
.section-partner .hd {
  margin-bottom: 30px;
}
.section-partner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.section-partner .list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px;
}
.section-partner .list li .image {
  position: relative;
  padding-bottom: 40%;
  background: #fff;
  cursor: pointer;
}
.section-partner .list li .image:hover .name {
  opacity: 1;
}
.section-partner .list li .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-partner .list li .image .name {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-partner .paging {
  margin-top: 30px;
}
.section-product {
  background: #f7f7f7;
}
.section-product .paging {
  margin-top: 30px;
}
.section-product-detail {
  background: #fff;
  overflow: hidden;
}
.section-product-detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-product-detail .inner .image .cell {
  position: relative;
  padding-bottom: 100%;
}
.section-product-detail .inner .image img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-product-detail .con {
  padding: 20px 0;
}
.section-product-detail .con .name {
  font-size: 20px;
  color: #0f8287;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: initial;
}
.section-product-detail .con .subtitle {
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-product-detail .con .summary {
  color: #888888;
  line-height: 200%;
  margin-bottom: 25px;
}
.section-product-detail .con .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-product-detail .con .flex-box .more-button {
  text-align: left;
  margin-bottom: 20px;
}
.section-product-detail .con .flex-box .more-button a {
  color: #0f8287;
}
.section-product-detail .con .flex-box .more-button a:hover {
  color: #0a5659;
}
.section-product-detail .con .flex-box .more-button a:hover .iconfont {
  background: #0a5659;
}
.section-product-detail .con .flex-box .more-button .iconfont {
  background: #0f8287;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
.section-product-detail .con .flex-box .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-product-detail .con .flex-box .button-group .label {
  color: #0f8287;
  font-weight: 500;
  margin-right: 10px;
}
.section-product-detail .con .flex-box .button-group .button {
  background: #0f8287;
  color: #fff;
  border-radius: 10px;
  padding: 0 15px;
  margin-right: 15px;
  border-color: #0f8287;
}
.section-product-detail .con .flex-box .button-group .button:hover {
  background: #0a5659;
}
.section-product-detail .con .flex-box .button-group .button .iconfont {
  margin-right: 6px;
}
.section-product-intro .hd {
  background: #0f8287;
  padding: 20px 0 0;
}
.section-product-intro .hd .title {
  font-size: 20px;
  color: #fff;
  max-width: 1340px;
  margin: 0 auto 20px;
}
.section-product-intro .hd .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-product-intro .hd .nav-tabs .active a {
  background: #005578;
  color: #fff;
}
.section-product-intro .hd .nav-tabs a {
  display: block;
  font-weight: 500;
  background: #fff;
  color: #333;
  line-height: 44px;
  padding: 0 15px;
  white-space: nowrap;
}
.section-product-intro .bd {
  max-width: 1500px;
  margin: 0 auto;
}
.section-product-intro .bd .tab-pane {
  padding: 30px 0;
}
.section-product-intro .bd .tab-pane .edit {
  width: 100%;
  overflow-x: auto;
  line-height: 32px;
  /* padding: 0 80px; */
}
.section-product-intro .bd .tab-pane .edit table {
  vertical-align: middle;
  word-break: break-all;
  /* border-spacing: initial !important;
  border-collapse: initial !important; */
}
.section-product-intro .bd .tab-pane .edit table td, .section-product-intro .bd .tab-pane .edit table th {
  padding: 10px;
}
table td {
  vertical-align: middle !important;
}
.section-product__use {
  background: #f7f7f7;
  padding: 30px 0;
  overflow: hidden;
}
.section-product__use .hd {
  margin-bottom: 30px;
}
.section-product__use .hd .en {
  font-size: 12px;
}
.section-product__use .hd .zh {
  font-size: 20px;
}
.section-product__use .bd {
  overflow-x: auto;
}
.section-product__use .bd::-webkit-scrollbar {
  display: none !important;
}
.section-fellback {
  padding: 30px 0;
  background: #fff;
}
.section-fellback .hd {
  margin-bottom: 20px;
}
.section-fellback .hd .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-fellback .hd .summary {
  font-size: 14px;
  color: #999;
  line-height: 150%;
}
.section-fellback .form .form-group {
  position: relative;
  height: 40px;
  margin-bottom: 40px;
}
.section-fellback .form .form-group.focus .label {
  font-size: 12px;
  line-height: 20px;
  margin-top: -10px;
}
.section-fellback .form .form-group.focus:after {
  width: 100%;
}
.section-fellback .form .form-group:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
  width: 0;
  background-color: #0f8287;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-fellback .form .form-group::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
  right: 0;
  background-color: #999;
}
.section-fellback .form .form-group .label {
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  color: #999;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-fellback .form .form-group .form-control {
  height: 40px;
  color: #202020;
  border: none;
  background: transparent;
  padding: 0;
}
.section-fellback .form .form-group select.form-control {
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-fellback .form .form-group .iconfont {
  position: absolute;
  right: 10px;
  line-height: 40px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 22px;
  top: 0;
}
.section-fellback .form .button-group {
  text-align: right;
}
.section-fellback .form .button-group .button {
  height: 40px;
  border-radius: 40px;
  padding: 0 40px;
}
.section-hd {
  margin-bottom: 30px;
  border-bottom: 2px solid #0f8287;
  padding-bottom: 20px;
}
.section-hd .flex-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-hd .en {
  color: #999;
  margin-bottom: 10px;
}
.section-hd .zh {
  font-size: 20px;
  font-weight: 700;
}
.section-hd .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-hd .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
}
.section-hd .btn:last-child {
  background: #0f8287;
  color: #fff;
  border-color: #0f8287;
}
.section-hd .btn .iconfont {
  font-size: 20px;
}
.section-honor {
  background: #f7f7f7;
}
.section-honor .swiper-slide .image {
  background: #fff;
}
.section-honor .swiper-slide .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  text-align: center;
  padding: 10px;
}
.section-history .swiper-slide {
  background: #f7f9fc;
  padding: 15px;
}
.section-history .swiper-slide .title {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.section-history .swiper-slide .summary {
  color: #999;
  line-height: 150%;
  margin-bottom: 20px;
  height: 63px;
  overflow: hidden;
}
.section-history .swiper-slide .time {
  color: #0f8287;
  font-size: 30px;
}
.viewer-container .viewer-prev {
  position: fixed !important;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 100;
}
.viewer-container .viewer-prev::before {
  width: 60px;
  height: 60px;
  margin: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAYCAYAAAFW90fCAAAAAXNSR0IArs4c6QAAAVBJREFUOBGFk+FKAkEUhbcsLS3L6q19kSKIyiJECkNERET0Yfo7fWftTnd3ZuvCce6c882qM7NF8XeFEKYFH0HYIXqq8JYIGVYSmxCMrS9HjK4epCUdhpaaIzSweFc29kGyst6IWcXQBOoEqXoxZNIurRAuvNn6Ma+j6RvCe7TxXtIDvKCFBQfW+BHgnfmX92JPOEpWYU4g2pFSg/mG5nXzGXNZNx8w13XzDnNbMTXBVN3kAh2I6ioXHu+zcJkLbcf7udDO6CwXnuqxSZAz4AR/aAE1yjHRA9DXjkVSM5R+vdGE+gOvSLVA6R9xsLbiUSS1QumWOFibqqul2qB0cw3WCDAUSe1Qekweth5Qt1sHrtqi/C23BX4E1k/UFVKt0f6l9FBTD6yd06VULdHvS9e0yHzgDtI1V83RuWX/jsA64AlSfaJe8mY1PQW4S3aL+t8wVnZxywkFGAAAAABJRU5ErkJggg==);
  background-position: 50%;
  background-size: 13px auto;
}
.viewer-container .viewer-next {
  position: fixed !important;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 100;
}
.viewer-container .viewer-next::before {
  width: 60px;
  height: 60px;
  margin: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAYCAYAAAFW90fCAAAAAXNSR0IArs4c6QAAAWlJREFUOBGFlN1KAzEQhXet/1Vr1RfxOX0SKRStlFJKQapSpIi0V76E4JW38TvrTn62WR04ZOack006SVo45x4LCwq3Uxf3RraNMmc1+JtKIJl6B8WxFVqjA3FgREHRB7sxsakK2JUlz7HcRVEcerKZIPYqi3P7Tc3XGC5rU8eTliC8g4FqvzeIJfVnWZbXZtQPeABzT8QJwiiuLVcftMOZEcmI8AImCWkFwivIflabeQNDmUubYSPCmvzDaj8iXIH0UKkvRBK+Afr+eUU5txdPP6vJ0G2Ik5pMz6kmj/x0SxDUSMUcbBvM2Bwxa6knoJiCdMnmhLjGrM0vgWIMwo+Ijbkcs9qxAoo7ENqSmxBzmNVgXTPFAIRGx8ZcjllHtgGK32eXMxqHSbd9LTdxC7ZvfWTWo9RVUgxB+9YQdZV1KRUj0N5BxFOg662YgPBfYMvbiKi3vgCKGfj3YLXPMfgCXR7qt33sr/EHeYVyyu2y420AAAAASUVORK5CYII=);
  background-position: 50%;
  background-size: 13px auto;
}
.viewer-container .viewer-close {
  width: 40px;
  height: 40px;
  right: 30px;
  top: 30px;
}
.viewer-container .viewer-close::before {
  bottom: 10px;
  left: 10px;
}
.section-detail .title {
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 20px;
  margin: 0 0 40px 0;
  color: #1a1a1a;
}
.section-detail .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #000000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1;
}
.section-detail .edit {
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  color: #808080;
}
.empty {
  text-align: center;
  font-size: 30px;
  padding: 30px 0;
}
.search-count {
  margin-bottom: 20px;
}
.search-count span {
  color: #0f8287;
}
.search-page {
  background: #f5f5f5;
}
.section-download {
  padding: 30px 0;
}
.section-download .inline {
  display: block;
  text-align: center;
  line-height: 40px;
  display: none;
}
.section-download .inline:nth-child(6n + 1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3.125vw;
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-download .inline:nth-child(6n + 2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
.section-download .inline:nth-child(6n + 3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
.section-download .inline:nth-child(6n + 4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
.section-download .inline:nth-child(6n + 5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.section-download .inline:nth-child(6n + 6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  display: block;
}
.section-download .table {
  border: 1px solid #e6e6e6;
}
.section-download .thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-download .thead .inline {
  background: #0f8287;
  color: #fff;
}
.section-download .tbody .tr {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #e6e6e6;
}
.section-download .tbody .tr:last-child {
  border-bottom: none;
}
.section-download .tbody .tr .iconfont {
  color: #0f8287;
}
.section-download .tbody .tr:hover {
  background: rgba(0, 97, 174, 0.05);
}
.section-download .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-download .nav li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.section-download .nav li.active a {
  background: #0f8287;
  color: #fff;
}
.section-download .nav a {
  display: block;
  line-height: 32px;
  padding: 0 15px;
  background: #f7f7f7;
}
.promo2 {
  position: relative;
  padding-bottom: 70%;
}
.promo2 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.promo2 .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.promo2 .box .zh {
  font-size: 24px;
  font-weight: 700;
}
.promo2 .box .line {
  height: 4px;
  width: 72px;
  background: #0f8287;
  margin: 15px 0;
}
.promo2 .box .en {
  font-size: 14px;
}
 /* "\e60a" */
  .banner_icon .iconfont {
    color: #ffffff;
    display: block;
    position: relative;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 25px;
  }
  .banner_icon .iconfont:after {
    content: '\e60a';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-8px);
    transform: translateX(-50%) translateX(-8px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .banner_icon .iconfont:before {
    content: '\e60a';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .promo .box .btn-group {
    margin-top: 20px;
    font-size: 0;
    background: #ffffff;
    display: inline-block;
    transition: all 1.5s ease-in-out;
    transform: translateY(100px);
    opacity: 0;

  }
  .promo .box .btn-group a {
    display: inline-block;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
   .promo .box .btn-group a:hover .banner_button_text span:nth-child(1){
    transform: translateY(-10px);
    opacity: 0;
   }
   .promo .box .btn-group a:hover .banner_button_text span:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
   }
   .btn-group a:hover .banner_icon span:before {
    transform: translateX(-50%) translateX(8px);
    opacity: 0;
   }
   .btn-group a:hover .banner_icon span:after {
      transform: translateX(-50%) translateX(0);
      opacity: 1;
   }
  .banner_button_title {
    width: 78px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }
  .banner_button_text {
    position: relative;
    z-index: 1;
    color: #333333;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .banner_button_text span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .banner_button_text span:first-child {
    transform: translateY(0);
  }
  .banner_button_text span:last-child {
    transform: translateY(10px);
    opacity: 0;
  }
  .banner_icon {
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background: #0f8287;
    display: inline-block;
    vertical-align: top;
  }
@media (min-width: 1024px) {
  .section-product-intro .bd .tab-pane .edit table td, .section-product-intro .bd .tab-pane .edit table th {
    padding: 20px 0;
  }
  .banner_button_title {
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .promo .box .btn-group {
    margin-top: 60px
  }
  .banner_icon {
    width: 50px;
    line-height: 50px;
    height: 50px;
  }
  .promo2 {
    padding: 0;
  }
  .promo2 img {
    position: static;
    height: auto;
  }
  .promo2 .box h1 {
    font-size: 3.125vw;
    max-width: 1000px;
  }
  .promo2 .box .zh {
    font-size: 2.08333vw;
    text-shadow: 0px 8px 8px black;
  }
  .promo2 .box .line {
    margin: 15px 0;
    -webkit-box-shadow: 0px 8px 8px #000;
    box-shadow: 0px 8px 8px #000;
  }
  .promo2 .box .en {
    font-size: 20px;
    text-shadow: 0px 8px 8px black;
  }
  .section-download {
    padding: 100px 0;
  }
  .section-download .inline {
    line-height: 78px;
    font-size: 16px;
    display: block;
  }
  .section-download .inline:nth-child(6n + 6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
  }
  .section-download .nav {
    margin-bottom: 80px;
  }
  .section-download .nav li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .section-download .nav a {
    line-height: 44px;
    padding: 0 30px;
    font-size: 16px;
  }
  .search-page {
    background: #fff;
  }
  .search-page .news-item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .search-page .news-item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .search-count {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .action-bar_center .flex-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-detail .title {
    font-size: 28px;
    line-height: 34px;
  }
  .section-detail .edit {
    padding: 0 120px;
    font-size: 16px;
    line-height: 34px;
  }
  .lang-open .global-header {
    background: #fff !important;
  }
  .theme-dark .promo .swiper-slide {
    position: relative;
    height: 100vh;
  }
  .theme-dark .promo .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .theme-dark .promo .swiper-slide video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .theme-dark .global-header {
    background: transparent;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  }
  .theme-dark .global-header .global-header-nav-item > a {
    color: #fff;
  }
  .theme-dark .global-header .btn_tools a {
    color: #fff;
  }
  .theme-dark .global-header .btn_tools .btn {
    border-left-color: rgba(235, 235, 235, 0.2);
  }
  .theme-dark .opaque .global-header,
  .theme-dark .gnb-sub-menu-opened .global-header,
  .theme-dark .header-enter .global-header,
  .theme-dark .lang-open .global-header {
    background: #fff;
  }
  .theme-dark .opaque .global-header .global-header-nav-item > a,
  .theme-dark .gnb-sub-menu-opened .global-header .global-header-nav-item > a,
  .theme-dark .header-enter .global-header .global-header-nav-item > a,
  .theme-dark .lang-open .global-header .global-header-nav-item > a {
    color: #333;
  }
  .theme-dark .opaque .global-header .btn_tools a,
  .theme-dark .gnb-sub-menu-opened .global-header .btn_tools a,
  .theme-dark .header-enter .global-header .btn_tools a,
  .theme-dark .lang-open .global-header .btn_tools a {
    color: #333;
  }
  .theme-dark .opaque .global-header .btn_tools .btn,
  .theme-dark .gnb-sub-menu-opened .global-header .btn_tools .btn,
  .theme-dark .header-enter .global-header .btn_tools .btn,
  .theme-dark .lang-open .global-header .btn_tools .btn {
    border-left-color: #dedede;
  }
  .theme-dark .opaque .global-mobile-split {
    padding-top: 80px;
  }
  .theme-dark .opaque .formsearch {
    top: 80px;
  }
  .section {
    padding: 80px 0;
  }
  .section > .anchor {
    top: -5.104165vw;
  }
  .section-hd {
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
  .section-hd .en {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-hd .zh {
    font-size: 36px;
  }
  .section-hd .btn {
    width: 64px;
    height: 44px;
  }
  .section-history .swiper-slide {
    padding: 50px 1.5625vw;
  }
  .section-history .swiper-slide .title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .section-history .swiper-slide .summary {
    font-size: 16px;
    height: 72px;
    margin-bottom: 40px;
  }
  .section-history .swiper-slide .time {
    font-size: 60px;
  }
  .section-honor {
    padding: 100px 0;
  }
  .section-honor .swiper-slide .image {
    padding: 15px;
  }
  .section-honor .swiper-slide .text {
    font-size: 18px;
    padding: 20px 0;
  }
  .section-fellback {
    padding: 115px 0 145px;
  }
  .section-fellback .hd {
    margin-bottom: 40px;
  }
  .section-fellback .hd .title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .section-fellback .hd .summary {
    font-size: 14px;
  }
  .section-fellback .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-fellback .form .form-group {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-right: 60px;
    margin-bottom: 100px;
  }
  .section-fellback .form .form-group .label {
    font-size: 16px;
  }
  .section-fellback .form .form-group .formp-control {
    font-size: 16px;
  }
  .section-fellback .form .button-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .section-product__use {
    padding: 100px 0;
  }
  .section-product__use .hd {
    margin-bottom: 70px;
  }
  .section-product__use .hd .en {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section-product__use .hd .zh {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-product-detail {
    padding: 20px 0 0;
  }
  .section-product-detail .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-product-detail .inner .con {
    max-width: 40%;
    padding: 40px 0 0 40px;
  }
  .section-product-detail .inner .con .name {
    font-size: 2.5vw;
    margin-bottom: 25px;
  }
  .section-product-detail .inner .con .subtitle {
    margin-bottom: 25px;
  }
  .section-product-detail .inner .con .summary {
    margin-bottom: 100px;
  }
  .section-product-detail .inner .con .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-product-detail .inner .con .flex-box .more-button {
    margin-bottom: 0;
    font-size: 16px;
  }
  .section-product-detail .inner .image {
    width: 50%;
  }
  .section-product-detail .inner .image .cell::before {
    width: 100%;
    height: 100%;
  }
  .section-product-intro .hd {
    padding: 40px 0 0;
  }
  .section-product-intro .hd .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .section-product-intro .hd .nav-tabs a {
    line-height: 80px;
    font-size: 22px;
    padding: 0 4.16667vw;
  }
  .section-product-intro .bd .tab-pane {
    padding: 80px 0;
  }
  .section-product-intro .bd .tab-pane .edit {
    font-size: 16px;
    padding: 0 80px;
  }
  .section-product {
    padding: 100px 0;
  }
  .section-product .paging {
    margin-top: 100px;
  }
  .section-product .pro-list {
    margin: -25px;
  }
  .section-product .pro-list li {
    padding: 25px;
  }
  .section-partner .hd {
    margin-bottom: 50px;
  }
  .section-partner .list {
    margin: -20px;
  }
  .section-partner .list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 20px;
  }
  .section-partner .paging {
    margin-top: 80px;
  }
  section.section .about-ours .table {
    max-width: 1600px;
    margin: 0 auto;
  }
  section.section .about-ours .left {
    float: left;
    width: 45%;
    margin-top: 0%;
  }
  section.section .about-ours .left .title-style h3 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 60px;
    margin: 0px 0 40px 0;
    font-weight: 700;
  }
  section.section .about-ours .left .text {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-top: 40px;
  }
  section.section .about-ours .right {
    width: 45%;
    position: relative;
    text-align: center;
    float: right;
  }
  section.section .about-ours .right .slogo {
    margin-left: -225px;
  }
  section.section .about-ours .right .slogo img {
    width: 450px;
  }
  section.section .about-ours .absolute {
    position: absolute;
    padding: 30px 5%;
  }
  section.section .about-ours .img {
    display: block;
  }
  section.section .company-culture .absolute {
    position: absolute;
  }
  section.section .company-culture .absolute .slogoimg {
    display: block !important;
  }
  section.section .company-culture .absolute .img {
    position: relative;
    height: 690px;
  }
  section.section .company-culture .absolute .img img {
    max-width: 100%;
  }
  section.section .company-culture .absolute .item {
    width: 21.35417vw;
    position: absolute;
    height: 10.67708vw;
    max-height: 205px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  section.section .company-culture .absolute .item .pcontent {
    overflow: visible;
  }
  section.section .company-culture .absolute .item .pcontent .text1 {
    margin-left: 3.125vw;
  }
  section.section .company-culture .absolute .item .pcontent .text1 h3 {
    font-size: 20px;
  }
  section.section .company-culture .absolute .item .pcontent .text1 h6 {
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    width: 310px;
  }
  section.section .company-culture .absolute .item .pcontent .ypic1,
  section.section .company-culture .absolute .item .pcontent .ypic2 {
    width: 10.67708vw;
    height: 10.67708vw;
    max-width: 205px;
    max-height: 205px;
  }
  section.section .company-culture .absolute .item.item1 {
    top: 15%;
    right: 50%;
    margin: -20px -26.04167vw 0 0 !important;
  }
  section.section .company-culture .absolute .item.item2 {
    margin: -20px 0 0 -31.25vw !important;
    top: 35%;
    left: 50%;
  }
  section.section .company-culture .absolute .item.item2 .pcontent {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    visibility: visible;
  }
  section.section .company-culture .absolute .item.item2 .text1 {
    margin-right: 3.125vw;
    text-align: right;
    margin-left: 0 !important;
  }
  section.section .company-culture .absolute .item.item3 {
    bottom: 10%;
    margin: -20px -20.83333vw 0 0 !important;
    right: 50%;
  }
  section.section .company-culture .absolute .item.item3 .text1 {
    top: 25%;
  }
  section.section .company-culture .bg-black {
    position: static;
  }
  section.section .company-culture .title-style {
    margin-top: 5.20833vw;
    margin-bottom: 0 !important;
  }
  section.section .company-culture .title-style h3 {
    font-size: 36px;
    margin-top: 10px;
  }
  section.section .company-culture .title-style h5 {
    font-size: 20px;
  }
  section.section .company-culture .pcshow {
    -webkit-animation: fadeintm 1000ms linear infinite;
    animation: fadeintm 1000ms linear infinite;
  }
  section.section .development-history .title-style {
    margin: 7.8125vw auto auto;
  }
  section.section .development-history .title-style h3 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  section.section .development-history .title-style h5 {
    font-size: 16px;
  }
  section.section .development-history .swiper-history-time {
    position: relative;
    text-align: center;
  }
  section.section .development-history .swiper-history-time:before {
    content: '';
    position: absolute;
    border: 1px solid #dee0df;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  section.section .development-history .swiper-history-time .swiper-button-next,
  section.section
    .development-history
    .swiper-history-time
    .swiper-button-prev {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #ccc;
    opacity: 1;
  }
  section.section
    .development-history
    .swiper-history-time
    .swiper-button-prev {
    left: 18%;
    background: url(../images/left.png) center no-repeat #fff;
  }
  section.section
    .development-history
    .swiper-history-time
    .swiper-button-prev:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 2px;
    background: #fff;
    margin-top: -3px;
  }
  section.section
    .development-history
    .swiper-history-time
    .swiper-button-next {
    right: 18%;
    background: url(../images/right.png) center no-repeat #fff;
  }
  section.section
    .development-history
    .swiper-history-time
    .swiper-button-next:after {
    content: '';
    display: inline-block;
    width: 20px;
    position: absolute;
    right: 100%;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 2px;
    background: #fff;
    margin-top: -3px;
  }
  section.section
    .development-history
    .swiper-history-time
    .swiper-slide-active
    .year-num {
    font-size: 13.02083vw;
  }
  section.section .development-history .swiper-history-time .year-num {
    font-size: 2.08333vw;
    padding-top: 0;
  }
  section.section .development-history .swiper-history-time .year-num h6 {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    font-weight: 700;
  }
  section.section .development-history .swiper-history-time .text {
    font-size: 17px;
  }
  section.section .team-style {
    padding: 80px 0;
  }
  section.section .team-style .title-style {
    margin-bottom: 80px;
  }
  section.section .team-style .title-style h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  section.section .team-style .title-style h5 {
    font-size: 16px;
  }
  section.section .team-style .swiper-slide {
    width: 950px;
  }
  section.section .team-style .swiper-slide .text {
    font-size: 20px;
    bottom: 50px;
    padding: 0 30px;
  }
  section.section .team-style .swiper-pagination-wrapper {
    display: block;
    max-width: 950px;
    margin: 0 auto;
  }
  section.section .team-style .swiper-pagination-wrapper .button {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    padding: 0;
  }
  section.section .team-style .swiper-pagination-wrapper .button.button-next {
    right: calc(50% - 475px);
  }
  section.section .team-style .swiper-pagination-wrapper .button .iconfont {
    color: #fff;
    font-size: 30px;
  }
  .section-feedback {
    padding: 70px 0 150px;
  }
  .section-feedback .en {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .section-feedback .zh {
    font-size: 36px;
    margin-bottom: 80px;
  }
  .section-feedback .form .form-group {
    margin-bottom: 60px;
    height: 60px;
  }
  .section-feedback .form .form-group.focus .label {
    font-size: 14px;
  }
  .section-feedback .form .form-group .label {
    font-size: 18px;
    line-height: 60px;
  }
  .section-feedback .form .form-group .form-control {
    height: 60px;
    font-size: 18px;
  }
  .section-feedback .form .form-group.remark-group {
    height: 135px;
  }
  .section-feedback .form .form-group.remark-group textarea.form-control {
    height: 135px;
    line-height: 60px;
    resize: none;
  }
  .section-feedback .form .button-group .button {
    border-radius: 2px;
    padding: 0 40px;
    height: 60px;
    font-size: 18px;
  }
  .section-feedback .form .button-group .button .iconfont {
    font-size: 26px;
  }
  .promo .box h1 {
    font-size: 3vw;
  }
  .promo .box .en2 {
    font-size: 32px;
    font-family: 'NEUTRAFACE2TEXT';
  }
  .promo .box .summary {
    font-size: 30px;
    padding-top: 30px;
  }
  
  .promo .box .zh {
    font-size: 2.08333vw;
    text-shadow: 0px 8px 8px black;
  }
  .promo .box .line {
    margin: 15px 0;
    -webkit-box-shadow: 0px 8px 8px #000;
    box-shadow: 0px 8px 8px #000;
  }
  .promo .box .en {
    font-size: 20px;
    text-shadow: 0px 8px 8px black;
  }
  .nav__product {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
  }
  .nav__product.top_transform {
    -webkit-transform: translateY(-6.04167vw);
    transform: translateY(-6.04167vw);
  }
  .nav__product .container {
    padding: 0 15px;
  }
  .nav__product ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .nav__product ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav__product ul li:after,
  .nav__product ul li::before {
    display: none !important;
  }
  .nav__product ul .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 11.45833vw;
  }
  .nav__product ul .item .icon {
    margin: 0 15px 0 0;
    width: 3.64583vw;
    height: 3.64583vw;
  }
  .nav__product ul .item .name {
    font-size: 1.25vw;
    text-align: left;
  }
  .nav__product ul .item .summary {
    font-size: 0.83333vw;
    text-align: left;
  }
  .section-index__case {
    padding: 0px 0 100px;
  }
  .section-index__case .hd {
    margin-bottom: 60px;
  }
  .section-index__case .nav-tabs {
    border: 1px solid #dedede;
    border-right: none !important;
  }
  .section-index__case .nav-tabs li {
    padding: 30px 0;
    border-right: 1px solid #dedede;
  }
  .section-index__case .nav-tabs li .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
  }
  .section-index__case .nav-tabs li .con {
    font-size: 20px;
  }
  .section-index__case .tab-content .tab-pane {
    padding: 60px 0;
  }
  .section-index__case .tab-content .tab-pane > .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-index__case .tab-content .tab-pane .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    margin-right: 3.64583vw;
  }
  .section-index__case .tab-content .tab-pane .image img {
    height: 100%;
  }
  .section-index__case .tab-content .tab-pane .title {
    padding: 0 0 24px;
  }
  .section-index__case .tab-content .tab-pane .title .icon {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .section-index__case .tab-content .tab-pane .title .con .zh {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section-index__case .tab-content .tab-pane .title .con .en {
    font-size: 16px;
  }
  .section-index__case .tab-content .tab-pane .technology {
    font-size: 16px;
    padding: 0 0 30px;
  }
  .section-index__case .tab-content .tab-pane .technology span {
    line-height: 20px;
  }
  .section-index__case .tab-content .tab-pane .technology ul {
    line-height: 20px;
  }
  .section-index__case .tab-content .tab-pane .technology ul li {
    position: relative;
  }
  .section-index__case .tab-content .tab-pane .intro {
    margin: 50px 0;
    font-size: 15px;
    max-height: initial;
  }
  .section-index__case .tab-content .tab-pane .partner ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .section-index__case .tab-content .tab-pane .button-group {
    padding: 50px 0 0;
    margin-top: 40px;
  }
  .section-index__case .tab-content .tab-pane .button-group .button {
    margin-right: 30px;
    height: 50px;
    min-width: 150px;
    font-size: 16px;
  }
  .section-index__case .tab-content .tab-pane .button-group .button .iconfont {
    margin-top: 2px;
    font-size: 20px;
  }
  .section-index__contact {
    position: relative;
    height: 700px;
  }
  .section-index__contact .container {
    position: static;
  }
  .section-index__contact .box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-index__contact .box .title {
    font-size: 2.34375vw;
    margin-bottom: 60px;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .section-index__contact .box .summary {
    font-size: 16px;
    margin-bottom: 50px;
    max-width: 535px;
    height: 120px;
    overflow: hidden;
  }
  .section-index__contact .box .button {
    height: 50px;
    font-size: 16px;
  }
  .section-index__core {
    padding: 120px 0;
  }
  .section-index__core .hd {
    margin-bottom: 55px;
  }
  .section-index__core .bd {
    padding: 0;
  }
  .section-index__core .bd .swiper-wrapper {
    height: 440px;
  }
  .section-index__core .bd .button-next,
  .section-index__core .bd .button-prev {
    display: none;
  }
  .section-index__core .bd ul .item {
    overflow: hidden;
  }
  .section-index__core .bd ul .item:hover img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  .section-index__core .bd ul .item:hover .summary {
    max-height: 192px;
  }
  .section-index__core .bd ul .item .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .section-index__core .bd ul .item .line {
    margin: 0 auto 25px;
  }
  .section-index__core .bd ul .item .summary {
    font-size: 15px;
    max-height: 84px;
    overflow: hidden;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
  }
  .core-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .core-list .item {
    height: 440px;
    overflow: hidden;
  }
  .core-list .item:hover img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  .core-list .item:hover .summary {
    max-height: 192px;
  }
  .core-list .item .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .core-list .item .line {
    margin: 0 auto 25px;
  }
  .core-list .item .summary {
    font-size: 16px;
    max-height: 72px;
    overflow: hidden;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
  }
  .section-index__news {
    padding: 100px 0;
  }
  .section-index__news .nav-tabs {
    font-size: 2.34375vw;
    margin-bottom: 50px;
  }
  .section-index__news .nav-tabs li span:after {
    height: 4px;
  }
  .section-index__news .tab-content .tab-pane .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.08333vw;
  }
  .section-index__news .tab-content .tab-pane .news-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 2.08333vw;
  }
  .section-index__news .tab-content .tab-pane .news-list .item:hover img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  .section-index__news .tab-content .tab-pane .news-list .item:hover .title {
    color: #0f8287;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-index__news .tab-content .tab-pane .news-list .item .image {
    margin-bottom: 20px;
  }
  .section-index__news .tab-content .tab-pane .news-list .item .image img {
    height: 450px;
  }
  .section-index__news .tab-content .tab-pane .news-list .item .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section-index__news .tab-content .tab-pane .news-list .item .summary {
    font-size: 14px;
  }
  .section-index__news .tab-content .tab-pane .news-list .item .time {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .section-index__news .tab-content .tab-pane .news-list .item .more {
    font-size: 14px;
  }
  .section-index__partner .hd {
    margin-bottom: 60px;
  }
  .section-index__partner .inner {
    padding: 0 50px;
  }
  .section-index__partner .swiper-container {
    padding: 30px 0;
  }
  .section-index__partner .swiper-container .swiper-pagination {
    display: none;
  }
  .section-index__partner .swiper-container .swiper-slide .title-v2 {
    font-size: 16px;
  }
  .section-index__partner .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-index__partner .btn:hover {
    background: #0f8287;
    color: #fff;
  }
  .section-index__partner .btn.button-partner-prev {
    left: 0;
  }
  .section-index__partner .btn.button-partner-next {
    right: 0;
  }
  .action-bar .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .action-bar .flex-box .fl {
    max-width: 60%;
  }
  .action-bar .flex-box .fr {
    margin-left: auto;
  }
  .action-bar .breadcrumbs ul li a {
    line-height: 70px;
  }
  .action-bar .page-nav {
    margin: 0;
  }
  .action-bar .page-nav::-webkit-scrollbar {
    display: block !important;
  }
  .action-bar .page-nav li {
    margin-right: 4.16667vw;
    padding: 0;
  }
  .action-bar .page-nav li:last-child {
    margin-right: 0;
  }
  .action-bar .page-nav li a {
    line-height: 70px;
    font-size: 16px;
  }
  .action-bar .page-nav li a:hover {
    color: #0f8287;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-news .recommend-top {
    margin-bottom: 4.6875vw;
  }
  .section-news .recommend-top .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-news .recommend-top .news-item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .section-news .recommend-top .news-item .image img {
    height: 100%;
  }
  .section-news .recommend-top .news-item .con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2.60417vw 10.9375vw;
  }
  .section-news .recommend-top .news-item .con .time {
    margin-bottom: 23px;
  }
  .section-news .recommend-top .news-item .con .name {
    margin-bottom: 30px;
  }
  .section-news .recommend-top .news-item .con .summary {
    margin-bottom: 30px;
    max-width: 330px;
  }
  .section-news .paging {
    margin-top: 100px;
  }
  .news-list li {
    margin-bottom: 2.60417vw;
  }
  .news-list .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-list .news-item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .news-list .news-item .image img {
    height: 100%;
  }
  .news-list .news-item .con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 2.08333vw;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .news-list .news-item .name {
    margin-bottom: 20px;
  }
  .news-list .news-item .time {
    margin-bottom: 20px;
  }
  .news-list .news-item .summary {
    margin-bottom: 30px;
    -webkit-line-clamp: 2;
  }
  .recommend-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px;
  }
  .recommend-news-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 0;
    padding: 1.5625vw;
  }
  .recommend-news-list .item img {
    height: 270px;
  }
  .recommend-news-list .item .con {
    padding: 28px 40px;
  }
  .recommend-news-list .item .time {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .recommend-news-list .item .name-v2 {
    font-size: 22px;
    font-weight: 500;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.625vw 0;
  }
  .recommend-news-list .item .name {
    font-size: 22px;
    margin-bottom: 22px;
    font-weight: 500;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .recommend-news-list .item .summary {
    font-size: 14px;
  }
  .recommend-news-list .item:hover .name,
  .recommend-news-list .item:hover .name-v2 {
    color: #0f8287;
  }
  .recommend-news-list .item:hover img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  .news-item .name {
    font-size: 24px;
  }
  .news-item .button {
    padding: 0 40px;
  }
  .news-item:hover img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  .news-item:hover .name {
    color: #0f8287;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .news-item:hover .con {
    background: #fff;
  }
  .sidebar__layout .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar__layout .flex-box .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1%;
  }
  .sidebar__layout .flex-box .content + .side {
    margin-left: 4.16667vw;
  }
  .sidebar__layout .flex-box .side {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    width: 320px;
  }
  .sidebar__layout .flex-box .side + .content {
    margin-left: 4.16667vw;
  }
  .side-box {
    width: 320px;
    border: 1px solid #dedede;
  }
  .side-box .title {
    color: #0f8287;
    line-height: 70px;
    font-size: 20px;
    border-bottom: 1px solid #dedede;
    padding: 0 20px;
  }
  .side-box ul {
    padding: 40px 40px 40px 20px;
  }
  .side-box ul li + li {
    margin-top: 20px;
  }
  .side-box ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .side-box ul a:hover {
    color: #0f8287;
  }
  .side-box ul a::before {
    content: '';
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    width: 4px;
    height: 4px;
    background: #0f8287;
    margin-right: 10px;
  }
  .section-news-detail {
    padding: 20px 0 100px;
  }
  .section-news-detail .breadcrumbs {
    margin-bottom: 60px;
  }
  .section-news-detail .artice .title {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .section-news-detail .artice .flex-box {
    font-size: 14px;
    padding-bottom: 25px;
  }
  .section-news-detail .artice .edit {
    font-size: 16px;
    line-height: 200%;
  }
  .section-news-detail .paging-v2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
  }
  .section-news-detail .paging-v2 a {
    margin: 0 10px;
    height: 50px;
    font-size: 16px;
  }
  .section-news-detail .paging-v2 a .iconfont {
    font-size: 22px;
    margin-top: 2px;
  }
  .section-news-recommend {
    padding: 100px 0;
  }
  .section-news-recommend .hd {
    margin-bottom: 80px;
  }
  .section-news-recommend .hd .en {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .section-news-recommend .hd h1 {
    margin-bottom: 23px;
    font-size: 40px;
  }
  .section-solution {
    padding: 100px 0 0;
  }
  .section-solution .list section {
    padding: 55px 0;
  }
  .section-solution .list section .anchor {
    top: -10.20833vw;
  }
  .section-solution .list section .box {
    padding: 20px 0 20px 2.60417vw;
  }
  .section-solution .list section:nth-child(even) .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-solution .list section:nth-child(even) .box {
    padding: 20px 2.60417vw 20px 0;
  }
  .section-solution .list .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-solution .list .flex-box .fl {
    width: 60%;
  }
  .section-solution .list .flex-box .fr {
    width: 40%;
  }
  .section-solution .list .image {
    height: 100%;
  }
  .section-solution .list .image img {
    height: 100%;
  }
  .section-solution .list .box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-solution .list .box .name {
    margin-bottom: 2.08333vw;
  }
  .section-solution .list .box .name .icon {
    width: 80px;
    height: 80px;
  }
  .section-solution .list .box .name .con .zh {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .section-solution .list .box .name .con .en {
    font-size: 16px;
  }
  .section-solution .list .box .summary {
    height: 192px;
    margin-bottom: 4.6875vw;
    font-size: 16px;
  }
  .section-solution .list .box .button-group .button {
    margin-right: 30px;
    padding: 0 35px;
  }
  .section-solution__detail .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-solution__detail .flex-box .fr {
    margin: 0;
    margin-left: auto;
  }
  .section-solution__detail .flex-box .title .icon {
    width: 80px;
    height: 80px;
  }
  .section-solution__detail .flex-box .title .con .zh {
    font-size: 30px;
  }
  .section-solution__detail .flex-box .title .con .en {
    font-size: 16px;
  }
  .section-solution__detail .flex-box .button-group .button {
    height: 50px;
    font-size: 16px;
    padding: 0 30px;
    margin-right: 26px;
  }
  .section-solution__detail .flex-box .button-group .button .iconfont {
    font-size: 20px;
    margin-top: 2px;
  }
  .section-solution__detail .edit {
    padding: 60px 0;
    font-size: 16px;
  }
  .pro-list {
    margin: -30px;
  }
  .pro-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 30px;
  }
  .pro-list .item {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pro-list .item:hover {
    -webkit-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .pro-list .item:hover .btn .iconfont {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .pro-list .item .image {
    padding-bottom: 100%;
  }
  .pro-list .item .con {
    padding: 20px 30px 65px;
  }
  .pro-list .item .con .name {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .pro-list .item .con .info {
    font-size: 16px;
    margin: 0;
  }
  .pro-list .item .con .btn {
    width: 60px;
    height: 60px;
  }
  .pro-list .item .con .btn .iconfont {
    font-size: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .section-solution__recommend .hd {
    margin-bottom: 80px;
  }
  .section-solution__recommend .hd .en {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section-solution__recommend .hd .zh {
    font-size: 2.08333vw;
  }
  .section-solution__recommend .hd .summary {
    font-size: 14px;
    margin-top: 20px;
  }
  .section-video {
    padding: 100px 0;
  }
  .section-video .paging {
    margin-top: 100px;
  }
  .video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  }
  .video-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 5px;
    margin: 0;
  }
  .video-list .item .image img {
    height: 320px;
  }
  .video-list .item .con {
    font-size: 24px;
    padding: 25px 0;
  }
  .video-list .item:hover .con {
    color: #0f8287;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-wrok {
    padding: 80px 0 120px;
  }
  .section-wrok h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section-wrok .container {
    max-width: 1200px;
  }
  .section-wrok .summary {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .section-wrok .links-list {
    padding: 5px 7px;
    margin-bottom: 70px;
  }
  .section-wrok .links-list li a {
    font-size: 18px;
  }
  .work-wrppaer > .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .work-wrppaer > .flex-box .flex-auto {
    margin-right: 20px;
  }
  .work-wrppaer > .flex-box .list {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-wrppaer > .flex-box .list a {
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 40px;
    width: 240px;
  }
  .work-wrppaer > .flex-box .list a::before {
    position: absolute;
    left: 20px !important;
    margin: 0;
  }
  .work-wrppaer .work-list .panel-heading .work-head {
    font-size: 16px;
    padding: 24px 30px;
  }
  .work-wrppaer .work-list .panel-heading .icon-didian {
    margin-right: 6px;
  }
  .work-wrppaer .work-list .panel-heading .icon-youjiantou {
    margin-left: 18px;
  }
  .work-wrppaer .work-list .panel + .panel {
    margin-top: 30px;
  }
  .work-wrppaer .work-list .panel-body {
    font-size: 14px;
    padding: 0px 20px;
  }
  .work-wrppaer .work-list .panel-body .edit {
    padding: 30px 0;
  }
  .my-map {
     display: flex;
  }
  .my-map  .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 48%;
    margin-right: 4%;
  }
  .my-map  .right {
    flex: 0 0 48%;
  }
  .my-map  .right .wrapper {
    position: relative;
    padding-bottom: 57.53%;
  }
  .my-map #mapContainer {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
  }
  .my-map .box {
    z-index: 100;
    height: 435px;
    /* padding: 0 2.5vw; */
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 8.33333vw;
  }
  .my-map .box .zh {
    font-size: 36px;
    color: #1a1a1a;
  }
  .my-map .box .en {
    font-size: 22px;
    margin-bottom: 80px;
    padding-top: 10px;
    font-family: '微软雅黑';
  }
  .my-map .box section + section {
    margin-top: 15px;
  }
  .my-map .box section {
    display: flex;
    align-items: flex-start;
  }
  .my-map .box section .label {
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .my-map .box section .label .iconfont {
    font-size: 20px;
    margin-top: 5px;
  }
  .my-map .box section .value {
    font-size: 16px;
  }
  .my-map .box .phone .value {
    font-size: 16px;
    font-weight: 400;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.myfadeInUp {
  -webkit-animation-name: myfadeInUp;
  animation-name: myfadeInUp;
}
@-webkit-keyframes myfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5.20833vw, 0);
    transform: translate3d(0, 5.20833vw, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes myfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5.20833vw, 0);
    transform: translate3d(0, 5.20833vw, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .section-product-intro .edit p:first-child *{
    font-weight: 700;
    font-size: 20px;
  }
  .section-product-intro .bd .tab-pane .edit table * {
    font-size: 12px !important;
    word-wrap: break-word;
    white-space: pre-line;
  }
  .section-map {
    padding: 20px 0 !important;
  }
  .global-header-nav-open .theme-light .global-header-nav-btn span {
    background: #000;
  }
  .theme-light .global-mobile-split {
    padding-top: 0;
  }
  .theme-light .global-header {
    background: transparent;
  }
  .theme-light .global-header-nav-btn span {
    background: #fff;
  }
  .theme-light .opaque .global-header {
    background: #fff;
  }
  .theme-light .opaque .global-header-nav-btn span {
    background: #000;
  }
}

