/*Swiper 3.4.2*/
.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;
    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
}

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

/*初始化*/
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    min-width: 1300px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
textarea {
    font-size: 14px;
    color: #393939;
    border: none;
}

img {
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

i {
    font-style: normal;
}

a {
    color: #232323;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: #b41e00;
}

/*通用*/
.comwrap {
    position: relative;
    margin: 0 auto;
    width: 94%;
    max-width: 1600px;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.d-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.cl-baf {
    *zoom: 1;
}

.cl-baf:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.clear {
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.txtoe {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.trs2s {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.trs1s {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.trs06s {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.trs03s {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trsnone {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.imgha img {
    max-width: 100%;
    vertical-align: top;
}

.ffpf,
body,
input,
textarea {
    font-family: '苹方', 'PingFang SC', 'PingFang', 'microsoft yahei', 'helvetica', arial, sans-serif;
}

.ffyh {
    font-family: 'microsoft yahei', 'helvetica', arial, sans-serif;
}

/*头部*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 2.875% 0;
    width: 100%;
}

.header .logo .img {
    display: block;
    height: 64px;
}

.header .logo .black {
    display: none;
}

.index .header .logo .img {
    display: none;
}

.index .header .logo .black {
    display: block;
}

.header .btn {
    display: none;
}

.header .lan {
    font-size: 0;
}

.header .lan .link {
    font-size: 18px;
    line-height: 64px;
    color: #fff;
}

.header .lan .link:hover {
    color: #b41e00;
}

.header .lan .line {
    margin: 0 15px;
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.nav {
    margin-right: 3.75%;
    padding: 2px 0;
}

.nav .list {
    font-size: 0;
}

.nav .list .col {
    position: relative;
    margin-right: 60px;
}

.nav .col .link {
    display: block;
    position: relative;
    z-index: 9;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(6, 0, 1, 0.5);
}

.nav .col .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(6, 0, 1, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav .cur .line,
.nav .col:hover .line {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav .col .son {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 8;
    margin-left: -50%;
    width: 200%;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav .col:hover .son {
    top: 100%;
    visibility: visible;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.nav .col .row {
    margin: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.nav .col .slink {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #1e1e1e;
}

.nav .col .slink:hover {
    color: #b41e00;
}

.header .lan {
    display: none;
}

.nav {
    margin-right: 0;
}

.nav .list .col-lan {
    position: relative;
    margin-right: 0;
    cursor: pointer;
}

.nav .col-lan .this {
    font-size: 0;
}

.nav .col-lan .this .llink {
    font-size: 18px;
    color: #fff;
}

.nav .col-lan .this .icon {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 4px 3px 0;
}

.nav .col-lan .other {
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 2;
    margin-left: -85%;
    padding-top: 10px;
    width: 250%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.nav .col-lan .other .llink {
    display: block;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #555;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 5px;
}

.nav .col-lan .other .llink:hover {
    color: #b41e00;
}

.nav .col-lan:hover .this .llink {
    color: #b41e00;
}

.nav .col-lan:hover .this .icon {
    border-color: #b41e00 transparent;
    transform: rotateX(180deg);
}

.nav .col-lan:hover .other {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/*底部*/
.footer {
    position: relative;
    padding-top: 8.85%;
    color: #fff;
    background-color: #3f4041;
    overflow: hidden;
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-bottom: 8.85%;
    width: 100%;
    height: 0;
    background-color: #fff;
}

.footer .logo {
    position: absolute;
    bottom: 16%;
    left: 3%;
    z-index: 1;
}

.footer .info {
    position: relative;
    z-index: 8;
    margin-top: -8.85%;
    padding: 5.46875% 0 2.40166%;
    background-color: #555657;
}

.footer .info .con {
    position: relative;
    z-index: 3;
    margin: 0 7.8125%;
    max-width: 750px;
}

.footer .info .txt {
    font-size: 46px;
}

.footer .info .txt-2 {
    margin-top: 3.4375%;
    font-size: 16px;
    line-height: 45px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.footer .info .line {
    display: block;
    margin-top: 1.625%;
    width: 40px;
    height: 1px;
    background-color: #fff;
}

.footer .info .email {
    margin-top: 1%;
    font-size: 22px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.footer .info .list {
    margin-top: 8.75%;
    max-width: 580px;
    font-size: 0;
}

.footer .info .col {
    margin-right: 12.07%;
    padding-top: 20px;
    width: 37.93%;
    border-top: 1px solid #fff;
    vertical-align: top;
}

.footer .info .ctit {
    font-size: 18px;
}

.footer .info .ctxt {
    margin-top: 6px;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.footer .info .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.footer .copyright {
    position: relative;
    z-index: 9;
    padding: 3% 0;
    background-color: #3f4041;
}

.footer .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: #3f4041;
}

.footer .copyright .con {
    margin-left: 7.8125%;
    font-size: 12px;
    line-height: 20px;
    color: #868686;
}

.footer .copyright .con a {
    color: #868686;
}

.footer .copyright .con a:hover {
    color: #b41e00;
}

.footer .bdsharebuttonbox a {
    margin: 0 0 0 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon-sharef.png) 0 0 no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.footer .bdsharebuttonbox .bds_sqq {
    background-position: -26px 0;
}

.footer .bdsharebuttonbox .bds_tsina {
    background-position: -52px 0;
}

.footer .bdsharebuttonbox a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* 右侧工具条 */
.floatright {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    margin-top: -100.5px;
    width: 39px;
}

.floatright .box {
    position: relative;
    margin-top: 15px;
    height: 37px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
}

.floatright .box:hover {
    background-color: #b41e00;
}

.floatright .fr-qq {
    margin-top: 0;
}

.floatright .box .icon {
    display: block;
    position: relative;
    top: 9px;
    margin: 0 auto;
    width: 23px;
    height: 19px;
    background: url(../img/icon-fr.png) 0 0 no-repeat;
}

.floatright .box .icon-call {
    background-position: -29px 0;
}

.floatright .box .icon-code {
    background-position: -58px 0;
}

.floatright .box .icon-top {
    background-position: -87px 0;
}

.floatright .box .link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.floatright .box .con {
    position: absolute;
    bottom: 0;
    right: 100%;
    z-index: 98;
    margin-right: 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.floatright .fr-call .con {
    width: 150px;
    font-size: 16px;
    text-align: center;
}

.floatright .box .img {
    max-width: 105px;
}

.floatright .box .txt {
    margin-top: 10px;
    font-size: 14px;
    color: #383838;
    text-align: center;
}

.floatright .box:hover .icon-qq {
    background-position: 0 -25px;
}

.floatright .box:hover .icon-call {
    background-position: -29px -25px;
}

.floatright .box:hover .icon-code {
    background-position: -58px -25px;
}

.floatright .box:hover .icon-top {
    background-position: -87px -25px;
}

.floatright .box:hover .con {
    margin-right: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/*移动端工具条*/
.mFoot-nav {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    margin: 0 auto;
    width: 100%;
    background-color: #333;
}

.mFoot-nav .col {
    float: left;
    display: block;
    width: 25%;
    height: 50px;
    font-size: 12px;
    color: #eee;
    text-align: center;
    border-right: 1px solid #404040;
    box-sizing: border-box;
}

.mFoot-nav .col-1:hover,
.mFoot-nav .col-3:hover,
.mFoot-nav .col:hover.on {
    background-color: #b41e00;
}

.mFoot-nav .col .icon {
    display: block;
    margin: 8px auto 6px;
    width: 17px;
    height: 14px;
    background: url(../img/icon-mtool.png) 0 0 no-repeat;
}

.mFoot-nav .col .icon-2 {
    background-position: -23px 0;
}

.mFoot-nav .col .icon-3 {
    background-position: -46px 0;
}

.mFoot-nav .col .icon-4 {
    background-position: -69px 0;
}

/* 地图 */
.mMap-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
    visibility: hidden;
}

.mMap-show {
    z-index: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.mMap-box p {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #b41e00;
}

.mMap-box p i {
    position: absolute;
    left: 2%;
    line-height: 50px;
}

/*banner*/
.banner {
    background-color: #767676;
    overflow: hidden;
}

.banner .bg {
    display: block;
    width: 100%;
}

.banner .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide .img {
    display: block;
    width: 100%;
}

.banner .swiper-slide .link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullets {
    bottom: 4.47%;
    font-size: 0;
}

.banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.banner .swiper-pagination-bullet-active {
    width: 45px;
}

/*产品*/
.product {
    position: relative;
    padding: 6.25% 0 12.5%;
    font-size: 0;
    color: #fff;
    background-color: #181818;
}

.product .comwrap {
    z-index: 2;
}

.product .conbox {
    position: relative;
    margin-left: 7.5%;
    padding-top: 61px;
    width: 35%;
}

.product .conbox .icon {
    background: url(../img/icon-index.png) 0 0 no-repeat;
}

.product .conbox .btnwr {
    position: absolute;
    top: 0;
    left: 0;
}

.product .conbox .btn {
    position: relative;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #999;
}

.product .conbox .btn:hover {
    border-color: #b41e00;
}

.product .conbox .btn .icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -3px auto 0;
    width: 12px;
    height: 6px;
}

.product .conbox .prev:hover .icon {
    background-position: 0 -12px;
}

.product .conbox .next .icon {
    background-position: -18px -12px;
}

.product .conbox .next:hover .icon {
    background-position: -18px 0;
}

.product .conbox .page {
    position: static;
    margin-left: 10px;
    width: auto;
    font-size: 14px;
    color: #999;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.product .conbox .tit {
    font-weight: bold;
    font-size: 52px;
}

.product .conbox .con {
    margin-top: 20px;
    font-size: 20px;
    line-height: 34px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.product .conbox .more {
    float: left;
    margin-top: 13.6363%;
}

.product .conbox .more .txt {
    font-size: 14px;
    text-transform: uppercase;
    color: #a0a0a0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.product .conbox .more .icon {
    margin-left: 8px;
    width: 6px;
    height: 10px;
    background-position: -48px 0;
}

.product .conbox .more:hover .txt {
    color: #b41e00;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product .conbox .more:hover .icon {
    background-position: -36px 0;
}

.product .imgbox {
    margin-left: 12.5%;
    width: 40%;
}

.product .imgbox .img {
    display: block;
    width: 100%;
}

.product .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.product .bg .img {
    display: block;
    width: 100%;
}

/*简介*/
.comtxt {
    font-size: 0;
    color: #fff;
}

.comtxt .dot {
    margin-right: 4px;
    width: 1px;
    height: 1px;
    background-color: #fff;
}

.comtxt .line {
    margin-right: 10px;
    width: 100px;
    height: 1px;
    background-color: #fff;
}

.comtxt .txt {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.about {
    position: relative;
    z-index: 7;
}

.about .wrap {
    position: relative;
}

.about .mask,
.about .imgwr {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.about .mask {
    right: 0;
    z-index: 1;
    margin-top: -5%;
    padding: 5% 0;
    width: 66.66%;
    background-color: #b41e00;
}

.about .imgwr {
    left: 0;
    z-index: 2;
    width: 62.5%;
}

.about .imgwr .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.about .conwr {
    z-index: 3;
    color: #fff;
}

.about .conwr .incon {
    padding: 7.5% 0;
    width: 27.8125%;
}

.about .conwr .img {
    display: block;
    margin-top: 45px;
    max-width: 100%;
    height: 35px;
}

.about .conwr .tit {
    margin-top: 10px;
    font-size: 16px;
}

.about .conwr .con {
    margin-top: 24px;
    font-size: 16px;
    line-height: 45px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.about .conwr .btn {
    float: left;
    margin-top: 60px;
    padding: 22px 20px;
    min-width: 150px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #b41e00;
    background-color: #fff;
}

.about .conwr .btn:hover {
    box-shadow: 0 0 10px 0 #fff;
}

/*新闻*/
.news {
    position: relative;
    z-index: 6;
    margin-bottom: -8.85%;
    padding: 18.75% 0 17.1875%;
    background-color: #181818;
}

.news .ctwrap {
    position: absolute;
    top: 14.2766%;
    left: 0;
    right: 0;
    z-index: 1;
}

.news .comtxt {
    margin-left: 7.375%;
}

.news .comtxt .dot,
.news .comtxt .line {
    background-color: #5d5d5d;
}

.news .list {
    font-size: 0;
}

.news .list .col {
    position: relative;
    width: 33.33%;
    vertical-align: top;
}

.news .col .imgwr {
    position: relative;
    padding-bottom: 139%;
    height: 0;
    background-color: #000;
    overflow: hidden;
}

.news .col .img {
    display: block;
    width: 100%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.news .col .conwr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0 auto;
    padding-bottom: 3.75%;
    width: 90%;
    max-width: 540px;
    color: #fff;
}

.news .col .type,
.news .col .desc {
    font-size: 14px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.news .col .tit {
    margin-top: 2.8125%;
    font-weight: bold;
    font-size: 26px;
}

.news .col .time {
    margin-top: 1.5625%;
    font-size: 14px;
}

.news .col .desc {
    margin-top: 4.0625%;
    max-height: 60px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .col:hover .conwr {
    bottom: 12px;
}

.news .col:hover .img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

@media screen and (max-width: 640px) {
    body {
        min-width: 0;
    }

    .header {
        padding: 10px 0;
        height: auto;
        line-height: normal;
    }

    .header .tools {
        display: none;
    }

    .header .logo {
        padding: 0;
    }

    .header .logo .img {
        height: 70px;
    }

    .header .btn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 11;
        margin: 6px 3% 0 0;
        cursor: pointer;
    }

    .header .btn .line {
        display: block;
        position: relative;
        margin: 0 0 6px 4px;
        width: 18px;
        height: 2px;
        background-color: #fff;
    }

    .header .btn .line:before {
        content: '';
        position: absolute;
        top: 0;
        left: -4px;
        width: 2px;
        height: 2px;
        background-color: #fff;
    }

    .header .btn.on {
        -webkit-transform: rotateZ(180deg) translate3d(0, 5px, 0);
        -moz-transform: rotateZ(180deg) translate3d(0, 5px, 0);
        -ms-transform: rotateZ(180deg) translate3d(0, 5px, 0);
        -o-transform: rotateZ(180deg) translate3d(0, 5px, 0);
        transform: rotateZ(180deg) translate3d(0, 5px, 0);
    }

    .header .btn.on .line {
        background-color: #333;
    }

    .header .btn.on .line-t {
        -webkit-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
        -moz-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
        -ms-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
        -o-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
        transform: translate3d(0, 8px, 0) rotateZ(-45deg);
    }

    .header .btn.on .line-m {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .header .btn.on .line-b {
        -webkit-transform: translate3d(0, -8px, 0) rotateZ(45deg);
        -moz-transform: translate3d(0, -8px, 0) rotateZ(45deg);
        -ms-transform: translate3d(0, -8px, 0) rotateZ(45deg);
        -o-transform: translate3d(0, -8px, 0) rotateZ(45deg);
        transform: translate3d(0, -8px, 0) rotateZ(45deg);
    }

    .header .lan {
        position: fixed;
        z-index: 11;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

    .header.nav-on .lan {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .header .lan .link {
        font-size: 14px;
        line-height: 18px;
        color: #333;
    }

    .header .lan .line {
        margin: 0 14px;
        height: 14px;
        background-color: #333;
    }

    .nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .nav .list {
        position: absolute;
        top: 50%;
        right: 0;
        padding: 40px 0;
        width: 100%;
        max-height: calc(100% - 80px);
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .nav .list:before {
        content: '';
        display: block;
        margin: 0 auto 20px;
        width: 108px;
        height: 50px;
        background: url(../img/logo-black.png) 0 0 no-repeat;
        background-size: 100% auto;
    }

    .nav .list .col {
        display: block;
        margin: 0 5%;
    }

    .nav .col .link {
        display: block;
        padding: 0 20px;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        color: #222;
        text-shadow: none;
    }

    .nav .col .line {
        display: none;
    }

    .nav .cur .link,
    .nav .cur .link:hover {
        color: #b41e00;
    }

    .nav .col .son {
        display: none;
        position: static;
        margin: 0;
        padding: 0;
        width: auto;
        background: none;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        box-shadow: none;
    }

    .nav .col .row {
        border-top: none;
    }

    .nav .col .slink {
        padding: 0 30px;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
    }

    .nav-hide {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .nav-hide .list {
        top: 40%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .nav .col-lan .this {
        display: none;
    }

    .nav .col-lan .this .llink {
        display: block;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        color: #222;
    }

    .nav .col-lan .this .icon {
        display: none;
    }

    .nav .col-lan .other {
        position: static;
        margin-left: 0;
        padding-top: 0;
        width: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .nav .col-lan .other .llink {
        display: block;
        padding: 0;
        line-height: 50px;
        color: #222;
        box-shadow: none;
    }

    .nav .col-lan .other .llink:hover {
        color: #b41e00;
    }

    .footer .info .txt {
        font-size: 14px;
    }

    .footer .info .txt-2 {
        font-size: 12px;
        line-height: 18px;
    }

    .footer .info .line {
        margin-top: 10px;
    }

    .footer .info .email {
        margin-top: 10px;
        font-size: 20px;
    }

    .footer .info .list {
        margin-top: 0;
    }

    .footer .info .col {
        margin: 15px 0 0;
        padding-top: 10px;
        width: auto;
    }

    .footer .info .ctit {
        font-size: 16px;
    }

    .footer .info .ctxt {
        margin-top: 0;
        font-size: 14px;
        line-height: 22px;
    }

    .footer .info .bg {
        visibility: hidden;
    }

    .footer .copyright .con {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .footer .info .bg,
    .footer .bdsharebuttonbox,
    .floatright {
        display: none;
    }

    //.mFoot-nav { display: block; }

    .banner .swiper-slide .img,
    .banner .bg {
        margin-left: -25%;
        width: 150%;
    }

    .banner .bg-m,
    .banner .swiper-slide .img-m {
        margin-left: 0;
        width: 100%;
    }

    .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }

    .banner>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }

    .banner .swiper-pagination-bullet-active {
        width: 16px;
    }

    .product .conbox,
    .product .imgbox {
        position: static;
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .product .conbox .tit {
        font-size: 18px;
    }

    .product .conbox .con {
        margin-top: 10px;
        font-size: 15px;
        line-height: 25px;
    }

    .product .conbox .more {
        margin-top: 12px;
    }

    .product .imgbox {
        margin: 20px 0 46px;
    }

    .product .conbox .btnwr {
        top: auto;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .about .mask {
        display: none;
    }

    .about .conwr {
        width: 100%;
    }

    .about .conwr .incon {
        float: none;
        padding: 25px 15px;
        width: auto;
        background-color: #b41e00;
    }

    .about .conwr .img {
        margin: 20px auto 0;
        height: 25px;
    }

    .about .conwr .tit {
        text-align: center;
    }

    .about .conwr .con {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.9;
    }

    .about .conwr .btn {
        float: none;
        display: block;
        margin: 20px auto 0;
        padding: 8px 0;
        width: 150px;
        min-width: auto;
        font-size: 14px;
    }

    .about .imgwr {
        position: relative;
        width: auto;
        height: auto;
    }

    .about .imgwr .img {
        position: static;
        display: block;
    }

    .news .ctwrap {
        top: 5%;
    }

    .news .comtxt {
        margin-left: 0;
    }

    .news .list .col {
        display: block;
        width: 100%;
    }

    .news .col .imgwr {
        padding-bottom: 100%;
    }

    .news .col .img {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .news .col .conwr {
        bottom: 5%;
        padding: 3.75% 5%;
        width: 80%;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .news .col .tit {
        font-size: 16px;
    }

    .news .col .time {
        font-size: 12px;
    }

    .news .col .desc {
        margin-top: 10px;
        max-height: 40px;
        line-height: 20px;
    }
}

/*动画*/
.yt,
.yb,
.xl,
.xr,
.anime-t {
    opacity: 0;
}

.anime-r .yt,
.anime-r.yt {
    -webkit-animation: yt 1s forwards;
    -moz-animation: yt 1s forwards;
    -o-animation: yt 1s forwards;
    animation: yt 1s forwards;
}

.anime-r .yb,
.anime-r.yb {
    -webkit-animation: yb 1s forwards;
    -moz-animation: yb 1s forwards;
    -o-animation: yb 1s forwards;
    animation: yb 1s forwards;
}

.anime-r .xl,
.anime-r.xl {
    -webkit-animation: xl 1s forwards;
    -moz-animation: xl 1s forwards;
    -o-animation: xl 1s forwards;
    animation: xl 1s forwards;
}

.anime-r .xr,
.anime-r.xr {
    -webkit-animation: xr 1s forwards;
    -moz-animation: xr 1s forwards;
    -o-animation: xr 1s forwards;
    animation: xr 1s forwards;
}

.anime-r .yt:nth-child(1),
.anime-r .yb:nth-child(1),
.anime-r .xl:nth-child(1),
.anime-r .xr:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.anime-r .yt:nth-child(2),
.anime-r .yb:nth-child(2),
.anime-r .xl:nth-child(2),
.anime-r .xr:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.anime-r .yt:nth-child(3),
.anime-r .yb:nth-child(3),
.anime-r .xl:nth-child(3),
.anime-r .xr:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.anime-r .yt:nth-child(4),
.anime-r .yb:nth-child(4),
.anime-r .xl:nth-child(4),
.anime-r .xr:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.anime-r .yt:nth-child(5),
.anime-r .yb:nth-child(5),
.anime-r .xl:nth-child(5),
.anime-r .xr:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.anime-r .yt:nth-child(6),
.anime-r .yb:nth-child(6),
.anime-r .xl:nth-child(6),
.anime-r .xr:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.anime-r .yt:nth-child(7),
.anime-r .yb:nth-child(7),
.anime-r .xl:nth-child(7),
.anime-r .xr:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.anime-r .yt:nth-child(8),
.anime-r .yb:nth-child(8),
.anime-r .xl:nth-child(8),
.anime-r .xr:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.anime-r .yt:nth-child(9),
.anime-r .yb:nth-child(9),
.anime-r .xl:nth-child(9),
.anime-r .xr:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.anime-r .yt:nth-child(10),
.anime-r .yb:nth-child(10),
.anime-r .xl:nth-child(10),
.anime-r .xr:nth-child(10) {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.anime-r .yt:nth-child(11),
.anime-r .yb:nth-child(11),
.anime-r .xl:nth-child(11),
.anime-r .xr:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.anime-r .yt:nth-child(12),
.anime-r .yb:nth-child(12),
.anime-r .xl:nth-child(12),
.anime-r .xr:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.anime-r .yt:nth-child(13),
.anime-r .yb:nth-child(13),
.anime-r .xl:nth-child(13),
.anime-r .xr:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.anime-r .yt:nth-child(14),
.anime-r .yb:nth-child(14),
.anime-r .xl:nth-child(14),
.anime-r .xr:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.anime-r .yt:nth-child(15),
.anime-r .yb:nth-child(15),
.anime-r .xl:nth-child(15),
.anime-r .xr:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.anime-r .yt:nth-child(16),
.anime-r .yb:nth-child(16),
.anime-r .xl:nth-child(16),
.anime-r .xr:nth-child(16) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

@keyframes yt {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        -o-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes yt {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes yt {
    0% {
        -moz-transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes yt {
    0% {
        -o-transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes yb {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        -o-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes yb {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes yb {
    0% {
        -moz-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes yb {
    0% {
        -o-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes xl {
    0% {
        -webkit-transform: translate3d(-30px, 0, 0);
        -ms-transform: translate3d(-30px, 0, 0);
        -o-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes xl {
    0% {
        -webkit-transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes xl {
    0% {
        -moz-transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes xl {
    0% {
        -o-transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes xr {
    0% {
        -webkit-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes xr {
    0% {
        -webkit-transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes xr {
    0% {
        -moz-transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes xr {
    0% {
        -o-transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}