﻿@charset "utf-8";

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('woff'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('woff'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.eot');
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HarmonyOS_Sans_SC_Regular.woff') format('woff'),
    url('../fonts/HarmonyOS_Sans_SC_Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.eot');
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff'),
    url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Light';
  src: url('../fonts/HarmonyOS_Sans_SC_Light.eot');
  src: url('../fonts/HarmonyOS_Sans_SC_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HarmonyOS_Sans_SC_Light.woff') format('woff'),
    url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fontf2 {
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

.fontf3 {
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.fontf1 {
  font-family: 'HarmonyOS_Sans_SC_Light';
}

.fontf6 {
  font-family: 'Gilroy';
}


html {
  font-size: 30px;
}

@media (min-width: 768px) {
  html {
    font-size: 28px;
  }

  body {
    font-size: 14px;
  }

  .header-container {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .art-main {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .pc-ub-ver {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 30px;
  }

  .about-platform-bottom .row,
  .invest-page-1-list .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .about-platform-bottom .row>div,
  .invest-page-1-list .row>div {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .inner-mid-navs .art-main {
    width: 100%;
    transition: all 0.3s;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 32px;
  }

  body {
    font-size: 15px;
  }
}

@media (min-width: 1360px) {
  html {
    font-size: 34px;
  }

  body {
    font-size: 16px;
  }

  .invest-report-list .row,
  .date-list-txt .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .invest-report-list .row>div,
  .date-list-txt .row>div {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 1460px) {
  html {
    font-size: 40px;
  }

  body {
    font-size: 18px;
  }

  .art-main {
    max-width: 1580px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }

  .home-body .art-main {
    max-width: 1680px;
    padding-right: 40px;
    padding-left: 127px;
    margin: 0 auto;
  }
}

body {
  font-family: 'HarmonyOS_Sans_SC_Light', sans-serif;
  color: #111111;
  position: relative;
  background-color: #fff;
  line-height: 1.5;
  font-weight: 500;
  overflow-x: hidden;
  padding-top: 2.25rem;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #fa490d;
}

ul.ul,
ul.ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fonts80 {
  font-size: 2rem;
}

.fonts60 {
  font-size: 1.5rem;
}

.fonts52 {
  font-size: 1.3rem;
}

.fonts50 {
  font-size: 1.25rem;
}

.fonts44 {
  font-size: 1.1rem;
}

.fonts40 {
  font-size: 1rem;
}

.fonts38 {
  font-size: 0.95rem;
}

.fonts36 {
  font-size: 0.9rem;
}

.fonts32 {
  font-size: 0.8rem;
}

.fonts30 {
  font-size: 0.75rem;
}

.fonts28 {
  font-size: 0.7rem;
}

.fonts26 {
  font-size: 0.65rem;
}

.fonts24 {
  font-size: 0.6rem;
}

.fonts22 {
  font-size: 0.55rem;
}

.fonts20 {
  font-size: 0.5rem;
}

/* .fonts18{font-size: 0.45rem;} */
.fonts16 {
  font-size: 0.4rem;
}



.art-container {
  padding-right: 2rem;
  padding-left: 2rem;
}

.ub-rel {
  position: relative;
}

.dtable {
  display: table;
  width: 100%;
  height: 100%;
}

.dtable .dtcell {
  display: table-cell;
  vertical-align: middle;
}

.block {
  display: block;
}

.animate-img {
  overflow: hidden;
}

.animate-img img {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.animate-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-right: 0;
  padding-left: 1.5rem;
  background: #fff;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.inner-mid-navs,
.about-article-wrap,
.inner-main-shadow {
  position: relative;
}

.inner-mid-navs:after,
.about-article-wrap:after,
.inner-main-shadow:after,
.header-wrapper.shadow:after,
.header-wrapper.down:after,
.header-search-wrap:after,
.cdmo-content:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1rem;
  background-image: linear-gradient(#3a4c6f, transparent);
  content: '';
  opacity: 0.08;
  z-index: -1;
  pointer-events: none;
}

.header-wrapper .navbar {
  margin-bottom: 0;
  background: transparent;
  border-width: 0;
}

.header-container {
  height: 2.25rem;
  transition: all .4s ease-out;
}

.header-wrapper.down .header-container {
  height: 2rem;
}

.navbar-brand {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s ease;
  padding-left: 0;
}

.navbar-brand>img {
  width: 3rem;
  transition: all 0.3s ease;
}

.header-wrapper.down .navbar-brand>img {
  width: 2.5rem;
}

/* .header-wrapper.down .navbar-brand{padding-top: 0.2rem;padding-bottom: 0.2rem;} */
.header-wrapper .navbar-default .navbar-nav>li>a {
  color: #3a4c6f;
  font-size: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 2.25rem;
}

.header-wrapper .navbar-default .navbar-nav>li>a {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0.25rem;
}

.header-wrapper.down .navbar-default .navbar-nav>li>a {
  height: 2rem;
}

.header-content {
  height: 100%;
}

.icon-sea {
  width: 0.55rem;
  height: 0.7rem;
  background: url(../images/icon_sea.svg) no-repeat center / 100% auto;
}

.icon-sea2 {
  width: 0.55rem;
  height: 0.7rem;
  background: url(../images/icon_sea2.svg) no-repeat center / 100% auto;
}

.head-search,
.head-language {
  cursor: pointer;
  position: relative;
  width: 2.25rem;
}

.header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;
  width: 4rem;
  visibility: hidden;
  pointer-events: auto;
  z-index: 8;
  padding-top: 0.5rem;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

.head-language-icon .icon-lang {
  width: 0.625rem;
  height: 0.625rem;
  background: url(../images/icon_lang.svg) no-repeat center / cover;
  margin: 0 auto;
}

.head-language:hover .header_language_level_nav {
  visibility: visible;
  opacity: 1;
}

.header_language_level_navBox {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 40px;
  text-align: center;
}

.header_language_level_navBox::after {
  content: '';
  position: absolute;
  top: 0;
  right: 1.25rem;
  width: 9px;
  height: 9px;
  -webkit-box-shadow: 1px -1px 2px 0 rgb(0 0 0 / 12%);
  box-shadow: 1px -1px 2px 0 rgb(0 0 0 / 12%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
  z-index: 9;
  margin-right: -4px;
}

.header_language_level_navBox div+div {
  border-top: 1px solid #e5e5e5;
}

.header_language_level_navBox div a {
  display: block;
  color: #3a4c6f;
  font-size: 0.4rem;
  padding: 0.1rem;
  background: #ffffff;
}

.header_language_level_navBox div a:hover {
  color: #0d8d43;
}

.head-search {
  background-color: #0f2c8a;
  height: 100%;
}

.head-tr {
  height: 100%;
  border-left: 1px solid #e7e9ed;
  margin-left: 25px;
}

.head-tr .line {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 12px;
}

.lang-ck {
  font-size: 12px;
  text-align: center;
  color: #3a4c6f;
}

.header-wrapper.active .navbar-default .navbar-nav>li>a,
.header-wrapper.onBtn .navbar-default .navbar-nav>li>a,
.header-wrapper.inner-header .navbar-default .navbar-nav>li>a {
  color: #3a4c6f;
}

.header-wrapper .navbar-default .navbar-nav>li.active>a,
.header-wrapper .navbar-default .navbar-nav>li>a:hover,
.header-wrapper .navbar-default .navbar-nav>li:hover>a {
  color: #fa490d;
  background: transparent;
}

.navbar-default .navbar-nav>li>a span {
  display: inline-block;
  position: relative;
}

.header-search-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  background: #fff;
  border-top: 1px solid #eee;
  display: none;
  z-index: 19;
  color: #3a4c6f;
}

.header-search-wrap .line {
  width: 1px;
  height: 20px;
  background: #d0d0d0;
  margin: 0 0.75rem;
}

.head-search-main {
  max-width: 1200px;
  margin: 0 auto;
}

.head-search-text input {
  width: 100%;
  height: 68px;
  border-width: 0;
  outline: none;
  font-weight: normal;
  color: #3a4c6f;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a1abbc;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1abbc;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1abbc;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a1abbc;
}

.head-search-btn {
  position: relative;
  z-index: 3;
}

.head-search-btn input {
  width: 2.45rem;
  height: 1rem;
  border-width: 0;
  background: transparent;
  outline: none;
  text-align: left;
  color: #3a4c6f;
}

.head-search-btn .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.header-wrapper .navbar-nav>li,
.header-wrapper .navbar {
  position: static;
}

.header-wrapper .navbar-nav>li.has-nav-second-t2 {
  position: relative;
}

.header-wrapper .navbar-nav>li.has-nav-second-t2 .nav-second {
  width: 7rem;
  padding: 0.4rem 0.25rem;
  left: -15px;
  box-shadow: 0 0 40px rgba(58, 76, 111, 0.08);
}

/* .header-wrapper .navbar-nav > li.has-nav-second-t2 ul.ul{padding: 0 0.25rem;} */
.header-wrapper .navbar-nav>li.has-nav-second-t2 .ul li a {
  display: inline-block;
  padding-right: 1.25rem;
  padding-left: 30px;
  line-height: 1.1rem;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right center;
  transition: all 0.3s;
  color: #3a4c6f;
}

.header-wrapper .navbar-nav>li.has-nav-second-t2 .ul li a:hover {
  background-image: url(../images/icon_next.svg);
  background-position: right 0.4rem center;
  color: #fa490d;
}

.nav-second {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  display: none;
}

.nav-second-lf {
  width: 11.5rem;
  height: 10.9rem;
  background: url(../images/head_second_bg.jpg) no-repeat center /cover;
  border-radius: 0 10px 10px 0;
  padding: 2.5rem;
  color: #fff;
}

.nav-second-lf .dline {
  width: 1.25rem;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 15px;
  margin-top: 5px;
}

.nav-second-mid .list {
  padding: 2.25rem 0 0 2.5rem;
}

.nav-second-mid .list .item {
  float: left;
  width: 16.666%;
}

.nav-second-mid .list .item:nth-child(1) {
  width: 22%;
}

.nav-second-mid .list .item:nth-child(2) {
  width: 20%;
}

.nav-second-mid .list .item:nth-child(3) {
  width: 16%;
}

.nav-second-mid .list .item:nth-child(4) {
  width: 15%;
}

.nav-second-mid .list .item:nth-child(5) {
  width: 14%;
}

.nav-second-mid .list .item:nth-child(6) {
  width: 13%;
}

.nav-second-mid .list .item dl dt {
  color: #3a4c6f;
  font-weight: normal;
  margin-bottom: 15px;
}

.nav-second-mid .list .item dl dd {
  color: #95a0b2;
  margin-bottom: 6px;
}

/* .nav-second-mid .list .item dl dd.active a{color: #fa490d;} */

.has-nav-second a span:after {
  position: absolute;
  bottom: -15px;
  width: 1.25rem;
  height: 3px;
  background-color: #fa490d;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.has-nav-second:hover a span:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

/* body.home-body{padding-top: 0;} */
.banner {
  height: calc(100vh - 2rem);
  height: 45.83333vw;
  position: relative;
  overflow: hidden;
}

.banner .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.banner .ban-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
}

.banner .ban-txt .p1,
.banner .ban-txt .p2,
.banner .ban-txt h3 {
  opacity: 0;
}

.banner .ban-txt h3 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.banner .ban-txt h3 span {
  color: #3cd4ad;
}

.banner .ban-txt a.m,
.public-more a,
.public-more-white a {
  display: inline-block;
  width: 4.5rem;
  line-height: 1.4rem;
  border-radius: 1.4rem;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.banner .ban-txt a.m:hover,
.public-more-white a:hover {
  border-color: #fa490d;
  background-color: #fa490d;
}

.public-more a {
  border-color: #fa490d;
  color: #fa490d;
}

.public-more a:hover {
  color: #fff;
  border-color: #fa490d;
  background-color: #fa490d;
}

.banner .swiper-pagination {
  bottom: 1rem !important;
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.banner .img,
.banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.particles-js {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.8;
}

.banner .swiper-btn {
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 9;
  background: url(../images/icon_ban_prev.svg) no-repeat center / 1rem;
}

.banner .swiper-next {
  right: 1.5rem;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.banner .swiper-prev {
  left: 1.5rem;
}

.home-product {
  background-image: url(../images/bg1.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.home-product .tops {
  text-align: center;
  transform: translateY(-100%);
}

.home-product .tops .img {
  width: 33.333vw;
  height: 33.333vw;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  transition: opacity 0.3s;
}

.home-product .tops .img img {
  max-width: 80%;
}

.color-main {
  color: #3a4c6f;
}

.home-product .tops .title {
  margin-top: 0.75rem;
}

.home-product .con {
  margin-top: 8rem;
  min-height: 300vh;
}

.home-product .con .txt {
  padding-top: 1rem;
}

.home-product .con .txt .tip {
  font-size: 0.5rem;
  color: #fa490d;
}

.home-product .con .txt .title {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(58, 76, 111, 0.2);
  margin-bottom: 1.5rem;
}

.home-product .con .txt .title a {
  color: #3a4c6f;
}

.public-intro {
  line-height: 1.7;
}

.home-product .con .imgs {
  padding: 0 0 0 4rem;
  transition: opacity 0.3s;
}

/* .home-product .con .imgs img{display: none;width: 100%;} */
.home-product .con .imgs .imgsCon {
  position: relative;
  padding-top: 75%;
}

.home-product .con .imgs .imgsCon .swiper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: inherit;
}

.home-product .con .imgs .imgsCon img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 20rem;
}

#hmProConMain {
  left: 0;
  width: 100%;
}

.home-cdmo {
  position: relative;
}

.home-cdmo .swiper-slide {
  height: 100vh;
  height: calc(100vh - 1.75rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.home-cdmo .swiper-slide .boxs {
  height: 100%;
}

.home-cdmo .swiper-slide .boxs .text {
  max-width: 9.5rem;
}

.home-cdmo .swiper-slide .boxs .text .p1 {
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

.home-cdmo .swiper-slide .boxs .text h3 {
  line-height: 1.45;
  margin: 0.2rem 0 1rem;
  font-size: 0.75rem;
}

.home-cdmo .swiper-slide .boxs .wow {
  opacity: 0;
}

.public-swp-btn-white {
  position: absolute;
  bottom: 1.5rem;
  right: 5rem;
  z-index: 3;
}

.home-cdmo .public-swp-btn-white .btnc-l {
  margin-right: 15px;
  margin-bottom: 0;
}

.home-cdmo .public-swp-btn-white .btnc {
  cursor: pointer;
}

.home-cdmo .public-swp-btn-white .btnc.dis {
  pointer-events: none;
  opacity: 0.5;
}

.home-cdmo .right-icon {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.home-cdmo .right-icon .right-icon-boxs {
  opacity: 0;
}

.home-cdmo .right-icon .icon {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.home-cdmo .right-icon .icon img {
  max-width: 100%;
}

.home-cdmo .right-icon h2 {
  margin: 0;
  font-weight: bold;
}

.home-cdmo .right-icon .st {
  margin: 0.35rem 0;
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

.navigation-circle {
  display: block;
  position: absolute;
  top: 51%;
  left: 55%;
  height: 320px;
  width: 320px;
  margin: auto;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navigation-circle__inner {
  display: block;
  position: relative;
  height: 97%;
  width: 97%;
}

.navigation-circle__list {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* animation: 2.2s cubic-bezier(0.25, -0.25, 0.35, 1) 0 1s animate-in-list forwards; */

.navigation-circle-svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(90deg) scale(-1, 1);
  transform: rotateZ(-90deg);
  transform: rotateZ(90deg) scale(-1, 1);
}

.navigation-circle-svg--opaque {
  opacity: 0.5;
}

.navigation-circle-svg--mask circle {
  transition: all 0.5s ease;
  transition-delay: 0.5s;
  animation: 2.2s ease 0 1s animate-in-svg-circle-mask backwards;
}

.navigation-circle-list-item {
  display: block;
  position: absolute;
  height: 0;
  width: calc(50% + 16px);
  top: 50%;
  left: 50%;
  list-style: none;
  transform-origin: 0 0;
}

.navigation-circle-list-item__point {
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: -16px;
  right: 2px;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.navigation-circle-list-item__point:before {
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0;
  color: #c644fc;
  background-color: #1170b9;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 0px #c644fc;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.5s ease;
}

.navigation-circle-list-item__point:hover:before {
  background: #fff;
}

.navigation-circle-list-item__point:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0px;
  top: 18px;
  left: 31px;
  background-color: #c644fc;
  transition: all 0.5s ease;
}

.navigation-circle-list-item__meta {
  display: block;
  position: absolute;
  opacity: 0;
  transform-origin: center;
  margin-left: 0;
  min-width: 158px;
  padding: 0;
  height: 1rem;
  line-height: 1rem;
  top: 50%;
  left: 50%;
}

.navigation-circle-list-item__title {
  display: block;
  color: #f7f7f7;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 4px;
  margin-bottom: 6px;
}

.navigation-circle-list-item__subtitle {
  display: block;
  color: #f7f7f7;
  text-align: center;
  font-weight: 200;
  font-size: 0.5rem;
  white-space: nowrap;
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

.navigation-circle-list-item .icon {
  display: none;

  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.navigation-circle-list-item.active .icon {
  display: flex;
  opacity: 1;
}

.navigation-circle-list-item .icon .icon-c {
  width: 100%;
  height: 100%;
  background: #fa490d;
  border-radius: 50%;
  transform: scale(0);
  transition: all .3s ease-out 1s;
}

.navigation-circle-list-item .icon img {
  margin: auto;
  max-width: 0.8rem;
}

.navigation-circle-list-item.active .icon .icon-c {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.8s 1 animate-in-list-item-point forwards;
}

/* .navigation-circle-list-item:nth-of-type(1) {
  transform: rotateZ(calc((360deg / 6) * 1));
}

.navigation-circle-list-item:nth-of-type(1)
.navigation-circle-list-item__meta {
  transform: rotateZ(38.5714285714deg);
}

.navigation-circle-list-item:nth-of-type(1)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0s 1 animate-in-list-item-point forwards;
} */

.navigation-circle-list-item:nth-of-type(5) {
  transform: rotateZ(calc((360deg / 6) * 1));
}

.navigation-circle-list-item:nth-of-type(5) .navigation-circle-list-item__meta {
  transform: rotateZ(30deg);
  transform: translate(-50%, -50%) rotateZ(30deg);
}

.navigation-circle-list-item:nth-of-type(5) .navigation-circle-list-item__subtitle {
  margin-left: 3.25rem;
}

.navigation-circle-list-item:nth-of-type(5) .icon {
  transform: translate(-50%, -50%) rotateZ(30deg);
}

.navigation-circle-list-item:nth-of-type(5) .navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.8s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(4) {
  transform: rotateZ(calc((360deg / 6) * 2));
}

.navigation-circle-list-item:nth-of-type(4) .navigation-circle-list-item__meta {
  transform: rotateZ(-30deg);
  transform: translate(-50%, -50%) rotateZ(-30deg);
}

.navigation-circle-list-item:nth-of-type(4) .icon {
  transform: translate(-50%, -50%) rotateZ(-30deg);
}

.navigation-circle-list-item:nth-of-type(4) .navigation-circle-list-item__subtitle {
  margin-left: 4rem;
}

.navigation-circle-list-item:nth-of-type(4) .navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.6s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(3) {
  transform: rotateZ(calc((360deg / 6) * 3));
}

.navigation-circle-list-item:nth-of-type(3) .navigation-circle-list-item__meta {
  transform: rotateZ(-90deg);
  transform: translate(-50%, -50%) rotateZ(-90deg);
}

.navigation-circle-list-item:nth-of-type(3) .navigation-circle-list-item__subtitle {
  margin-top: 1.5rem;

}

.navigation-circle-list-item:nth-of-type(3) .icon {
  transform: translate(-50%, -50%) rotateZ(-90deg);
}

.navigation-circle-list-item:nth-of-type(3) .navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.4s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(2) {
  transform: rotateZ(calc((360deg / 6) * 4));
}

.navigation-circle-list-item:nth-of-type(2) .navigation-circle-list-item__meta {
  transform: rotateZ(-150deg);
  transform: translate(-50%, -50%) rotateZ(-150deg);
}

.navigation-circle-list-item:nth-of-type(2) .navigation-circle-list-item__subtitle {
  margin-right: 6rem;
}

.navigation-circle-list-item:nth-of-type(2) .icon {
  transform: translate(-50%, -50%) rotateZ(-150deg);
}

.navigation-circle-list-item:nth-of-type(2) .navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.2s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(1) {
  transform: rotateZ(calc((360deg / 6) * 5));
}

.navigation-circle-list-item:nth-of-type(1) .navigation-circle-list-item__meta {
  transform: translate(-50%, -50%) rotateZ(-210deg);
}

.navigation-circle-list-item:nth-of-type(1) .navigation-circle-list-item__subtitle {
  margin-right: 6rem;
}

.navigation-circle-list-item:nth-of-type(1) .icon {
  transform: translate(-50%, -50%) rotateZ(-210deg);
}

.navigation-circle-list-item:nth-of-type(1) .navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(6) {
  transform: rotateZ(calc((360deg / 6) * 6));
}

.navigation-circle-list-item:nth-of-type(6) .navigation-circle-list-item__meta {
  transform: rotateZ(-270deg);
  transform: translate(-50%, -50%) rotateZ(-270deg);
}

.navigation-circle-list-item:nth-of-type(6) .navigation-circle-list-item__subtitle {
  margin-top: -1.25rem;
}

.navigation-circle-list-item:nth-of-type(6) .icon {
  transform: translate(-50%, -50%) rotateZ(-270deg);
}

.navigation-circle-list-item:nth-of-type(6) .navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1s 1 animate-in-list-item-point forwards;
}

/* .navigation-circle-list-item:hover .navigation-circle-list-item__point:before {
  transform: scale(1);
  font-size: 16px;
}

.navigation-circle-list-item:hover .navigation-circle-list-item__point:after {
  width: 32px;
  left: 34px;
}

.navigation-circle-list-item:hover .navigation-circle-list-item__meta {
  opacity: 1;
}

.navigation-circle-list-item:active .navigation-circle-list-item__point:before,
.navigation-circle-list-item.active .navigation-circle-list-item__point:before {
  transform: scale(0.85);
  color: #000;
  box-shadow: inset 0px 0px 0px 16px #c644fc;
  border-color: transparent;
}

.navigation-circle-list-item:active .navigation-circle-list-item__point:after,
.navigation-circle-list-item.active .navigation-circle-list-item__point:after {
  width: 34px;
  left: 32px;
} */

.navigation-circle-list-item:active .navigation-circle-list-item__meta,
.navigation-circle-list-item.active .navigation-circle-list-item__meta {
  opacity: 1;
}

@keyframes animate-in-list {
  0% {
    transform: rotate(-540deg);
  }

  100% {
    transform: rotate(-90deg);
  }
}

@keyframes animate-in-svg-circle-mask {
  0% {
    stroke-dashoffset: 1005;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-in-list-item-point {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.home-factory {
  position: relative;
}

.home-factory .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 19, 27, 0.26);
  color: #fff;
  z-index: 3;
}

.home-factory .text .con {}

.home-factory .text .con .tx {
  margin-bottom: 1rem;
  max-width: 13.5rem;
}

.public-swp-btn .btnc,
.public-swp-btn-white .btnc {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #fa490d;
  background-image: url(../images/icon_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.public-swp-btn .btnc-r,
.public-swp-btn-white .btnc-r {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  margin-left: 10px;
}

.public-swp-btn .btnc:hover {
  background-color: #fa490d;
  background-image: url(../images/icon_prev2.svg);
}

.public-swp-btn-white .btnc {
  background-image: url(../images/icon_prev2.svg);
  border-color: #fff;
}

.public-swp-btn-white .btnc:hover {
  border-color: #fa490d;
  background-color: #fa490d;
}

.home-news {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.color-orange {
  color: #fa490d;
}

.home-news-swp {
  margin-top: 1rem;
}

.home-news .home-news-swp .swiper-slide:hover .txt .title a {
  color: #fa490d;
}

.home-news .home-news-swp .txt {
  padding: 0.7rem 0;
  max-width: 9rem;
}

.home-news .home-news-swp .txt .tip .spa {
  display: inline-block;
  line-height: 0.7rem;
  border: 1px solid #a1abbc;
  color: #a1abbc;
  border-radius: 0.7rem;
  padding: 0 0.4rem;
}

.home-news .home-news-swp .txt .title {
  line-height: 1.45;
  margin: 0.4rem 0;
}

.home-news .home-news-swp .txt .time {
  color: #a1abbc;
}

.home-number {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: url(../images/bg.jpg) no-repeat center / cover;
  color: #fff;
}

.home-number .item .ti {
  font-family: "Gilroy";
  font-size: 1.25rem;
  font-weight: bold;
}

.home-number .item .ti span {
  vertical-align: middle;
}

.home-number .home-number-main .item .ti span.number-app {
  display: inline-block;
}

.home-number .home-number-main.active .item .ti span.number-app {
  display: none;
}

.home-number .item .ti .fh2 {
  display: inline-block;
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-weight: normal;
  vertical-align: middle;
  margin: 0 0 12px 10px;
}

.footer-main {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-main .lf-txt {
  max-width: 8rem;
}

.footer-main .lf-txt a {
  border-bottom: 1px solid #fa490d;
}

.footer-main .foot-ewm {
  margin-top: -0.25rem;
}

.footer-main .foot-ewm img {
  width: 3.2rem;
}

.foot-nav ul.ul li {
  line-height: 0.75rem;
}

.foot-icp {
  color: #a1abbc;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(58, 76, 111, 0.12);
}

.focus {
  position: relative;
  overflow: hidden;
}

.focus .focus-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: #fff;
}

.location .ico {
  margin: 0 5px;
}

.inner-mid-navs {
  background: #fff;
  position: sticky;
  top: 2rem;
  z-index: 998;
  font-size: 0;
  text-align: center;

}

.inner-mid-navs .art-main {
  transition: all 0.3s;
  height: 2rem;
}

.inner-mid-navs a {
  display: inline-block;
  font-size: 0.5rem;
  padding: 0 0.9rem;
  cursor: pointer;
  position: relative;
  z-index: 4;
  color: #3a4c6f;
}

.inner-mid-navs.dw .art-main {
  height: 1.5rem;
}

.inner-mid-navs a+a:after {
  border-left: 1px solid #eee;
  position: absolute;
  top: 50%;
  left: -1px;
  height: 14px;
  content: '';
  margin-top: -7px;
  z-index: -2;
}

.inner-mid-navs a.active {
  color: #fa490d;
  z-index: 6;
}

.inner-mid-navs a:hover {
  color: #fff;
  z-index: 7;
}

.inner-mid-navs a:hover:before {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #fa490d;
  content: '';
  z-index: -1;
}

.about-main .section {
  position: relative;
}

.about-main .section1 {
  background: url(../images/about_bg.jpg) no-repeat center/cover;
}

.about-main .section1 .content {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.about-title {
  margin-bottom: 1rem;
  margin-top: 0;
}

.text img {
  max-width: 100%;
}

.text p {
  margin: 0;
}

.about-main .section2 {
  background: #eaf5ff;
  padding-top: 2.5rem;
}

.about-main .section2 .content {
  padding-bottom: 2.5rem;
}

.about-factory-boxs {
  position: relative;
}

.about-main .section3,
.about-main .section4 {
  margin-top: 1rem;
  padding-top: 1.75rem;
}

.about-main .section3 .txt,
.about-main .section4 .txt {
  max-width: 15rem;
}

.about-main .section3 .img {
  position: absolute;
  top: 0;
  left: 0;
}

.about-main .section3 .img img,
.about-main .section3 .txt,
.about-main .section4 .img img,
.about-main .section4 .txt {
  height: 11.75rem;
}

.about-main .section3 .public-more,
.about-main .section4 .public-more {
  margin-top: 1rem;
}

.about-main .section4 {
  margin-bottom: 2.75rem;
}

.about-main .section4 .img {
  position: absolute;
  top: 0;
  right: 0;
}

.about-main .section3 .txt {
  margin-right: 2.5rem;
}

.about-main .section4 .txt {
  margin-left: 2.5rem;
}

.about_main_entering .section4 .img {
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .about_main_entering .section4 .img {
    height: auto;
    background-image: none;
  }
}

.about-factory-boxs .ul li {
  position: absolute;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.about-factory-boxs .ul li .ctxt {
  background-color: rgba(15, 44, 138, 0.8);
  background-image: url(../images/about_pop_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, -10px);
  transition: all .35s ease;
  visibility: hidden;
  opacity: 0;
}

.about-factory-boxs .ul li.active {
  z-index: 10;
}

.about-factory-boxs .ul li.active .ctxt {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.about-factory-boxs .ul li .ctxt:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: rgba(15, 44, 138, 0.8) transparent transparent;
  content: '';
  margin-left: -10px;
}

.about-factory-boxs .ul li .ctxt .boxs {
  width: 10rem;
  /* height: 5rem; */
  padding: 1rem;
  color: #fff;
}

.about-factory-boxs .ul li .ctxt .boxs h4 {
  margin-top: 0;
}

.about-factory-boxs .ul li .ctxt .boxs .text_content {
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;*/
}

.about-factory-boxs .ul li.li-4 {
  top: 38.5%;
  left: 19%;
}

.about-factory-boxs .ul li.li-3 {
  top: 60.5%;
  left: 31.5%;
}

/* .about-factory-boxs .ul li.li-2 {
  top: 49.5%;
  left: 46%;
} */

.about-factory-boxs .ul li.li-1 {
  top: 74.5%;
  left: 56%;
}

.about-factory-boxs .ul li .circle {
  width: 10px;
  height: 10px;
  background: #fa490d;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-factory-boxs .ul li .circle:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 10px solid rgba(15, 44, 138, 0.7);
  content: '';
  border-radius: 50%;
  z-index: -2;
}

.about-factory-boxs .ul li .circle:after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  z-index: -1;
  animation: ripple_4 1s linear infinite;
  border-radius: 50%;
}

.about-factory-boxs .img-responsive {
  width: 100%;
}

@-webkit-keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 44, 138, 0.3), 0 0 0 10px rgba(15, 44, 138, 0.3), 0 0 0 20px rgba(15, 44, 138, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(15, 44, 138, 0.3), 0 0 0 20px rgba(15, 44, 138, 0.3), 0 0 0 30px rgba(15, 44, 138, 0);
  }
}

@-moz-keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 44, 138, 0.3), 0 0 0 10px rgba(15, 44, 138, 0.3), 0 0 0 20px rgba(15, 44, 138, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(15, 44, 138, 0.3), 0 0 0 20px rgba(15, 44, 138, 0.3), 0 0 0 30px rgba(15, 44, 138, 0);
  }
}

@-o-keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 44, 138, 0.3), 0 0 0 10px rgba(15, 44, 138, 0.3), 0 0 0 20px rgba(15, 44, 138, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(15, 44, 138, 0.3), 0 0 0 20px rgba(15, 44, 138, 0.3), 0 0 0 30px rgba(15, 44, 138, 0);
  }
}

@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 44, 138, 0.3), 0 0 0 10px rgba(15, 44, 138, 0.3), 0 0 0 20px rgba(15, 44, 138, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(15, 44, 138, 0.3), 0 0 0 20px rgba(15, 44, 138, 0.3), 0 0 0 30px rgba(15, 44, 138, 0);
  }
}

.about-main .section5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url(../images/about_bg_his.jpg) no-repeat center / cover;
  color: #fff;
  overflow: hidden;
}

.about-main .section5 .about-title {
  margin-bottom: 0.25rem;
}

.about-his {
  position: relative;
  padding-left: 1rem;
}

.about-his .public-swp-btn-white {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
  margin-top: 4px;
  height: 4rem;
}

.about-his .public-swp-btn-white.ub-ver {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.public-swp-btn-white .btnc-l {
  margin-bottom: 0px;
}

.public-swp-btn-white .btnc-r {
  margin-left: 0;
}

.about-his .public-swp-btn-white .swiper-button-disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.about-his .item {
  height: 10rem;
  position: relative;
}

.about-his .item:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 101%;
  height: 7px;
  background: #fff;
  content: '';
  z-index: -1;
}

.about-his .item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  content: '';
  z-index: -1;
  margin-top: -6px;
  visibility: hidden;
}

.about-his .my-slide-visible .item:before {
  visibility: visible;
}

.about-his .swiper-slide .item>.ub {
  visibility: hidden;
  min-height: 5rem;
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
}

.about-his .swiper-slide.my-slide-visible .item>.ub {
  visibility: visible;
}

.about-his .swiper-slide .item-odd>.ub .date {
  order: 2;
}

.about-his .swiper-slide .item>.ub .date {
  line-height: 1;
  margin: 0.8rem 0;
  font-weight: bold;
  font-size: 1.15rem;
}

.about-his .swiper-slide .item-odd>.ub .date {
  margin-top: 0.2rem;
}

.about-his .swiper-slide .item-even>.ub .date {
  margin-bottom: 0.2rem;
}

.about-his .swiper-slide .item-odd>.ub {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.about-his .swiper-slide .item-even>.ub {
  -webkit-transform: translate(-1rem, 5rem);
  transform: translate(-1rem, 5rem);
}

.about-his .item .p {
  position: relative;
  overflow: hidden;
  max-width: 9.5rem;
}

.about-his .item .p i.line {
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.about-his .item .p i.line:after,
.about-his .item .p i.line:before {
  width: 1000px;
  height: 1px;
  background: #fff;
  content: '';
  position: absolute;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.about-his .item .p i.line:after {
  top: 0;
  left: 100%;
  transform-origin: left top;
}

.about-his .item .p i.line:before {
  bottom: -1px;
  right: 100%;
  transform-origin: right top;
}

.about-his .item-odd .p {
  padding-bottom: 0.6rem;
}

.about-his .item-odd .p i.line {
  bottom: 10px;
  left: 1rem;
}

.about-his .item-even .p {
  padding-top: 0.9rem;
}

.about-his .item-even .p i.line {
  top: 10px;
  left: 1rem;
  -webkit-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
}

.about-main .section6 {
  background: url(../images/about_bg2.png) no-repeat center /cover;
  color: #fff;
}

.about-main .section6 .txt {
  height: 13.5rem;
}

.about-main .section6 .txt .text {
  max-width: 9.8rem;
  margin-bottom: 1rem;
}

.location-a {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 0.4rem;
  line-height: 0.65rem;
}

.location-a,
.location-a span.ico {
  color: #a1abbc;
}

.location-a span {
  color: #3a4c6f;
}

.location-a span.ico {
  margin: 0 5px;
}

.about-platform-wrap {
  background: url(../images/about_bg4.jpg) no-repeat right top;
}

.about-platform-wrap .title {
  margin-bottom: 0.6rem;
}

.about-platform-top {
  padding-bottom: 4.5rem;
}

.about-platform-con {
  background: #eaf5ff;
  padding-bottom: 1rem;
}

.about-platform-table .about-platform-table-boxs {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(-2rem);
}

.about-platform-table .about-platform-table-boxs table {
  width: 100%;
  table-layout: fixed;
  font-size: 0.45rem;
}

.about-platform-table .about-platform-table-boxs table thead tr td:nth-child(3) {
  width: 22%;
}

.about-platform-table .about-platform-table-boxs table thead tr td {
  background: #0f2c8a;
  color: #fff;
  height: 2rem;
  text-align: center;
}

.about-platform-table .about-platform-table-boxs table thead tr td.about-platform-progress {
  width: 50%;
}

.about-platform-progress ul.ul li {
  float: left;
  width: 16.66667%;
  position: relative;
}

.about-platform-progress ul.ul li+li:after {
  display: block;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.about-platform-table .about-platform-table-boxs table tbody tr td {
  height: 2.1rem;
  border: 1px solid #eaf5ff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.about-platform-table .about-platform-table-boxs table tbody tr td.td-class,
.about-platform-table .about-platform-table-boxs table tbody tr td.td-class~td {
  border-width: 3px 1px 1px 1px;
  border-color: #eaf5ff;
  border-style: solid;
}

.about-platform-table .about-platform-table-boxs table tbody tr td.td-class {
  font-size: 0.5rem;
}

.about-platform-table .about-platform-table-boxs table tbody tr td.td-progress {
  padding: 0.6rem 1.3rem 0.6rem 0;
}

.about-platform-table .about-platform-table-boxs table tbody tr td.td-mes {
  color: #9da8bf;
}

.about-platform-progress-boxs {
  height: 0.8rem;
  position: relative;
  border-radius: 0.8rem;
}

.about-platform-progress-boxs~div {
  margin-top: 0.5rem;
}

.about-platform-progress-boxs .line-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0.8rem;
}

.about-platform-progress-boxs.bg-color1 .line-box {
  background-image: linear-gradient(90deg, #ff9d7e, #ff3711 80%);
}

.about-platform-progress-boxs.bg-color2 .line-box {
  background-image: linear-gradient(90deg, #84d7f4, #169aec 80%);
}

.about-platform-progress-boxs .line-box span.tx {
  line-height: 0.8rem;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
}

.about-platform-progress-boxs .icon-flag {
  position: absolute;
  top: -0.1rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  padding: 3px;
}

.about-platform-progress-boxs .icon-flag img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}

.about-platform-progress-boxs .icon-hq {
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0.8rem;
  height: 100%;
  text-align: center;
}

.about-platform-progress-boxs .icon-hq img {
  width: 0.5rem;
}

/***background: url(../images/icon_hq.png) no-repeat center / .5rem;***/
.about-platform-progress-boxs .icon-logo {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 0.5rem;
}

.about-platform-progress-boxs .icon-logo img {
  max-height: 100%;
}

.about-platform-progress-boxs.bg-color1 .icon-flag {
  box-shadow: 0 5px 10px 1px rgba(241, 60, 25, 0.5);
}

.about-platform-progress-boxs.bg-color2 .icon-flag {
  box-shadow: 0 5px 10px 1px rgba(22, 154, 236, 0.5);
}

.about-platform-bottom {
  background: url(../images/about_bg5.jpg) no-repeat center /cover;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.about-platform-bottom .text {
  background: #fff;
  padding: 1.65rem 1.75rem;
  height: 8.75rem;
}

.about-platform-bottom .text h3 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

@-webkit-keyframes animate-line {
  0% {
    opacity: 0;
    width: 0;
  }

  to {
    opacity: 1;
    width: 100%;
  }
}

@keyframes animate-line {
  0% {
    opacity: 0;
    width: 0;
  }

  to {
    opacity: 1;
    width: 100%;
  }
}

.animate-line {
  -webkit-animation-name: animate-line;
  animation-name: animate-line;
}


.about-article-top {
  padding-bottom: 2rem;
  border-bottom: 1px solid #eeee;
}

.about-article-top .text h3 {
  margin: 1rem 0 0.5rem
}

.about-article-con {
  padding: 2.25rem 0 2.75rem;
}

.about-article-con .lf-img {
  width: 49.5%;
}

.about-article-con .rg-txt {
  padding-left: 2.5rem;
}

.about-article-con .rg-txt h3 {
  margin-bottom: 0.5rem;
}

.invest-page-1 .tops {
  padding: 2.75rem 0;
}

.invest-page-1 .tops h2 {
  margin-bottom: 1rem;
}

.invest-page-1-list {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: url(../images/invest_bg.jpg) no-repeat center / cover;
}

.invest-page-1-list .invest-page-1-list-wrap {
  padding: 0.5rem 2rem;
  background: rgba(255, 255, 255, 0.92);
}

.invest-page-1-list .item .t {
  font-size: 0.4rem;
  color: #a1abbc;
}

.invest-page-1-list .item .boxs {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dedede;
}

.invest-page-1-list .row .item:last-child .boxs,
.invest-page-1-list .row .item:nth-last-child(2) .boxs {
  border-bottom-width: 0;
}

.invest-page-2 {
  padding-top: 2.75rem;
}

.invest-page-2 h2.title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.inner-nav-ck .boxs {
  background: #fff;
  box-shadow: 0 0 20px 1px rgba(8, 19, 57, 0.1);
  padding: 4px;
  border-radius: 1.5rem;
}

.inner-nav-ck .boxs a {
  line-height: 1.3rem;
  padding: 0 1rem;
  border-radius: 1.3rem;
}

.inner-nav-ck .boxs a.active {
  background: #fa490d;
  color: #fff;
}

.invest-page-2-list {
  margin-top: 1rem;
}

.invest-page-2-list .boxs {
  height: 12.5rem;
  background: #eaf5ff;
  padding: 1rem 0.8rem;
  position: relative;
  margin-bottom: 1rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .invest-page-2-list .row {
    display: flex;
    flex-flow: row;
    justify-content: center;
  }

  .invest-page-2-list .boxs {
    height: 10.5rem;
  }
}


.invest-page-2-list .boxs h4 {
  margin-top: 0;
  line-height: 1.25;
}

.invest-page-2-list .boxs .public-more-d {
  position: absolute;
  bottom: 0.7rem;
  left: 0.8rem;
  cursor: pointer;
  color: #fa490d;
}

.public-more-d .ma {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff url(../images/icon_plus2.svg) no-repeat center / 30%;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* .public-more-d .ma:after,.public-more-d .ma:before{
    display: block;
    background: #0f2c8a;
    content: '';
    position: absolute;
}
.public-more-d .ma:after{
    width: 0.5rem;
    height: 1px;
    top: 50%;
    left: 0.5rem;
    margin-top: -1px;
}
.public-more-d .ma:before{
    height: 0.5rem;
    width: 1px;
    top: 0.5rem;
    left: 50%;
    margin-left: -1px;
} */
.public-more-d:hover .ma {
  background: #0f2c8a url(../images/icon_plus.svg) no-repeat center / 30%;
}

/* .public-more-d:hover .ma:after,.public-more-d:hover .ma:before{background: #fff;} */
.invest-page-2-foot {
  height: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  background: url(../images/invest_bg2.jpg) no-repeat center /cover;
  text-align: center;
  margin-top: 2.5rem;
}

.invest-page-2-foot a {
  display: inline-block;
  padding-left: 0.8rem;
  line-height: 0.7rem;
  background: url(../images/icon_dw.svg) no-repeat left center / 0.6rem;
}

.invest-pop {
  width: 30rem;
  background: url(../images/invest_bg3.jpg) no-repeat right top / 12rem;
  position: relative;
}

.invest-pop-boxs {
  padding: 2rem 3rem 2rem 2rem;
}

.invest-pop-boxs .title {
  margin: 0 0 0.7rem;
}

.invest-pop .public-more-d {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.invest-pop .public-more-d .ma {
  background: #0f2c8a url(../images/icon_close.svg) no-repeat center / 30%;
}

/* .invest-pop .public-more-d .ma:after,.invest-pop .public-more-d .ma:before{background: #fff;}
.invest-pop .public-more-d:hover .ma:after,.invest-pop .public-more-d:hover .ma:before{background: #fff;} */
.invest-pop .public-more-d:hover .ma {
  background-color: #fa490d;
}

.investPop-skin {}

.layui-layer-shade {
  background-image: linear-gradient(100deg, #00a0e9, #04318a 80%);
}

.invest-page-3,
.invest-page-4,
.invest-page-5,
.invest-page-6,
.news-main .news-wrap {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.invest-page-3 .title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.invest-word-wrap .img {
  position: relative;
  color: #fff;
  max-width: 725px;
}

.invest-word-wrap .img .txt {
  position: absolute;
  top: 0;
  right: 2.2rem;
  z-index: 3;
  height: 100%;
}

.invest-word-wrap .img .txt h3 {
  margin-top: 0;
}

.invest-word-wrap .img .txt .p {
  text-transform: uppercase;
}

.invest-word-wrap .img .btn-d {
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
  z-index: 4;
  border-radius: 50%;
  background: #fa490d;
}

.invest-word-wrap .img .btn-d a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_dw.svg) no-repeat center / 0.6rem;
}

.invest-word-wrap ul.ul {
  border-top: 1px solid #eee;
  margin-top: 0.75rem;
}

.invest-word-wrap ul.ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.invest-word-wrap ul.ul li .icon {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/icon_dw2.svg) no-repeat center /cover;
}

.invest-word-wrap .rtitle {
  margin-top: 0;
}

.invest-page-4 .title,
.title-invest-a {
  margin-top: 0;
  margin-bottom: 1rem;
}

.invest-page-4 .title h2,
.title-invest-a h2 {
  margin: 0;
}

.invest-report-list .boxs {
  padding-bottom: 1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #eee;
}

.invest-report-list .boxs .img {
  box-shadow: 0 8px 15px #ccc;
}

.invest-report-list .boxs .img img {
  width: 100%;
}

.invest-report-list .boxs .txt {
  padding: 0.8rem 0 0;
}

.invest-report-list .boxs .txt .icon {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/icon_dw2.svg) no-repeat center /cover;
}

.btn-group .icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 5px;
  margin-left: 5px;
  vertical-align: middle;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #fa490d;
  transform: rotateZ(-45deg);
}

.btn-group .btn {
  color: #fa490d;
  border-color: #fa490d;
  padding: 0 0.5rem;
  line-height: 1.25rem;
  border-radius: 1.25rem;
  font-size: 18px;
}

.btn-group .btn .tx {
  display: inline-block;
  width: 2.2rem;
  text-align: left;
}

.btn-group .btn-default,
.btn-group .btn-default:hover,
.btn-group .btn-default:active {
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: #fa490d !important;
  color: #fa490d !important;
}

.dropdown-menu>li>a {
  padding: 0 0.5rem;
  line-height: 1rem;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #fa490d;
}

.invest-gxcx-wrap .text {
  padding-top: 0.5rem;
}

.invest-gxcx-wrap .text .title {
  margin-bottom: 0.5rem;
}

.invest-gxcx-wrap .public-more {
  margin-top: 1rem;
}

.invest-gxrz-wrap .btn-group-justified {
  width: auto;
}

.invest-gxrz-wrap .btn-group .btn-group {
  padding-left: 10px;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-radius: 1.25rem;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-radius: 1.25rem;
}

.btn-group .btn-full,
.btn-group .btn-full:hover,
.btn-group .btn-full:active,
.btn-group .btn:hover {
  background-color: #fa490d !important;
  box-shadow: none !important;
  border-color: #fa490d !important;
  color: #fff !important;
}

.btn-group .btn-full .icon,
.btn-group .btn:hover .icon {
  border-color: #fff;
}

.date-list {
  border-radius: 1.5rem;
  padding: 2px;
  background: #0f2c8a;
  color: #fff;
}

.date-list .date-boxs {
  display: block;
  line-height: 1.25rem;
  border-radius: 1.25rem;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.date-list .date-boxs.active {
  background-color: #fa490d;
}

.date-list-txt .group .boxs {
  padding: 1.25rem 0;
  border-bottom: 1px solid #eee;
}

.date-list-txt .group .boxs .date-ls {
  font-weight: normal;
  color: #a1abbc;
  opacity: 0.5;
  line-height: 1;
  margin-right: 0.4rem;
}

.date-list-txt .group .boxs .date-ls .day {
  font-size: 1.75rem;
}

.date-list-txt .group .boxs .date-ls .month {
  font-size: 1rem;
  padding-top: 4px;
}

.date-list-txt .group .boxs .ctx h4 {
  font-size: 0.6rem;
  margin-top: 0;
}

.news-main .news-wrap .title {
  margin-bottom: 1rem;
}

.news-main .news-wrap .title h2 {
  margin: 0;
}

.inner-news-list .tx {
  max-width: 9rem;
}

.inner-news-list .boxs {
  margin-bottom: 1.5rem;
}

.inner-news-list .boxs .img {
  position: relative;
  padding-top: 42.25%;
}

.inner-news-list .boxs .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  object-fit: cover;
}

.inner-news-list .boxs h4 {
  line-height: 0.95rem;
  height: 1.9rem;
  margin-top: 0.7rem;
  margin-bottom: 5px;
}

.inner-news-list .boxs .time {
  font-size: 14px;
  color: #a1abbc;
}

.pageinfo .pagination {
  background: #fff;
  box-shadow: 4px 4px 0.7rem 1px rgba(18, 28, 48, 0.1);
  padding: 4px;
  border-radius: 1rem;
  margin-bottom: 0;
}

.pageinfo .pagination>li>a,
.pageinfo .pagination>li>span {
  border-width: 0;
  padding: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 50%;
  color: #3a4c6f;
  font-size: 16px;
}

.pageinfo .pagination>li.prev>a,
.pageinfo .pagination>li.next>a {
  line-height: 0.9rem;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #fff !important;
  cursor: default;
  background-color: #fa490d;
  border-color: #fa490d;
}

.inner-news-list2 {
  border-top: 2px solid #3a4c6f;
  margin-bottom: 1.5rem;
}

.inner-news-list2 .item {
  padding: 1rem 2rem 1rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.inner-news-list2 .item:after {
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #fa490d;
  content: '';
  transition: width 0.3s ease;
}

.inner-news-list2 .item:hover:after {
  width: 100%;
}

.inner-news-list2 .item .date {
  font-weight: normal;
  color: #a1abbc;
  opacity: 0.9;
  width: 3rem;
  font-size: 0.4rem;
}

.inner-news-list2 .item .date .d {
  font-size: 1.5rem;
  line-height: 1;
}

.inner-news-list2 .item .tx .ti {
  font-size: 0.6rem;
}

.inner-news-list2 .item .tx .p {
  color: #a1abbc;
}

.inner-news-list2 .item .m {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #fa490d;
  background-image: url(../images/icon_prev2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.3rem;
  background-color: #fa490d;
  -webkit-transform: rotateZ(180deg) translateY(50%);
  transform: rotateZ(180deg) translateY(50%);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  opacity: 0;
  box-shadow: 0 0 20px 1px rgba(250, 73, 13, 0.3);
  transition: all 0.3s ease;
}

.inner-news-list2 .item:hover .m {
  opacity: 1;
  right: 0.4rem;
}

.news-detail-main {
  background: url(../images/invest_bg3.jpg) no-repeat top right / 12rem;
  padding-bottom: 1.5rem;
}

.news-detail-wrap {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.news-detail-wrap .title {
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.news-detail-wrap .title .time {
  color: #a1abbc;
  font-size: 0.4rem;
}

.page-ing {
  margin-top: 1.75rem;
  position: relative;
  border-top: 2px solid #3a4c6f;
  padding: 1.25rem 0;
}

.page-ing .page-ing-boxs {
  position: relative;
}

.page-ing .prev,
.page-ing .next {
  max-width: 44%;
}

.page-ing .icon-bg {
  position: absolute;
  top: 0;
  left: 44%;
  width: 12%;
  height: 100%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: url(../images/icon_det_ic.svg) no-repeat center / 0.5rem;
}

.page-ing .tx {
  max-width: 320px;
}

.page-ing .icon {
  width: 0.3rem;
  height: 0.6rem;
  background: url(../images/icon_next3.svg) no-repeat center / cover;
  text-indent: -1000em;
  overflow: hidden;
}

.page-ing .prev .tx {
  margin-left: 0.6rem;
}

.page-ing .next .tx {
  margin-right: 0.6rem;
}

.page-ing .next .icon {
  order: 3;
  transform: rotateZ(180deg);
}

.page-ing .tx .stime {
  font-size: 0.4rem;
  color: #a1abbc;
  display: block;
}

.nectar-social {
  position: fixed;
  right: 34px;
  bottom: 110px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1000;
}

.nectar-social>a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.nectar-social>a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #fa490d;
  z-index: -1;
}

.nectar-social>a:after,
.nectar-social .nectar-social-inner a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
}

@keyframes socialButtonFlash {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  25% {
    opacity: 0.22;
    transform: scale(1.1115)
  }

  100% {
    opacity: 0;
    transform: scale(1.23)
  }
}

.nectar-social a:after {
  -webkit-transition: opacity 0.25s cubic-bezier(.15, 0.2, .1, 1);
  transition: opacity 0.25s cubic-bezier(.15, 0.2, .1, 1);
}

.nectar-social a:hover:after {
  opacity: 0.2;
}

.nectar-social:hover>a:after {
  -webkit-animation: socialButtonFlash 0.45s cubic-bezier(.15, 0.2, .1, 1) forwards;
  animation: socialButtonFlash 0.45s cubic-bezier(.15, 0.2, .1, 1) forwards;
}

.nectar-social>a:before {
  -webkit-transform: scale(1.23) translateZ(0);
  transform: scale(1.23) translateZ(0);
  box-shadow: 4px 4px 20px rgba(250, 73, 13, 0.3);
}

.nectar-social .nectar-social-inner {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}

.nectar-social a i {
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block;
}

.nectar-social .nectar-social-inner a {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  width: 36px;
  left: 7px;
  position: absolute;
  opacity: 0;
  border: none;
  top: 0;
  box-shadow: 4px 4px 15px rgba(250, 73, 13, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  background: #fa490d;
}

.nectar-social .nectar-social-inner a:nth-child(1) {
  transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0);
}

.nectar-social:hover .nectar-social-inner a:nth-child(1) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-56px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-56px) scale(1);
  opacity: 1;
}

.nectar-social:hover .nectar-social-inner a:nth-child(2) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-106px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-106px) scale(1);
  opacity: 1
}

.nectar-social:hover .nectar-social-inner a:nth-child(3) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-156px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-156px) scale(1);
  opacity: 1
}

.nectar-social:hover .nectar-social-inner a:nth-child(4) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-206px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-206px) scale(1);
  opacity: 1
}

.nectar-social:hover .nectar-social-inner a:nth-child(5) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-256px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-256px) scale(1);
  opacity: 1
}

.nectar-social:hover {
  height: 340px
}

.nectar-social .social-text {
  display: none;
}

.nectar-social a i.steadysets-icon-share {
  height: 100%;
  background: url(../images/shar.svg) no-repeat center / 20px;
}

.nectar-social a i.fa-facebook {
  height: 100%;
  background: url(../images/facebook.png) no-repeat center / 16px;
}

.nectar-social a i.fa-twitter {
  height: 100%;
  background: url(../images/twitter.png) no-repeat center / 16px;
}

.nectar-social a i.fa-linkedin {
  height: 100%;
  background: url(../images/linkedin.png) no-repeat center / 14px;
}

.nectar-social a i.fa-pinterest {
  height: 100%;
  background: url(../images/pinterest.png) no-repeat center / 14px;
}

.nectar-social a i.fa-weixin {
  height: 100%;
  background: url(../images/wechatIcon.svg) no-repeat center / 14px;
}

.nectar-social a i.fa-clipboard {
  height: 100%;
  background: url(../images/urlIcon.svg) no-repeat center / 14px;
}

.bsBox {
  box-sizing: content-box;
}

.cdmo-main {
  padding-left: 3.25rem;
  position: relative;
  overflow: hidden;
}

.cdmo-main .focus {
  position: fixed;
  top: 1.75rem;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 1.75rem);
  z-index: 1;
}

.cdmo-main .focus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 768px) {
  .cdmo-main .focus img {
    height: auto;
  }
}

.cdmo-main .focus .focus-text {
  padding-left: 6.5rem;
  padding-top: 0;
  height: 11rem;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.cdmo-main .focus .icon-boxs {
  height: 1.8rem;
}

.cdmo-main .focus .icon-boxs img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.cdmo-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 3.25rem;
  height: 100%;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
  z-index: 2;
}

.cdmo-back .back {
  position: absolute;
  bottom: 1.1rem;
  width: 100%;
  text-align: center;
  color: #fff;
}

.cdmo-back .back .ico {
  display: block;
  width: 100%;
  height: 0.7rem;
  background: url(../images/icon_back.png) no-repeat center / auto 100%;
  margin-bottom: 5px;
}

.cdmo-back .back:hover {
  color: #fa490d;
}

.cdmo-back .back:hover .ico {
  background-image: url(../images/icon_back2.png);
}

.cdmo-wrap {
  position: relative;
  z-index: 3;
  padding: 3rem 0 0;
  margin-top: 10.5rem;
  background: #fff url(../images/invest_bg3.jpg) no-repeat right top / 12rem;
}

.cdmo-content {
  padding: 0 3.25rem 2.75rem 3.25rem;
  position: relative;
}

.cdmo-wrap .footer-main {
  padding-right: 3.25rem;
  padding-left: 3.25rem;
}

.cdmo-wrap .cdmo-right-content {
  margin-left: 7.75rem;
}

.cdmo-wrap .cdmo-side {
  float: left;
}

.cdmo-wrap .cdmo-side ul.ul li {
  line-height: 1.25rem;
  font-size: 0.5rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

.cdmo-wrap .cdmo-side ul.ul li a {
  display: inline-block;
  position: relative;
  transition: all 0.35s ease-out;
  color: #3a4c6f;
}

.cdmo-wrap .cdmo-side ul.ul li a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #fa490d;
  content: '';
  transition: all 0.35s ease-out;
}

.cdmo-wrap .cdmo-side ul.ul li.active a,
.cdmo-wrap .cdmo-side ul.ul li a:hover {
  color: #fa490d;
  font-weight: bold;
  padding-left: 1.4rem;
}

.cdmo-wrap .cdmo-side ul.ul li.active a:after,
.cdmo-wrap .cdmo-side ul.ul li a:hover:after {
  width: 1rem;
}

.cdmo-wrap .cdmo-right-content .title {
  margin-bottom: 0.5rem;
}

.cdmo-3-3-top {
  overflow: hidden;
  margin-bottom: 1rem;
}

.cdmo-3-3-top .boxs {
  position: relative;
}

.cdmo-3-3-top .boxs .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.65rem;
  z-index: 3;
}

.cdmo-right-service-tips {
  background: #eef6ff;
  padding: 0.5rem 0;
  position: relative;
  overflow: hidden;
}

/* .cdmo-right-service-tips:after,.cdmo-right-service-tips:before{
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
}
.cdmo-right-service-tips:after{left: 33.333%;}
.cdmo-right-service-tips:before{left: 66.666%;} */
.cdmo-right-service-tips ul.ul li {
  float: left;
  width: 33.333%;
  line-height: 1rem;
  min-height: 1rem;
  padding: 0 0.5rem;
  position: relative;
}

.cdmo-right-service-tips ul.ul li:after {
  position: absolute;
  top: -50px;
  width: 1px;
  height: 1000px;
  background: #fff;
  content: '';
  left: -1px;
}

.cdmo-wrap .cdmo-right-content .line-gap {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 1.5rem 0;
}

.cdmo-right-solution {
  background: #003399;
  border-top: 2px solid #003399;
}

.cdmo-right-solution .lx {
  color: #fff;
  font-size: 0.6rem;
  width: 6.25rem;
  text-align: center;
}

.cdmo-right-solution .ctx-list {
  background: #fff;
}

.cdmo-right-solution .ctx-list ul.ul li {
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #eee;
}

.cdmo-right-solution .ctx-list ul.ul li span {
  color: #003399;
}

.cdmo-right-light {
  min-height: 4.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0rem 1.8rem;
  position: relative;
}

.cdmo-right-light .sti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33px;
  line-height: 33px;
  background: url(../images/icon_cdmo_bgi.png) no-repeat center;
  color: #fff;
  text-align: center;
}

.cdmo-right-pro-swp {
  position: relative;
}

.cdmo-right-pro-swp .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}

.cdmo-right-pro-swp .swiper-pagination-bullet {
  background-color: #003399;
}

.cdmo-right-pro-swp .tx {
  padding-top: 0.5rem;
}

.cdmo-right-service-tips2 {
  background: #eef6ff;
  overflow: hidden;
}

.cdmo-right-service-tips2 .item {
  float: left;
  width: 25%;
  position: relative;
  padding: 0.7rem;
}

.cdmo-right-service-tips2 .item+.item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1000px;
  background: #fff;
  content: '';
}

.cdmo-right-service-tips2 .item h4 {
  margin-top: 0;
  font-size: 0.6rem;
}

.cdmo-right-service-tips2 .item ul.ul li,
.cdmo-jsnl-list ul.ul li,
ul.uls-fl li {
  line-height: 1.7;
  padding-left: 0.5rem;
  position: relative;
}

.cdmo-right-service-tips2 .item ul.ul li:before,
.cdmo-jsnl-list ul.ul li:before,
ul.uls-fl li:before {
  content: '– ';
  position: absolute;
  top: 0;
  left: 0;
}

.cdmo-jsnl-list.row {
  margin-right: 0;
  margin-left: 0;
}

.cdmo-jsnl-list.row>div {
  padding-right: 1px;
  padding-left: 0;
}

.cdmo-jsnl-list .t {
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}

.cdmo-jsnl-list ul.ul {
  margin-bottom: 1.1rem;
}

.cdmo-ys-list {
  background-color: #eef6ff;
}

.cdmo-ys-list .item+.item {
  border-top: 1px solid #fff;
}

.cdmo-ys-list .item .t {
  padding: 0.4rem 0.7rem;
  line-height: 1rem;
  font-size: 0.5rem;
  position: relative;
  cursor: pointer;
}

.cdmo-ys-list .item .t i {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  width: 13px;
  height: 7px;
  background: url(../images/icon_dw.png) no-repeat center /cover;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cdmo-ys-list .item.active .t i {
  transform: rotateZ(180deg);
}

.cdmo-ys-list .item .mes {
  border-top: 1px solid #fff;
  display: none;
}

.cdmo-ys-list .item .mes .img {
  width: 31%;
}

.cdmo-ys-list .item .mes .tx {
  padding: 0.5rem 0.7rem;
}

.cdmo-icon-list.ul {
  margin-top: 1.5rem;
}

.cdmo-icon-list li {
  width: 22%;
}

.cdmo-icon-list li .con {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  color: #fff;
}

.cdmo-icon-list li .con .boxs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0px 0.25rem rgba(0, 51, 153, 0.05);
}

.cdmo-icon-list li:nth-child(1) .con .boxs {
  background-color: #003399;
}

.cdmo-icon-list li:nth-child(2) .con .boxs {
  background-color: #00a0e9;
}

.cdmo-icon-list li:nth-child(3) .con .boxs {
  background-color: #0055d1;
}

.cdmo-icon-list li:nth-child(4) .con .boxs {
  background-color: #78cbf3;
}

.cdmo-icon-list li .con .boxs .icon {
  margin-bottom: 0.5rem;
}

.cdmo-icon-list li .con .boxs .icon img {
  height: 2rem;
}

.cdmo-number-scroll.home-number {
  background: url(../images/cdmo_bg.jpg);
  padding: 2.4rem 0;
  background-size: 100%;
}

.cdmo-number-scroll.home-number .item {
  width: 33.33%;
}

.cdmo-number-scroll.home-number .art-main {
  padding-right: 20px;
  padding-left: 20px;
}

.cdmo-number-scroll.home-number .item .ti {
  font-size: 1rem;
  white-space: nowrap;
}

.cdmo-number-scroll.home-number .item .ti span+span {
  font-size: 0.5rem;
}

.cdmo-right-service-tips.list-length5 ul.ul li {
  width: 20%;
}

table.cdmo-pub-table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #003399;
  margin-top: 0.5rem;
}

table.cdmo-pub-table tr td {
  border-bottom: 1px solid #eee;
  text-align: center;
  height: 2rem;
}

table.cdmo-pub-table tr td:nth-child(1) {
  width: 25%;
  background: #eef6ff;
  border-bottom-color: #fff;
  padding-left: 0.5rem;
  text-align: left;
}

table.cdmo-pub-table-t2 {
  border-top-color: #fa490d;
}

table.cdmo-pub-table-t2 tr td:nth-child(1) {
  background: #fff2ee;
}

.cdmo-2-service-list .item .boxs .t {
  font-size: 0.6rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0.5rem;
  text-align: center;
}

.cdmo-2-service-list .item:nth-child(1) .boxs {
  background-color: #0055d1;
}

.cdmo-2-service-list .item:nth-child(2) .boxs {
  background-color: #00a0e9;
}

.cdmo-2-service-list .item:nth-child(3) .boxs {
  background-color: #78cbf3;
}

.cdmo-2-service-list .item .boxs {
  color: #fff;
  padding: 0 0.7rem 0;
  margin-top: 0.5rem;
}

.cdmo-2-service-list .item .p {
  line-height: 0.8rem;
  height: 4rem;
}

.cdmo-pro-tabs {
  margin-bottom: 1rem;
  border-radius: 1.5rem;
  background: #eef6ff;
}

.cdmo-pro-tabs span {
  line-height: 1.5rem;
  border-radius: 1.5rem;
  text-align: center;
  cursor: pointer;
}

.cdmo-pro-tabs span.active {
  background: #003399;
  color: #fff;
}

.cdmo-content .more {
  background-color: #eef6ff;
  line-height: 1rem;
  border-radius: 1.2rem;
  text-align: center;
  cursor: pointer;
  margin-top: 1rem;
  font-size: 16px;
}

.about-mah-foot {
  background: url(../images/about_bg6.jpg) no-repeat center / cover;
  color: #fff;
}

.about-mah-foot .boxs {
  min-height: 9rem;
  padding: 2rem 20px;
}

.about-mah-foot .boxs .con {
  margin-top: 0.7rem;
}

.about-mah-foot .boxs .ltx {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #fff;
}

.about-mah-foot .btn-ms a {
  display: inline-block;
  line-height: 1.4rem;
  border-radius: 1.4rem;
  border: 1px solid #fff;
  padding: 0 1.1rem;
  color: #fff;
}

.about-mah-foot .btn-ms a:hover {
  background: #fa490d;
  border-color: #fa490d;
}

.about-mah-foot .btn-ms a span {
  display: block;
  padding-left: 30px;
  background: url(../images/icon_email.svg) no-repeat left center / 0.6rem;
}

.about-mah-circle {
  height: 100vh;
  height: calc(100vh - 2.25rem);
  position: relative;
  overflow: hidden;
}

.about-mah-circle .content-text {
  position: relative;
  height: 100vh;
  height: calc(100vh - 4rem);
}

.about-mah-circle .content-text .content-text-list .item {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 17.5rem;
  margin-top: -2rem;
}

.about-mah-circle .content-text .content-text-list .item {
  display: none;
}

.about-mah-circle .content-text .content-text-list .title {
  margin-bottom: 0.2rem;
}

.about-mah-circle .content-text .content-text-list .title .ti-lf {
  font-size: 2.75rem;
  font-weight: bold;
}

.about-mah-circle .content-text .content-text-list .title .ti-rx {
  font-size: 0.9rem;
  margin-left: 0.9rem;
}

.about-mah-circle .content-text .content-text-list .tips li {
  float: left;
  margin-right: 9px;
  margin-top: 9px;
  line-height: 0.8rem;
  border-radius: 0.8rem;
  padding: 0 0.4rem;
  background: #eaf5ff;
  font-size: 0.375rem;
}

.about-mah-circle .text-foot {
  border-left: 3px solid #fa490d;
  padding-left: 1rem;
  margin-top: 1rem;
}

.about-mah-circle .slist-1 .si+.si {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid #eee;
}

.about-mah-circle .slist-1 .si .img-s {
  margin-top: 0.25rem;
}


.about-mah-circle-boxs {
  width: 100vh;
  height: 100vh;
  position: absolute;
  right: -50vh;
  top: 50%;
  transform: translateY(-50%);
}

.about-mah-circle-boxs:after {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(250, 73, 13, 0.1);
  content: '';
}

.about-mah-circle-boxs .about-mah-circle-list {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 3;
  transition: all 0.3s ease;
}

.about-mah-circle-boxs .about-mah-circle-list li.active {
  z-index: 3;
}

.about-mah-circle-boxs .about-mah-circle-list li,
.ab-circle-btn {
  display: block;
  position: absolute;
  height: 0;
  width: calc(50% + 16px);
  top: 50%;
  left: 50%;
  list-style: none;
  transform-origin: 0 0;
  z-index: 5;
}

.about-mah-circle-boxs .about-mah-circle-list li .c-point,
.ab-circle-btn span {
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: -16px;
  right: 2px;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about-mah-circle-boxs .about-mah-circle-list li .c-point:before {
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0;
  color: #c644fc;
  background-color: #fa490d;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 0px #c644fc;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.5s ease;
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(1) {
  transform: rotateZ(calc((360deg / 8) * 7));
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(2) {
  transform: rotateZ(calc((360deg / 8) * 6));
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(3),
.ab-circle-btn-prev {
  transform: rotateZ(calc((360deg / 8) * 5));
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(4) {
  transform: rotateZ(calc((360deg / 8) * 4));
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(5),
.ab-circle-btn-next {
  transform: rotateZ(calc((360deg / 8) * 3));
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(6) {
  transform: rotateZ(calc((360deg / 8) * 2));
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(7) {
  transform: rotateZ(calc((360deg / 8) * 1));
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(8) {}

.about-mah-circle-boxs .about-mah-circle-list li .ico .ico-boxs {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(1) .ico .ico-boxs {
  transform: rotateZ(-180deg);
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(2) .ico .ico-boxs {
  transform: rotateZ(-135deg);
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(3) .ico .ico-boxs {
  transform: rotateZ(-90deg);
}

.about-mah-circle-boxs .about-mah-circle-list li:nth-of-type(4) .ico .ico-boxs {
  transform: rotateZ(-45deg);
}

.about-mah-circle-boxs .about-mah-circle-list li .ico {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-mah-circle-boxs .about-mah-circle-list li .ico .ico-boxs img {
  width: 16rem;
  height: 16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}

.about-mah-circle-boxs .about-mah-circle-list li .ico .ico-boxs img {
  transform: translate(-50%, -50%) scale(0.2);
}

.about-mah-circle-boxs .about-mah-circle-list li.active .ico .ico-boxs img {
  transform: translate(-50%, -50%) scale(1);
}

.home-news .color-orange,
.home-factory .tip,
.navigation-circle-list-item__subtitle,
.home-product .con .txt .tip {
  font-size: 0.5rem;
}

@media (max-width: 1600px) and (min-width: 768px) {
  .nav-second-mid .list {
    padding: 1.25rem 0 0 1.25rem;
  }

  .nav-second-lf {
    width: 9rem;
    height: 9rem;
    padding: 1rem;
  }

  .header-wrapper .navbar-default .navbar-nav>li>a {
    margin: 0;
  }

  .inner-mid-navs a {
    padding: 0 8px;
  }

  .invest-word-wrap ul.ul {
    margin-top: 0.5rem;
  }

  .invest-word-wrap ul.ul li {
    padding: 0.4rem 0;
  }

  .cdmo-number-scroll.home-number .item p {
    font-size: 14px;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .header-wrapper .navbar-default .navbar-nav>li>a {
    padding-right: 6px;
    padding-left: 6px;
  }

  .header-wrapper {
    padding-left: 15px;
  }

  .head-search,
  .head-language {
    width: 2rem;
  }

  .head-tr {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
  }

  .invest-pop {
    width: 92%;
  }
}

@media (max-width: 768px) {
  .about-factory-boxs .ul .li-3 .ctxt .boxs {
    width: 10.5rem !important;
  }

  html {
    font-size: 20px;
  }

  .art-main,
  .art-container,
  .header-search-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row {
    margin-right: -6px;
    margin-left: -6px;
  }

  .row>div {
    padding-right: 6px;
    padding-left: 6px;
  }

  .fonts44 {
    font-size: 32px;
  }

  .fonts40 {
    font-size: 32px;
  }

  .fonts38 {
    font-size: 28px;
  }

  .fonts36 {
    font-size: 28px;
  }

  .fonts32 {
    font-size: 26px;
  }

  .fonts30 {
    font-size: 26px;
  }

  .fonts28 {
    font-size: 24px;
  }

  .fonts26 {
    font-size: 22px;
  }

  .fonts24 {
    font-size: 20px;
  }

  .fonts22 {
    font-size: 18px;
  }

  .fonts20 {
    font-size: 18px
  }

  /* .fonts18{font-size: 16px;} */
  .fonts16 {
    font-size: 14px;
  }

  .mob-ub-ver {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column;
  }

  .header-wrapper {
    padding-left: 20px;
  }

  .header-container,
  .header-wrapper.down .header-container {
    height: 50px;
  }

  .navbar-brand>img {
    width: auto;
    height: 30px;
    margin-top: 10px;
  }

  .header-wrapper.down .navbar-brand>img {
    width: auto
  }

  .header-container {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .navbar-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }

  .navbar-toggle {
    margin-right: 0;
  }

  .head-search-btn input {
    width: 3.5rem;
  }

  .head-search-main .ub svg {
    transform: scale(0.7);
  }

  .head-nav-w {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .header-wrapper .navbar-default .navbar-nav>li>a {
    height: 2rem;
    font-size: 0.8rem;
  }

  .header-wrapper .navbar-nav>li {
    position: relative;
  }

  .has-nav-second-micon {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
  }

  .has-nav-second-micon:after,
  .has-nav-second-micon:before,
  .has-nav-second-micon2:after,
  .has-nav-second-micon2:before {
    position: absolute;
    background-color: #888;
    content: '';
    transition: all 0.3s ease;
  }

  .has-nav-second-micon:after {
    width: 17px;
    height: 2px;
    left: 12px;
    top: 18px;
  }

  .has-nav-second-micon:before {
    height: 17px;
    width: 2px;
    top: 11px;
    left: 19px;
  }

  .has-nav-second-micon.on:before {
    transform: scale(0);
  }

  .nav-second {
    position: relative;
    max-height: 55vh;
    overflow-y: auto;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 40px rgba(58, 76, 111, 0.08);
  }

  .nav-second-lf {
    display: none;
  }

  .nav-second-mid .list {
    padding: 15px 15px 0;
  }

  .nav-second-mid .list .item {
    width: 100% !important;
    position: relative;
    padding: 0 0.5rem;
  }

  .nav-second-mid .list .item dl dd {
    display: none;
  }

  .nav-second-mid .list .item dl dt {
    line-height: 22px;
  }

  .has-nav-second-micon2 {
    position: absolute;
    top: 0;
    right: 4px;
    width: 22px;
    height: 22px;
  }

  .has-nav-second-micon2:after {
    width: 12px;
    height: 2px;
    left: 5px;
    top: 10px;
  }

  .has-nav-second-micon2:before {
    height: 12px;
    width: 2px;
    top: 5px;
    left: 10px;
  }

  .has-nav-second-micon2.on:before {
    height: 0;
  }

  .home-factory img {
    height: 12rem;
    object-fit: cover;
  }

  .home-news {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-number .home-number-main {
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }

  .home-number .home-number-main .item {
    width: 33.333%;
    margin: 0.5rem 0;
  }

  .home-number .home-number-main .item p {
    font-size: 13px;
  }

  .home-number {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-main .lf-txt {
    max-width: 100%;
    margin-bottom: 1rem;
    display: none;
  }

  .foot-nav ul.ul li {
    line-height: 24px;
  }

  .footer-main .foot-ewm {
    margin-top: 0;
  }

  .footer-main .foot-ewm img {
    width: 4.5rem;
  }

  .foot-icp {
    font-size: 12px;
  }

  .foot-icp .art-main>div {
    width: 100%;
  }

  .header-wrapper .navbar-nav>li.has-nav-second-t2 .nav-second {
    width: 100%;
    padding: 10px 0 0;
    left: 0;
  }

  .header-wrapper .navbar-nav>li.has-nav-second-t2 .ul {
    padding: 0 0.5rem;
  }

  .header-wrapper .navbar-nav>li.has-nav-second-t2 .ul li a {
    margin-bottom: 10px;
  }

  .head-language {
    background: #EAF5FF;
    width: auto;
    margin: 0 -15px;
    padding: 10px;
  }

  .head-language .head-language-icon {
    margin: 0 auto;
  }

  .head-language-icon .icon-lang {
    width: 16px;
    height: 16px;
  }

  .header_language_level_nav {
    top: auto;
    bottom: 100%;
    right: 50%;
    margin-right: -2rem;
  }

  .header_language_level_navBox::after {
    top: 100%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: 0;
  }

  .home-product .con .imgs {
    padding-left: 0;
  }

  .home-product .con .imgs .imgsCon {
    padding-top: 0;
    height: 300px;
    margin-top: 30px;
  }

  .home-product .con .imgs .imgsCon .swiper {
    position: relative;
  }

  .home-product .con .imgs .imgsCon img {
    position: relative;
    width: 100%;
  }

  .banner {
    height: calc(100vh - 50px);
  }

  .has-nav-second a span:after {
    display: none;
  }

  .navbar-default .navbar-toggle {
    border-color: #fff;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  /* .navbar-toggle .icon-bar{width: 14px;margin-right: auto;margin-left: auto;}
    .navbar-toggle .icon-bar:nth-child(3){width: 22px;} */
  .head-tr {
    margin-left: 15px;
  }

  .head-search {
    width: 50px;
  }

  .navbar-toggle span {
    transition: all 0.3s;
  }

  .navbar-toggle span:nth-child(2) {
    transform: rotateZ(0) translate(0, 0);
  }

  .navbar-toggle span:nth-child(3) {
    opacity: 1;
  }

  .navbar-toggle span:nth-child(4) {
    transform: rotateZ(0) translate(0, 0);
  }

  .navbar-toggle[aria-expanded*="true"] span:nth-child(2) {
    transform: rotateZ(45deg) translate(1px, 8px);
  }

  .navbar-toggle[aria-expanded*="true"] span:nth-child(3) {
    opacity: 0;
  }

  .navbar-toggle[aria-expanded*="true"] span:nth-child(4) {
    transform: rotateZ(-45deg) translate(0px, -8px);
  }

  .home-news .color-orange,
  .home-factory .tip,
  .navigation-circle-list-item__subtitle,
  .home-product .con .txt .tip {
    font-size: 14px;
  }

  .about-factory-boxs .ul li .ctxt .boxs {
    width: 10.5rem;
    /* height: 6.5rem; */
    padding: 1rem 15px;
    font-size: 12px;
  }

  .about-factory-boxs .ul li.li-2 {
    top: 33.5% !important;
    left: 57% !important;
  }

  .about-factory-boxs .ul li .ctxt .boxs h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .about-factory-boxs .ul li .ctxt .boxs p {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .about-factory-boxs .ul li.active.li-4 .ctxt {
    left: 0;
    transform: translate(-30px, 0px);
  }

  .about-factory-boxs .ul li.li-4 .ctxt:after {
    left: 35px;
  }

  .about-factory-boxs .ul li.active.li-1 .ctxt {
    right: 0;
    transform: translate(30px, 0px);
    left: auto;
  }

  .about-factory-boxs .ul li.li-1 .ctxt:after {
    right: 25px;
    left: auto;
  }

  .about-factory-boxs .ul li.active {
    z-index: 6;
  }

  .about-mah-foot .btn-ms a {
    padding: 0 0.5rem;
  }

  .about-mah-foot .btn-ms a span {
    padding: 0 5px 0 20px;
    white-space: nowrap;
  }

  .about-mah-circle-boxs {
    position: relative;
    right: -50vw;
    top: 10vw;
    transform: translateY(-10vw);
    width: 100vw;
    height: 100vw;
  }

  .about-mah-circle {
    height: auto;
  }

  .about-mah-circle .content-text {
    height: 70vw;
  }

  .about-mah-circle .content-text .content-text-list .item {
    position: absolute;
    top: 0;
    margin-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }




  #hmProConMain {
    position: initial !important;
  }

  .home-product .tops {
    height: 100vh;
    height: calc(100vh - 50px);
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .home-product>.art-main {
    background-image: url(../images/bg1_mob.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .home-product .con .txt {
    padding-top: 2rem;
  }

  .home-product .tops .img {
    transform: translate(0, 0) !important;
    width: 70vw;
    height: 70vw;
    opacity: 1 !important;
  }

  .home-product {
    background-position-y: top !important;
    background-attachment: inherit !important;
    background-size: 100%;
  }

  .home-product .tops .title,
  .home-product .tops {
    opacity: 1 !important;
  }

  .home-product .tops .title,
  .home-product .tops {
    transform: translate(0, 0) !important;
  }

  .home-product .con {
    min-height: 100px;
    margin-top: 0;
  }

  .home-product .con .imgs img:nth-child(1) {
    display: block !important;
  }

  .home-product .con .imgs .imgsCon img+img {
    opacity: 0;
  }

  .home-product .con .txt .title {
    margin: 5px 0 15px;
    padding-bottom: 10px;
  }

  .home-product .con .txt .p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .banner .ban-txt a.m,
  .public-more a,
  .public-more-white a {
    width: 110px;
    line-height: 32px;
  }

  .home-factory .text .con .tx {
    font-size: 18px;
  }

  .home-news .home-news-swp .txt {
    max-width: 100%;
    padding-bottom: 0px;
  }

  .home-news .home-news-swp .txt .tip .spa {
    font-size: 12px;
    line-height: 20px;
  }

  .home-news .home-news-swp .txt .title {
    font-size: 16px;
  }

  .inner-mid-navs {
    top: 50px
  }

  .inner-mid-navs .art-main {
    height: 2rem;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }

  .inner-mid-navs.dw .art-main {
    height: 2rem;
  }

  .inner-mid-navs a {
    padding: 0 10px;
    font-size: 16px;
    line-height: 2rem;
  }

  .about-title {
    font-size: 1.1rem;
  }

  /**.about-main .section .text{font-size: 16px;}**/
  .about-main .section3 .img,
  .about-main .section4 .img {
    position: relative;
    margin-bottom: 0.75rem;
  }

  .about-main .section3 .img img,
  .about-main .section4 .img img {
    width: 100%;
  }

  .about-main .section3 .txt {
    margin-right: 0;
  }

  .about-main .section4 .txt {
    margin-left: 0;
  }

  .about-main .section3,
  .about-main .section4 {
    padding-top: 1.5rem;
  }

  .about-main .section3 .img img,
  .about-main .section3 .txt,
  .about-main .section4 .img img,
  .about-main .section4 .txt {
    height: auto;
  }

  .about-his .item .p {
    max-width: 150%;
    width: 150%;
  }

  .about-his .item-odd .p i.line {
    bottom: 4px;
  }

  .about-his .item-even .p i.line {
    top: 4px;
  }

  .about-his .item:after {
    height: 3px;
  }

  .about-his .item:before {
    width: 10px;
    height: 10px;
    margin-top: -3px;
  }

  .about-main .section6 .txt .text {
    max-width: 85%;
  }

  .about-main .section3 .txt,
  .about-main .section4 .txt {
    max-width: 100%;
  }

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

  .about-article-con .rg-txt {
    padding-left: 0;
  }

  .about-main .section2 {
    overflow: hidden;
  }

  .about-factory-boxs {
    width: 150%;
    transform: translateX(-10%);
  }

  .inner-nav-ck .boxs a {
    line-height: 1.7rem;
  }

  .invest-page-2-list .boxs {
    margin-bottom: 12px;
  }

  .invest-page-2-foot {
    height: 3rem;
    line-height: 3rem;
    margin-top: 1.5rem;
  }

  .page-ing .icon-bg {
    display: none;
  }

  .page-ing .prev,
  .page-ing .next {
    max-width: 100%;
  }

  .page-ing .next {
    margin-top: 1rem;
  }

  .page-ing .next .icon {
    order: 0;
    transform: rotateZ(0);
  }

  .page-ing .icon {
    width: 3rem;
    height: 1rem;
    background: #fff;
    text-indent: 0;
  }

  .page-ing .next .tx {
    margin-left: 0.6rem;
  }

  .about-his .public-swp-btn-white {
    height: 5rem;
    margin-top: 2px;
  }

  .cdmo-main {
    padding-left: 0;
  }

  .cdmo-wrap {
    padding-top: 0;
    margin-top: 9.5rem;
    position: relative;
    z-index: 9;
  }

  .cdmo-content {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .cdmo-wrap .cdmo-side {
    position: fixed !important;
    top: 35vh !important;
    left: 20px !important;
    z-index: -1;
    display: none;
  }

  .cdmo-wrap .cdmo-side ul.ul li {
    line-height: 1.5rem;
    color: #fff;
  }

  .cdmo-wrap .cdmo-right-content {
    margin-left: 0;
    position: relative;
    z-index: 3;
  }

  .cdmo-wrap .cdmo-content:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    content: '';
    z-index: 1;
  }

  .cdmo-main .focus .focus-text {
    padding-left: 20px;
  }

  .cdmo-wrap .footer-main {
    position: relative;
    z-index: 3;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cdmo-back {
    border-right-width: 0;
    height: auto;
    top: 70vh;
    margin-top: 50px;
    display: none;
  }

  .cdmo-right-light {
    padding-top: 60px;
  }

  .cdmo-right-solution .lx {
    font-size: 14px;
    width: 4rem;
  }

  .cdmo-right-solution .ctx-list ul.ul li {
    padding: 0.5rem 0.75rem;
  }

  .navigation-circle {
    left: 50%;
    pointer-events: none;
  }

  .home-cdmo .swiper-slide .boxs {
    height: auto;
    padding-top: 2rem;
    display: none;
  }

  .home-cdmo .swiper-slide .boxs .text .p1,
  .home-cdmo .swiper-slide .boxs .text h3 {
    display: none;
  }

  .home-cdmo .swiper-slide .boxs .text .public-more-white {
    position: absolute;
    bottom: 35vw;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .home-cdmo .right-icon {
    left: 50%;
    top: auto;
    bottom: 40vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, -50%);
  }

  .home-cdmo .swiper-slide {
    height: 120vw;
  }

  .home-cdmo .public-swp-btn-white {
    bottom: 20vw;
    right: 50%;
    transform: translateX(50%);
    z-index: 99;
    display: none !important;
  }

  .public-swp-btn .btnc,
  .public-swp-btn-white .btnc {
    height: 2rem;
    width: 2rem;
    background-size: 8px;
  }

  .about-platform-progress-boxs .icon-flag {
    padding: 2px;
  }

  .about-platform-bottom .text {
    height: auto;
    padding: 1.25rem;
  }

  .about-platform-bottom .row>div+div {
    margin-top: 15px;
  }

  .about-platform-bottom .text h3 {
    font-size: 20px;
  }

  .cdmo-right-service-tips2 .item {
    width: 50%;
    min-height: 250px;
  }

  .cdmo-right-service-tips2 .item h4,
  .cdmo-2-service-list .item .boxs .t {
    font-size: 20px;
  }

  .cdmo-jsnl-list .t {
    line-height: 2rem;
    font-size: 20px;
  }

  .cdmo-ys-list .item .t {
    font-size: 18px;
    line-height: 2rem;
  }

  .cdmo-icon-list li .con .boxs .icon img {
    height: 1.5rem;
  }

  .cdmo-icon-list li .con .boxs .icon {
    margin-bottom: 2px;
  }

  .cdmo-icon-list li .con .boxs .p {
    font-size: 14px;
  }

  .cdmo-2-service-list .item .p {
    text-align: center;
    line-height: 1.5;
  }

  .cdmo-content .more {
    line-height: 2rem;
  }

  .invest-page-1 .tops {
    padding: 2rem 0;
  }

  .invest-page-1 .tops h2 {
    margin-top: 0;
  }

  .invest-page-2,
  .invest-page-3,
  .invest-page-4,
  .invest-page-5 {
    padding-top: 2rem;
  }

  .invest-page-2-list .boxs h4 {
    font-size: 18px;
  }

  .invest-pop {
    width: 100%;
  }

  .invest-pop-boxs {
    padding: 2rem 20px;
  }

  .invest-pop .public-more-d {
    top: 10px;
    right: 10px;
  }

  .invest-word-wrap .rtitle {
    margin-top: 30px;
  }

  .invest-page-3,
  .invest-page-4,
  .invest-page-5,
  .invest-page-6,
  .news-main .news-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .invest-page-4 .title h2,
  .title-invest-a h2 {
    font-size: 28px;
  }

  .btn-group .btn {
    line-height: 1.7rem;
    font-size: 16px;
    padding: 0 15px;
  }

  .btn-group .icon {
    margin-left: 20px
  }

  .date-list .date-boxs {
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .inner-news-list .boxs {
    margin-bottom: 15px;
  }

  .inner-news-list2 .item .tx .p {
    display: none;
  }

  .inner-news-list .boxs {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column;
    /* border-bottom: 1px solid rgba(58, 76, 111, 0.12); */
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

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

  .inner-news-list .tx {
    max-width: 100%;
    flex: 1;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .inner-news-list .boxs h4 {
    font-size: 16px;
    margin-top: 0;
    height: auto;
    margin-bottom: 15px;
  }

  .pageinfo .pagination>li>a,
  .pageinfo .pagination>li>span {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .pageinfo .pagination>li.prev>a,
  .pageinfo .pagination>li.next>a {
    line-height: 1.4rem;
  }

  .inner-news-list2 .item .tx .ti {
    font-size: 16px;
    line-height: 1.5;
  }

}

.woww {
  opacity: 0;
}

.animate-img {
  overflow: hidden;
}

.animate-img img {
  -webkit-transition: transform .4s ease-out;
  -moz-transition: transform .4s ease-out;
  -ms-transition: transform .4s ease-out;
  -o-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
}

.animate-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tran {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ub {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.ub-ver {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  flex-direction: column;
}

.ub-ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ub-ae {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.ub-ab {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.ub-as {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.ub-pc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.ub-pe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.ub-pj {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.ub-f1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.ut-s {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
  outline: 0 !important
}

.ut-s1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

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

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




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

Copyright (c) 2013 Daniel Eden

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes toRightFromRight {
  79% {
    -webkit-transform: translate(-102%)
  }

  80% {
    -webkit-transform: translate(102%)
  }

  81% {
    opacity: 1
  }
}

@-moz-keyframes toRightFromRight {
  79% {
    -moz-transform: translate(-102%)
  }

  80% {
    -moz-transform: translate(102%)
  }

  81% {
    opacity: 1
  }
}

@keyframes toRightFromRight {
  79% {
    transform: translate(-102%)
  }

  80% {
    transform: translate(102%)
  }

  81% {
    opacity: 1
  }
}

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

@-webkit-keyframes toRightFromLeft {
  79% {
    -webkit-transform: translate(102%)
  }

  80% {
    -webkit-transform: translate(-102%)
  }

  81% {
    opacity: 1
  }
}

@-moz-keyframes toRightFromLeft {
  79% {
    -moz-transform: translate(110%)
  }

  80% {
    -moz-transform: translate(-102%)
  }

  81% {
    opacity: 1
  }
}

@keyframes toRightFromLeft {
  79% {
    transform: translate(102%)
  }

  80% {
    transform: translate(-110%)
  }

  81% {
    opacity: 1
  }
}

.toRightFromRight {
  -webkit-animation-name: toRightFromLeft;
  animation-name: toRightFromLeft;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

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

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

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

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

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

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

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

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

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

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

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

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

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

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

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

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

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

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

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

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

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

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

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

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

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

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

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

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

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

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

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

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

@-webkit-keyframes maskUp {
  0% {
    -webkit-transform: translateY(100%)
  }

  100% {
    -webkit-transform: translateY(-100%)
  }
}

@keyframes maskUp {
  0% {
    transform: translateY(100%)
  }

  100% {
    transform: translateY(-100%)
  }
}

@-webkit-keyframes maskUpIn {
  0% {
    -webkit-transform: translateY(100%)
  }

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

@keyframes maskUpIn {
  0% {
    transform: translateY(100%)
  }

  100% {
    transform: translateY(0)
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

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

@-webkit-keyframes fadeInRightImg {
  0% {
    -webkit-transform: transform:scale(0.7)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@keyframes fadeInRightImg {
  0% {
    transform: scale(0.7)
  }

  100% {
    transform: scale(1)
  }
}

.fadeInRightImg {
  -webkit-animation-name: fadeInRightImg;
  animation-name: fadeInRightImg;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes fadeInUpImga {
  0% {
    -webkit-transform: transform:translateY(0)
  }

  100% {
    -webkit-transform: translateY(-1rem)
  }
}

@keyframes fadeInUpImga {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-1rem)
  }
}

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

@-webkit-keyframes fadeInUpImgb {
  0% {
    -webkit-transform: transform:translateY(-4rem)
  }

  100% {
    -webkit-transform: translateY(-1rem)
  }
}

@keyframes fadeInUpImgb {
  0% {
    transform: translateY(-4rem)
  }

  100% {
    transform: translateY(-1rem)
  }
}

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

.cdmo-right-service-tips .gongyi li {
  width: 20% !important;
  padding: 0 0 0 0.5rem !important;
}

.xmldimg {
  background-image: url(../images/img21.jpg);
  padding-top: 33px;
}

.cdmo-right-service-tips2 .item1 {
  width: 50%;
}

@media(max-width:1536px) {
  .cdmo-2-service-list .item .p {
    height: 4.2rem;
  }
}

.fadeInUp1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  /* 动画完成时间 */
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

@media(max-width:768px) {
  .tekuang {
    display: block;
    width: 100%;
    text-align: center;
  }

  .tekuang1 {
    margin-top: 1rem;
  }

  .tep {
    margin-top: 0;
  }
}

.kuang {
  border: 1px solid #3a4c6f;
  padding: 10px;
  padding-right: 3rem;
  padding-left: 3rem;
}

.kuang1 {
  border: 1px solid #3a4c6f;
  padding: 10px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.tep {
  margin-top: 1rem;
}

.about-factory-boxs .ul li.li-2 {
  top: 39.5%;
  left: 59.5%;
}

.cdmo-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 3.25rem;
  height: 100%;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
  z-index: 2;
}

.bannerBox1 {
  display: block !important;
}

.bannerBox11 {
  display: none !important;
}

@media(max-width:768px) {
  .bannerBox1 {
    display: none !important;
  }

  .bannerBox11 {
    display: block !important;
  }
}

/* .myblock {
  height: 8rem;
} */

.myblock img {
  height: 10vw;
  width: 100%;
  object-fit: cover;
}

/* .myblock::before {
  content: '';
  display: block;
}

.myblock img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
} */
.about-factory-boxs .ul .li-3 .ctxt .boxs {
  width: 17rem;
  /* height: 9rem; */
}

@media(max-width:768px) {
  .inner-news-list .boxs .img img {
    height: 43vw;
  }

  .myblock img {
    height: 43vw
  }
}

.cdmo-right-service-tips ul.ul1 li:after {
  position: relative;
}

.about-factory-boxs .ul li.li-5 {
  top: 33.5%;
  left: 36%;
}

.banner .ban-txt a.m {
  font-weight: 600;
}

.number-app {
  display: none;
}

@media (max-width: 768px) {
  .number-app {
    display: inline-block;
  }
}




.customerService {
  position: fixed;
  right: 34px;
  bottom: 34px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1000;
  display: none;
}

.customerService>a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;

}

.customerService>a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #fa490d;
  z-index: -1;
  -webkit-transform: scale(1.23) translateZ(0);
  transform: scale(1.23) translateZ(0);
  box-shadow: 4px 4px 20px rgba(250, 73, 13, 0.3);
}

.customerService a i.steadysets-icon-share {
  height: 100%;
  background: url(../images/kf.svg) no-repeat center / 20px;
  display: block;
}

.fle_row {
  display: flex;
  flex-wrap: wrap;
}





.adcheader table {
  width: 100%;
  text-align: left;
}

.adcheader thead {
  background-color: #003399;
  color: #fff;

}

.adcheader thead tr th {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.7rem;

}

.adcheader thead tr th.tdth {
  width: 6.25rem;
  text-align: center;
}

.adcheader table {
  border-collapse: collapse;

}

.adcheader tr td {
  vertical-align: top;
  padding: 0.5rem;
  color: #3a4c6f;
  border: 1px solid #fff;
  background-color: #eef6ff;
}

.consultingService {

  font-size: 0.45rem;
  color: #fa490d;
  position: fixed;
  right: 0.5rem;
  top: 80%;
  z-index: 9999;
}

.consultingService .img {
  margin: 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-image: url(../images/consultingServiceico.png);
  background-size: 100% 100%;
}




/* .form_list li.select {
  padding-right: 0;
} */

.form_list li select {
  width: 100%;
  border: 0;
  outline: none;
  opacity: 0;
  appearance: none;
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  background-color: transparent;
  padding: 33px 0 10px;
  height: auto;


}

.form_list li .form-group.active .web_label {
  top: 0rem;
  transform: scale(0.8);
}

.select .form-group {
  border-bottom: 1px solid #e2e2e2;
}

.select .seform-group {
  position: relative;
}

.select .seform-group::before {
  position: absolute;
  content: '';
  width: 0.425rem;
  right: 0;
  top: 50%;
  height: 0.225rem;
  background-image: url(../images/jsbottom182.svg);
  background-size: 100% 100%;
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
}

.form_list li .form-group.active select {
  opacity: 1;
}

.form_list li .form-group .form-control:focus {
  border-bottom-color: #b60005;
}

.form_list li .form-group.active {
  border-bottom-color: #b60005;
}

.myform-group .form-control {
  padding-top: 0 !important;
}

.roww {
  display: flex;
  flex-wrap: wrap;
}

input[type=date]::-webkit-datetime-edit {

  opacity: 0;
}

input[type=date]::-moz-placeholder {

  opacity: 0;
  /* Firefox */
}


.form_list li.eventReport_active .form-group input[type=date]::-webkit-datetime-edit {

  opacity: 1;
}

.form_list li.eventReport_active .form-group input[type=date]::-moz-placeholder {

  opacity: 1;
}

