.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("https://www.noagroup.com/templates/default/images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev, .slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #cccccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333333;
}
/***********/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
  overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}
/**公用样式**/
.banner .swiper-container-top .swiper-wrapper .swiper-slide .box {
  height: 49vw;
}
.hszt span {
  color: #ff0000;
}
.container {
  width: 85%;
  margin: -90px auto 70px;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
/**字号大全**/
.zh50 {
  color: #fff;
  font-size: 50px;
  font-family: DIN1451;
}
.zh60 {
  font-size: 60px;
  color: rgba(37,101,216,1);
  font-family: DIN1451;
}
.zh56 {
  font-size: 36px;
  color: #fff;
  font-family: DIN1451;
}
.zh46 {
  font-size: 46px;
  color: #ffffff;
  font-family: DIN1451;
}
.zh42 {
  font-size: 42px;
  color: #fff;
  font-family: DIN1451;
}
.zh32 {
  font-size: 32px;
  color: #fff;
  font-family: DIN1451;
}
.zh30 {
  font-size: 30px;
  color: #fff;
  font-family: DIN1451;
}
.zh28 {
  font-size: 28px;
  color: #fff;
  font-family: DIN1451;
}
.zh24 {
  color: #1a1a1a;
  font-size: 24px;
  font-family: DIN1451;
}
.zh22 {
  font-size: 22px;
  color: #fff;
  font-family: DIN1451;
}
.zh20 {
  font-size: 20px;
  color: #fff;
  font-family: DIN1451;
}
.zh18 {
  font-size: 18px;
  color: #fff;
  font-family: DIN1451;
}
.zh16 {
  font-size: 16px;
  color: #fff;
  font-family: DIN1451;
}
.zh15 {
  font-size: 15px;
  color: #fff;
  font-family: DIN1451;
}
.zh14 {
  color: #6f6f6f;
  font-size: 14px;
  font-family: DIN1451;
}
.zh12 {
  font-size: 12px;
  color: #606060;
  font-family: DIN1451;
}
/**首页**/
.banner {
  position: relative;
}
.banner .img {
  padding-top: 50px;
}
.banner .sbxl {
  position: absolute;
  bottom: 60px;
  z-index: 9;
  padding-left: 43px;
  left: 13.54%;
  color: #b9b7b4;
}
.banner .sbxl:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.banner .sbxl:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 50%;
  width: 12px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../image/xxgdxh.png);
  -webkit-animation: haha1 1s linear infinite;
}
@-webkit-keyframes haha1 {
  0% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 25%;
    opacity: 0.75;
  }
  50% {
    top: 45%;
    opacity: 0.5;
  }
  75% {
    top: 65%;
    opacity: 0.25;
  }
  100% {
    top: 85%;
    opacity: 0;
  }
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .box .bannera {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .box .bannera .bannera1 {
  color: #00a39b;
  text-transform: uppercase;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .box .bannera .bannera3 {
  line-height: 1;
  margin: 5px 0 37px;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .box .bannera .bannera4 {
  margin-bottom: 49px;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .box .bannera .gyan a {
  border: 1px solid #fff;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .box .bannera .gyan a:hover {
  background: #00a39a;
  border: 0;
}
.ssss {
  z-index: 100000000000;
  position: absolute;
  bottom: 5px;
  right: 3%;
  left: inherit;
}
.sss {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  display: inline-block;
}
.sss:last-child {
  margin-bottom: 0;
}
.ssss .sss:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.sss .circle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.sss .circle i {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.sss .circle i::before {
  content: '';
  position: absolute;
  width: 200%;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  clip: rect(0, 20px, 20px, 10px);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sss .circle i:first-child::before {
  left: 0;
  right: auto;
  clip: rect(0px, 10px, 20px, 0px);
}
.sss.sss-active::before {
  background: #ff5a2b;
}
.sss.sss-active .circle i::before {
  -webkit-animation: circleR 3500ms linear both;
  animation: circleR 3500ms linear both;
}
.sss.sss-active .circle i:first-child::before {
  -webkit-animation-name: circleL;
  animation-name: circleL;
}
.banner .swiper-container-top .swiper-pagination-top .swiper-pagination-bullet {
  opacity: 0;
}
@-webkit-keyframes circleL {
  0%, 50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes circleR {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes circleL {
  0%, 50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes circleR {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.banner .fwxz-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  /*	text-align: center;*/
  transform: translate(-50%, -50%);
  width: 73%;
}
.banner .fwxz-banner .fwxz-banner1 {
  font-weight: bold;
}
.banner .fwxz-bannera {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 73%;
  transform: translateX(-50%);
}
.banner .fwxz-bannera ul li {
  float: left;
  margin-right: 4%;
  width: 16.8%;
}
.banner .fwxz-bannera ul li:last-child {
  margin-right: 0;
}
.banner .fwxz-bannera ul li dl .zy b {
  float: left;
}
.banner .fwxz-bannera ul li dl .zy p {
  float: left;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 16px;
}
.banner .fwxz-bannera ul li dl .zy .sss {
  font-size: 20px;
  color: #fff;
  margin-top: 2px;
  margin-left: 3px;
}
.banner .fwxz-bannera ul li dl .zy .wocas {
  font-size: 16px;
}
@media (max-width:1592px) {
  .banner .fwxz-banner .fwxz-banner1 {
    font-size: 41px;
  }
  .banner .fwxz-bannera ul li dl .zy p {
    margin-top: 18px;
  }
}
@media (max-width:1450px) {
  .banner .fwxz-bannera ul li dl .zy p {
    font-size: 16px;
  }
  .banner .fwxz-banner {
    width: 86.5%;
  }
}
@media (max-width:1300px) {
  .banner .fwxz-bannera ul li dl .zy b {
    font-size: 30px;
  }
  .banner .fwxz-bannera {
    bottom: 28px;
  }
}
@media (max-width:1500px) {
  .banner .fwxz-bannera {
    width: 86.5%;
  }
}
@media (max-width:1100px) {
  .banner .sj {
    display: block;
  }
  .banner .pc {
    display: none;
  }
  .banner .fwxz-bannera ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner .fwxz-bannera {
    left: 50%;
    bottom: inherit;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 91.5%;
  }
  .banner .fwxz-banner .fwxz-banner1 {
    font-size: 35px;
  }
  .banner .fwxz-banner {
    width: 91%;
    text-align: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width:750px) {
  .banner .fwxz-banner {
    top: 40%;
  }
}
@media (max-width:653px) {
  .banner .fwxz-banner .fwxz-banner1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .zh20 {
    font-size: 16px;
  }
  .banner .fwxz-bannera {
    top: 70%;
  }
}
@media (max-width:550px) {
  .banner .fwxz-banner {
    top: 37%;
  }
  .banner .fwxz-bannera {
    top: 65%;
  }
}
@media (max-width:410px) {
  .banner .fwxz-bannera {
    top: 65%;
  }
  .banner .fwxz-banner {
    top: 30%;
  }
  .banner .fwxz-banner .fwxz-banner1 {
    font-size: 25px;
  }
  .banner .fwxz-bannera ul li dl .zy b {
    font-size: 25px;
  }
  .banner .fwxz-bannera ul li dl .zy p {
    font-size: 14px;
    margin-top: 11px;
  }
}
.banner-tmtkysm ul li {
  width: 49.95%;
}
.banner-tm-rz ul li {
  width: 19.92%;
}
.mbanesner {
  display: none;
}
.mbanesner .swiper-container-pot .swiper-slide .wz {
  position: absolute;
  top:66%;
  width: 100%;
  transform: translateY(-50%);
}
.mbanesner .swiper-container-pot .swiper-slide .wz .wz-a .wz-a1 {
  color: #00a39b;
  text-transform: uppercase;
}
.mbanesner .swiper-pagination-pot {
  opacity: 0;
}
@media(max-width: 1100px) {
  .mbanesner {
    display: block;
  }
  .pcbanes {
    display: none;
  }
  .xyzxoc {display: none;
}
}
.xyzxoc {
  color: rgba(37,101,216,.7);
  font-size: 18px;
  margin: 10px 0 45px;
}
.xyzxoc p {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size:36px;
}
.xyzxoc p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 22px;
  height: 26px;
  transform: translateY(-50%);
  background: url(../image/xyzxoc.png) no-repeat center center/cover;
}
@media(max-width: 750px) {
  .xyzxoc {
    color: rgba(37,101,216,.7);
    font-size: 15px;
    margin: 0px 0 20px;
  }
  .xyzxoc p:before {
    top: 59%;
    width: 17px;
    height: 20px;
  }
  .xyzxoa {
    margin-bottom: 2px;
  }
}
@media(max-width: 450px) {
  .ovo {
    left: 0;
    padding: 0 4.5%;
  }
  .xyzxoc p {
    margin-bottom: 10px;
  }
}
.banner .img {
  overflow: hidden;
}
.banner .img .pc {
  transform: scale(1.2);
  transition: all 2s;
}
.banner .img .pc.cur {
  transform: scale(1);
}
.pcbanes .swiper-container-top .swiper-wrapper .swiper-slide .box {
  background-size: 140% 140% !important;
  transition: all 2s;
}
.pcbanes .swiper-container-top .swiper-wrapper .swiper-slide-active .box {
  background-size: 100% 100% !important;
}
.grayPage {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.editorial {
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 480px;
}
.parallax > use {
  animation: move-forever 12s linear infinite;
  /*transform-origin:50% 50%;
  */
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 8s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 9s;
}
.parallax > use:nth-child(4) {
  animation-delay: -6s;
  animation-duration: 13s;
}
.parallax > use:nth-child(5) {
  animation-delay: 0;
  animation-duration: 9s;
}
.parallax > use:nth-child(6) {
  animation-delay: -6s;
  animation-duration: 11s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@media(max-width: 1700px) {
  .zh50 {
    font-size: 44px;
  }
  .zh36 {
    font-size: 32px;
  }
  .zh80 {
    font-size: 70px;
  }
}
@media(max-width: 1560px) {
  .zh50 {
    font-size: 40px;
  }
  .zh36 {
    font-size: 28px;
  }
  .zh80 {
    font-size: 60px;
  }
}
@media(max-width: 1300px) {
  .jiaru_c .right {
    width: 50%;
  }
}
@media(max-width: 1100px) {
  .zh60 {
    font-size: 16px
  }
  .zh50 {
    font-size: 14px;
  }
  .xyzxoc p {
    font-size: 12px;
    padding: 0
  }
  .zh36 {
    font-size: 12px;
  }
  .zh80 {
    font-size: 18px;
  }
}
.mm{display: none}
@media(max-width: 800px) {
	.wsc-layout,.inMain,.index1-main,.index2-main .item1 .item-img,.index2-main .citem,.index2-main .citem .item-info{width:98%!important}
	.wsc-foot,.fbarCon{display: none}
	.index-block1{padding: 4%!important; width: 93%!important}
	.index1-btn{margin: 20px 0 10px!important;}
	.index-tit{font-size: 24px!important}
	.inTit .marktext{font-size: 14px!important}
	.index1-list .item{width: 33%!important; height:auto!important}
	.index1-list .num{font-size: 32px!important}
	.index1-list .item-msg{font-size: 12px!important}
	.index1-list .item:first-child{margin-left: 0!important}
	.index1-list{margin: 20px 0!important}
	.index1-list2{margin-top: 20px!important}
	.index1-list2 .item{margin-left: 0!important; text-align: left!important; margin-bottom:10px;}
	.index-block2{padding: 20px 0!important}
	.index-block2 .inMain{padding: 10px}
	.index2-main .item1 .item-img{    height: 300px;
    background: url(../picture/fenlei1.jpg) no-repeat center top;background-size:cover;}
	.index2-main .citem{    height: 145px;
    background: url(../picture/fenlei2.jpg) no-repeat center top;background-size:cover;}
	.index2-main .item2 a:nth-child(2n) {
    background: url(../picture/fenlei3.jpg) no-repeat center center;background-size:cover;}
	.index2-main .item1{width:49%!important;float: left;margin-right: 2%!important; height:auto!important}
	.index2-main .item2{float: right; }
	.index2-main .item{width: 49%!important; }
	.index2-main .item-tit {font-size: 16px!important;padding-top: 0!important}
	.index2-main .citem{padding: 20px!important}
	.btn{width: 33%!important; height:40px!important; line-height:40px!important}
	.hnewsbox .hd li {margin-left: 0!important;padding: 0 5px!important;}
	.mm{display: block!important}
	.wsc-fixBar{right:0!important; bottom:0!important;width: 100%; top:auto!important; }
	.fb-online, .fb-wx, .fb-tel, .fb-em, .fb-top{float: left;width: 50%!important; height:60px!important}
	.fb-online a, .fb-wx a, .fb-tel a, .fb-em a, .fb-top a{width: 100%!important; padding-top: 35px!important}
	.fb-online a {
  color: #fff;
  background: url(../image/fix-online.png) no-repeat center 12px;background-size:11%
	}.fb-online{border-right:1px solid #eaea; border-bottom: 0}
.fb-wx a {
  color: #fff;
  background: url(../image/fix-wxh.png) no-repeat center 12px;background-size:10%
}
.fb-tel a {
  color: #fff;
  background: url(../image/fix-telh.png) no-repeat center 12px;background-size:10%
}
}













































