/*swiper-3.4.2.min*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
  }
  
  .swiper-container-no-flexbox .swiper-slide {
    float: left
  }
  
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -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-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
  }
  
  .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
  }
  
  .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)
    }
  }
  /*end swiper-3.4.2.min*/
  
  /*Inpage*/
  .InpageMain {
    background: #f4f4f4;
  }
  
  /* proList 产品列表*/
  .proList {
    width: 100%;
    margin-top: 0.33rem;
  }
  
  .proList img {
    max-width: 100%;
  }
  
  .proList .mainCon {
    width: 100%;
  }
  
  .proList .mainCon li {
    width: 50%;
    box-sizing: border-box;
    float: left;
    background: #fff;
    margin-bottom: 0.33rem;
  }
  
  .proList .mainCon li:nth-child(2n+1) {
    border-left: none;
  }
  
  .proList .mainCon li span {
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
  }
  
  .proList .mainCon li p {
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
  }
  
  .proList .mainCon li p em {
    padding: 0.3rem 4% 0;
    margin-bottom: 0.3rem;
    font-size: 0.375rem;
    color: #666666;
    text-align: center;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 0.5rem;
  }
  
  .proList .mainCon li a {
    display: block;
  }
  
  .InpagePaging {
    width: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    height: 1.25rem;
  }
  
  .InpagePaging .paging-prev {
    width: 12%;
    box-sizing: border-box;
    border-right: 1px solid #eaeaea;
    height: 1.25rem;
    float: left;
    background: url(../images/InpagePaging_icon01.png) no-repeat center;
    background-size: 29%;
  }
  
  .InpagePaging .paging-next {
    width: 12%;
    box-sizing: border-box;
    height: 1.25rem;
    float: right;
    border-left: 1px solid #eaeaea;
    background: url(../images/InpagePaging_icon02.png) no-repeat center;
    background-size: 29%;
  }
  
  .InpagePaging .paging-num {
    width: 76%;
    float: left;
  }
  
  .InpagePaging .paging-num ul {
    padding: 0.335rem 0 0.1rem 0;
    height: 0.625rem;
    overflow: hidden;
  }
  
  .InpagePaging .paging-num li {
    width: 0.65rem;
    height: 0.65rem;
    line-height: 0.68rem;
    font-size: 0.375rem;
    color: #999999;
    font-family: arial;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-left: 10%;
  }
  
  .InpagePaging .paging-num li.cur {
    background: #043985;
    color: #fff;
  }
  
  .InpagePaging .paging-num li.cur a {
    color: #fff;
  }
  
  .page-show {
    display: block;
  }
  
  .page-hidden {
    display: none;
  }
  
  
  /* xgzx */
  .xgzx {
    width: 100%;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    box-sizing: border-box;
    padding: 0.56rem 0 0;
  }
  
  .xgzx .top {
    width: 100%;
    width: 94%;
    margin: 0 auto .547rem;
  }
  
  .xgzx .top h3 {
    font-size: .375rem;
    color: #666666;
    float: left;
    font-weight: normal;
  }
  
  .xgzx .top a.more {
    font-size: .375rem;
    color: #666666;
    display: block;
    float: right;
  }
  
  .xgzx .mainCon {
    width: 100%;
  }
  
  .xgzx .mainCon img {
    display: block;
    width: 100%;
  }
  
  .xgzx .mainCon .xgzx-news {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 0.56rem;
  }
  
  .xgzx .mainCon .xgzx-news li {
    position: relative;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.375rem;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .xgzx .mainCon .xgzx-news li a {
    color: #999999;
    padding-left: 18px;
    background: url(../images/newsLi_ico.png) no-repeat left center;
    width: 65%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .xgzx .mainCon .xgzx-news li span {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
  }
  
  .xgzx .mainCon .xgzx-pro li {
    width: 50%;
    box-sizing: border-box;
    float: left;
    background: #fff;
  }
  
  .xgzx .mainCon .xgzx-pro li:nth-child(2n+1) {
    border-left: none;
  }
  
  .xgzx .mainCon .xgzx-pro li span {
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
  }
  
  .xgzx .mainCon .xgzx-pro li p {
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
  }
  
  .xgzx .mainCon .xgzx-pro li p em {
    margin: 0.3rem 4%;
    font-size: 0.375rem;
    color: #666666;
    text-align: center;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  
  .xgzx .mainCon .xgzx-pro li a {
    display: block;
  }
  /* proDetails */
  
  .proDetails {
    width: 100%;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    box-sizing: border-box;
  }
  
  .proDetails img {
    max-width: 100%;
  }
  
  .proDetails .imgWraper {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eaeaea;
  }
  
  .proDetails .imgWraper .conBox {
    width: 100%;
  }
  
  .proDetails .imgWraper .conBox li {
    width: 100%;
  }
  
  .proDetails .imgWraper .conBox li img {
    width: 100% !important;
    max-width: none !important;
  }
  
  .proDetails .imgWraper .btnList {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0.45rem;
  }
  
  .proDetails .imgWraper .btnList ul li {
    display: inline-block;
    margin: 0 2%;
    width: 0.3rem;
    height: 0.3rem;
    background: #cccccc;
    border-radius: 50%;
    font-size: 0;
  }
  
  .proDetails .imgWraper .btnList ul li.on {
    background: #043985;
  }
  
  .proDetails .intro {
    padding: 0.5rem 3% 0.45rem;
  }
  
  .proDetails .intro h1 {
    font-size: 0.5rem;
    color: #043985;
    font-weight: bold;
  }
  
  .proDetails .intro p {
    font-size: 0.375rem;
    line-height: 0.6rem;
    color: #666;
    margin-top: 0.3rem;
  }
  
  
  /* proCs 产品参数 */
  .proCs {
    width: 100%;
    margin-top: 0.33rem;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    box-sizing: border-box;
  }
  
  .proCs .menu {
    width: 100%;
  }
  
  .proCs .menu li {
    width: 49.9%;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
    font-size: 0.375rem;
    color: #666666;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    float: left;
  }
  
  .proCs .menu li:first-child {
    border-left: none;
  }
  
  .proCs .menu li.on {
    background: #043985;
    border-color: #043985;
    color: #fff;
    width: 49.9%;
  }
  
  .proCs .mainCon {
    width: 100%;
  }
  
  .proCs .mainCon .box {
    padding: 0.3rem 3%;
    color: #666;
    font-size: 0.375rem;
    line-height: 0.5rem;
  }
  
  .proCs .mainCon img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  
  /* zxly 在线留言*/
  .zxly {
    width: 94%;
    position: relative;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    padding: 0 3% 0.46rem;
  }
  
  .zxly i {
    display: block;
    width: 10%;
    height: 2px;
    background: #043985;
    position: relative;
    margin: 0 auto;
    top: -1px;
  }
  
  .zxly h3 {
    padding-top: 0.53rem;
    font-size: 0.4rem;
    color: #666666;
    font-weight: normal;
    text-align: center;
  }
  
  .zxly .inputBox {
    width: 100%;
    margin-top: 0.5rem;
  }
  
  .zxly .inputBox .Input {
    width: 100%;
    height: 1.25rem;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.33rem;
  }
  
  .zxly .inputBox .Input input {
    width: 86%;
    display: block;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 3%;
    height: 1.25rem;
    line-height: 1.25rem;
    float: left;
    font-size: 0.375rem;
    color: #888888;
  }
  
  .zxly .inputBox .Input span {
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    float: right;
    width: 14%;
    height: 1.25rem;
  }
  
  .zxly .inputBox .Input1 span {
    background: url(../images/zxly_icon01.png) no-repeat center;
    background-size: 60%;
  }
  
  .zxly .inputBox .Input2 span {
    background: url(../images/zxly_icon02.png) no-repeat center;
    background-size: 60%;
  }
  
  .zxly .inputBox .Textarea {
    height: 2.2rem;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .zxly .inputBox .Textarea textarea {
    width: 86%;
    display: block;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 3%;
    height: 2rem;
    float: left;
    padding-top: 0.2rem;
    font-size: 0.4rem;
    color: #888888;
    resize: none;
  }
  
  .zxly .inputBox .Textarea span {
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    float: right;
    width: 14%;
    height: 2.2rem;
    background: url(../images/zxly_icon03.png) no-repeat center;
    background-size: 60%;
  }
  
  .zxly .inputBox a {
    display: block;
    width: 100%;
    height: 1.25rem;
    line-height: 1.25rem;
    background: #043985;
    color: #fff;
    text-align: center;
    font-size: 0.375rem;
    margin-top: 0.33rem;
  }
  
  
  /* about 关于我们*/
  
  .about {
    width: 94%;
    position: relative;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    padding: 0.46rem 3%;
  }
  
  .about img {
    max-width: 100%;
     height: auto !important;
  }
  
  .about .mainCon {
    width: 100%;
  }
  
  .about .mainCon p {
    font-size: 0.375rem;
    color: #666666;
    line-height: 0.6rem;
    margin-top: 0.3rem;
  }
  
  .about .mainCon h1 {
    font-size: .4rem;
    color: #333333;
    font-weight: normal;
    width: 100%;
  }
  
  #about {
    width: 94%;
    position: relative;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    padding: 0.46rem 3%;
  }
  
  #about .mainCon {
    width: 100%;
  }
  
  #about .mainCon p {
    font-size: 0.375rem;
    color: #666666;
    line-height: 0.6rem;
    margin-top: 0.3rem;
  }
  
  #about .mainCon h1 {
    font-size: .4rem;
    color: #333333;
    font-weight: normal;
    width: 100%;
  }
  
  
  /* newsList */
  .newsListNav .InpageNav-slide {
    width: 100%;
  }
  
  .InpageNav .more {
    display: block;
    float: right;
    width: 14%;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background: #043985;
    font-size: .375rem;
    color: #fff;
    position: relative;
  }
  
  .newsList {
    width: 100%;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  
  .newsList .top {
    width: 100%;
    text-align: center;
    position: relative;
  }
  
  .newsList .top img {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .newsList .top .top-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .newsList .top .top-title h3 {
    font-size: .5rem;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    *display: inline-block;
    *zoom: 1;
  }
  
  .newsList .top .top-title span {
    vertical-align: middle;
    height: 100%;
    width: 0;
    display: inline-block;
  }
  
  .newsList .conBox {
    width: 94%;
    margin: 0 auto;
    position: relative;
    top: -.625rem;
    background: #fff;
  }
  
  .newsList .conBox dl {
    padding: .313rem 0;
    border-bottom: 1px solid #eaeaea;
  }
  
  .newsList .conBox img {
    display: block;
    width: 100%;
  }
  
  .newsList .conBox dt {
    float: left;
    width: 2.5rem;
    /* height: 2.5rem; */
    background: #eaeaea;
    text-align: center;
    margin-left: 3%;
  }
  
  .newsList .conBox dt span {
    font-size: 1.125rem;
    color: #b0b0b0;
    font-family: arial;
    font-weight: bold;
    display: block;
    padding-top: 0.3rem;
  }
  
  .newsList .conBox dt em {
    display: block;
    font-size: .344rem;
    color: #b0b0b0;
    font-family: arial;
    position: relative;
    top: -0.1rem;
  }
  
  .newsList .conBox dd {
    width: 65%;
    float: left;
    margin-left: 2%;
    height: 2rem;
    position: relative;
  }
  
  .newsList .conBox dd h3 {
    font-size: 0.375rem;
    color: #000000;
    font-weight: normal;
    padding-top: 0.1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .newsList .conBox dd h3 a.fch {
    color: #000000;
  }
  
  .newsList .conBox dd p {
    margin-top: .188rem;
    font-size: .344rem;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 0.5rem;
  }
  
  .newsList .conBox dd span.zan {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    font-size: .344rem;
    color: #cccccc;
    font-family: arial;
    background: url(../images/newsList_zan.png) no-repeat left center;
    padding-left: 10%;
    background-size: 49%;
  }
  
  .newsList .conBox dd span.time {
    font-size: .344rem;
    color: #cccccc;
    font-family: arial;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  
  /* newsDetails 新闻详情*/
  .newsDetails {
    width: 100%;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    padding-top: 0.52rem;
    padding-bottom: 0.375rem;
  }
  
  .newsDetails .mainCon {
    width: 94%;
    margin: 0 auto;
  }
  
  .newsDetails .mainCon img {
    max-width: 100%;
  }
  
  .newsDetails .mainCon h1 {
    font-size: .5rem;
    color: #333333;
    font-weight: normal;
    width: 100%;
    text-align: center;
    height: 1.1rem;
    border-bottom: 1px solid #f4f4f4;
  }
  
  .newsDetails .mainCon .label {
    width: 100%;
    margin-top: .375rem;
  }
  
  .newsDetails .mainCon .label span {
    padding: 0 4%;
    border-left: 1px dotted #cccccc;
    display: block;
    font-size: 0.375rem;
    color: #cccccc;
    font-family: arial;
    float: left;
  }
  
  .newsDetails .mainCon .label span.zan {
    background: url(../images/newsList_zan.png) no-repeat left center;
    padding-left: 8%;
    background-size: 40%;
  }
  
  .newsDetails .mainCon .label span.Mtags {
    background: url(../images/label.png) no-repeat left center;
    padding-left: 6%;
    background-size: 6%;
    color: #666;
  }
  
  .newsDetails .mainCon .label span:first-child {
    border-left: none;
  }
  
  .newsDetails .mainCon article {
    margin-top: 0.5rem;
  }
  
  .newsDetails .mainCon article p {
    font-size: 0.375rem;
    color: #666666;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  
  .newsDetails .mainCon .btn {
    margin-top: .313rem;
  }
  
  .newsDetails .mainCon .btn a {
    display: block;
    width: 49%;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #eaeaea;
    font-size: 0.375rem;
    color: #999999;
    float: left;
    margin-left: 25%;
    box-sizing: border-box;
    text-align: center;
  }
  
  .newsDetails .mainCon .btn a img {
    width: 11%;
    display: inline-block;
    position: relative;
    top: 0.1rem;
    margin-right: .188rem;
  }
  
  .newsDetails .mainCon .btn a:first-child img {
    margin-left: .188rem;
    vertical-align: unset;
  }
  
  
  /* video 视频列表*/
  .videoNav .InpageNav-slide {
    width: 100%;
  }
  
  .video {
    width: 100%;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  
  .video .top {
    width: 100%;
    text-align: center;
    position: relative;
  }
  
  .video .top img {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .video .top .top-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .video .top .top-title h3 {
    font-size: .5rem;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    *display: inline-block;
    *zoom: 1;
  }
  
  .video .top .top-title span {
    vertical-align: middle;
    height: 100%;
    width: 0;
    display: inline-block;
  }
  
  .video .conBox {
    width: 94%;
    margin: 0 auto;
    position: relative;
    top: -.625rem;
    background: #fff;
  }
  
  .video .conBox dl {
    padding: .313rem 3%;
    border-bottom: 1px solid #eaeaea;
  }
  
  .video .conBox img {
    display: block;
    width: 100%;
  }
  
  .video .conBox dt span {
    font-size: 1.125rem;
    color: #b0b0b0;
    font-family: arial;
    font-weight: bold;
    display: block;
    padding-top: 0.3rem;
  }
  
  .video .conBox dt em {
    display: block;
    font-size: .344rem;
    color: #b0b0b0;
    font-family: arial;
    position: relative;
    top: -0.1rem;
  }
  
  .video .conBox dd {
    margin-top: .422rem;
  }
  
  .video .conBox dd h3 {
    font-size: .4rem;
    color: #000000;
    font-weight: normal;
    padding-top: 0.1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 3%;
  }
  
  .video .conBox dd h3 a {
    color: #000000;
  }
  
  .video .conBox dd .label {
    width: 100%;
    margin-top: .375rem;
  }
  
  .video .conBox dd .label span {
    display: block;
    font-size: 0.375rem;
    color: #cccccc;
    font-family: arial;
    float: left;
  }
  
  .video .conBox dd .label span.zan {
    background: url(../images/newsList_zan.png) no-repeat left center;
    padding-left: 8%;
    background-size: 40%;
    margin-left: 3%;
  }
  
  .video .conBox dd .label span.time {
    float: right;
    margin-right: 2%;
  }
  
  .video .conBox dd .label span:first-child {
    border-left: none;
  }
  
  
  /* honor 荣誉证书*/
  .honor {
    width: 100%;
    width: 100%;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
  }
  
  .honor .mainCon {
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    padding: 0.5rem 3% 0.5rem;
    margin-bottom: 0.33rem;
  }
  
  .honor .mainCon .box {
    width: 100%;
    padding-bottom: .25rem;
    background: url(../images/honor_yy02.png) no-repeat center bottom;
    background-size: 100%;
    margin-top: 0.5rem;
  }
  
  .honor .mainCon .box:first-child {
    margin-top: 0;
  }
  
  .honor .mainCon .box img {
    display: block;
    width: 100%;
  }
  
  .honor .mainCon .box ul {
    background: url(../images/honor_yy01.png) no-repeat center 83%;
    background-size: 100%;
  }
  
  .honor .mainCon .box li {
    width: 47%;
    margin-right: 2%;
    float: left;
    text-align: center;
  }
  
  .honor .mainCon .box li:first-child {
    margin-left: 2%;
  }
  
  .honor .mainCon .box li em {
    display: block;
    margin-top: .2rem;
    height: .8rem;
    line-height: 0.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .375rem;
    color: #666666;
    padding: 0 4%;
  }
  
  /* companyPics 工厂图片*/
  
  .companyPics {
    width: 100%;
    margin-top: 0.33rem;
    border-top: 1px solid #eaeaea;
    background: #f4f4f4;
  }
  
  .companyPics .mainCon {
    width: 94%;
    padding: 0.313rem 3% 0;
  }
  
  .companyPics .mainCon .companyPics-tcBox {
    border-bottom: 1px solid #eaeaea;
    margin-top: 0.313rem;
    padding-bottom: 0.5rem;
  }
  
  .companyPics .mainCon img {
    display: block;
    width: 100%;
  }
  
  .companyPics .mainCon h3 a.fch {
    font-size: .4rem;
    color: #000000;
    font-weight: normal;
    padding-top: 0.1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 3%;
    margin-top: .422rem;
  }
  
  .companyPics .mainCon .label {
    width: 100%;
    margin-top: .375rem;
  }
  
  .companyPics .mainCon .label span {
    display: block;
    font-size: 0.375rem;
    color: #cccccc;
    font-family: arial;
    float: left;
  }
  
  .companyPics .mainCon .label span.zan {
    background: url(../images/newsList_zan.png) no-repeat left center;
    padding-left: 8%;
    background-size: 40%;
    margin-left: 3%;
  }
  
  .companyPics .mainCon .label span.time {
    float: right;
    margin-right: 2%;
  }
  
  .companyPics .mainCon .label span:first-child {
    border-left: none;
  }
  
  .companyPics .mainCon .companyPics-tcBox:first-child {
    margin-top: 0;
  }
  
  .picT {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    box-sizing: border-box;
    padding-top: 30%;
    overflow: hidden;
    z-index: 999999;
    display: none;
  }
  
  .picT .picTCon {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .picT .picTBox .intro {
    margin-top: 0.2rem;
  }
  
  .picT .picTBox .intro .txt2 {
    font-size: 0.4rem;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    float: left;
    float: left;
  }
  
  .picT .picTBox .intro .num {
    width: 10%;
    float: right;
    text-align: right;
    font-size: 0.35rem;
    color: #fff;
  }
  
  .picT .picTBox .intro .num span {
    font-size: 0.35rem;
    color: #fff;
  }
  
  #febt {
    margin-top: 0;
  }
  
  #heljjfafl a {
    width: 40%;
    margin-left: 0;
  }
  
  #heljjfafl a.cur {
    margin-left: 2%;
  }
  
  #febt a {
    margin-top: .2rem;
  }
  
  .picT .btn {
    margin: .313rem auto 0;
    width: 94%;
  }
  
  .picT .btn a {
    display: block;
    width: 96%;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.375rem;
    color: #fff;
    float: left;
    margin-left: 2%;
    box-sizing: border-box;
    text-align: center;
    background: #043985;
    border-radius: 4px;
  }
  
  .picT .btn a img {
    width: 8%;
    display: inline-block;
    position: relative;
    top: 0.15rem;
    margin-right: .188rem;
  }
  
  .picT .picTclose {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.2rem auto 0;
  }
  
  /*合作客户*/
  .Partner .mainCon {
    width: 100%;
    padding: 0;
    padding-top: 0.33rem;
  }
  
  .Partner .mainCon .hz li {
    width: 50%;
    box-sizing: border-box;
    float: left;
    background: #fff;
    margin-bottom: 0.33rem;
  }
  
  .Partner .mainCon .hz li:nth-child(2n+1) {
    border-left: none;
  }
  
  .Partner .mainCon .hz li span {
    display: block;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
margin-left:-1px;
  }
  
  .Partner .mainCon .hz li > p {
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
  }
  
  .Partner .mainCon .hz li p > em {
    padding: 0.3rem 4% 0;
    margin-bottom: 0.3rem;
    font-size: 0.375rem;
    color: #666666;
    text-align: center;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 0.5rem;
  }
  
  .Partner .mainCon .hz li a {
    display: block;
  }
  
  /*搜索*/
  .sous {
    background: #fff;
  }
  
  .companyPics .mainCon dl.sos {
    width: 100%;
    background: #fff;
    margin-bottom: auto;
    margin-top: 0.313rem;
    padding-bottom: 0.313rem;
  }
  
  .companyPics .mainCon a.fch {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  
  .companyPics .mainCon a.fch:last-child {
    border-bottom: none;
  }
  
  .companyPics .mainCon dl.sos img {
    width: 100%;
    display: block;
  }
  
  .companyPics .mainCon dl.sos dt i {
    display: block;
    width: 2.917rem;
    height: 2.917rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .companyPics .mainCon dl.sos dd {
    float: left;
    width: 96%;
    position: relative;
    height: 2.8rem;
    padding-right: 2%;
    padding-left: 2%;
    margin-left: auto;
  }
  
  .companyPics .mainCon dl.sos dd h3 {
    font-size: 0.4rem;
    color: #000;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 0.1rem;
    margin-left: 3%;
    margin-top: 0.422rem;
  }
  
  .companyPics .mainCon dl.sos dd p {
    font-size: 0.375rem;
    color: #666666;
    margin: 0.15rem 3% 0;
    line-height: 0.54rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .companyPics .mainCon dl.sos dd i {
    display: block;
    width: 18%;
    position: absolute;
    left: 0;
    bottom: 8%;
  }
  
  
  /*图片标题简介展示 上下*/
  .companyPics .mainCon dl {
    width: 100%;
    background: #fff;
    margin-bottom: 0.5rem;
    margin-top: 0.313rem;
  }
  
  .companyPics .mainCon a.fch {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  
  .companyPics .mainCon a.fch:last-child {
    border-bottom: none;
  }
  
  .companyPics .mainCon img {
    width: 100%;
    display: block;
  }
  
  .companyPics .mainCon dt i {
    display: block;
    width: 2.917rem;
    height: 2.917rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .companyPics .mainCon dd {
    float: left;
    width: 55%;
    position: relative;
    height: 2.8rem;
    padding-right: 2%;
    margin-left: 4%;
  }
  
  .companyPics .mainCon h3 {
    font-size: 0.4rem;
    color: #000;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 0.1rem;
    margin-left: 3%;
    margin-top: 0.422rem;
  }
  
  .companyPics .mainCon h3#urltitle {
    font-size: 0.4rem;
    color: #000;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 0.1rem;
    margin-top: 0.422rem;
    text-align: center;
  }
  
  .companyPics .mainCon p {
    font-size: 0.375rem;
    color: #666666;
    margin: 0.15rem 3% 0;
    line-height: 0.54rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .companyPics .mainCon dd i {
    display: block;
    width: 18%;
    position: absolute;
    left: 0;
    bottom: 8%;
  }
  
  
  /*发展历程 */
  .companyPics .mainCon dl.fzlc {
    width: 100%;
    background: #fff;
    margin-bottom: 0.5rem;
    margin-top: 0rem;
  }
  
  .companyPics .mainCon a.fch {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  
  .companyPics .mainCon a.fch:last-child {
    border-bottom: none;
  }
  
  .companyPics .mainCon dl.fzlc img {
    width: 100%;
    display: block;
  }
  
  .companyPics .mainCon dl.fzlc h3 {
    font-size: 0.4rem;
    color: #000;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 0.1rem;
    margin-left: 3%;
    margin-top: 0.422rem;
  }
  
  .companyPics .mainCon dl.fzlc p {
    font-size: 0.375rem;
    color: #666666;
    margin: 0.15rem 3% 0;
    line-height: 0.54rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
  }
  /*下载1*/
  .ny_down02{ width:100%;}
  .companyPics .mainCon dl.ny_down03{overflow:hidden;width:100%;margin-bottom: 0.375rem;background-color:#ededed;}
  .ny_down03 dd{width:82%;float:left;padding: 0 0.5rem;box-sizing:border-box;}
  .ny_down03 dl{height:15rem;}
  .ny_down03 dt{width: 16%;float:right;}
  .ny_down03 dd h5{font-size: 0.4rem;font-weight:normal;margin-top: 0.6rem;margin-bottom: 0.4rem;}
  .ny_down03 dd h5 a { color:#333;}
  .ny_down03 dd span{display:block;line-height: 0.5rem;font-size: 0.4rem;color:#999;margin-bottom: 0.1rem;}
  .ny_down03 dt b{display:block;cursor:pointer;margin:0 auto;background: url(../images/nydown_d.png) no-repeat center;background-size: 48%;height: 3.5rem;}
  .ny_down03.last{ margin-right:0px;}
  /*end Inpage*/
  
  /*下载2*/
  .wdxzbox {background: #f6f6f6;margin-top: 25px;}
  .wdxzbox section.section {position: relative;top: -0.2rem;}
  .wdxzbox ul {background: #fff;border-bottom: 0.2rem solid #f6f6f6;}
  .wdxzbox ul li {float: left; height: 1.2rem;line-height: 1.2rem;font-size: 0.36rem;}
  .wdxzbox ul li a {display: block;height: 1.2rem;}
  .wdxzbox ul li:first-child {width: 65%;border-right: 1px solid #f6f6f6;box-sizing: border-box;text-indent: 0.5rem;}
  .wdxzbox ul li:nth-child(2) {width: 35%;text-indent: 0.9rem;background: url(../images/wdxzicon01.png) no-repeat 80% center / 10%;}
  
  /* 404样式 */
  .ConBox{background: url(../images/bg.jpg) no-repeat center;background-size: cover;width: 100%;}
  .ConBox-Con{width: 24rem;margin: 0 auto;padding-top: 10rem;}
  .ConBox-Con img{width: 24rem;height: 10rem;display: block;margin: 3rem auto 0;}
  .ConBox-Con h1{font-size: 1.7rem;color: #999;font-weight:  normal;text-align:  center;}
  .ConBox-Con p{font-size: 1.5rem;color: #999;text-align: center;padding-top: 5rem;}
  .ConBox-Con ul{margin-top: 3rem;}
  .ConBox-Con ul li{width: 10.5rem;height: 4rem;background: #fff;box-shadow: 0 12px 50px rgba(0,0,0,0.1);display: inline-block;line-height: 4rem;text-align:  center;margin-bottom:2rem;border-radius: 5px;}
  .ConBox-Con ul li a{display: block;color: #666;font-size: 1.3rem;}
  .ConBox-Con ul li.li04{background: #ff6c00;}
  .ConBox-Con ul li.li04 a{color: #fff;}
  /* 样式 End */
  
  
  /* ProductDetails */
  .ProductDetails{background-color: #f4f4f4;height: 12rem;}
  .ProductDetails-Nav{margin-bottom: .55rem;}
  .ProductDetails-Nav ul li{float: left;width: 25%;font-size: 1.1rem;color: #666;border-top: 1px #eaeaea solid;border-left: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;height: 4.013rem;line-height: 4.013rem;box-sizing: border-box;background-color:  #fff;text-align: center;}
  .ProductDetails-Nav ul li a {font-size: 1.1rem;}
  .ProductDetails-Nav ul li.on{background-color: #043985;color: #fff;border-top: 1px #043985 solid;border-left: 1px #043985 solid;border-bottom: 1px #043985 solid;}
  .ProductDetails-Con{text-align: center;position:  relative;width: 94%;margin:  0 auto;}
  .ProductDetails-Con ul>li{width: 23%;background-color: #fff;border: 1px #eaeaea solid;height: 3rem;line-height: 3rem;color: #666;font-size: .375rem;box-sizing:  border-box;margin-left: 2.66%;background: #fff url(../images/sjx.png) no-repeat 4rem 1.35rem / 18%;text-indent: -2rem;float: left;}
  .ProductDetails-Con ul>li:first-child{margin-left: 0;}
  .ProductDetails-Con ul{position: relative;z-index: 9;}
  .ProductDetails-Con ul>li .NavDow{background-color: #fff;border: 1px #eaeaea solid;margin-top: .55rem;position:  absolute;right: 0;top: 3rem;width: 96%;padding: 3% 2%;z-index: -3;}
  .ProductDetails-Con ul>li .NavDow dl>dt{border-bottom: 1px #eaeaea solid;}
  .ProductDetails-Con ul>li .NavDow dl>dt>span{font-size: .375rem;color: #333;text-align: center;border-bottom: 1px #043985 solid;padding-bottom: .9rem;margin-left: 2rem;}
  .ProductDetails-Con ul>li .NavDow dl>dd>a{font-size: .375rem;color: #666;display: inline-block;margin-left:4rem;}
  .ProductDetails-Con ul>li.on{height: 3.66rem;border-bottom: none;}
  /* ProductDetails End */
  
  /*网站地图*/
  .g-map .m-con{ padding:0 10px 10px 10px;}
  .g-map .main_tit{ line-height:30px; font-size:0.44rem; height:30px; text-shadow:1px 1px 1px #fff;text-indent:10px; margin:10px 0; width:50%; display:inline-table;}
  .g-map .map_list{border:1px solid #ddd; border-radius:5px; width:100%; overflow:hidden;}
  .g-map .map_list li a{ float:left; display:table-cell; width:31%; padding:10px 1%; text-align:center; position:relative;overflow: hidden; text-overflow:ellipsis;white-space:nowrap; font-size:0.4rem;}
  .g-map .map_list li a:before{content:""; position:absolute;right:0; top:0; height:100%;border-right:1px dashed #ddd;}
  .g-map .map_list li a:after{content:""; position:absolute;bottom:0; left:0; width:100%; border-bottom:1px dashed #ddd;}
  .g-map .map_list li:nth-child(3n) a:before{ border-right:0;}
  
  /*人才招聘*/
  .inban {position: relative;}
  .inban p {position: absolute;left: 0;top: 0;text-align: center;color: #fff;width: 100%;top: 1.35rem;}
  .inban p span {display: block;font-size: 0.5rem;}
  .inban p i {display: block;}
  .rczpbox {background: #e9e9e9;}
  .rczpbox section.section {position: relative;top: -0.2rem;}
  .rczpbox .box .boxTop {background: #fff;border-bottom: 0.2rem solid #e9e9e9;}
  .rczpbox .box .boxTop li {float: left; height: 1.2rem;line-height: 1.2rem;font-size: 0.36rem;}
  .rczpbox .box .boxTop li a {display: block;height: 1.2rem;}
  .rczpbox .box .boxTop li:first-child {width: 60%;box-sizing: border-box;text-indent: 0.5rem;}
  .rczpbox .box .boxTop li:first-child a {color: #043985;}
  .rczpbox .box .boxTop li:nth-child(2) {width: 40%;text-indent: 0.9rem;background: url(../images/rczpicon01.png) no-repeat 80% center / 10%;}
  .rczpbox .box .boxCon {display: none;}
  .rczpbox .box .boxTop li:nth-child(2) span {display: block;height: 1.2rem;}
  .rczpbox .box.on .boxTop {background: #043985;}
  .rczpbox .box.on .boxTop li:first-child a {color: #fff;}
  .rczpbox .box.on .boxTop li:nth-child(2) {background: url(../images/rczpicon02.png) no-repeat 80% center / 10%;}
  .rczpbox .box.on .boxTop li:nth-child(2) span {color: #fff;}
  .rczpbox .box.on .boxCon {display: block;padding: 0.5rem;background: #e9e9e9;}
  .rczpbox .box .boxCon h4 {font-size: 0.5rem;font-weight: normal;color: #666;margin-bottom: 0.4rem;}
  .rczpbox .box .boxCon ol {list-style: decimal;padding-left: 0.4rem;margin-bottom: 0.5rem;}
  .rczpbox .box .boxCon ol li {list-style: decimal;line-height: 0.5rem;margin-bottom: 0.2rem;}
  .rczpbox .box .p1 {font-size: 0.4rem;color: #333;}

/* 焕新风机品质 YangFangLing 2019年3月14日 */
.Quality{padding: .781rem 0;background: #043985 url(../images/QualityImg.png) no-repeat center 15% / 80%;}

.QualityCon{margin-top: .781rem;}
.QualityCon ul{margin-top: -2%;}
.QualityCon ul li{float: left;width: 49%;margin-left: 2%;text-align: center;background-color: #fff;margin-top: 2%;padding: .581rem 0;}
.QualityCon ul li:nth-child(2n+1){margin-left: 0;}
.QualityCon ul li i{width: .641rem;height: .641rem;display: block;text-align: center;line-height: .641rem;border-radius: 50%;background-color: #333;color: #fff;margin: 0 auto;}
.QualityCon ul li p{color: #333;font-size: .375rem;line-height: .5rem;margin: .313rem 0 .469rem;}
.QualityCon ul li span{width: .703rem;height: .703rem;display: block;margin: 0 auto;}
.QualityCon ul li span img{display: block;width: 100%;}
.QualityCon ul li em{display: block;width: .625rem;height: 1px;background-color: #043885;margin: .5rem auto 0;}
/* 焕新风机品质 End */

.Title{text-align: center;}
.Title02 h3{color: #fff;}
.Title02 p{color: #fff;}
.Title02 p{margin-top: 10px;}


/* 三大保障 YangFangLing 2019年3月14日 */
.Protection{padding: .781rem 0;background: url(../images/ProtectionBg.jpg) center center;}

.ProtectionCon{margin-top: .469rem;}
.ProtectionCon ul li{float: left;width: 31.33%;text-align: center;margin-left: 3%;background-color: #fff;padding: .547rem 0;}
.ProtectionCon ul li:first-child{margin-left: 0;}
.ProtectionCon ul li i{color: #043985;font-size: .375rem;font-family: "icomoont";}
.ProtectionCon ul li p{font-size: .35rem;color: #333;line-height: .5rem;margin: .2rem 0;}
.ProtectionCon ul li p b{display: block;}
.ProtectionCon ul li span{width: .781rem;height: .781rem;display: block;margin: 0 auto;}
.ProtectionCon ul li span img{display: block;width: 100%;}
.ProtectionCon ul li em{width: 1px;height: .5rem;display: block;background-color: #e0e0e0;margin: .3rem auto 0;}
/* 三大保障 End */


/* 生产大厂直接供货 YangFangLing 2019年3月13日 */
.ProductionSupply{padding: .781rem 0;background-color: #fff;}

.ProductionSupplyCon{margin-top: .625rem;}

.ProductionSupplyTop ul li{border-radius: .1rem;overflow: hidden;float: left;}
.ProductionSupplyTop ul li img{display: block;width: 100%;}

.ProductionSupplyBox{margin-top: .313rem;text-align: center;}
.ProductionSupplyBox ul li{width: .234rem;height: .234rem;display: inline-block;border-radius: 50%;background-color: #d0d0d0;margin: 0 .2rem;}
.ProductionSupplyBox ul li.on{background-color: #043885;}
/* 生产大厂直接供货 End */