﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900&display=swap");

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;
  }

  .header-container:after,
  .header-container:before {
    display: none;
  }

  .about-section-2 .text,
  .Publications-list {
    padding-left: 1rem;
  }

  .navbar-header {
    float: none;
  }

  .Pipeline-table table tr.mobile-tr {
    display: none;
  }

  #ass1:hover .headerDropDown1 {
    display: block;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 32px;
  }

  body {
    font-size: 15px;
  }
}

@media (min-width: 1360px) {
  html {
    font-size: 34px;
  }

  body {
    font-size: 16px;
  }
}

@media (min-width: 1460px) {
  html {
    font-size: 40px;
  }

  body {
    font-size: 18px;
  }
}


.headerDropDown1 {

  position: absolute;

  top: 100%;

  left: 50%;

  /* z-index: 10; */

  /* opacity: 0; */

  display: none;

  width: 6.12rem;

  margin-left: -3.06rem;

  transition: all 400ms;

}

.headerDropDown1:before {
  content: '';
  position: absolute;
  top: -0.32rem;
  left: 50%;
  margin-left: -0.62rem;
  border-left: 0.32rem solid transparent;
  border-right: 0.32rem solid transparent;
  border-bottom: 0.32rem solid #01377d;
}

.headerDropDown1 .headerDropDownList1 {

  background-color: #01377d;

  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.06);

  padding: 0.54rem 0.88rem;

}

.headerDropDown1 .headerDropDownList1 .link_item_on1 {

  position: relative;

  border-bottom: 1px solid #e5e5e5;

}

.headerDropDown1 .headerDropDownList1 .link_item_on1:last-child {

  border-bottom: none;

}

.headerDropDown1 .headerDropDownList1 .link_item_on1:before {

  content: '';

  position: absolute;

  bottom: -1px;

  left: 0;

  background-color: #66b5de;

  transition: all 400ms;

  width: 0;

  height: 1px;

}

.headerDropDown1 .headerDropDownList1 ._link1 {

  position: relative;

  color: #fff;

  /* font-size: 1.12rem; */

  padding: 10px 0;

  display: block;

  z-index: 2;

  transition: all 400ms;

  background-repeat: no-repeat;

  background-position: right 0 center;

}

.headerDropDown1 .headerDropDownList1 .link_item_on1:hover:before {

  width: 100%;

}

.headerDropDown1 .headerDropDownList1 .link_item_on1:hover ._link1 {

  color: #66b5de;

  background-image: url(../images/navIcon.png);

  background-position: right 0.5rem center;

}










body {
  font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif;
  color: #000;
  position: relative;
  background-color: #fff;
  line-height: 1.5;
  font-weight: 500;
}

a {
  text-decoration: none;
  outline: none;
  color: #111;
}

a:hover {
  text-decoration: none;
  color: #0d8d43;
}

.art-main {
  padding-right: 4rem;
  padding-left: 4rem;
}

.art-container {
  padding-right: 2rem;
  padding-left: 2rem;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-right: 2rem;
  padding-left: 2rem;
  -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;
}

.header-wrapper .navbar {
  margin-bottom: 0;
  background: transparent;
  border-width: 0;
}

.navbar-brand {
  height: auto;
}

.navbar-brand>img {
  width: 3.5rem;
  transition: all 0.3s ease;
}

.header-wrapper .navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 0.55rem;
}

.header-wrapper .head-tr svg {
  vertical-align: top;
}

.head-search,
.head-language {
  cursor: pointer;
  position: relative;
}

.header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;
  width: 90px;
  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: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: 0.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;
}

.header_language_level_navBox div+div {
  border-top: 1px solid #e5e5e5;
}

.header_language_level_navBox div a {
  display: block;
  color: #606060;
  font-size: 0.4rem;
  padding: 0.1rem;
  background: #ffffff;
}

.header_language_level_navBox div a:hover {
  color: #0d8d43;
}

.head-tr .line {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 12px;
}

.head-search svg {
  transform: scale(0.85);
}

.head-language svg {
  transform: scale(0.8);
}

.header-wrapper.active {
  top: 0;
}

.header-wrapper.down {
  top: -140px;
}

.header-wrapper.active,
.header-wrapper.onBtn,
.header-wrapper.active.inner-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.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: #111;
}

.header-wrapper.active .navbar-brand>img {
  width: 2.95rem;
}

.header-wrapper.active .head-tr svg path,
.header-wrapper.onBtn .head-tr svg path,
.header-wrapper.inner-header .head-tr svg path {
  fill: #111 !important;
}

.header-wrapper.active .head-tr .line,
.header-wrapper.onBtn .head-tr .line,
.header-wrapper.inner-header .head-tr .line {
  background: #111;
}

.header-wrapper.inner-header .navbar-default .navbar-nav>li.active>a {
  color: #0d8d43;
  background: transparent;
}

.navbar-default .navbar-nav>li>a span {
  display: inline-block;
  position: relative;
}

.navbar-default .navbar-nav>li>a span:after {
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-image: linear-gradient(90deg, #cbe70b, #048945 83%);
  content: '';
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-default .navbar-nav>li.active>a span:after,
.navbar-default .navbar-nav>li:hover>a span:after {
  width: 100%;
}

.header-search-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  background: #fff;
  margin-top: 1px;
  display: none;
}

.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;
}

.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;
}

.head-search-btn .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.banner {
  height: 100vh;
}

.banner .swiper-container {
  height: 100%;
}

.banner .swiper-container .swiper-slide {
  background-size: cover;
}

.banner-text {
  position: absolute;
  top: 45vh;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-text h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.25rem;
  opacity: 0;
}

.banner-text .more {
  opacity: 0;
}

.banner-text .more a {
  width: 5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 1.5rem;
  padding: 0 0.5rem 0 0.75rem;
  -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;
}

.banner-text .more a:hover {
  background-image: linear-gradient(90deg, #cbe70b, #048945 83%);
  border-color: transparent;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
}

.homeplatformain-wrap {
  position: relative;
  width: 100%;
}

.home-platform {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.home-platform .swiper-container {
  height: 100%;
}

.home-platform .swiper-container .swiper-slide {
  background-size: cover;
}

.homePlatform-sound {
  background: #0d8d43;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.homePlatform-sound .groud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-clip-path: circle(20vw at calc(27.0833vw) 53.7037vh);
  clip-path: circle(20vw at calc(27.0833vw) 53.7037vh);
  -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;
}

.homePlatform-sound .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-size: cover;
}

.home-platform .text {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 45vw;
  color: #fff;
  z-index: 4;
}

.home-platform .text h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

.homePlatformPage {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  font-size: 0.55rem;
  color: #fff;
  z-index: 3;
  pointer-events: none;
  margin-top: -15px;
}

.home-news {
  padding-top: 2rem;
}

.home-news h1 {
  font-size: 1.35rem;
  font-weight: bold;
  margin: 0;
}

.home-news-list {
  margin-top: 1.5rem;
  border-right: 1px solid #eee;
}

.home-news-list .boxs {
  height: 38.5vw;
  height: 15.5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 1.5rem 1.5rem 1rem;
}

/* .home-news-list .swiper-container .swiper-slide + .swiper-slide .boxs{
    border-left: 1px solid #eee;
} */
.home-news-list .boxs h3 {
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.5;
  height: 3.15rem;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news-list .boxs .view a {
  font-size: 0.65rem;
  font-weight: bold;
  color: #666;
}

.home-news-list .boxs .date {
  font-size: 0.4rem;
  color: #999;
}

.View-All {
  margin: 1.5rem 0;
}

.View-All a {
  width: 4rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #0d8d43;
  color: #0d8d43;
}

.View-All a span {
  margin-right: 10px;
}

.View-All a:hover {
  background-image: linear-gradient(90deg, #cbe70b, #048945 83%);
  color: #fff;
  border-color: transparent;
  border-width: 0;
}

.View-All a:hover svg path {
  fill: #fff !important;
}

.btn-left,
.btn-right {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #0d8d43;
  border-radius: 50%;
  margin: 0 7px;
}

.btn-left {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.btn-left:hover,
.btn-right:hover {
  background: #0d8d43;
}

.btn-left:hover svg path,
.btn-right:hover svg path {
  fill: #fff !important;
}

.home-last {
  background-size: cover;
}

.home-last .art-main {
  height: 19rem;
  color: #fff;
}

.home-last .art-main .text {
  margin-left: 50%;
}

.home-last .art-main .text h1 {
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
}

.view-more a {
  width: 5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  background-image: linear-gradient(90deg, #cbe70b, #048945 83%);
  font-size: 18px;
  color: #fff;
}

.view-more a span {
  margin-right: 0.5rem;
}

.footer {
  background: #003c1f;
  color: #fff;
}

.footer .foot-left {
  width: 39%;
}

.footer .foot-left .boxs {
  padding: 2rem 2rem;
}

.footer .foot-left .boxs h1 {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.footer .foot-left .boxs h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.footer .View-All {
  margin: 1rem 0 0;
}

.footer .View-All a {
  width: 5rem;
  border-color: #fff;
  color: #fff;
}

.footer .View-All a:hover {
  border-color: #0d8d43;
}

.footer .foot-right {
  width: 61%;
}

.footer .foot-right .boxs {
  margin-top: -2rem;
  background: #0d8d43 url(../images/foot_bg.png) no-repeat right top;
  padding: 3rem 4rem 0 2.5rem;
  position: relative;
}

.foot-content .t {
  font-size: 0.5rem;
  text-transform: uppercase;
  opacity: 0.5;
}

.foot-content ul {
  padding: 0;
  margin: 0.2rem 0 1.5rem;
}

.foot-content ul li {
  list-style: none;
  font-size: 0.5rem;
  margin-bottom: 5px;
}

.foot-content ul li .l {
  font-size: 0.45rem;
}

.foot-content ul li .r {
  font-weight: bold;
}

.foot-content ul li a {
  color: #fff;
}

.foot-content ul li a.email-a {
  font-size: 0.6rem;
}

.foot-content ul li a.link-a {
  display: inline-block;
  font-weight: normal;
  height: 14px;
  line-height: 14px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.foot-content ul li a.link-a:last-child {
  border-right-width: 0;
  padding-right: 0;
  margin-right: 0;
}

.goTop {
  position: absolute;
  right: 1.75rem;
  top: 2.25rem;
  cursor: pointer;
  z-index: 5;
}

.foot-share {
  margin-top: 30px;
}

.foot-share a {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 0.5rem;
}

.foot-share a.wechart {
  position: relative;
}

.foot-share a.wechart img {
  width: 30px;
  height: 30px;
}

.foot-share a.wechart::after {
  content: '';
  position: absolute;
  top: -0.55rem;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  transition: all 350ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.foot-share a.wechart:hover::after {
  opacity: 1;
  visibility: visible;
}

.fshare_modelBox {
  position: absolute;
  bottom: 100%;
  bottom: calc(100% + 0.55rem);
  right: -1rem;
  background-color: #ffffff;
  box-shadow: 0 0 3.12rem rgb(0, 0, 0, 0.1);
  width: 7.5rem;
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
}

.foot-share a.wechart .fshare_modelBox .img img {
  width: 100%;
  height: auto;
}

.fshare_modelBox .img+.img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 2.95rem;
  background-color: #ebebeb;
}

.foot-share a.wechart:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.fshare_modelBox .fshare_model_flex {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.fshare_modelBox .img {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}

.fshare_modelBox p {
  font-size: 0.4rem;
  color: #666;
  text-align: center;
  margin: 0;
}

.footer .icp {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.4rem;
  font-weight: normal;
}

.inner-tops {
  padding-top: 4.5rem;
}

.inner-tops h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2.2rem;
}

.focus-img {
  position: relative;
}

.focus-img .cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: url(../images/story_bg1.png) no-repeat right -11.25rem;
  background-size: 27rem;
}

.focus-img:after {
  position: absolute;
  top: -11.25rem;
  width: 100%;
  height: 200%;
  background: url(../images/story_bg2.png) no-repeat right top;
  background-size: 27rem;
  content: '';
  z-index: -1;
}

.location a {
  font-size: 0.5rem;
}

.location span {
  font-size: 0.4rem;
  color: #999;
  margin: 0 0.25rem;
  font-weight: normal;
  font-family: arial;
}

.about-section-2 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.inner-title {
  font-size: 1.35rem;
  font-weight: bold;
}

.about-section-2 .text {
  font-size: 0.5rem;
  line-height: 1.7;
}

.about-section-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-section-3 .boxs {
  height: 17.5rem;
  max-width: 980px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.about-section-3 .boxs>div {
  margin-bottom: 2.5rem;
}

.about-section-3 .boxs .text {
  font-size: 28px;
  line-height: 1.45;
  font-weight: normal;
  margin-top: 0.5rem;
}

.about-section-4 {
  padding-top: 4rem;
  text-align: center;
}

.history-wrap {
  position: relative;
  margin-top: 1.75rem;
  margin-bottom: -1.5rem;
  z-index: 2;
}

.history-wrap:after {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  content: '';
  z-index: -1;
}

.history-wrap .boxs {
  position: relative;
  margin-bottom: 5.5rem;
  cursor: pointer;
}

.history-wrap .boxs .txt,
.history-wrap .boxs .date {
  height: 3rem;
  position: relative;
}

.history-wrap .even .boxs .txt span {
  margin-bottom: 0.75rem;
}

.history-wrap .odd .boxs .txt span {
  margin-top: 0.75rem;
}

.history-wrap .boxs .date span {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #f4f4f4;
  font-size: 0.75rem;
  font-weight: bold;
  color: #0d8d43;
  text-align: center;
  max-width: 5.5rem;
  border-radius: 5px;
  position: relative;
}

.history-wrap .boxs .pop-img {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  display: none;
}

.history-wrap .boxs:hover .pop-img {
  display: block;
}

/* .history-wrap .even .boxs .pop-img{
    top: auto;
    bottom: 100%;
} */
.history-wrap .odd .boxs .txt {
  order: 2;
}

.history-wrap .odd .boxs .date {
  order: 1;
}

.history-wrap .even .boxs .date {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.history-wrap .even .boxs .date span:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-color: transparent transparent #f4f4f4;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  content: '';
  margin-left: -8px;
}

.history-wrap .odd .boxs .date span:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #f4f4f4 transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  content: '';
  margin-left: -8px;
}

.history-wrap .active .boxs .date span {
  background: #0d8d43;
  color: #fff;
}

.history-wrap .active.even .boxs .date span:after {
  border-color: transparent transparent #0d8d43;
}

.history-wrap .active.odd .boxs .date span:after {
  border-color: #0d8d43 transparent transparent;
}

.history-wrap .circle {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #efefef;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  margin-left: -0.5rem;
  z-index: 1;
}

.history-wrap .circle i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d8d43;
}

.history-wrap .btn-left,
.history-wrap .btn-right {
  position: absolute;
  top: 2.25rem;
}

.history-wrap .btn-left {
  right: 100%;
}

.history-wrap .btn-right {
  left: 100%;
}

.about-section-5 {
  padding: 3.75rem 0 2.75rem;
  background: url(../images/about_bg.jpg);
  background-size: cover;
  text-align: center;
  color: #fff;
}

.about-map-wrap {
  position: relative;
}

.about-map {
  max-width: 27.875rem;
  margin: 2rem auto 0;
  position: relative;
}

.about-map ul.ul li {
  position: absolute;
  z-index: 3;
  list-style: none;
  cursor: pointer;
}

.about-map ul.ul li .circle {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(0, 60, 31, 0.8);
  position: relative;
  z-index: 3;
}

.about-map ul.ul li .circle i {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  z-index: 9;
}

.about-map ul.ul li .con {
  position: absolute;
  top: 0.875rem;
  right: 0;
  width: 12rem;
  color: #fff;
  font-size: 0.6rem;
  text-align: left;
  padding-top: 10px;
}

.about-map ul.ul li:nth-child(2) .con,
.about-map ul.ul li:nth-child(3) .con {
  left: 0;
  right: auto;
  text-align: right;
}

.about-map ul.ul li:nth-child(2) .con .txt {
  transform: translateY(-50px);
}

.about-map ul.ul li:nth-child(3) .con .txt {
  transform: translateY(-130px);
}

.about-map ul.ul li .con .line {
  position: absolute;
  top: 0;
  height: 0;
  border-top: 1px solid #111;
}

.about-map ul.ul li .con .line {
  right: 0.875rem;
  pointer-events: none;
}

.about-map ul.ul li:nth-child(2) .con .line,
.about-map ul.ul li:nth-child(3) .con .line {
  left: 0.875rem;
}

.about-map ul.ul li:nth-child(3) .con .line {
  height: 80px;
  top: -80px;
  border-left: 1px solid #111;
}

@-webkit-keyframes animate-linea {
  0% {
    opacity: 0;
    width: 0;
  }

  to {
    opacity: 1;
    width: calc(100% - 0.875rem);
  }
}

@keyframes animate-linea {
  0% {
    opacity: 0;
    width: 0;
  }

  to {
    opacity: 1;
    width: calc(100% - 0.875rem);
  }
}

.animate-linea {
  -webkit-animation-name: animate-linea;
  animation-name: animate-linea;
}

.popMap-wrap .swp-btns {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 6;
}

.popMap-wrap .swp-btns .btn-left,
.popMap-wrap .swp-btns .btn-right {
  border-color: #fff;
  cursor: pointer;
}

.popMap-wrap .swp-btns .btn-left:hover,
.popMap-wrap .swp-btns .btn-right:hover {
  border-color: #0d8d43;
}

.popMap-wrap .text {
  padding: 1.75rem 2rem;
}

.popMap-wrap .text h4 {
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.popMap-wrap .text .p {
  font-size: 0.5rem;
  line-height: 1.8;
  font-weight: normal;
}

.about-section-6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  text-align: center;
}

.team-list {
  margin-top: 1.25rem;
}

.team-list .row {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.team-list .row>div {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.team-list .boxs {
  cursor: pointer;
  margin-bottom: 1rem;
}

.team-list .boxs .img {
  margin-bottom: 0.65rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-list .boxs .img img {
  -webkit-transition: transform .7s ease-out, opacity .5s;
  transition: transform .7s ease-out, opacity .5s;
}

.team-list .boxs:hover .img img {
  transform: scale(1.05);
}

.team-list .boxs .txt .name {
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.team-list .boxs .txt .intro {
  font-size: 0.55rem;
  font-weight: normal;
}

.popLeadership-wrap {
  position: relative;
  padding: 1.25rem 1.75rem;
}

.popClose-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  cursor: pointer;
}

.popLeadership-wrap .name {
  font-size: 0.7rem;
  font-weight: bold;
  color: #0d8d43;
  margin-bottom: 0.25rem;
}

.popLeadership-wrap .intro {
  font-size: 0.55rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}

.popLeadership-wrap .text {
  height: 300px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.popLeadership-wrap .text::-webkit-scrollbar {
  width: 6px;
}

.popLeadership-wrap .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999;
}

.popLeadership-wrap .text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #f0f0f0;
}

#popLeadership .btn-left {
  position: absolute;
  top: 50%;
  left: -4rem;
}

#popLeadership .btn-right {
  position: absolute;
  top: 50%;
  right: -4rem;
}

#popLeadership .btn-left,
#popLeadership .btn-right {
  background: #fff;
  border-color: #fff;
  cursor: pointer;
}

#popLeadership .btn-left:hover,
#popLeadership .btn-right:hover {
  background: #0d8d43;
  border-color: #0d8d43;
}

.popTeamStyle .layui-layer-content {
  overflow: inherit !important;
}

.about-section-7 {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #eef4f4;
}

.Directors-list {
  margin-top: 1.5rem;
}

.Directors-list .row {
  margin-right: -10px;
  margin-left: -10px;
}

.Directors-list .row>div {
  padding-right: 10px;
  padding-left: 10px;
}

.Directors-list .boxs {
  height: 3.5rem;
  background: #fff;
  margin-bottom: 30px;
}

/* .Directors-list .boxs:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
} */
.Directors-list .boxs .name {
  font-size: 0.75rem;
  color: #003c1f;
  font-weight: bold;
}

.Directors-list .boxs .intro {
  font-size: 0.55rem;
  color: #666;
  font-weight: bold;
}

.science-video {
  margin-top: 2rem;
  max-width: 10rem;
}

.science-section-4 {
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.science-section-4 ul {
  margin: 0;
  padding: 0;
}

.science-section-4 ul li {
  list-style: none;
  width: 31.25%;
  height: calc(100vh - 100px);
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}

.science-section-4 ul li:after {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  content: '';
  z-index: -2;
}

.science-section-4 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/science_bg.jpg);
  background-size: cover;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s;
  z-index: -1;
}

.science-section-4 ul li.active:after {
  opacity: 0;
}

.science-section-4 ul li.active {
  width: 37.5%;
  z-index: 6;
}

.science-section-4 ul li.active:before {
  opacity: 1;
}

.science-section-4 ul li .boxs {
  display: block;
  height: 100%;
  padding: 11vh 15%;
  color: #fff;
  font-weight: bold;
}

.science-section-4 ul li .boxs .index {
  font-size: 0.65rem;
}

.science-section-4 ul li .boxs .title {
  font-size: 0.85rem;
  line-height: 1.7;
  padding-bottom: 1.75rem;
  max-width: 6.75rem;
  min-height: 6.085rem;
}

.science-section-4 ul li.active .boxs .con {
  border-bottom: 2px solid #fff;
}

.science-section-4 ul li.active .boxs .title {
  max-width: 9rem;
}

.Publications-list {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}

.Publications-list .item {
  padding: 0.75rem 0;
  border-top: 1px solid #eee;
}

.Publications-list .item:last-child {
  border-bottom: 1px solid #eee;
}

.science-section-4 ul li .boxs .icon {
  max-width: 3rem;
  opacity: 0;
}

.science-section-4 ul li.active .boxs .icon {
  opacity: 1;
}

.Publications-list .item .title {
  font-size: 0.65rem;
  font-weight: normal;
}

.Publications-list .item .time {
  font-size: 0.4rem;
  color: #999;
  margin-top: 0.25rem;
}

.science-detail {
  min-height: calc(100vh - 110px);
  padding-bottom: 4rem;
}

.science-detail-left {
  float: left;
  width: 39%;
  padding-right: 3rem;
  padding-left: 4rem;
}

.science-detail-left .view-more a {
  width: 4.5rem;
}

.science-detail-left .foot-content .t {
  margin-top: 1rem;
  font-size: 0.6rem;
}

.science-detail-left .foot-content ul {
  margin-bottom: 0;
}

.science-detail-left .foot-content ul li {
  font-size: 0.6rem;
}

.science-detail-left .foot-content ul li .l {
  font-size: 0.55rem;
}

.science-detail-left .foot-content ul li .r {
  color: #048945;
}

.science-detail-left .foot-content ul li a {
  color: #111;
}

ul.science-side {
  margin: 1.05rem auto 0.75rem;
  padding: 0;
}

ul.science-side li {
  font-size: 0.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  font-weight: bold;
}

ul.science-side li.active {
  font-size: 0.85rem;
  line-height: 1.17;
}

ul.science-side li a {
  color: #111;
}

ul.science-side li.active a {
  color: #048945;
}

.science-detail-left .view-more {
  margin-top: 2.25rem;
}

.science-detail-right {
  float: left;
  width: 61%;
  padding-right: 4rem;
}

.science-detail-right .boxs {
  padding-top: 1rem;
  border-top: 2px solid #048945;
  margin-top: 1rem;
}

.science-detail-right .boxs .text {
  font-size: 0.5rem;
  line-height: 1.7;
  font-weight: normal;
}

.science-detail-right .boxs .text img {
  max-width: 100%;
}

.science-detail-list .item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.science-detail-list .item:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.science-detail-list .item h3 {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.science-detail-list .item ul.ul {
  margin: 0;
  padding: 0;
}

.science-detail-list .item ul.ul li {
  font-size: 0.5rem;
  margin-top: 0.35rem;
  list-style: none;
  padding-left: 0px;
}

.science-detail-list .item ul.ul li a {
  color: #048945;
}

.science-detail-list .item ul.ul li:before {
  content: '-  ';
}

.science-detail-list .item img {
  max-width: 100%;
}

.science-detail-list .item h4 {
  font-size: 0.5rem;
  font-weight: bold;
  margin: 1rem 0;
}

.science-detail-text2 h4 {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}

ul.ul-step {
  padding: 0;
  margin: 0;
}

ul.ul-step li {
  list-style: none;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
}

ul.ul-step li .ctxt {
  padding: 0.35rem 0.75rem;
  background: #048945;
  color: #fff;
}

ul.ul-step li .ctxt span.st {
  font-weight: bold;
  margin-right: 5px;
}

ul.ul-step li .icon {
  margin-top: -3px;
}

.science-detail-text2 img {
  max-width: 100%;
}

.Pipeline-section-2 {
  padding-top: 3.75rem;
  padding-bottom: 4rem;
}

.Pipeline-section-2 .inner-title {
  margin-bottom: 1rem;
}

.Pipeline-section-2 .text ul {
  margin-top: 0;
  padding: 0 0 0 0.75rem;
}

.Pipeline-section-2 .text ul li {
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.Pipeline-circle .boxs {
  width: 11.75rem;
  height: 11.75rem;
  position: relative;
  margin: 0 auto;

}

.Pipeline-circle .boxs .circle-li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.Pipeline-circle .boxs .circle1 {
  background-image: url(../images/12.png);
}

/* -webkit-animation: rotate 10s ease-in-out infinite;
    -moz-animation: rotate 10s ease-in-out infinite;
    -o-animation: rotate 10s ease-in-out infinite;
    animation: rotate 10s ease-in-out infinite;
    -moz-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse; */
.Pipeline-circle .boxs .circle2 {
  background-image: url(../images/2.png);
}

/* -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite; */
.Pipeline-circle .boxs .circle3 {
  background-image: url(../images/crice3.png);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.Pipeline-section-4 {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.Pipeline-table {
  margin-top: 1.5rem;
  overflow: hidden;
}

.Pipeline-table table {
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 768px) {
  .Pipeline-table {
    overflow-x: auto;
  }

  .Pipeline-table table {
    min-width: 800px;
  }
}

.Pipeline-table table thead tr th {
  height: 1.75rem;
  background: #003c1f;
  color: #fff;
  text-align: center;
  font-size: 0.55rem;
  font-weight: bold;
  width: 25%;
}

.Pipeline-table table thead tr th.w1 {
  width: 28%;
}

.Pipeline-table table thead tr th.w2 {
  width: 15%;
}

.Pipeline-table table tbody tr td {
  border: 1px solid #eee;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.Pipeline-table table tbody tr td .lf,
.Pipeline-table table tbody tr td .ln {
  padding-right: 0.15rem;
  padding-left: 0.55rem;
}

.Pipeline-table table tbody tr td:first-child {
  border-left-width: 0;
}

.Pipeline-table table tbody tr td:last-child {
  border-right-width: 0;
}

.Pipeline-table table tbody tr th {
  height: 1.2rem;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  padding-right: 0.75rem;
  padding-left: 0.55rem;
}

.Pipeline-table table tbody tr td .lf h4 {
  font-size: 0.55rem;
  font-weight: bold;
  margin: 0;
}

.Pipeline-table table tbody tr td .lf p {
  font-size: 0.5rem;
  color: #555;
  margin-bottom: 0;
}

.Pipeline-table table tbody tr td .ln {
  font-size: 0.55rem;
  font-weight: bold;
  color: #555;
  display: block;
}

.Pipeline-table table tbody tr.group-1-t th,
.Pipeline-table table tbody tr.group-1-m td ul.ul li .animate-line {
  background: #0d8d43;
}

.Pipeline-table table tbody tr.group-2-t th,
.Pipeline-table table tbody tr.group-2-m td ul.ul li .animate-line {
  background: #e3801e;
}

.Pipeline-table table tbody tr.group-3-t th,
.Pipeline-table table tbody tr.group-3-m td ul.ul li .animate-line {
  background: #16907e;
}

.Pipeline-table table tbody tr.group-4-t th,
.Pipeline-table table tbody tr.group-4-m td ul.ul li .animate-line {
  background: #166061;
}

.Pipeline-table table tbody tr td ul.ul {
  width: 400%;
  padding: 0 0 0 0.75rem;
  margin: 0.25rem 0 0.5rem;
  position: relative;
  z-index: 5;
}

.Pipeline-table table tbody tr td ul.ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.Pipeline-table table tbody tr td ul.ul li .t {
  font-size: 0.45rem;
  font-weight: bold;
  color: #555;
}

.Pipeline-table table tbody tr td ul.ul li .animate-line {
  height: 12px;
  position: relative;
}

.Pipeline-table table tbody tr td ul.ul li .animate-line:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0d8d43;
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
}

.Pipeline-table table tbody tr.group-2-m td ul.ul li .animate-line:after {
  border-left-color: #e3801e;
}

.Pipeline-table table tbody tr.group-3-m td ul.ul li .animate-line:after {
  border-left-color: #16907e;
}

.Pipeline-table table tbody tr.group-4-m td ul.ul li .animate-line:after {
  border-left-color: #166061;
}

@-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;
}

.collaborations-section-2 {
  background: url(../images/collaborations_bg.jpg);
  background-size: cover;
  color: #fff;
}

.collaborations-section-2 .boxs {
  background: url(../images/collaborations_bg2.png) no-repeat left top;
  background-size: 11.5rem;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.collaborations-section-2 .boxs .text {
  margin-left: 39%;
  padding-right: 7rem;
}

.collaborations-section-2 .boxs h2 {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.collaborations-section-2 .boxs .email-a a {
  font-size: 1.35rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid #fff;
  line-height: 1.15;
}

.collaborations-section-3 {
  padding-top: 2.75rem;
  padding-bottom: 5rem;
}

.collaborations-list .item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.collaborations-list .item h4 {
  font-size: 0.7rem;
  font-weight: bold;
}

.collaborations-list .item .p {
  font-size: 0.55rem;
  font-weight: normal;
  margin-bottom: 0.7rem;
}

.collaborations-list .item .time {
  font-size: 0.4rem;
  color: #0d8d43;
}

.collaborations-list .item .View-All a {
  width: 5rem;
  padding: 0 0.75rem;
  margin-left: 1rem;
}

.Investors-section-2 .text .p {
  font-size: 0.6rem;
  font-weight: normal;
}

.Investors-section-2 .text .p a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #fff;
}

.inner-news-list .boxs {
  float: left;
  width: 33.3333%;
}

.inner-news-list .boxs:last-child {
  border-right: 1px solid #eee;
}

.inner-news-list .boxs:nth-child(n+4) {
  border-top-width: 0;
}

.inner-news-list .boxs:nth-child(3n) {
  border-right-width: 0;
}

.inner-news-list .boxs .pn {
  font-size: 0.5rem;
  font-weight: normal;
  color: #222;
  margin-top: 1.25rem;
  /*height: 1.4rem;*/
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.investors-detail .location {
  margin-top: 1rem;
}

/* .investors-detail .location a{color: #999;} */
.investors-detail h4.title-lf {
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.285;
  margin-bottom: 1rem;
}

.investors-detail .share a {
  margin-right: 0.4rem;
}

.investors-detail .tops {
  margin-bottom: 1.35rem;
}

.investors-detail .tops h1 {
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}

.investors-detail .tops .time {
  font-size: 0.4rem;
  color: #999;
}

.join-section-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.join-section-2 .text h2 {
  font-size: 0.95rem;
  line-height: 1.578;
}

.join-section-3 {
  height: 19.25rem;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 6rem;
  text-align: center;
}

.join-section-3 .view-more {
  margin-top: 0.95rem;
}

.join-section-3 .view-more a {
  width: 7.5rem;
}

.join-list-wrap .boxs {
  border-width: 0;
  padding-top: 0;
}

.join-list-con .item {
  border-bottom: 1px solid #eee;
}

.join-list-con .item .ti {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.join-list-con .item .ti h4 {
  font-size: 0.65rem;
  font-weight: bold;
  margin: 0 0.75rem 0 0;
}

.join-list-con .item .ti .r-btn {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: relative;
  cursor: pointer;
}

.join-list-con .item .ti .r-btn .i1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.35rem;
  height: 2px;
  background: #a6a6a6;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.join-list-con .item .ti .r-btn .i2 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.35rem;
  width: 2px;
  background: #a6a6a6;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.join-list-con .item .ti .r-btn.on .i2 {
  height: 0;
}

.join-list-con .item .txt {
  font-size: 0.5rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 0.5rem;
  padding-top: 0.25rem;
  display: none;
}

.contact-section-2 {
  padding-top: 3.75rem;
  padding-bottom: 1rem;
}

.contact-list-con .item {
  padding: 1rem 0;
  position: relative;
  border-bottom: 1px solid #eee;
}

.contact-list-con .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background-size: cover;
}

.contact-list-con .item .t {
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.contact-list-con .item .p {
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 1.6;
}

.contact-list-con .item:hover .bg {
  opacity: 1;
}

.contact-list-con .item:hover {
  color: #fff;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.contact-list-con .item .rt {
  position: absolute;
  top: 1rem;
  right: 0.75rem;
  z-index: 5;
}

.contact-list-con .item .ctxt {
  pointer-events: none;
  position: relative;
  z-index: 3;
  max-width: 90%;
}

.collaborations-list .inner-title {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem;
}

.collaborations-list .inner-title:after {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  background: linear-gradient(-90deg, #cbe70b, #048945 83%);
  content: '';
}

.about-section-2 .about-tops-text {
  font-size: 24px !important;
  line-height: 1.578;
}


@media (max-width: 1600px) and (min-width: 768px) {
  .focus-img .cover {
    background-size: 24rem;
    background-position: right -10.5rem;
  }

  .focus-img:after {
    background-size: 24rem;
    top: -10.5rem;
  }

  .header-wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .art-main {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .science-detail-left {
    padding-right: 2.5rem;
    padding-left: 3rem;
  }

  .navbar-brand>img {
    width: 2.85rem;
  }

  .science-section-4 ul li .boxs {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .about-map ul.ul li .con {
    width: 10.5rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 20px;
  }

  .about-section-2 .about-tops-text {
    font-size: 0.95rem !important;
  }

  .art-main,
  .art-container,
  .header-search-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-brand>img {
    width: 3.5rem;
  }

  /* .header-container:after,.header-container:before{display: none;} */
  .head-tr {
    position: absolute;
    top: 50%;
    right: 4.5rem;
    margin-top: -16px;
  }

  .navbar-toggle {
    margin-top: 17px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }

  .navbar-default .navbar-toggle {
    border-color: #fff;
  }

  .header-wrapper.active .navbar-default .navbar-toggle .icon-bar,
  .header-wrapper.inner-header .navbar-default .navbar-toggle .icon-bar {
    background: #111;
  }

  .header-wrapper.active .navbar-default .navbar-toggle {
    border-color: #111;
  }

  .head-nav-w {
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    background: #0d8d43;
    border-top-width: 0;
    padding-right: 30px;
    padding-left: 30px;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  .header-wrapper .navbar-default .navbar-nav>li>a {
    font-size: .75rem;
    color: #fff !important;
  }

  .head-search-btn .icon {
    opacity: 0;
  }

  .head-search-btn input {
    width: 3rem;
  }

  .head-search svg {
    transform: scale(0.65);
  }

  .head-language svg,
  .head-search-main svg {
    transform: scale(0.7);
  }

  .banner-text h1 {
    margin-top: 0;
  }

  .banner-text .more a {
    width: 7rem;
    height: 2rem;
    color: #333;
    border-color: #333;
  }

  .banner-text .more a:hover {
    color: #fff;
    border-color: transparent;
  }

  .home-platform {
    height: 54vw !important;
    overflow: initial !important;
  }

  .home-platform .swiper-container {
    height: auto;
    margin-top: 0vw;
  }

  .home-platform .text {
    left: 0;
    max-width: 100%;
    color: #333;
  }

  .homePlatform-sound {
    height: 58vw !important;
  }

  .homePlatform-sound .groud {
    clip-path: none;
  }

  .home-platform .text {
    width: 51%;
    /* left: 188px; */
    float: right;
    max-width: 100%;
    /* padding: 0 30px; */
    position: relative;
    top: 63px;
    transform: translateY(0);
  }

  .home-platform .text h1 a {
    color: #333 !important;
    font-size: 15px;
  }

  .home-platform .text h1 {
    margin-top: 89%;
  }

  /* .home-platform{height: 75vh;} */
  /* .homePlatform-sound .groud{clip-path: circle(45vw at calc(27.0833vw) 37.7037vh);}
    .home-platform .text, */
  .homePlatformPage {
    top: 40%;
  }

  .home-news-list .boxs {
    height: 40vh;
  }

  .btn-left svg,
  .btn-right svg {
    transform: scale(0.75);
  }

  .View-All a {
    width: 6rem;
    height: 2rem;
  }

  .home-last .art-main .text {
    margin-left: 0;
  }

  .view-more a {
    width: 7rem;
    height: 2rem;
    font-size: 14px;
  }

  .footer .foot-left {
    width: 100%;
  }

  .footer .View-All a {
    width: 7rem;
    margin-bottom: 20px;
  }

  .footer .foot-left .boxs {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer .foot-right {
    width: 100%;
  }

  .footer .foot-right .boxs {
    padding: 30px;
    margin-top: 0;
    background-size: 40%;
  }

  .goTop {
    right: 15px;
    transform: scale(0.75);
  }

  .foot-share {
    margin-bottom: 30px;
    float: right;
    margin-top: 20px;
    margin-right: -5px;
  }

  .foot-share a {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: 5px;
    transform: scale(0.75);
  }

  .mob-ub-ver,
  .collaborations-list .item {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column;
  }

  .history-wrap .btn-right {
    left: auto;
    right: -20px;
  }

  .history-wrap .btn-left {
    right: auto;
    left: -20px;
  }

  .about-map ul.ul li .con {
    width: 5rem;
  }

  .Directors-list .boxs {
    margin-bottom: 15px;
  }

  .science-video {
    max-width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }

  .science-section-4 ul li {
    height: 50vh;
  }

  .science-detail-left {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-section-2 .science-detail-left {
    position: relative;
    padding-bottom: 1.5rem;
  }

  .contact-section-2 .science-detail-left:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 2px;
    background-image: linear-gradient(-90deg, #cbe70b, #048945 83%);
    content: '';
  }

  .science-detail-right {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    margin-top: 1rem;
  }

  .about-section-2,
  .about-section-4,
  .about-section-5,
  .about-section-6,
  .about-section-7,
  .Pipeline-section-2,
  .Pipeline-section-4,
  .join-section-2,
  .contact-section-2 {
    padding-top: 2rem;
  }

  .about-section-2,
  .about-section-5,
  .about-section-6,
  .about-section-7,
  .science-detail,
  .Pipeline-section-2,
  .Pipeline-section-4,
  .collaborations-section-3,
  .join-section-2 {
    padding-bottom: 2rem;
  }

  .Publications-list {
    margin-bottom: 0;
  }

  .focus-img .cover {
    display: none;
  }

  .focus-img:after {
    background-size: 18rem;
  }

  .Pipeline-circle {
    margin-top: 1.5rem;
  }

  .collaborations-section-2 .boxs .text {
    margin-left: 0;
    padding: 0 30px;
  }

  .collaborations-section-3 {
    padding-top: 1rem;
  }

  .collaborations-list .item .time {
    height: 2rem;
    line-height: 2rem;
  }

  .collaborations-list .item .p {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }

  .collaborations-list .item .View-All {
    margin-bottom: 0;
    margin-top: -2rem;
    width: 100%;
  }

  .collaborations-list .item .View-All a {
    width: 6.15rem;
    padding: 0.5rem;
  }

  .collaborations-list .item .View-All {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }

  .collaborations-list .item .View-All svg {
    transform: scale(0.8);
  }

  .inner-news-list .boxs {
    width: 100%;
  }

  .inner-news-list .boxs:nth-child(n+2) {
    border-top-width: 0;
  }

  .join-section-3 .view-more a {
    width: 11rem;
  }

  .join-list-con .item .txt,
  .about-section-2 .text,
  .science-section-4 ul li .boxs .title,
  .Publications-list .item .title,
  .collaborations-list .item .p,
  .Investors-section-2 .text .p,
  .inner-news-list .boxs .pn,
  .join-list-con .item .ti h4,
  .science-detail-right .boxs .text,
  ul.science-side li,
  .contact-list-con .item .p {
    font-size: 0.75rem;
  }

  .home-news-list .boxs h3,
  .foot-content ul li a.email-a,
  .collaborations-list .item h4,
  .contact-list-con .item .t {
    font-size: 0.8rem;
  }

  .foot-content ul li,
  .foot-content ul li .l {
    font-size: 0.75rem;
  }

  .home-news-list .boxs h3 {
    height: 3.6rem;
  }

  .science-detail-left .foot-content ul li .l,
  .science-detail-left .foot-content ul li {
    font-size: 0.75rem;
  }

  .inner-news-list .boxs .pn {
    margin-top: 1rem;
  }

  .Pipeline-table table thead tr th {
    height: 0;
    font-size: 0;
    opacity: 0;
  }

  .Pipeline-table table thead tr th.w1,
  .Pipeline-table table thead tr th.w2,
  .Pipeline-table table tbody tr td:first-child,
  .Pipeline-table table tbody tr td:nth-child(2) {
    width: 0;
    opacity: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 0;
  }

  .Pipeline-table table tbody tr.mobile-tr td {
    width: auto;
    opacity: 1;
    font-size: 14px;
    overflow: hidden;
    padding-left: 0.75rem;
  }

  .Pipeline-table table tbody tr.mobile-tr td+td {
    border-left-width: 1px;
  }

  .Pipeline-table table tbody tr td ul.ul {
    width: 500%;
  }

  .Pipeline-table table tbody tr td img {
    max-width: 80px;
  }

  .Pipeline-table table tbody tr td:nth-child(3) {
    border-left-width: 0;
  }

  .Pipeline-table table tbody tr th {
    font-size: 14px;
    height: 32px;
  }

  .science-section-4 ul li .boxs {
    padding-top: 5.5vh;
  }

  .science-section-4 ul li .boxs .icon {
    margin-top: 3rem;
    max-width: 62%;
  }

  .about-section-3 .boxs .text {
    font-size: 0.675rem;
  }
}

.tran {
  -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;
}

.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;
}

.ut-s5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ut-s6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -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 rotateIn{0%{opacity:0;-webkit-transform:rotate(360deg);transform:rotate(360deg)}50%{opacity:1}}
@rotateIn zoomIn{0%{opacity:0;-webkit-transform:rotate(360deg);transform:rotate(360deg)}50%{opacity:1}}
.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn} */


.searchField_form {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.searchField_form .form-control {
  font-size: 20px;
  border-radius: 6px;
  height: 50px;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 20px;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 20px;
}

.searchField_form .btn {
  position: absolute;
  padding-right: 2rem;
  padding-left: 2rem;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  background-color: #1e973e;
  outline: none;
}

.searchField_form .btn:focus {
  opacity: 0.9;
}

.searchResult {
  position: relative;
  padding: 5.0rem 0;
  background-color: #f0f0f0;
}

.searchResultTitle {
  font-size: 20px;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dcdcdd;
}

.searchResultTitle span {
  color: #1e973e;
}

.searchResultList {
  padding-bottom: 1.5rem;
}

.searchResultList ul {
  padding-left: 0;
}

.searchResultList li {
  border-bottom: 1px solid #dcdcdd;
  position: relative;
  list-style-type: none;
}

.searchResultList li .box {
  display: block;
  position: relative;
  font-size: 20px;
  padding: 20px 0 20px 100px;
}

.searchResultList li .box .time {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16px;
  color: #666666;
  width: 100px;
  transform: translateY(-50%);
}

.searchResultList li .box .title {
  transition: all 300ms;
}

.searchResultList li .box:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #1e973e;
  transition: all 600ms;
}

.searchResultList li .box:hover .title {
  color: #1e973e;
}

.searchResultList li .box:hover:after {
  width: 100%;
}