/*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%;
    /* padding-top: 2.5rem; */
}

.proList .mainCon li {
    width: 48%;
    box-sizing: border-box;
    float: left;
    background: #fff;
    margin-bottom: 0.33rem;
    height: 6.2rem;
    margin-left: 4%;
    border: 1px #eaeaea solid;
    border-top: none;
}

.proList .mainCon li:nth-child(2n+1) {
    /*border-left: none;*/
    margin-left: 0;
}

.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 h3 {
    color: #333;
    font-size: .4rem;
    /* padding: 0 .4rem; */
    font-weight: normal;
    text-align: center;
}

.proList .mainCon li p em {
    padding: 0.3rem 4% 0;
    margin-bottom: 0.2rem;
    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 ul li {
    margin-left: 10%;
    box-sizing: initial;
    border: none;
}

.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(/themes/mobile/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(/themes/mobile/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: #df1f29;
    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,
#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(/themes/mobile/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-right: 1px solid #ccc;
    ;
}

.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 {
    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: #dc0603;
}

.proDetails .intro {
    padding: 0.5rem 3% 0.45rem;
}

.proDetails .intro h1 {
    font-size: 0.5rem;
    color: #dc0603;
    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: #dc0603;
    border-color: #dc0603;
    color: #fff;
    width: 99.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: #dc0603;
    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: 66%;
    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: 34%;
    height: 1.25rem;
}

.zxly .inputBox .Input1 span {
    background: url(/themes/mobile/images/zxly_icon01.png) no-repeat center;
    background-size: 60%;
}

.zxly .inputBox .Input2 span {}

.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(/themes/mobile/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: #dc0603;
    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%;
}

.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: #dc0603;
    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%;
}

#newsimg {
    width: 100%;
    display: block;
    height: 100%;
}

#newsimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.newsList .conBox dt {
    float: left;
    width: 3rem;
    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: 63%;
    float: left;
    margin-left: 2%;
    height: 2.5rem;
    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: 2;
    -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(/themes/mobile/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: .45rem;
    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(/themes/mobile/images/newsList_zan.png) no-repeat left center;
    padding-left: 8%;
    background-size: 40%;
}

.newsDetails .mainCon .label span.Mtags {
    background: url(/themes/mobile/images/label.png) no-repeat left center;
    padding-left: 8%;
    background-size: 8%;
    color: #666;
}

.newsDetails .mainCon .label span.Mtags a {
    margin-right: 5px;
}

.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(/themes/mobile/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(/themes/mobile/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(/themes/mobile/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(/themes/mobile/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: #dc0603;
    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-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.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;
    padding-bottom: .6rem;
    border-bottom: 1px solid #f4f4f4;
}

.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;
}

.ny_down02 {
    width: 100%;
}

.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.5rem;
    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 i {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    background: url(/themes/mobile/images/nydown_d.png) no-repeat center;
    background-size: 48%;
    height: 3.5rem;
}

.ny_down03.last {
    margin-right: 0px;
}

/*end Inpage*/


/* 404样式 */
.ConBox {
    background: url(/themes/mobile/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;
}

.ProductDetails-Nav {
    margin-bottom: .55rem;
}

.ProductDetails-Nav ul li {
    float: left;
    width: 25%;
    font-size: 0.4rem;
    color: #666;
    border-top: 1px #eaeaea solid;
    border-left: 1px #eaeaea solid;
    border-bottom: 1px #eaeaea solid;
    height: 1.5rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
}

.ProductDetails-Nav ul li.on {
    background-color: #df1f29;
    color: #fff;
    border-top: 1px #df1f29 solid;
    border-left: 1px #df1f29 solid;
    border-bottom: 1px #df1f29 solid;
}

.ProductDetails-Con {
    text-align: center;
    position: relative;
    width: 94%;
    margin: 0 auto;
}

.ProductDetails-Con>ul>li {
    width: 23%;
    border: 1px #eaeaea solid;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #666;
    font-size: .375rem;
    box-sizing: border-box;
    margin-left: 2.66%;
    background: #fff url(../images/sjx.png) no-repeat 95% center;
    text-indent: -0.5rem;
    float: left;
}

.ProductDetails-Con>ul>li:first-child {
    margin-left: 0;
}

.ProductDetails-Con ul>li:first-child .NavDow {
    display: block;
}

.ProductDetails-Con>ul {
    position: relative;
    z-index: 9;
}

.ProductDetails-Con ul>li .NavDow {
    background-color: #fff;
    border: 1px #eaeaea solid;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    padding: 3% 2%;
    z-index: -3;
    display: none;
    box-sizing: border-box;
    margin-top: 0.25rem;
    line-height: 0.6rem;
    height: 2rem;
}

.ProductDetails-Con ul>li .NavDow.cur {
    display: block;
}

.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 #df1f29 solid;
    padding-bottom: .9rem;
    ;
}

.ProductDetails-Con ul>li .NavDow dl>dd>a {
    font-size: .375rem;
    color: #666;
    display: inline-block;
    margin-left: 0.5rem;
}

.ProductDetails-Con ul>li .NavDow dl>dd>a.btn-primary {
    color: #f10602;
}

/* ProductDetails End */

/* BrandReturn YangFangLing 2018年8月24日 */
.BrandReturn {
    padding: .469rem 0;
    background-color: #f7f7f7;
    margin-bottom: 50px;
}

.BrandReturn a {
    display: inline-block;
    color: #333;
    font-size: .375rem;
    background: url(/themes/mobile/images/BrandReturn.png) no-repeat left;
    padding-left: .6rem;
    background-size: 15%;
}

/* BrandReturn End */

/* BrandCon YangFangLing 2018年8月24日 */
.BrandCon {
    margin-bottom: 3rem;
}

.BrandCon h3 {
    color: #999;
    font-size: .375rem;
    font-weight: normal;
}

.BrandCon ul {
    margin-top: .469rem;
    margin-left: -2%;
}

.BrandCon ul li {
    width: 22%;
    height: .844rem;
    line-height: .844rem;
    text-align: center;
    background-color: #f7f7f7;
    float: left;
    margin-left: 3%;
    margin-bottom: 3%;
}

.BrandCon ul li.on {
    background-color: #890000;
}

.BrandCon ul li.on a {
    color: #fff;
}

/* BrandCon End */

/* productlist-Nav YangFangLing 2018年8月24日 */
.productlist-Nav {
    height: 1.016rem;
    background-color: #fff;
    line-height: 1.016rem;
    border-bottom: 1px #e7e0e0 solid;
}

.productlist-Nav ul li {
    float: left;
    width: 1.3rem;
    text-align: center;
}

.productlist-Nav ul li a {
    font-size: .35rem;
    color: #666;
    display: block;
}

.productlist-Nav ul li.on {
    border-bottom: 2px #890000 solid;
}

.productlist-Nav ul li.on a {
    color: #890000;
}

.productlist-Nav a.Bor {
    height: .45rem;
    width: .45rem;
    margin-top: .3rem;
}

.productlist-Nav a.Bor img {
    display: block;
    width: 100%;
}

/* productlist-Nav End */

/* productlistCon YangFangLing 2018年8月24日 */
.productlistCon {
    background-color: #ececec;
    padding: .781rem 0;
}

.productlistCon ul li {
    width: 48%;
    margin-left: 4%;
    float: left;
    background-color: #fff;
    margin-bottom: 4%;
}

.productlistCon ul li span img {
    display: block;
    width: 100%;
}

.productlistCon ul li h3 {
    font-weight: normal;
    font-size: .375rem;
    color: #333;
}

.productlistCon ul li h3 em {
    font-size: .281rem;
    color: #999;
    display: block;
    margin-top: .13rem;
}

.productlistCon ul li h4 {
    font-size: .281rem;
    color: #999;
    font-weight: normal;
    margin-top: .6rem;
}

.productlistCon ul li h4 b {
    font-weight: normal;
    color: #dc5051;
}

.productlistCon ul li:nth-child(2n+1) {
    margin-left: 0;
}

.productlistCon ul li div {
    padding: .469rem .234rem .6rem;
}

/* productlistCon End */

/* productNav YangFangLing 2018年8月24日 */
.productNav {
    padding: .234rem;
    background-color: #333;
    text-align: center;
}

.productNav ul li {
    display: inline-block;
    height: .781rem;
    padding: 0 .4rem;
    line-height: .781rem;
    border-radius: 5rem;
}

.productNav ul li a {
    color: #fff;
    font-size: .34rem;
}

.productNav ul li.on {
    background-color: #890000;
}

.productNav ul li.on a {
    color: #fff;
}

/* productNav End */

/* productCaseNav YangFangLing 2018年8月24日 */
.productCaseNav {
    padding: .547rem 0 .547rem;
}

.productCaseNav ul {
    height: 80px;
    overflow: hidden;
}

.productCaseNav ul li {
    display: inline-block;
    height: .781rem;
    line-height: .781rem;
    text-align: center;
    padding: 0 .3rem;
    border: 1px #ddd8d8 solid;
    margin-right: .15rem;
    margin-bottom: .25rem;
}

.productCaseNav ul li.on {
    background-color: #890000;
    border: 1px #890000 solid;
}

.productCaseNav ul li.on a {
    color: #fff;
}

.productCaseNav {
    text-align: center;
}

.productCaseNav a.More {
    display: inline-block;
    height: .781rem;
    line-height: .781rem;
    color: #333;
    font-size: .313rem;
    border: 1px #ddd8d8 solid;
    padding: 0 .781rem;
    margin-top: .3rem;
}

.productCaseNav a.More i {
    display: inline-block;
    vertical-align: .08rem;
    margin-left: .3rem;
    background: url(/themes/mobile/images/More.png) no-repeat center / cover;
    width: .28rem;
    height: .15rem;
}

/* productCaseNav 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;
}

#alzx {
    display: none;
}