@charset "UTF-8";
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1600px) and (min-width: 1441px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 451px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 450.99px) {
  html {
    font-size: 22.2222vw;
  }
}

body {
  font-size: 1em;
  color: #333;
  min-height: 100%;
  background: #fff;
  font-family: "微软雅黑", Microsoft YaHei;
  font-weight: 200;
}
@media screen and (max-width: 991px) {
  body {
    font-family: '华文细黑', 'STHeiti Light [STXihei]';
  }
}

::-webkit-scrollbar {
  /*body的滚动条宽度*/
  width: 5px;
}

::-webkit-scrollbar-track {
  /*body的滚动条轨道颜色*/
  background: none;
}

::-webkit-scrollbar-thumb {
  /*body的滚动条滑轨相关的样式*/
  background: rgba(34, 37, 56, 0.5);
}

div, span, h1, h2, h3, h4, h5, h6, p, input, select, textarea, label, dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: 200;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active, span:focus, span:active, h1:focus, h1:active, h2:focus, h2:active, h3:focus, h3:active, h4:focus, h4:active, h5:focus, h5:active, h6:focus, h6:active, p:focus, p:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, label:focus, label:active, dl:focus, dl:active, dt:focus, dt:active, dd:focus, dd:active, ul:focus, ul:active, li:focus, li:active {
  outline: none;
  box-shadow: none;
}

div:focus, span:focus, i:focus {
  outline: none;
}

input[type='radio'], input[type='checkbox'], textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active, input[type='checkbox']:focus, input[type='checkbox']:active, textarea:focus, textarea:active {
  outline: none;
  box-shadow: none;
}

button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

table {
  border: none;
}

th, td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
}

.wrapper {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}

.global-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .global-inner, .sm-inner {
    width: 100% !important;
    padding: 0 10px;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }

  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hidden-xxl-up {
    display: none !important;
  }
}
@media (max-width: 1919.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0 40px 0 0;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 5px;
  background: #dcdcdc;
}

/***** popover-box ****/
.popover-box {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}

.popover-zhe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1025;
}

.popover-inner {
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1030;
  -webkit-overflow-scrolling: touch;
}

.popover-close {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  overflow: hidden;
  background: url(../../Img/images/close_01.png) no-repeat center center;
  background-size: 0.2rem auto;
  border-radius: 100%;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  cursor: pointer;
  z-index: 1040;
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 3em;
  height: 3em;
  display: block;
  background: url(../../Img/images/close_01.png) no-repeat center center;
  background-size: 1.25em auto;
  border: solid 1px #fff;
  border-radius: 100%;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1100;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .modal-close {
    right: 0.18rem;
    position: fixed;
    top: 0.18rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 3.7rem;
  height: 4.3rem;
  background: url("../../Img/images/video_play.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
}

.video-play {
  width: 3.7rem;
  height: 4.3rem;
  display: block;
  background: url("../../Img/images/video_play.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.15rem 0 0 -1.85rem;
  z-index: 50;
  cursor: url("../../Img/images/pointer.cur"), auto;
}

/******/
.scaleImg {
  display: block;
  overflow: hidden;
  position: relative;
}
.scaleImg .imgs-box, .scaleImg .item-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.scaleImg .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.scaleImg img {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
@media (min-width: 768px) {
  .scaleImg:hover .image, .scaleImg:hover .item-imgs img, .scaleImg:hover .imgs-box img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}

/**** header ****/
.header {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100;
}

.head-place {
  height: 160px;
  display: none;
}

.head-topbox {
  width: 100%;
  height: 115px;
  background: #fff;
  position: relative;
  z-index: 22;
}

.head-logo {
  padding: 24px 0;
  float: left;
}
.head-logo img {
  height: 66px;
  display: block;
}

@media (max-width: 991.98px) {
  .header {
    position: fixed;
  }

  .head-place {
    height: 0.64rem;
    display: block !important;
  }

  .head-topbox {
    height: 0.64rem;
    line-height: 0.64rem;
    background: #00accd;
  }

  .head-logo {
    padding: 0.1rem 0;
  }
  .head-logo img {
    height: 0.44rem;
  }
}
.head-tool {
  float: right;
  padding: 40px 0;
  line-height: 35px;
  white-space: nowrap;
}
.head-tool .tool {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 16px;
  position: relative;
}
.head-tool .tool:hover .ewm {
  display: block;
}
.head-tool .fa {
  width: 35px;
  height: 35px;
  display: block;
  font-size: 20px;
  border-radius: 100%;
  background: no-repeat center center #ddd;
  background-size: contain;
  color: #999;
  cursor: pointer;
}
.head-tool .fa-weixin:hover {
  color: #fff;
  background: #00accd;
}
.head-tool .icon-tm {
  background-image: url("../../Img/images/icon-tm.png");
}
.head-tool .icon-tm:hover {
  background-image: url("../../Img/images/icon-tm_h.png");
}
.head-tool .icon-xcx {
  background-image: url("../../Img/images/icon-xcx.png");
}
.head-tool .icon-xcx:hover {
  background-image: url("../../Img/images/icon-xcx_h.png");
}
.head-tool .ewm {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 0 0 -70px;
  z-index: 10;
  padding-top: 10px;
}
.head-tool .ewm:before {
  content: '';
  width: 20px;
  height: 10px;
  display: block;
  background: url("../../Img/images/arrow_up.png") no-repeat center top;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  margin-left: -10px;
}
.head-tool .ewm .imgs {
  width: 140px;
  display: block;
  background: #fff;
  padding: 5px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.head-tool .ewm img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.head-navbox {
  width: 100%;
  height: 45px;
  display: block;
  background: #00accd;
  position: relative;
}

.head-navList {
  width: 100%;
  height: 45px;
  display: table;
  position: relative;
}
.head-navList .item {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.head-navList .item:after {
  content: '';
  width: 1px;
  height: 16px;
  background: #4dc5dc;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 10;
}
.head-navList .item:last-child:after {
  display: none;
}
.head-navList .item:hover .subnav {
  display: block;
}
.head-navList .lv1 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.head-navList .subnav {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  padding: 30px 23px 30px 19px;
  background-color: #fff;
  border: 2px solid #00acce;
  border-top: none;
  width: 100%;
  text-align: left;
}
.head-navList .subnav:before {
  content: '';
  width: 14px;
  height: 10px;
  display: block;
  background: url("../../Img/images/arrow_up2.png") no-repeat center top;
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 10;
}
.head-navList .subnav li {
  font-size: 14px;
  line-height: 1.3;
  color: #222;
  margin-top: 10px;
}
.head-navList .subnav li:first-child {
  margin-top: 0;
}
.head-navList .subnav a {
  color: inherit;
}

.head-menu {
  width: 0.28rem;
  height: 0.65rem;
  line-height: 0.65rem;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.icon-hamburger {
  width: 100%;
  text-align: center;
  -webkit-overflow-scroll: touch;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}
.icon-hamburger .line {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.icon-hamburger .line:nth-child(2) {
  margin: 5px 0;
}
.icon-hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.icon-hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.icon-hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.head-menu_close {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-overflow-scroll: touch;
}

.modal-navbox {
  background: #fff;
  padding-top: 0.64rem;
}

.modal-navList .nav-item.active .menu-level1 .arrow {
  background-image: url(../../Img/images/arrow02_h.png);
}
.modal-navList .menu-level1 {
  width: 91%;
  display: block;
  overflow: hidden;
  margin: auto;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.64rem;
  border-bottom: solid 1px #ccc;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
.modal-navList .menu-level1 a {
  float: left;
  min-width: 50%;
}
.modal-navList .menu-level1 .arrow {
  width: 20%;
  height: 100%;
  overflow: hidden;
  background: url(../../Img/images/arrow02.png) no-repeat right center;
  background-size: 0.2rem auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.modal-navList .subnav {
  width: 100%;
  display: none;
  overflow: hidden;
}
.modal-navList .subnav li {
  width: 91%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: auto;
}
.modal-navList .subnav a {
  font-size: 0.16rem;
  line-height: 0.5rem;
  color: #333;
  float: left;
  opacity: 0.8;
}

body.open-nav .header {
  z-index: 2000;
  position: fixed;
}
body.fixed-nav .header {
  position: fixed;
  left: 0;
  top: -115px;
}
body.fixed-nav .head-place {
  display: block;
}

/**** main-box ***/
.main-box {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.footer_bottom 
    {
        display:none;
    }
@media(min-width: 1920px) {
    
    /**** footer ***/
    .footer_bottom 
    {
      display:none;
      width: 100%;
      border-top: 1px solid #dfdfdf;
      background: #fff;
      position: relative;
      z-index: 20;
    }

    /**** footer ***/
    .footer_bottom-img {
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
    }
    .footer_bottom img 
    {
      max-width: 1920px;
    }
    .foot_bottom_back
    {
        width: 1920px;
        height:554px;
      background-image: url('../../Img/images/bottom.jpg');
    }
    .footer_bottom-img .foot-mid2 
    {
        margin-right:130px;
        margin-top:120px;
      float: right;
      font-size: 20px;
      font-weight:bold;
      color: #fff;
    }
}
.footer_box {
	width: 90%;
	margin: 0 auto;
}
.footer {
  width: 100%;
  border-top: 1px solid #dfdfdf;
  height: 200px;
  background: #fff;
  position: relative;
  z-index: 20;
}
.footer .row {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
  padding-top: 30px;
}

.foot-left {
  float: left;
  margin-right: 70px;
  color: #222;
  font-size: 14px;
  line-height: 22px;
}
.foot-left .tit {
  color: #222;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 5px;
  font-weight: bold;
}
.foot-left .tel {
  color: #00accd;
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 12.5px;
}
.foot-left .time2 {
  font-weight: 600;
}
.foot-left .time3 {
  margin-top: 11px;
}
.foot-left .btn-cx {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: center;
  width: 95px;
  border: solid 1px #999;
}
.foot-left .btn-cx .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #999;
  margin: -3px -6px 0 1em;
}

.foot-mid {
  float: right;
  line-height: 20px;
  font-size: 13px;
  color: #888;
}
.foot-mid a {
  color: #00accd;
}
.foot-mid .xs span {
  margin-right: 5px;
}
.foot-mid .ways {
  overflow: hidden;
}
.foot-mid .ways .fl {
  margin-right: 1em;
}

.foot-right {
  float: right;
}
.foot-right .imgs {
  float: left;
  margin-right: 30px;
}
.foot-right .imgs:last-child {
  margin-right: 0;
}
.foot-right .imgs img {
  height: 44px;
  display: block;
}

@media (max-width: 1919.98px) {
  .foot-left {
    margin-right: 30px;
  }

  .foot-mid .xs span {
    display: block;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 0;
  }
  .footer .row {
    padding: 0;
  }
  .footer .global-inner {
    padding: 0;
  }

  .foot-left {
    padding: 21px 10px 0;
  }
  .foot-left .tel {
    font-size: 0.38rem;
  }
  .foot-left .btn-cx {
    margin-left: 10px;
    line-height: 26px;
    font-size: 12px;
    width: 90px;
  }

  .foot-mid {
    padding: 20px 10px 0;
    font-size: 12px;
    line-height: 21px;
  }

  .foot-right {
    overflow: hidden;
    padding: 20px 10px 0;
    margin-bottom: 40px;
  }
  .foot-right .imgs {
    margin-right: 10px;
  }
  .foot-right .imgs img {
    height: 28px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    height: auto;
  }

  .foot-left {
    width: 100%;
    float: none;
    padding: 21px 10px 15px;
    border-bottom: 1px solid #5b616d;
  }

  .foot-mid {
    width: 100%;
    float: none;
    padding: 20px 10px 10px;
  }

  .foot-right {
    width: 100%;
    float: none;
    margin-top: 0;
    padding: 20px 10px 69px;
    border-top: 1px solid #cdcfd3;
  }
}
/******/
.btn-gotop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 100;
  cursor: pointer;
}
.btn-gotop img {
  width: 40px;
  display: block;
}

.global-paging {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
  font-size: 14px;
}
.global-paging a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: no-repeat center center #b5c0ca;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  transition: all ease 0.3s;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.global-paging a.on {
  background-color: #00accd;
}
.global-paging a.goPrev {
  background-image: url(../../Img/images/z55.png);
}
.global-paging a.goNext {
  background-image: url(../../Img/images/z56.png);
}
.global-paging a:hover {
  background-color: #00accd;
}
@media (max-width: 991.98px) {
  .global-paging {
    margin: 0.4rem auto;
  }
  .global-paging a {
    margin: 0 2px;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 12px;
    font-weight: normal;
  }
}

/**** animate ***/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInToUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInToUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInToDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInToDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInToRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInToRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInToLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInToLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.delay-50 {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

.delay-100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.delay-150 {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.delay-200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.delay-250 {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.delay-300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay-350 {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}

.delay-400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.delay-450 {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.delay-500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.delay-550 {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}

.delay-600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.delay-650 {
  -webkit-animation-delay: 650ms;
  animation-delay: 650ms;
}

.delay-700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.delay-750 {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

.delay-800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.delay-850 {
  -webkit-animation-delay: 850ms;
  animation-delay: 850ms;
}

.delay-900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.delay-950 {
  -webkit-animation-delay: 950ms;
  animation-delay: 950ms;
}

.delay-1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.delay-1050 {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}

.delay-1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.delay-1150 {
  -webkit-animation-delay: 1150ms;
  animation-delay: 1150ms;
}

.delay-1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.delay-1250 {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms;
}

.delay-1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}

.delay-1350 {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}

.delay-1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}

.delay-1450 {
  -webkit-animation-delay: 1450ms;
  animation-delay: 1450ms;
}

.delay-1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.delay-1550 {
  -webkit-animation-delay: 1550ms;
  animation-delay: 1550ms;
}

.delay-1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

.delay-1650 {
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}

.delay-1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}

.delay-1750 {
  -webkit-animation-delay: 1750ms;
  animation-delay: 1750ms;
}

.delay-1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.delay-1850 {
  -webkit-animation-delay: 1850ms;
  animation-delay: 1850ms;
}

.delay-1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}

.delay-1950 {
  -webkit-animation-delay: 1950ms;
  animation-delay: 1950ms;
}

.delay-2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}

.fadeIn {
  opacity: 1;
}
.fadeIn.animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInToUp {
  opacity: 1;
  transform: translateY(0);
}
.fadeInToUp.animated {
  -webkit-animation-name: fadeInToUp;
  animation-name: fadeInToUp;
}

.fadeInToDown {
  opacity: 1;
  transform: translateY(0);
}
.fadeInToDown.animated {
  -webkit-animation-name: fadeInToDown;
  animation-name: fadeInToDown;
}

.fadeInToRight {
  opacity: 1;
  transform: translateX(0);
}
.fadeInToRight.animated {
  -webkit-animation-name: fadeInToRight;
  animation-name: fadeInToRight;
}

.fadeInToLeft {
  opacity: 1;
  transform: translateX(0);
}
.fadeInToLeft.animated {
  -webkit-animation-name: fadeInToLeft;
  animation-name: fadeInToLeft;
}

/*******/
.hidden-m {
  display: none;
}

@media only screen and (min-width: 1320px) {
  .hidden-p {
    display: none;
  }

  .hidden-m {
    display: block;
  }
}

/*# sourceMappingURL=module.css.map */
