@charset "utf-8";

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1497855280632');
    src: url('../fonts/iconfont.eot?t=1497855280632#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1497855280632') format('woff'), url('../fonts/iconfont.ttf?t=1497855280632') format('truetype'), url('../fonts/iconfont.svg?t=1497855280632#iconfont') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-next:before {
    content: "\e601"
}

.icon-next2:before {
    content: "\e636"
}

.icon-prev2:before {
    content: "\e637"
}

.icon-prev1:before {
    content: "\e648"
}

.icon-next1:before {
    content: "\e655"
}

.icon-prev:before {
    content: "\e606"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide:not(:first-child) {
    display: none
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    margin: auto
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-content {
    display: none
}

.webui-popover-rtl {
    direction: rtl;
    text-align: right
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #eee;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
    margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
    margin-left: -10px
}

.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.out {
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block
}

.webui-popover .webui-popover-content>div:first-child {
    width: 99%
}

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
    opacity: .5;
    filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
    content: "\00D7";
    width: .8em;
    height: .8em;
    padding: 4px;
    position: relative
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #333;
    border-bottom: 1px solid #3b3b3b;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover>.webui-arrow {
    border-width: 11px
}

.webui-popover>.webui-arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: #eee;
    border-bottom-width: 0
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #eee
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: #eee;
    border-top-width: 0
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #eee
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
    border-left-color: #333
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background: url('../../../public/third-party/webui-popover/../../images/loading.gif') center/contain no-repeat
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

@font-face {
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg')
}

[class*=" pe-"],
[class^=pe-] {
    position: relative;
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pe-album:before {
    content: "\e6aa"
}

.pe-arc:before {
    content: "\e6ab"
}

.pe-back-2:before {
    content: "\e6ac"
}

.pe-bandaid:before {
    content: "\e6ad"
}

.pe-car:before {
    content: "\e6ae"
}

.pe-diamond:before {
    content: "\e6af"
}

.pe-door-lock:before {
    content: "\e6b0"
}

.pe-eyedropper:before {
    content: "\e6b1"
}

.pe-female:before {
    content: "\e6b2"
}

.pe-gym:before {
    content: "\e6b3"
}

.pe-hammer:before {
    content: "\e6b4"
}

.pe-headphones:before {
    content: "\e6b5"
}

.pe-helm:before {
    content: "\e6b6"
}

.pe-hourglass:before {
    content: "\e6b7"
}

.pe-leaf:before {
    content: "\e6b8"
}

.pe-magic-wand:before {
    content: "\e6b9"
}

.pe-male:before {
    content: "\e6ba"
}

.pe-map-2:before {
    content: "\e6bb"
}

.pe-next-2:before {
    content: "\e6bc"
}

.pe-paint-bucket:before {
    content: "\e6bd"
}

.pe-pendrive:before {
    content: "\e6be"
}

.pe-photo:before {
    content: "\e6bf"
}

.pe-piggy:before {
    content: "\e6c0"
}

.pe-plugin:before {
    content: "\e6c1"
}

.pe-refresh-2:before {
    content: "\e6c2"
}

.pe-rocket:before {
    content: "\e6c3"
}

.pe-settings:before {
    content: "\e6c4"
}

.pe-shield:before {
    content: "\e6c5"
}

.pe-smile:before {
    content: "\e6c6"
}

.pe-usb:before {
    content: "\e6c7"
}

.pe-vector:before {
    content: "\e6c8"
}

.pe-wine:before {
    content: "\e6c9"
}

.pe-cloud-upload:before {
    content: "\e68a"
}

.pe-cash:before {
    content: "\e68c"
}

.pe-close:before {
    content: "\e680"
}

.pe-bluetooth:before {
    content: "\e68d"
}

.pe-cloud-download:before {
    content: "\e68b"
}

.pe-way:before {
    content: "\e68e"
}

.pe-close-circle:before {
    content: "\e681"
}

.pe-id:before {
    content: "\e68f"
}

.pe-angle-up:before {
    content: "\e682"
}

.pe-wristwatch:before {
    content: "\e690"
}

.pe-angle-up-circle:before {
    content: "\e683"
}

.pe-world:before {
    content: "\e691"
}

.pe-angle-right:before {
    content: "\e684"
}

.pe-volume:before {
    content: "\e692"
}

.pe-angle-right-circle:before {
    content: "\e685"
}

.pe-users:before {
    content: "\e693"
}

.pe-angle-left:before {
    content: "\e686"
}

.pe-user-female:before {
    content: "\e694"
}

.pe-angle-left-circle:before {
    content: "\e687"
}

.pe-up-arrow:before {
    content: "\e695"
}

.pe-angle-down:before {
    content: "\e688"
}

.pe-switch:before {
    content: "\e696"
}

.pe-angle-down-circle:before {
    content: "\e689"
}

.pe-scissors:before {
    content: "\e697"
}

.pe-wallet:before {
    content: "\e600"
}

.pe-safe:before {
    content: "\e698"
}

.pe-volume2:before {
    content: "\e601"
}

.pe-volume1:before {
    content: "\e602"
}

.pe-voicemail:before {
    content: "\e603"
}

.pe-video:before {
    content: "\e604"
}

.pe-user:before {
    content: "\e605"
}

.pe-upload:before {
    content: "\e606"
}

.pe-unlock:before {
    content: "\e607"
}

.pe-umbrella:before {
    content: "\e608"
}

.pe-trash:before {
    content: "\e609"
}

.pe-tools:before {
    content: "\e60a"
}

.pe-timer:before {
    content: "\e60b"
}

.pe-ticket:before {
    content: "\e60c"
}

.pe-target:before {
    content: "\e60d"
}

.pe-sun:before {
    content: "\e60e"
}

.pe-study:before {
    content: "\e60f"
}

.pe-stopwatch:before {
    content: "\e610"
}

.pe-star:before {
    content: "\e611"
}

.pe-speaker:before {
    content: "\e612"
}

.pe-signal:before {
    content: "\e613"
}

.pe-shuffle:before {
    content: "\e614"
}

.pe-shopbag:before {
    content: "\e615"
}

.pe-share:before {
    content: "\e616"
}

.pe-server:before {
    content: "\e617"
}

.pe-search:before {
    content: "\e618"
}

.pe-film:before {
    content: "\e6a5"
}

.pe-science:before {
    content: "\e619"
}

.pe-disk:before {
    content: "\e6a6"
}

.pe-ribbon:before {
    content: "\e61a"
}

.pe-repeat:before {
    content: "\e61b"
}

.pe-refresh:before {
    content: "\e61c"
}

.pe-add-user:before {
    content: "\e6a9"
}

.pe-refresh-cloud:before {
    content: "\e61d"
}

.pe-paperclip:before {
    content: "\e69c"
}

.pe-radio:before {
    content: "\e61e"
}

.pe-note2:before {
    content: "\e69d"
}

.pe-print:before {
    content: "\e61f"
}

.pe-network:before {
    content: "\e69e"
}

.pe-prev:before {
    content: "\e620"
}

.pe-mute:before {
    content: "\e69f"
}

.pe-power:before {
    content: "\e621"
}

.pe-medal:before {
    content: "\e6a0"
}

.pe-portfolio:before {
    content: "\e622"
}

.pe-like2:before {
    content: "\e6a1"
}

.pe-plus:before {
    content: "\e623"
}

.pe-left-arrow:before {
    content: "\e6a2"
}

.pe-play:before {
    content: "\e624"
}

.pe-key:before {
    content: "\e6a3"
}

.pe-plane:before {
    content: "\e625"
}

.pe-joy:before {
    content: "\e6a4"
}

.pe-photo-gallery:before {
    content: "\e626"
}

.pe-pin:before {
    content: "\e69b"
}

.pe-phone:before {
    content: "\e627"
}

.pe-plug:before {
    content: "\e69a"
}

.pe-pen:before {
    content: "\e628"
}

.pe-right-arrow:before {
    content: "\e699"
}

.pe-paper-plane:before {
    content: "\e629"
}

.pe-delete-user:before {
    content: "\e6a7"
}

.pe-paint:before {
    content: "\e62a"
}

.pe-bottom-arrow:before {
    content: "\e6a8"
}

.pe-notebook:before {
    content: "\e62b"
}

.pe-note:before {
    content: "\e62c"
}

.pe-next:before {
    content: "\e62d"
}

.pe-news-paper:before {
    content: "\e62e"
}

.pe-musiclist:before {
    content: "\e62f"
}

.pe-music:before {
    content: "\e630"
}

.pe-mouse:before {
    content: "\e631"
}

.pe-more:before {
    content: "\e632"
}

.pe-moon:before {
    content: "\e633"
}

.pe-monitor:before {
    content: "\e634"
}

.pe-micro:before {
    content: "\e635"
}

.pe-menu:before {
    content: "\e636"
}

.pe-map:before {
    content: "\e637"
}

.pe-map-marker:before {
    content: "\e638"
}

.pe-mail:before {
    content: "\e639"
}

.pe-mail-open:before {
    content: "\e63a"
}

.pe-mail-open-file:before {
    content: "\e63b"
}

.pe-magnet:before {
    content: "\e63c"
}

.pe-loop:before {
    content: "\e63d"
}

.pe-look:before {
    content: "\e63e"
}

.pe-lock:before {
    content: "\e63f"
}

.pe-lintern:before {
    content: "\e640"
}

.pe-link:before {
    content: "\e641"
}

.pe-like:before {
    content: "\e642"
}

.pe-light:before {
    content: "\e643"
}

.pe-less:before {
    content: "\e644"
}

.pe-keypad:before {
    content: "\e645"
}

.pe-junk:before {
    content: "\e646"
}

.pe-info:before {
    content: "\e647"
}

.pe-home:before {
    content: "\e648"
}

.pe-help2:before {
    content: "\e649"
}

.pe-help1:before {
    content: "\e64a"
}

.pe-graph3:before {
    content: "\e64b"
}

.pe-graph2:before {
    content: "\e64c"
}

.pe-graph1:before {
    content: "\e64d"
}

.pe-graph:before {
    content: "\e64e"
}

.pe-global:before {
    content: "\e64f"
}

.pe-gleam:before {
    content: "\e650"
}

.pe-glasses:before {
    content: "\e651"
}

.pe-gift:before {
    content: "\e652"
}

.pe-folder:before {
    content: "\e653"
}

.pe-flag:before {
    content: "\e654"
}

.pe-filter:before {
    content: "\e655"
}

.pe-file:before {
    content: "\e656"
}

.pe-expand1:before {
    content: "\e657"
}

.pe-exapnd2:before {
    content: "\e658"
}

.pe-edit:before {
    content: "\e659"
}

.pe-drop:before {
    content: "\e65a"
}

.pe-drawer:before {
    content: "\e65b"
}

.pe-download:before {
    content: "\e65c"
}

.pe-display2:before {
    content: "\e65d"
}

.pe-display1:before {
    content: "\e65e"
}

.pe-diskette:before {
    content: "\e65f"
}

.pe-date:before {
    content: "\e660"
}

.pe-cup:before {
    content: "\e661"
}

.pe-culture:before {
    content: "\e662"
}

.pe-crop:before {
    content: "\e663"
}

.pe-credit:before {
    content: "\e664"
}

.pe-copy-file:before {
    content: "\e665"
}

.pe-config:before {
    content: "\e666"
}

.pe-compass:before {
    content: "\e667"
}

.pe-comment:before {
    content: "\e668"
}

.pe-coffee:before {
    content: "\e669"
}

.pe-cloud:before {
    content: "\e66a"
}

.pe-clock:before {
    content: "\e66b"
}

.pe-check:before {
    content: "\e66c"
}

.pe-chat:before {
    content: "\e66d"
}

.pe-cart:before {
    content: "\e66e"
}

.pe-camera:before {
    content: "\e66f"
}

.pe-call:before {
    content: "\e670"
}

.pe-calculator:before {
    content: "\e671"
}

.pe-browser:before {
    content: "\e672"
}

.pe-box2:before {
    content: "\e673"
}

.pe-box1:before {
    content: "\e674"
}

.pe-bookmarks:before {
    content: "\e675"
}

.pe-bicycle:before {
    content: "\e676"
}

.pe-bell:before {
    content: "\e677"
}

.pe-battery:before {
    content: "\e678"
}

.pe-ball:before {
    content: "\e679"
}

.pe-back:before {
    content: "\e67a"
}

.pe-attention:before {
    content: "\e67b"
}

.pe-anchor:before {
    content: "\e67c"
}

.pe-albums:before {
    content: "\e67d"
}

.pe-alarm:before {
    content: "\e67e"
}

.pe-airplay:before {
    content: "\e67f"
}

.slick-loading .slick-list {
    background: #fff url('../../../public/third-party/slick/./ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../../public/third-party/slick/./fonts/slick.eot');
    src: url('../../../public/third-party/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../public/third-party/slick/./fonts/slick.woff') format('woff'), url('../../../public/third-party/slick/./fonts/slick.ttf') format('truetype'), url('../../../public/third-party/slick/./fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.hidden {
    display: none
}

a:hover,
a:active {
    text-decoration: none
}

body.ny-nobanner.site-navfixed {
    padding-top: 100px
}

body.ny-nobanner.site-navfixed-navclamp {
    padding-top: 147px
}

#tophead {
    height: 35px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(181, 181, 181, 0.1);
    font-size: 14px;
    color: #000000;
    color: #ffffff
}

#tophead .tophead-contact li {
    display: inline-block;
    margin-right: 10px
}

.dropdown-submenu.animate>.dropdown-item {
    -webkit-animation: slide-left 0.5s both;
    -o-animation: slide-left 0.5s both;
    animation: slide-left 0.5s both
}

#tophead i {
    color: #116bc4;
    color: ;
    padding-right: 10px
}

#tophead a {
    color: #000000;
    color: #ffffff
}

.dropdown-menu.overflow-visible {
    overflow: visible
}

.mainheadnr {
    min-height: 60px;
    transition: padding 0.5s;
    border-radius: 0
}

.mainheadnr {
    background: #0003;
}

body.ny-nobanner .mainheadnr {
    background: #ffffff;
    background:
}

body.ny-nobanner #tophead {
    background: #ffffff !important;
    background:  !important
}

.mainheadnr.navbar-shadow {
    padding: 0
}

.site-head.navbar-fixed-top {
    z-index: 10
}

.mainheadnr.header-zindex {
    z-index: 1601
}

.mainheadnr .site-langlist .dropdown>a {
    line-height: 22px;
    padding: 0
}

.mainheadnr .site-logo img {
    max-height: 50px
}

.mainheadnr .site-logo,
.mainheadnr .navbar-toggler,
.site-navfixed-navclamp .mainheadnr .site-langlist .dropdown {
    height: 50px;
    line-height: normal
}

.mainheadnr .site-langlist .dropdown .dropdown-menu {
    line-height: normal !important;
    min-width: auto
}

.site-navfixed-navclamp .mainheadnr .input-search {
    height: 50px;
    line-height: 50px
}

.site-navfixed-navclamp .mainheadnr .site-langlist .dropdown.language {
    line-height: 50px
}

.mainheadnr .navbar-toggler {
    width: auto
}

.mainheadnr .navbar-collapse {
    overflow-x: hidden
}

.mainheadnr .navbar-collapse.flex-navlist {
    width: 100%
}

.mainheadnr .navlist.flex {
    width: 100%;
    margin-right: 0 !important
}

.mainheadnr .navlist.flex .nav-item {
    flex: auto;
    text-align: center
}

.mainheadnr .navlist.flex .nav-item .nav-link {
    height: 50px;
    line-height: 50px;
    padding: 0
}

.mainheadnr .navlist.flex .nav-item>.dropdown-menu {
    top: 50px
}

.mainheadnr .navlist.flex>.nav-item>a:before {
    height: 50px;
    line-height: 50px
}

.mainheadnr .dropdown-menu {
    background-color: #ffffff;
    background-color: ;
    border: none
}

.mainheadnr .navlist .nav-item>.dropdown-menu .dropdown-item {
    color: #000000;
    color:
}

.dropdown-menu.dropdown-menu-bullet:before,
.dropdown-menu.dropdown-menu-bullet:after {
    border-bottom-color: #ffffff;
    border-bottom-color:
}

.mainheadnr .navlist .dropdown-menu .dropdown-item:hover,
.mainheadnr .navlist .dropdown-menu .dropdown-item.active,
.mainheadnr .navlist .dropdown-menu .dropdown-item:hover span,
.mainheadnr .navlist .dropdown-menu .dropdown-item.active span {
    background: #ffffff !important;
    color: #116bc4 !important;
    color:  !important
}

.mainheadnr .site-head-user .dropdown-item:hover i {
    color: #116bc4;
    color:
}

.mainheadnr.navbar-default .navbar-nav>.open>.nav-link,
.mainheadnr.navbar-default .navbar-nav>.open>.nav-link:focus,
.mainheadnr.navbar-default .navbar-nav>.open>.nav-link:hover {
    color: #116bc4;
    color:
}

.mainheadnr .site-head-user .shop_cart {
    font-size: 1rem
}

@media screen\0 {
    .mainheadnr .navlist.flex {
        text-align: center
    }

    .mainheadnr .navlist.flex .nav-item {
        display: inline-block;
        float: none
    }

    .mainheadnr .navlist.flex .nav-item .nav-link {
        padding: 0 20px
    }
}

.mainheadnr .page-search-form {
    display: inline-block
}

.mainheadnr .input-search-btn {
    z-index: 9
}

.mainheadnr .searchBase small.form-control-label {
    position: absolute;
    left: 0;
    top: 50%
}

.mainheadnr .input-search {
    width: 150px;
    height: 60px;
    line-height: 60px
}

.mainheadnr .input-search input {
    display: inline-block;
    outline: none;
    height: 36px;
    border-radius: 3px;
    border: none;
    padding-left: 10px;
    padding-right: 30px;
    color: #999999;
    color: ;
    border: 1px solid;
    border-color: #999999;
    border-color: ;
    background: transparent
}

.mainheadnr .input-search button {
    outline: none
}

.mainheadnr .input-search button i {
    color: #999999;
    color: ;
    cursor: pointer;
    font-size: 16px
}

.mainheadnr .input-search button i:hover {
    color: #116bc4;
    color:
}

.mainheadnr .navlist .nav-item a.nav-link:hover span {
    background: none !important;
    color: #116bc4 !important;
    color:  !important
}

.mainheadnr .dropdown-item,
.mainheadnr .navlist .nav-item a.nav-link {
    color: #000000;
    color: #ffffff;
    background: transparent
}

.mainheadnr .navlist .nav-item.home a.nav-link {
    font-size: 14px;
    color:
}

.ny-nobanner .navlist .nav-item a.nav-link,
.mainheadnr.navbar-shadow .navlist .nav-item a.nav-link {
    color: #000000;
    color: #ffffff
}

.mainheadnr .navlist .nav-item a:hover,
.mainheadnr .navlist .nav-item a.active,
.mainheadnr .navlist .nav-item a:hover span,
.mainheadnr .navlist .nav-item a.active span {
    background: none !important;
    color: #116bc4;
    color:
}

.ny-nobanner .navlist .nav-item a.active,
.mainheadnr.navbar-shadow .navlist .nav-item a.active {
    color: #116bc4;
    color:
}

.mainheadnr .dropdown-submenu>.dropdown-item.dropdown-a:after {
    border-top: 0.286rem solid;
    border-right: 0.286rem solid transparent;
    border-left: 0.286rem solid transparent
}

.mainheadnr .dropdown-submenu .dropdown-menu.block {
    position: static;
    border-right: none;
    border-left: none;
    padding-left: 10px
}

@media (max-width:767px) {

    body.ny-nobanner.site-navfixed,
    body.site-navfixed {
        padding-top: 60px
    }

    .mainheadnr .dropdown-submenu .dropdown-menu {
        padding-left: 10px
    }

    .mainheadnr .dropdown-menu-right.dropdown-menu-bullet:after,
    .mainheadnr .dropdown-menu-right.dropdown-menu-bullet:before {
        display: none
    }

    .mainheadnr .navlist .nav-item a.active {
        background: none !important
    }

    .mainheadnr .site-head-shop li {
        display: block !important;
        margin: 0
    }
}

.mainheadnr .site-langlist .dropdown-menu {
    top: 43px;
    padding: 0
}

.mainheadnr .site-langlist .dropdown-menu a+a {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.mainheadnr .site-langlist .dropdown-item {
    color: #000000;
    color:
}

.mainheadnr .site-langlist .modal {
    background: rgba(0, 0, 0, 0.3)
}

@media (min-width:768px) {
    .mainheadnr {
        padding: 20px 0
    }

    .mainheadnr .site-langlist .dropdown {
        height: 60px;
        line-height: 60px
    }

    .mainheadnr .navlist .nav-item .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 60px;
        line-height: 60px
    }

    .mainheadnr .navlist .nav-item>.dropdown-menu {
        top: 65px;
        padding: 0;
        border: none;
        max-height: calc(100vh - 100px);
        overflow-y: auto
    }

    .mainheadnr .navlist .nav-item>.dropdown-menu>.dropdown-submenu .dropdown-menu {
        padding: 0;
        max-height: calc(100vh - 100px);
        overflow-y: auto
    }

    .mainheadnr .navlist .nav-item>.dropdown-menu .border-top1 {
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }

    .mainheadnr .navlist .nav-item>.dropdown-menu.dropdown-menu-bullet {
        top: 67px
    }

    .mainheadnr .site-head-user {
        height: 60px
    }

    .mainheadnr .site-langlist,
    .mainheadnr .site-head-user {
        margin-left: 15px !important
    }
}

@media (max-width:767px) {
    .mainheadnr .navlist .searchBase {
        display: inline-block
    }

    .mainheadnr .input-search {
        padding-left: 1.072rem
    }

    #tophead {
        display: none
    }

    .mainheadnr.notopacity {
        background: #000000 !important
    }

    .mainheadnr .site-langlist .dropdown {
        padding: 0.715rem 1.072rem
    }

    .mainheadnr .site-langlist a {
        padding: 5px 15px 5px 5px !important
    }

    .mainheadnr .navlist .nav-item {
        margin-left: 0 !important
    }

    .mainheadnr .site-logo {
        margin-left: 10px
    }

    .mainheadnr .site-logo img {
        max-width: 150px
    }

    .mainheadnr .navbar-collapse {
        width: 100%
    }

    .site-head.navbar-fixed-top .mainheadnr .navbar-collapse {
        max-height: 340px;
        overflow-y: auto
    }

    .mainheadnr .navbar-nav {
        margin: 10px 0 !important
    }

    .mainheadnr .navlist .nav-item a.active {
        background: #f5f5f5
    }

    .mainheadnr .site-langlist {
        margin-right: 5px
    }

    .mainheadnr .navlist .nav-item a.nav-link {
        color: #000000;
        color: #ffffff
    }

    .mainheadnr .site-langlist .btn-outline.btn-default {
        color: #000000;
        color: #ffffff;
        border-color: #000000;
        border-color: #ffffff
    }

    .mainheadnr.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item {
        color: #000000;
        color: #ffffff
    }

    .mainheadnr .navlist .nav-item>.dropdown-menu .border-top1 {
        border-top: 0px solid rgba(255, 255, 255, 0.2)
    }
}

.navbar-default .navbar-nav .nav-link:focus,
.navbar-default .navbar-nav .nav-link:hover {
    background-color: transparent
}

.site-mask {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1499;
    background: rgba(0, 0, 0, 0.2)
}

.site-head-user .dropdown>a {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    line-height: 40px;
    color: #000000;
    color: #ffffff;
    background: transparent
}

.ny-nobanner .site-head-user .dropdown>a,
.mainheadnr.navbar-shadow .site-head-user .dropdown>a {
    color: #000000;
    color: #ffffff
}

.site-head-user .dropdown .dropdown-item>a {
    color: #000000;
    color: #ffffff
}

.site-head-user .dropdown-menu {
    top: 45px;
    padding: 0
}

.site-head-user .dropdown-menu-footer {
    line-height: 35px
}

.site-head-user .site-head-user-column .avatar img {
    max-height: 30px
}

@media (min-width:768px) {
    .site-head-user>li:nth-child(2) {
        margin-left: 10px
    }

    .mainheadnr .navbar-nav>.nav-item:first-child>a:before {
        display: none
    }

    .mainheadnr .navbar-nav>.nav-item>a:before {
        content: "/\00a0";
        position: absolute;
        left: 0;
        top: 0;
        color: #909090;
        height: 60px;
        line-height: 60px
    }

    .mainheadnr.navbar-nav>.nav-item>a:before;
    .navbar-nav>.nav-item>a
}

@media (max-width:991px) {
    .mainheadnr .navbar-nav>.nav-item>a:before {
        height: 50px;
        line-height: 50px
    }

    .site-navfixed-navclamp .mainheadnr .site-langlist .dropdown {
        height: 50px
    }
}

@media (max-width:767px) {
    .site-head-user>li {
        display: block
    }

    .site-head-user>li:first-child {
        margin-bottom: 10px
    }

    .mainheadnr .navbar-toggler {
        color: #000000;
        color: #ffffff
    }

    .mainheadnr.navbar-default .hamburger:before {
        background-color: #000000
    }
}

.site-head-user-toggler.active i {
    display: none
}

.site-head-user-toggler.active i:first-child {
    display: inline-block
}

.site-head-user-toggler i {
    position: relative;
    top: -5px
}

.site-head-user-toggler i:first-child {
    display: none
}

.site-head-user li a.btn-outline {
    color: #000000;
    color: #ffffff;
    background-color: transparent;
    border-color: #000000;
    border-color: #ffffff
}

.ny-nobanner .site-head-user li a.btn-outline,
.mainheadnr.navbar-shadow .site-head-user li a.btn-outline {
    color: #000000;
    color: #ffffff;
    border-color: #000000;
    border-color: #ffffff
}

.site-head-user li a.btn-outline:hover {
    border-color: #000000;
    background-color: #000000;
    color: #116bc4;
    border-color: #ffffff;
    background-color: #ffffff;
    color:
}

.site-head-user li a.btn-success {
    border-color: #000000;
    background-color: #000000;
    color: #116bc4;
    border-color: #ffffff;
    background-color: #ffffff;
    color:
}

.ny-nobanner .site-head-user li a.btn-success,
.mainheadnr.navbar-shadow .site-head-user li a.btn-success {
    border-color: #000000;
    border-color: #ffffff;
    background-color: #000000;
    background-color: #ffffff
}

.mainheadnr .site-head-user li .dropdown-menu li+li .dropdown-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.mainheadnr .site-head-user .dropdown i,
.mainheadnr .site-head-user li .dropdown-menu .dropdown-item {
    color: #000000;
    color:
}

.mainheadnr .site-head-user li .dropdown-menu .dropdown-item:hover {
    background: #ffffff !important;
    color: #116bc4;
    color:
}

.mainheadnr.navbar-default .hamburger .hamburger-bar,
.mainheadnr.navbar-default .hamburger:after,
.mainheadnr.navbar-default .hamburger:before {
    background-color: #000000;
    background-color: #ffffff
}

.site-langlist .btn-outline.btn-default {
    color: #000000;
    color: #ffffff;
    background-color: transparent;
    border-color: #000000;
    border-color: #ffffff;
    height: 36px;
    line-height: 20px
}

.ny-nobanner .site-langlist .btn-outline.btn-default,
.mainheadnr.navbar-shadow .site-langlist .btn-outline.btn-default {
    color: #000000;
    color: #ffffff;
    border-color: #000000;
    border-color: #ffffff
}

.site-langlist .btn-outline.btn-default:hover,
.site-langlist .btn-outline.btn-default:active,
.site-langlist .btn-outline.btn-default:focus {
    border-color: #000000;
    border-color: #ffffff;
    background-color: #000000;
    background-color: #ffffff;
    color: #116bc4;
    color:
}

.mainheadnr .site-head-shop .shop_cart i {
    color: #000000;
    color: #ffffff
}

.ny-nobanner .site-head-shop .shop_cart i,
.mainheadnr.navbar-shadow .site-head-shop .shop_cart i {
    color: #000000;
    color: #ffffff
}

#topcart-body {
    color: #000000;
    color:
}

@media (max-width:767px) {

    .mainheadnr.navbar-default .hamburger:before,
    .mainheadnr.navbar-default .hamburger .hamburger-bar,
    .mainheadnr.navbar-default .hamburger:after {
        background-color: #000000
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        -ms-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        -ms-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

.layui-m-layer {
    position: relative;
    z-index: 19891014
}

.layui-m-layer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.layui-m-layermain,
.layui-m-layershade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layui-m-layershade {
    background-color: rgba(0, 0, 0, .7);
    pointer-events: auto
}

.layui-m-layermain {
    display: table;
    font-family: Helvetica, arial, sans-serif;
    pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.layui-m-layerchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.layui-m-anim-scale {
    animation-name: layui-m-anim-scale;
    -webkit-animation-name: layui-m-anim-scale
}

@-webkit-keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.layui-m-anim-up {
    -webkit-animation-name: layui-m-anim-up;
    animation-name: layui-m-anim-up
}

.layui-m-layer0 .layui-m-layerchild {
    width: 90%;
    max-width: 640px
}

.layui-m-layer1 .layui-m-layerchild {
    border: none;
    border-radius: 0
}

.layui-m-layer2 .layui-m-layerchild {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff
}

.layui-m-layerchild h3 {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    text-align: center
}

.layui-m-layerbtn span,
.layui-m-layerchild h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-m-layercont {
    padding: 50px 30px;
    line-height: 22px;
    text-align: center
}

.layui-m-layer1 .layui-m-layercont {
    padding: 0;
    text-align: left
}

.layui-m-layer2 .layui-m-layercont {
    text-align: center;
    padding: 0;
    line-height: 0
}

.layui-m-layer2 .layui-m-layercont i {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-m-layerbtn,
.layui-m-layerbtn span {
    position: relative;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.layui-m-layer2 .layui-m-layercont p {
    margin-top: 20px
}

@-webkit-keyframes layui-m-anim-loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes layui-m-anim-loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.layui-m-layer2 .layui-m-layercont i:first-child {
    margin-left: 0;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.layui-m-layer2 .layui-m-layercont>div {
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 14px
}

.layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    border-top: 1px solid #D0D0D0;
    background-color: #F2F2F2
}

.layui-m-layerbtn span {
    display: block;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    font-size: 14px;
    cursor: pointer
}

.layui-m-layerbtn span[yes] {
    color: #40AFFE
}

.layui-m-layerbtn span[no] {
    border-right: 1px solid #D0D0D0;
    border-radius: 0 0 0 5px
}

.layui-m-layerbtn span:active {
    background-color: #F6F6F6
}

.layui-m-layerend {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 30px
}

.layui-m-layerend::after,
.layui-m-layerend::before {
    position: absolute;
    left: 5px;
    top: 15px;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 3px
}

.layui-m-layerend::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

body .layui-m-layer .layui-m-layer-footer {
    position: fixed;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    background: 0 0
}

.layui-m-layer-footer .layui-m-layercont {
    padding: 20px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn {
    display: block;
    height: auto;
    background: 0 0;
    border-top: none
}

.layui-m-layer-footer .layui-m-layerbtn span {
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn span[no] {
    color: #FD482C;
    border-top: 1px solid #c2c2c2;
    border-radius: 0 0 5px 5px
}

.layui-m-layer-footer .layui-m-layerbtn span[yes] {
    margin-top: 10px;
    border-radius: 5px
}

body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    bottom: -150px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.layui-m-layer-msg .layui-m-layercont {
    padding: 10px 20px
}

.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden
}

.mCSB_container.mCS_no_scrollbar {
    margin-right: 0
}

.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
    margin-right: 30px
}

.mCustomScrollBox>.mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px
}

.mCSB_horizontal>.mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0
}

.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right
}

.mCustomScrollBox {
    -ms-touch-action: none
}

.mCustomScrollBox>.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(../img/mcsb_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, .15)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    background: rgba(0, 0, 0, .75)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .85)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9)
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .85)
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .9)
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .85)
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9)
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .85)
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .9)
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000;
    background: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .85)
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9)
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #fff;
    background: rgba(255, 255, 255, .1)
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, .15)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000;
    background: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .85)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.pp-section {
    height: 100%;
    position: absolute;
    width: 100%
}

.pp-easing {
    -webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99);
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99);
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99);
    transition: all 1s cubic-bezier(.55, .085, 0, .99);
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)
}

#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1
}

#pp-nav.right {
    right: 17px
}

#pp-nav.left {
    left: 17px
}

.pp-section.pp-table {
    display: table
}

.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.pp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}

.pp-slidesNav.bottom {
    bottom: 17px
}

.pp-slidesNav.top {
    top: 17px
}

#pp-nav ul,
.pp-slidesNav ul {
    margin: 0;
    padding: 0
}

#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.pp-slidesNav li {
    display: inline-block
}

#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #333
}

#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px
}

.pp-tooltip.right {
    right: 20px
}

.pp-tooltip.left {
    left: 20px
}

.pp-scrollable {
    overflow-y: scroll;
    height: 100%
}

.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)
    }
}

.mainbanner {
    width: 100%;
    height: auto;
    display: table
}

.mainbanner.slick-slider {
    display: block
}

.mainbanner .slick-list,
.mainbanner .slick-track {
    height: 100%
}

.mainbanner .slick-slide {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block
}

.mainbanner .slick-slide a {
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

.mainbanner .slick-slide img {
    display: none
}

.mainbanner .slick-slide:nth-child(1) img {
    display: block !important;
    height: auto
}

.mainbanner .animation-fade {
    -webkit-animation-duration: .66s !important;
    -o-animation-duration: .66s !important;
    animation-duration: .66s !important
}

@media (max-width:767px) {
    .mainbanner .slick-dots {
        bottom: 5px
    }

    .mainbanner .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0
    }
}

.mainbanner .slick-arrow {
    width: 40px;
    height: 40px;
    top: 50%;
    text-align: center;
    display: none !important;
    z-index: 1;
    position: absolute
}

.mainbanner .slick-arrow:before {
    display: none
}

.mainbanner:hover .slick-arrow {
    display: block
}

.mainbanner .slick-arrow.slick-prev {
    background: #116bc4;
    background: ;
    opacity: .58;
    left: 20px
}

.mainbanner .slick-arrow.slick-prev i {
    background: url(../ui/banner/site_21_4/img/jiantou.png) repeat 0 0
}

.mainbanner .slick-arrow.slick-next {
    background: #116bc4;
    background: ;
    opacity: .58;
    right: 20px
}

.mainbanner .slick-arrow.slick-next i {
    background: url(../ui/banner/site_21_4/img/jiantou.png) repeat -39px 0
}

.mainbanner .slick-arrow:hover {
    opacity: .9;
    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
    transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.mainbanner .slick-arrow:hover i {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

.mainbanner .slick-arrow i {
    font-size: 0;
    color: #fff !important;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px
}

@media (max-width:767px) {
    .mainbanner .slick-arrow i {
        font-size: 50px
    }
}

.mainbanner .slick-dots {
    margin: 0;
    bottom: 20px
}

.mainbanner .slick-dots li {
    margin: 0 2px
}

@media (max-width:991px) {}

@media (min-width:768px) {
    .mainbanner:hover .slick-arrow {
        display: block !important
    }
}

@media (max-width:767px) {
    .mainbanner .slick-dots {
        bottom: 5px
    }
}

.mainbanner .banner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.mainbanner .banner-text .bannerlink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.mainbanner .container .banner-text-con div {
    position: relative;
    z-index: 2
}

.mainbanner .banner-text .container {
    height: 100%;
    display: table;
    text-align: center
}

.mainbanner .banner-text .container .banner-text-con {
    display: table-cell;
    vertical-align: middle
}

.mainbanner .banner-text.p-0 .container {
    text-align: left
}

.mainbanner .banner-text.p-0 .container .banner-text-con div {
    width: 60%;
    float: left
}

.mainbanner .banner-text.p-1 .container {
    text-align: right
}

.mainbanner .banner-text.p-1 .container .banner-text-con div {
    width: 60%;
    float: right
}

.mainbanner .banner-text.p-2 {
    top: 10%
}

.mainbanner .banner-text.p-2 .container .banner-text-con {
    vertical-align: top
}

.mainbanner .banner-text.p-3 {
    top: auto;
    bottom: 10%
}

.mainbanner .banner-text.p-3 .container .banner-text-con {
    vertical-align: bottom
}

.mainbanner .banner-text.p-2 .container .banner-text-con div,
.mainbanner .banner-text.p-3 .container .banner-text-con div,
.mainbanner .banner-text.p-4 .container .banner-text-con div {
    width: 60%;
    display: inline-block
}

.mainbanner .banner-text h3,
.mainbanner .banner-text p {
    color: #fff
}

.mainbanner .banner-text h3 {
    margin: 0;
    font-size: 42px
}

.mainbanner .banner-text p {
    font-size: 28px;
    margin: 20px 0 0;
    text-shadow: none
}

.mainbanner .banner-text .btn {
    margin-top: 30px;
    font-size: 20px
}

.mainbanner .swiper-slide {
    width: 100% !important;

}


.mainbanner .cover-image {
    max-width: 100vw
}

.mainbanner .swiper-hd {
    position: absolute;
    top: 50%;
    margin-top: -170px;
    z-index: 200;
    width: 50px !important;
    left: 90% !important;
}

.mainbanner .swiper-hd li {
    display: block;
    width: 50px;
    height: 50px;
    background: none;
    opacity: 1;
    margin: 30px 0 !important;
    position: relative;
    transition: ease .65s
}

.mainbanner .swiper-hd li i {
    overflow: hidden;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid;
    border-color: #116bc4;
    border-color: ;
    text-align: center;
    line-height: 50px;
    color: #116bc4;
    color: ;
    font-size: 24px;
    position: relative;
    z-index: 5;
    transition: ease .65s
}

.mainbanner .swiper-hd li:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -25px;
    background: #116bc4;
    background:
}

.mainbanner .swiper-hd li:last-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    background: #116bc4;
    background:
}

.mainbanner .swiper-hd li span {
    padding: 0 20px;
    display: block;
    height: 30px;
    border-radius: 30px;
    background: #116bc4;
    background: ;
    line-height: 30px;
    margin-top: -14px;
    z-index: -1;
    transition: ease-in .65s
}

.mainbanner .swiper-hd li.swiper-pagination-bullet-active i {
    background: #116bc4;
    background: ;
    box-shadow: 0 0 8px rgba(12, 3, 6, .38);
    transform: rotate(180deg)
}

.mainbanner .swiper-hd li.swiper-pagination-bullet-active i {
    color: #ffffff
}

.mainbanner .swiper-hd li.swiper-pagination-bullet-active span {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    transition-delay: .65s;
    white-space: nowrap;
    left: 0;
    display: none
}

.mainbanner .swiper-hd li.swiper-pagination-bullet-active span:after {
    transition: ease .65s
}

.mainbanner .swiper-hd li span {
    color: #ffffff;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0
}

.mainbanner .swiper-hd li.swiper-pagination-bullet-active span:after {
    opacity: 1;
    transition-delay: 1.3s;
    transform: translateX(0)
}

.mainbanner .lh-mobile-banner {
    display: none
}

.mainbanner .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    opacity: 1
}

@media screen and (max-width:768px) {

    .mainbanner .lh-mobile-banner,
    .mainbanner .lh-footer.other .lh-wapAbout-h2 {
        display: block
    }

    .mainbanner .lh-banner,
    .mainbanner .lh-about-main:before,
    .mainbanner .lh-about-main:after,
    .mainbanner .lh-about-main .line:before,
    .mainbanner .lh-about-main .line:after {
        display: none
    }

    .mainbanner .swiper-hd {
        position: inherit;
        width: 100% !important;
        text-align: center;
        margin: 30px 0 0 0;
        right: inherit
    }

    .mainbanner .swiper-hd li {
        display: inline-block;
        margin: 0 15px !important;
        width: 35px;
        height: 35px
    }

    .mainbanner .swiper-hd li i {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 18px
    }

    .mainbanner .swiper-hd li:before {
        width: 20px;
        height: 1px;
        left: -25px;
        top: 50%
    }

    .mainbanner .swiper-hd li:last-child:after {
        width: 20px;
        height: 1px;
        right: -25px;
        top: 50%;
        left: inherit
    }

    .mainbanner .swiper-hd li span {
        display: block;
        background: none;
        width: 30px !important;
        height: 20px;
        line-height: 20px;
        left: 50%;
        top: 40px;
        transform: translateX(0);
        margin-top: 0
    }

    .mainbanner .swiper-hd li span:after {
        opacity: 1 !important;
        color: #b72024 !important;
        transform: translateX(0) !important;
        left: 0 !important;
        width: 30px;
        text-align: center
    }
}

@media (max-width:991px) {
    .mainbanner .banner-text h3 {
        font-size: 30px
    }

    .mainbanner .banner-text p {
        font-size: 20px
    }

    .mainbanner .swiper-hd {
        width: 100vw !important;
        left: 0 !important
    }
}

@media (max-width:767px) {
    .mainbanner .banner-text .container {
        width: 100%
    }

    .mainbanner .banner-text.p-4 .container .banner-text-con {
        width: 100%
    }

    .mainbanner .banner-text h3 {
        font-size: 24px
    }

    .mainbanner .banner-text p {
        margin-top: 15px;
        font-size: 18px
    }

    .mainbanner .banner-text .btn {
        margin-top: 20px;
        font-size: 16px
    }
}

@media (max-width:479px) {
    .mainbanner .banner-text h3 {
        font-size: 20px
    }

    .mainbanner .banner-text p {
        margin-top: 10px;
        font-size: 16px
    }
}

.mainbanner-ny {
    background-color: #ffffff;
    background-color: ;
    height: 120px
}

.mainbanner-ny h1 {
    margin: 0px;
    padding: 10px 30px;
    font-size: 35px;
    text-shadow: none;
    color: #000000;
    color:
}

.mainindex_foot_nav.site-index-body {
    padding-top: 20px;
    background-color: #ffffff;
    background-color: ;
    background-image: url(../images/1685514855.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.mainindex_foot_nav .tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.mainindex_foot_nav .fCode {
    list-style: none
}

.mainindex_foot_nav .fCode .fl {
    width: 50%;
    float: left;
    padding: 0 5px;
    text-align: center
}

.mainindex_foot_nav .fCode .fl img {
    max-width: 100%
}

.mainindex_foot_nav .fCode li p {
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    color:
}

.mainindex_foot_nav .fContact h5:first-child {
    font-size: 16px;
    line-height: 16px
}

.mainindex_foot_nav .fContact h5 {
    color: #999999;
    color: ;
    font-weight: normal;
    line-height: 16px;
    font-size: 16px
}

.mainindex_foot_nav .fContact p {
    font-size: 16px;
    color: #000000;
    color: ;
    line-height: 18px;
    margin-bottom: 20px
}

.mainindex_foot_nav .fNav {
    flex-wrap: wrap
}

.mainindex_foot_nav .fNav .dl1 h4 a {
    font-size: 16px;
    color: #000000;
    color: ;
    line-height: 16px;
    margin-bottom: 6px
}

.mainindex_foot_nav .fNav .dl1 h4 a:hover,
.mainindex_foot_nav .fNav .dl1 h4 a:hover span,
.mainindex_foot_nav .fNav ul li a:hover,
.mainindex_foot_nav .fNav ul li a:hover span {
    color: #116bc4 !important;
    color:  !important
}

.mainindex_foot_nav .fNav .dl1 h4 i {
    display: none
}

.mainindex_foot_nav .fNav ul li a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    color:
}

.mainindex_foot_nav .fContact,
.mainindex_foot_nav .fNav {
    border-left: 1px solid #d6d6d6
}

.mainindex_foot_nav .fContact p.tel {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 20px;
    color: #000000;
    color:
}

@media (max-width:1024px) {
    .mainindex_foot_nav.site-index-body {
        padding: 40px 0
    }
}

@media(max-width:768px) {
    .mainindex_foot_nav .fNav .dl1 h4 i {
        display: none
    }

    .mainindex_foot_nav .dl1 {
        padding: 0
    }
}






.mainindex_foot_nav .fNav .dl1{width: 25%}






@media (max-width:767px) {




 .mainindex_foot_nav .fNav .dl1{width: 50%}




.mainindex_foot_nav .fNav .dl1 h4 i.collapsed{transform: rotate(180deg);}


    .mainindex_foot_nav.site-index-body {
        padding: 30px 0
    }

    .mainindex_foot_nav .nav-list {
        padding: 0
    }

    .mainindex_foot_nav .list {
        margin: 0;
        padding: 0
    }

    .mainindex_foot_nav .list h4 {
        line-height: 1;
        text-align: left;
        position: relative;
        padding: 0;
        border-bottom: 1px solid #d6d6d6
    }

    .mainindex_foot_nav .list h4 a {
        display: block;
        padding: 10px 10px
    }

    .mainindex_foot_nav .list h4 i {
        display: block;
        font-size: 12px;
        color: #93999a;
        transition: all 0.3s ease-out;
        position: absolute;
        top: 50%;
        margin-top: -19px;
        right: 0
    }

    .mainindex_foot_nav .list li {
        text-align: left;
        padding: 0 10px
    }

    .mainindex_foot_nav .fNav ul li a {
        padding: 0
    }

    .mainindex_foot_nav .list li a {
        padding: 6px 0
    }

    .mainindex_foot_nav .fContact,
    .mainindex_foot_nav .fNav {
        border-left: 0
    }

    .mainindex_foot_nav .fNav .nav-item h4 a {
        line-height: 14px;
        margin-bottom: 0
    }

    .mainindex_foot_nav .fNav .nav-item.has-sub h4 a {
        width: calc(100% - 25px)
    }

    .mainindex_foot_nav .fNav .dl1 h4 i {
        display: block
    }
}

.foot_info_site_11_3_17 {
    line-height: 1.8;
    background-color: #ffffff;
    background-color: #333333;
    padding: 20px 0px
}

.foot_info_site_11_3_17 a:hover {
    color: #116bc4;
    color: #ffffff
}

.foot_info_site_11_3_17 .left {
    float: left;
    text-align: left;
    width: 50%
}

.foot_info_site_11_3_17 .breadcrumb-item,
.foot_info_site_11_3_17 .breadcrumb-item::before {
    color: #000000;
    color: #eeeeee
}

.foot_info_site_11_3_17 .breadcrumb-item span:hover {
    color: #116bc4;
    color: #ffffff
}

.foot_info_site_11_3_17 .breadcrumb-item span {
    color: #999999;
    color: #bdbdbd
}

.foot_info_site_11_3_17 .pagepowerby {
    color: #999999;
    color: #bdbdbd
}

.foot_info_site_11_3_17 .right {
    float: right;
    width: 50%;
    text-align: right
}

.foot_info_site_11_3_17 .right .text a,
.foot_info_site_11_3_17 .left .pagepowerby a {
    color: #116bc4;
    color: #ffffff
}

.foot_info_site_11_3_17 .right .text {
    color: #000000;
    color: #eeeeee
}

.foot_info_site_11_3_17 .right .text img {
    max-width: 100%;
    height: auto !important
}

.foot_info_site_11_3_17 .right .social i {
    font-size: 20px;
    margin-right: 5px;
    color: #999999;
    color: #bdbdbd
}

.foot_info_site_11_3_17 .right .social i:hover {
    color: #116bc4;
    color: #ffffff
}

@media (max-width:767px) {
    .foot_info_site_11_3_17 .left {
        float: none;
        text-align: center;
        width: 100%
    }

    .foot_info_site_11_3_17 .right {
        float: none;
        text-align: center;
        width: 100%
    }

    .foot_info_site_11_3_17 .breadcrumb-item {
        display: inline-block;
        float: none
    }
}

.mainindex_foot_info {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

.mainindex_foot_info a.item {
    color: #ffffff;
    padding: 5px 0;
    display: inline-block
}

.mainindex_foot_info a.item i {
    color: #ffffff;
    font-size: 16px;
    display: block
}

.mainindex_foot_info {
    display: none
}

.mainindex_foot_info.iskeshi {
    display: block
}

.mainindex_foot_info .main {
    display: flex
}

.mainindex_foot_info .main>div {
    flex: 1
}

@media (max-width:767px) {
    .mainindex_foot_info {
        display: block
    }
}

.foot_info_site_11_3_17 p.text-xs-center {
    color: #000000;
    color: #333333
}

.back_top_site_11_2_106 {
    position: fixed;
    right: 7px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    opacity: .62;
    cursor: pointer;
    z-index: 1601;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: none;
    padding: 0;
    background-color: transparent
}

.back_top_site_11_2_106.views {
    bottom: 70px
}

@media (max-width:767px) {
    .back_top_site_11_2_106 {
        bottom: 70px
    }
}

.back_top_site_11_2_106 img {
    width: 100%
}

.back_top_site_11_2_106:hover {
    opacity: 1
}

.mainindex_about_list {
    background-color: #ffffff;
    background-color: ;
    margin: 80px auto;
    font-family: "Microsoft Ya Hei"
}

.mainindex_about_list .container.width100 {
    width: 96%;
    margin: 0 auto
}

.mainindex_about_list ul {
    margin: 0;
    padding: 0
}

.mainindex_about_list li {
    list-style: none
}

.mainindex_about_list .at_left {
    padding-right: 50px;
    margin-top: 50px;
    padding-left: 20px
}

.mainindex_about_list .a_top,
.mainindex_about_list .a_bottom {
    overflow: hidden
}

.mainindex_about_list .at_left,
.mainindex_about_list .at_right {
    width: 50%;
    float: left
}

.mainindex_about_list .ab_left,
.mainindex_about_list .ab_right {
    width: 50%;
    float: right
}

.mainindex_about_list .at_right img,
.mainindex_about_list .ab_left img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mainindex_about_list h2 {
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mainindex_about_list .at_left {
    background-color: #ffffff
}

.mainindex_about_list .xhx {
    margin-bottom: 30px;
    display: block;
    font-size: 16px;
    color: #999999;
    color:
}

.mainindex_about_list .xhx:after {
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    display: block
}

.mainindex_about_list .numWrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 80px
}

.mainindex_about_list .numWrapper li {
    text-align: left;
    position: relative
}

.mainindex_about_list .ab_right {
    padding: 52px 80px;
    background-color:
}

.mainindex_about_list .numWrapper li span {
    font-size: 50px;
    color: #000000
}

.mainindex_about_list .numWrapper li span i {
    font-size: 20px;
    position: absolute;
    top: 15px;
    width: 36px;
    text-align: left;
    color: #999999;
    color: ;
    font-style: normal
}

.mainindex_about_list .numWrapper li p {
    font-size: 16px;
    color: #999999;
    color:
}

.mainindex_about_list .numWrapper li i {
    color: #999999;
    color:
}

.mainindex_about_list .indeximg+a {
    display: block
}

.mainindex_about_list .at_left p.desc {
    font-size: 16px;
    color: #999999;
    color:
}

.mainindex_about_list .at_left span.title {
    color: #000000;
    color:
}

.mainindex_about_list .at_left span.subtitle {
    color: #999999;
    color:
}

.mainindex_about_list .at_left .watchmore {
    display: inline-block;
    padding: 5px 40px;
    border: 1px solid;
    border-color: #116bc4;
    border-color: ;
    color: #116bc4;
    color: ;
    margin: 20px 0
}

.mainindex_about_list .at_left p {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 63px
}

.mainindex_about_list h4 a {
    color: #000000;
    color:
}

.mainindex_about_list .at_left li a {
    color: #999999;
    color:
}

.mainindex_about_list h4 a:hover,
.mainindex_about_list .at_left li a:hover {
    color: #116bc4;
    color:
}

@media (max-width:992px) {
    .mainindex_about_list .at_left {
        padding-right: 20px
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .mainindex_about_list {
        margin: 50px auto
    }
}

@media (max-width:768px) {
    .mainindex_about_list .at_right {
        width: 100%
    }

    .mainindex_about_list .at_left {
        width: 100%
    }

    .mainindex_about_list .ab_right {
        width: 100%
    }

    .mainindex_about_list .ab_left {
        width: 100%
    }
}

@media (max-width:767px) {
    .mainindex_about_list {
        margin: 50px auto
    }

    .mainindex_about_list .ab_right li span {
        font-size: 36px
    }

    .mainindex_about_list .ab_right li span i {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .mainindex_about_list .at_left {
        padding: 0 10px
    }

    .mainindex_about_list .numWrapper {
        flex-wrap: wrap
    }

    .mainindex_about_list .numWrapper li {
        width: 50%;
        text-align: center
    }
}

.mainindex_service_list h2,
.mainindex_service_list h1,
.mainindex_service_list p,
.mainindex_service_list ul,
.mainindex_service_list li {
    margin: 0;
    padding: 0
}

.mainindex_service_list ul li {
    list-style: none
}

.mainindex_service_list .text-center {
    text-align: center
}

.mainindex_service_list .transition {
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s
}

.mainindex_service_list .middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.mainindex_service_list .full-img img {
    display: block;
    width: 100%
}

.mainindex_service_list .float-left {
    float: left
}

.mainindex_service_list .float-right {
    float: right
}

.mainindex_service_list .title-sub {
    font-weight: bold;
    color: #116bc4;
    color: #ffffff
}

.mainindex_service_list .title-text {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #000000;
    color: #ffffff
}

.mainindex_service_list .title-text:before,
.mainindex_service_list .title-text:after {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #999999;
    background-color: #ffffff
}

.mainindex_service_list .title-text:before {
    right: 100%
}

.mainindex_service_list .title-text:after {
    left: 100%
}

.mainindex_service_list .img-list,
.mainindex_service_list .img-item,
.mainindex_service_list .img-item .img-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mainindex_service_list .img-list {
    position: absolute;
    overflow: hidden
}

.mainindex_service_list .img-item {
    position: absolute;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    opacity: 0
}

.mainindex_service_list .img-item .img-content {
    background-size: cover;
    background-position: center center;
    transition-duration: 10s;
    -webkit-transition-duration: 10s;
    -moz-transition-duration: 10s;
    -ms-transition-duration: 10s;
    -o-transition-duration: 10s
}

.mainindex_service_list .img-item.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.mainindex_service_list .img-item.active .img-content {
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.mainindex_service_list .container {
    position: relative;
    z-index: 1
}

.mainindex_service_list .category-item {
    position: relative;
    opacity: 0.6
}

.mainindex_service_list .progress-wrap {
    position: relative;
    margin: 0 auto 10px;
    width: 60%;
    height: 4px;
    border-radius: 99px;
    opacity: 0;
    overflow: hidden
}

.mainindex_service_list .progress-wrap:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #116bc4;
    background-color: ;
    opacity: .4
}

.mainindex_service_list .progress-box {
    width: 0;
    height: 100%;
    border-radius: 99px;
    background-color: #116bc4;
    background-color: ;
    transition: 5s linear;
    -webkit-transition: 5s linear;
    -moz-transition: 5s linear;
    -ms-transition: 5s linear;
    -o-transition: 5s linear
}

.mainindex_service_list .category-item.active .progress-wrap,
.mainindex_service_list .category-item.swiper-slide-active .progress-wrap {
    opacity: 1
}

.mainindex_service_list .category-item.active .progress-box,
.mainindex_service_list .category-item.swiper-slide-active .progress-box {
    width: 100%
}

.mainindex_service_list .category-icon {
    margin: 0 auto;
    width: 60%
}

.mainindex_service_list .category-item.active .category-icon.mainindex_service_list .category-item.swiper-slide-active .category-icon {
    transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px)
}

.mainindex_service_list .category-item.active,
.mainindex_service_list .category-item.swiper-slide-active {
    opacity: 1
}

.mainindex_service_list .category-title {
    display: block;
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #000000;
    color: #ffffff;
    overflow: hidden
}

.mainindex_service_list .category-btn {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 99px;
    border: 2px solid;
    border-color: #000000;
    border-color: #ffffff;
    color: #000000;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px)
}

.mainindex_service_list .category-btn:hover {
    color: #ffffff;
    background-color: #116bc4;
    background-color: ;
    border-color: #116bc4;
    border-color:
}

.mainindex_service_list .category-item.swiper-slide-active .category-btn,
.mainindex_service_list .category-item.swiper-slide-active .category-msg,
.mainindex_service_list .category-item.active .category-btn,
.mainindex_service_list .category-item.active .category-msg {
    opacity: 1;
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.mainindex_service_list .category-msg {
    opacity: 0;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    color: #999999;
    color: ;
    transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px)
}

@media screen and (min-width:768px) {
    .mainindex_service_list .category-item {
        margin-bottom: 20px;
        display: inline-block;
        width: 110px;
        opacity: 0.6;
        cursor: pointer
    }

    .mainindex_service_list .category-list .category-item:last-child {
        margin-right: 0
    }

    .mainindex_service_list .category-title {
        margin-top: 10px;
        font-size: 22px
    }

    .mainindex_service_list .category-btn {
        margin-top: 10px;
        width: 100%;
        line-height: 40px;
        font-size: 14px
    }

    .mainindex_service_list .category-item.active .category-btn,
    .mainindex_service_list .category-item.active .category-msg {
        opacity: 1;
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }

    .mainindex_service_list .category-msg {
        margin-top: 20px
    }
}

@media screen and (min-width:992px) {
    .mainindex_service_list {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .mainindex_service_list .category-item {
        margin-right: 40px
    }

    .mainindex_service_list .title-sub {
        font-size: 36px
    }

    .mainindex_service_list .title-text {
        font-size: 22px
    }

    .mainindex_service_list .category-list {
        margin-top: 60px
    }

    .mainindex_service_list .category-two {
        display: none
    }
}

@media screen and (max-width:992px) {}

@media screen and (min-width:768px) and (max-width:991px) {
    .mainindex_service_list {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (max-width:991px) {
    .mainindex_service_list {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .mainindex_service_list .title-sub {
        font-size: 24px
    }

    .mainindex_service_list .title-text {
        font-size: 16px
    }

    .mainindex_service_list .category-one {
        display: none
    }

    .mainindex_service_list .category-two {
        margin-top: 30px
    }

    .mainindex_service_list .category-icon {
        width: 40px
    }

    .mainindex_service_list .category-title {
        margin-top: 10px;
        font-size: 14px
    }

    .mainindex_service_list .category-btn {
        margin-top: 10px;
        width: 80%;
        line-height: 30px;
        font-size: 12px
    }

    .mainindex_service_list .category-msg {
        margin-top: 15px
    }
}

.mainindex_news_list {
    padding: 80px 0
}

.mainindex_news_list .container {
    width: 93%
}

.mainindex_news_list p {
    margin: 0
}

.mainindex_news_list {
    background-color: #ffffff;
    background-color: ;
    background-image: url();
    background-size: cover;
    background-position: center
}

.mainindex_news_list h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 400;
    font-size: 36px;
    font-family: SourceHanSansCN-Heavy;
    font-stretch: normal;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    color: #000000;
    color:
}

.mainindex_news_list h2 .subtitle {
    font-family: SourceHanSansCN-Light;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 15px 0 27px 0;
    color: #999999;
    color:
}

.mainindex_news_list h2 .tubiao {
    display: flex;
    justify-content: center
}

.mainindex_news_list h2 .tubiao::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px
}

.mainindex_news_list h2 .tubiao::after {
    content: "";
    display: block;
    width: 39px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 30%;
    margin: 0 3px
}

.mainindex_news_list .bigbox {
    display: flex;
    justify-content: space-between
}

.mainindex_news_list .bigbox a {
    display: block
}

.mainindex_news_list .bigbox .boxtwo_right,
.mainindex_news_list .bigbox .boxtwo_left {
    width: 48%
}

.mainindex_news_list .bigbox .boxtwo_left {
    width: 52%
}

.mainindex_news_list .bigbox .boxtwo_left img {
    width: 100%;
    height: auto
}

.mainindex_news_list .boxtwo_bottom .oneleft {
    background: #ffffff;
    padding: 20px;
    margin-right: 10px
}

.mainindex_news_list .boxtwo_bottom .oneright {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 39%
}

.mainindex_news_list .boxtwo_bottom .oneright .twoleft {
    background: #ffffff;
    padding: 13px
}

.mainindex_news_list .boxtwo_bottom .oneright .twoleft:first-child {
    margin-bottom: 10px
}

.mainindex_news_list .bigbox .boxtwo_right {
    display: flex;
    padding-left: 68px;
    flex-direction: column;
    justify-content: space-between
}

.mainindex_news_list .bigbox .boxtwo_bottom {
    display: flex
}

.mainindex_news_list .boxtwo_left .oneleft .contentTitle_left {
    letter-spacing: 0px;
    margin: 30px 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #000000;
    color: ;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s
}

.mainindex_news_list .boxtwo_left .oneleft .timebox {
    padding-bottom: 26px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #999999;
    color: ;
    transition: 0.3s
}

.mainindex_news_list .boxtwo_left .desc_two {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    color: ;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.mainindex_news_list .oneright .contentTitle_left {
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #000000;
    color: ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s
}

.mainindex_news_list .oneright .timebox {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #999999;
    color: ;
    transition: 0.3s
}

.mainindex_news_list .boxtwo_right .contentTitle_right {
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #000000;
    color: ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    transition: 0.3s
}

.mainindex_news_list .boxtwo_right .borderbox {
    border-bottom: 1px solid #e0e0e0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px 0
}

.mainindex_news_list .boxtwo_right .time2box2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #999999;
    color: ;
    transition: 0.3s
}

.mainindex_news_list .two_bottom:hover .contentTitle_left,
.mainindex_news_list .two_bottom:hover .timebox,
.mainindex_news_list .borderbox:hover h4,
.mainindex_news_list .borderbox:hover .time2box2 {
    color: #116bc4
}

.mainindex_news_list .boxtwo_right .time2box2 .author,
.mainindex_news_list .oneright .timebox .author,
.mainindex_news_list .boxtwo_left .oneleft .timebox .author {
    color: #cccccc
}

.mainindex_news_list .boxone_bottom .titlebox li:hover::before {
    background-color: #116bc4
}

.mainindex_news_list .contentTitle .lookmore1 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: ;
    display: none
}

.mainindex_news_list .boxtwo .two_bottom {
    display: flex;
    flex-direction: column;
    padding: 10px 20px 10px;
    flex: 1;
    justify-content: space-between
}

.mainindex_news_list .boxtwo>div {
    position: relative
}

.mainindex_news_list .boxtwo>.boxtwo_center {
    width: 35%;
    padding-right: 30px
}

.mainindex_news_list .boxtwo>.boxtwo_right {
    width: 30%;
    padding: 46px 37px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:
}

.mainindex_news_list .boxtwo>div img {
    width: 100%;
    height: auto
}

.mainindex_news_list .boxtwo .boxtwo_right>div {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.mainindex_news_list .boxtwo .boxtwo_right>div:not(:last-child) {
    border-bottom: 1px dashed #e0e0e0
}

.mainindex_news_list .boxtwo .bigbox_two,
.mainindex_news_list .boxtwo .bigbox_two .boxtwo_bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.mainindex_news_list .boxtwo .two_bottom .desc_two {
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.mainindex_news_list .timebox {
    white-space: nowrap
}

@media (max-width:992px) {
    .mainindex_news_list {
        padding: 50px 0px
    }

    .mainindex_news_list .bigbox {
        flex-wrap: wrap
    }

    .mainindex_news_list .bigbox .boxtwo_right,
    .mainindex_news_list .bigbox .boxtwo_left {
        width: 100%
    }

    .mainindex_news_list .bigbox .boxtwo_left {
        margin-bottom: 10px
    }

    .mainindex_news_list .bigbox .boxtwo_right {
        padding: 0
    }

    .mainindex_news_list .boxtwo_right .borderbox {
        padding: 20px 0 10px
    }

    .mainindex_news_list .boxtwo_right .time2box2 {
        padding: 10px 0
    }
}

@media (max-width:768px) {
    .mainindex_news_list h2 {
        font-size: 30px
    }

    .mainindex_news_list h2 .subtitle {
        font-size: 16px
    }

    .mainindex_news_list .boxtwo_left .oneleft .contentTitle_left,
    .mainindex_news_list .oneright .contentTitle_left,
    .mainindex_news_list .boxtwo_right .contentTitle_right {
        font-size: 18px
    }

    .mainindex_news_list .boxtwo_bottom .oneleft {
        padding: 0
    }

    .mainindex_news_list .boxtwo_bottom .oneright .twoleft {
        padding: 0
    }
}

@media (max-width:480px) {
    .mainindex_news_list {
        padding: 50px 0px
    }

    .mainindex_news_list .bigbox .boxtwo_bottom {
        flex-wrap: wrap
    }

    .mainindex_news_list .boxtwo_bottom .oneleft {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

    .mainindex_news_list .boxtwo_bottom .oneright {
        width: 100%;
        margin: 0
    }
}

.news_list_site_11_6_105 {
    background: #ffffff;
    background: #fafafa;
    position: relative;
    z-index: 2
}

.news_list_site_11_6_105 .container {
    width: 100%;
    padding: 30px
}

.news_list_site_11_6_105 .title {
    height: 60px;
    font-size: 32px;
    position: relative;
    margin: 0;
    font-weight: normal;
    color: #000000;
    color: ;
    height: 45px
}

.news_list_site_11_6_105 .line {
    color: #999999;
    color: ;
    position: relative
}

.news_list_site_11_6_105 .line:before {
    content: '';
    position: absolute;
    left: -45px;
    top: 50%;
    background-color: #999999;
    background-color: ;
    width: 40px;
    height: 1px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.news_list_site_11_6_105 .line:after {
    content: '';
    position: absolute;
    right: -45px;
    top: 50%;
    background-color: #999999;
    background-color: ;
    width: 40px;
    height: 1px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.news_list_site_11_6_105 .container:hover .line:before {
    width: 20px !important;
    left: -25px !important
}

.news_list_site_11_6_105 .container:hover .line:after {
    width: 20px !important;
    right: -25px !important
}

.news_list_site_11_6_105 .news-swiper {
    width: 100%;
    position: relative;
    margin-top: 20px;
    overflow: hidden
}

.news_list_site_11_6_105 .news-swiper .news-ctrl {
    position: relative;
    z-index: 99;
    margin-top: 20px
}

.news_list_site_11_6_105 .news-swiper .left {
    display: inline-block;
    margin: 0 auto;
    width: 42px;
    border: 1px solid;
    border-color: #999999;
    border-color: #116bc4;
    position: relative;
    margin-top: 20px;
    margin-right: 10px;
    height: 42px;
    cursor: pointer;
    transition: all .6s ease
}

.news_list_site_11_6_105 .news-swiper .left i {
    font-size: 42px;
    color: #999999;
    color:
}

.news_list_site_11_6_105 .news-swiper .left:hover {
    background: #116bc4;
    background: ;
    border: 1px solid;
    border-color: #116bc4;
    border-color:
}

.news_list_site_11_6_105 .news-swiper .left:hover i {
    color: #fff
}

.news_list_site_11_6_105 .news-swiper .right {
    display: inline-block;
    width: 42px;
    border: 1px solid;
    border-color: #999999;
    border-color: #116bc4;
    position: relative;
    margin-top: 20px;
    height: 42px;
    cursor: pointer;
    transition: all .6s ease
}

.news_list_site_11_6_105 .news-swiper .right i {
    font-size: 42px;
    color: #999999;
    color: ;
    transition: all .6s ease
}

.news_list_site_11_6_105 .news-swiper .right:hover {
    background: #116bc4;
    background: ;
    border: 1px solid;
    border-color: #116bc4;
    border-color:
}

.news_list_site_11_6_105 .news-swiper .right:hover i {
    color: #fff
}

.news_list_site_11_6_105 .news-swiper .news-ul {
    display: block;
    width: 100%;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 510px
}

.news_list_site_11_6_105 .news-swiper .news-ul .slick-list {
    height: 100%
}

.news_list_site_11_6_105 .news-swiper .news-ul .slick-track {
    height: 100%
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100% opacity:0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .body {
    height: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    display: block;
    position: relative
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text {
    left: auto;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    background: ;
    z-index: 1;
    transition: all 0.25s ease 0s;
    position: absolute
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 0 35px;
    display: block;
    position: relative;
    top: 300px
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content .date {
    font-weight: 300;
    font-family: HELVETICANEUELTPRO-THEX;
    color: #999999;
    color: ;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 22px;
    float: left;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding-left: 0;
    font-size: 20px
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content .title {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    width: 100%;
    height: 30px;
    float: left;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content .title span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    color: ;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content .description {
    text-align: left;
    color: #999999;
    color: ;
    line-height: 25px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    height: 105px;
    overflow: hidden;
    font-size: 13px
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .img {
    width: 100%;
    height: auto;
    min-height: 50%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    overflow: hidden;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background-position: center;
    position: relative
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .img:before {
    content: '';
    position: absolute;
    width: 94%;
    height: 94%;
    top: 0px;
    left: 0px;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    top: 3%;
    left: 3%
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .news-more {
    display: block;
    position: absolute;
    top: -12px;
    border-radius: 0;
    width: 30px;
    right: 20px;
    height: 30px;
    text-indent: 0;
    font-size: 0px;
    line-height: 20px;
    text-align: center;
    border: 1px solid;
    border-color: #999999;
    border-color: #116bc4;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #999999;
    color: ;
    margin: 40px auto 50px;
    z-index: 5;
    margin-top: 310px;
    opacity: 0
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li .news-more i {
    font-size: 30px
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:hover .date {
    color: #116bc4 !important;
    color:  !important;
    margin-left: 10px
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:hover .description {
    margin-left: 10px !important
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:hover .title {
    margin-left: 10px !important
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:hover .title span {
    color: #116bc4 !important;
    color:  !important
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:hover .img {
    transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -webkit-transform: scale(0.96, 0.96);
    -o-transform: scale(0.96, 0.96)
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:hover .img.is_show_bd:before {
    border: 1px solid;
    border-color: #999999;
    border-color: #116bc4;
    animation-name: zoomIn;
    top: 3%;
    left: 3%
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:hover .news-more {
    opacity: 1
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .text {
    position: absolute;
    height: 100%;
    min-height: 255px
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .text .content {
    top: 0px;
    padding-top: 30px
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .news-more {
    margin-top: 40px
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .img {
    position: absolute;
    margin-top: 255px
}

.news_list_site_11_6_105.swiper-slide-active .news-li {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(1) {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(2) {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(3) {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(4) {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(5) {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(6) {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(7) {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(8) {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s
}

.news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(9) {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s
}

@media (max-width:1600px) {
    .news_list_site_11_6_105 .news-swiper .news-ul {
        height: 350px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
        padding: 0 15px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
        top: 175px;
        padding-top: 15px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .text .content {
        top: 0px;
        padding-top: 15px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .img {
        margin-top: 175px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content .description {
        height: 55px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .news-more {
        margin-top: 200px
    }
}

@media (max-width:991px) {
    .news_list_site_11_6_105 .title {
        height: auto !important;
        font-size: 18px;
        padding-bottom: 15px;
        line-height: 1.2
    }

    .news_list_site_11_6_105 {
        margin-top: 60px
    }

    .news_list_site_11_6_105 .container {
        padding: 20px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul {
        height: 470px;
        margin: 0
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .img {
        height: 300px;
        min-height: 300px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
        padding: 15px;
        top: 300px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content .title {
        margin: 0;
        padding-bottom: 7px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content .description {
        margin: 0
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .content {
        top: 0 !important
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .img {
        margin-top: 170px
    }
}

@media (max-width:767px) {
    .news_list_site_11_6_105 {
        margin: 0;
        padding-top: 60px;
        width: 100%;
        overflow: hidden
    }

    .news_list_site_11_6_105 .container {
        padding: 15px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul {
        height: 380px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .news-more {
        margin-top: 220px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .news-more {
        margin-top: 25px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .img {
        min-height: 100px;
        height: 200px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
        padding: 15px;
        top: 220px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content .title {
        margin: 0;
        padding-bottom: 7px
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li .body .text .content .description {
        margin: 0
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .content {
        top: 0 !important
    }

    .news_list_site_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .img {
        margin-top: 150px
    }

    .news_list_site_11_6_105 .news-swiper .news-ctrl {
        margin: 0
    }
}

.mainindex_partner_list {
    padding: 80px 0
}

.mainindex_partner_list .container {
    width: 93%;
    padding: 0
}

.mainindex_partner_list.bgcolor {
    background: #ffffff;
    background:
}

.mainindex_partner_list h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 0px;
    font-family: SourceHanSansCN-Heavy;
    font-stretch: normal;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column
}

.mainindex_partner_list h2 .title {
    font-family: SourceHanSansCN-Bold;
    font-size: 38px;
    font-weight: 500;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    color:
}

.mainindex_partner_list h2 .subtitle {
    margin: 14px auto 27px;
    font-family: SourceHanSansCN-Light;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #999999;
    color:
}

.mainindex_partner_list h2 .tubiao {
    display: flex;
    justify-content: center
}

.mainindex_partner_list h2 .tubiao::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px
}

.mainindex_partner_list h2 .tubiao::after {
    content: "";
    display: block;
    width: 39px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 30%;
    margin: 0 3px
}

.mainindex_partner_list .imglist {
    padding-top: 15px;
    text-align: left;
    text-align: left
}

.mainindex_partner_list .imglist li {
    padding: 10px
}

.mainindex_partner_list .imglist li .overlay_hover {
    border: 1px solid #e9e9e9
}

.mainindex_partner_list .overlay_hover .imgbox {
    position: relative
}

.mainindex_partner_list .imglist .overlay_hover .imgbox img {
    width: 100%;
    height: auto
}

.mainindex_partner_list .overlay_hover .imgbox .mask {
    transition: 0.3s;
    position: absolute;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    flex-direction: column
}

.mainindex_partner_list .imgbox .mask .bigicon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

.mainindex_partner_list .imgbox .mask .bigicon::before,
.mainindex_partner_list .imgbox .mask .bigicon::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%
}

.mainindex_partner_list .imgbox .mask .smallicon {
    width: 5px;
    height: 5px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px
}

.mainindex_partner_list .overlay_hover .imgbox .mask:hover {
    opacity: 1
}

.mainindex_partner_list .imgbox .mask .contenttitle {
    max-width: 98%;
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:1024px) and (min-width:768px) {
    .mainindex_partner_list {
        padding: 50px 0
    }
}

@media (max-width:767px) {
    .mainindex_partner_list {
        padding: 50px 0
    }
}

@media (max-width:991px) {
    .mainindex_partner_list.site-index-body {
        padding: px 0px
    }

    .mainindex_partner_list .imglist {
        padding-top: 10px
    }
}

@media (max-width:767px) {
    .mainindex_partner_list.site-index-body {
        padding: px 0px
    }

    $uciss p.desc {
        font-size: 12px
    }

    $uciss .title {
        font-size: 18px
    }

    .mainindex_partner_list .imglist {
        padding-top: 10px
    }

    .mainindex_partner_list .phonehide {
        display: none
    }
}









.mainsubnav_newlabel {
    background: #ffffff;
    background: ;
    border-bottom: 2px solid #eeeeee
}

.mainsubnav_newlabel .card {
    margin: 0;
    background: #ffffff;
    background: ;
    border-radius: 5px !important
}

.mainsubnav_newlabel .card .sidebar-tile {
    text-align: center
}

.mainsubnav_newlabel .site-column-nav-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.mainsubnav_newlabel .site-column-nav-ul li {
    white-space: nowrap;
    display: inline-block;
    float: none;
    padding: 30px 0
}

.mainsubnav_newlabel .site-column-nav-ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    color:
}

.mainsubnav_newlabel .site-column-nav-ul li>a.active {
    color: #116bc4;
    color:
}

.mainsubnav_newlabel .site-column-nav-ul li a:hover {
    color: #116bc4;
    color:
}

.mainsubnav_newlabel .site-column-nav-ul li.active {
    border-bottom: 3px solid #116bc4;
    border-color:
}

.mainsubnav_newlabel .site-column-nav-ul li.active>a {
    color: #116bc4;
    color:
}

.mainsubnav_newlabel .site-column-nav-ul li div a.active {
    color: #116bc4 !important;
    color:  !important
}

.mainsubnav_newlabel .dropdown-menu {
    background: #ffffff;
    border-color: transparent
}

.mainsubnav_newlabel .dropdown-item:hover,
.mainsubnav_newlabel .dropdown-item.active {
    background: transparent !important
}

@media (max-width:767px) {
    .mainsubnav_newlabel .card {
        background: #ffffff;
        background: ;
        border: none;
        border-radius: none;
        box-shadow: 0 1px 3px rgba(0, 37, 55, 0)
    }

    .mainsubnav_newlabel {
        background: #ffffff;
        background:
    }

    .mainsubnav_newlabel .site-column-nav-ul {
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap
    }

    .mainsubnav_newlabel .site-column-nav-ul li {
        width: 33.33%;
        text-align: center;
        padding: 10px 0;
        box-sizing: border-box
    }

    .mainsubnav_newlabel .site-column-nav-ul li a {
        padding: 5px 0;
        font-size: 13px
    }
}

.siteshow_newlabel {
    padding: 30px 0;
    display: block
}

.siteshow_newlabel .site-editor div {
    max-width: 100%
}

.siteshow_newlabel .site-editor {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #fafafa;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05)
}

.siteshow_newlabel.site-show-body.bgcolor {
    background: #ffffff;
    background: #fafafa
}

.siteshow_newlabel.site-show-body.bgpic {
    background: url() no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width:767px) {
    .siteshow_newlabel .site-editor {
        padding: 10px
    }

    .siteshow_newlabel.pright .col-md-9 {
        padding-bottom: 20px
    }
}

@media (min-width:768px) {
    .siteshow_newlabel.pright .col-md-9 {
        float: right
    }

    .siteshow_newlabel.pright .site-sidebar {
        margin-right: 30px;
        margin-left: 0
    }
}






.img_list_page_site_184_6_111 ul,.img_list_page_site_184_6_111 li,.img_list_page_site_184_6_111 h4,.img_list_page_site_184_6_111 p {
    margin: 0;
    padding: 0;
    list-style: none
}

.img_list_page_site_184_6_111 {
    padding-bottom: 30px !important
}

.img_list_page_site_184_6_111 .img_hot_box {
    padding-top: 30px !important
}

.img_list_page_site_184_6_111 .img_hot_box .container {
    padding-right: unset;
    padding-left: unset
}

.img_list_page_site_184_6_111 .img_con {
    margin-top: 50px
}

.img_list_page_site_184_6_111 .img_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 35px
}

.img_list_page_site_184_6_111 .img_con_li {
    background-color: #fff;
    width: 46%;
    display: flex
}

.img_list_page_site_184_6_111 .img_con_left {
    width: 40%
}

.img_list_page_site_184_6_111 .img_con_left img {
    width: 100%
}

.img_list_page_site_184_6_111 .img_con_right {
    flex: 1;
    padding-top: 50px;
    padding-left: 40px;
    background-color: #fafafa;
    border: 1px solid;
    border-left: unset;
    border-color: #000000;
    border-color: #fafafa
}

.img_list_page_site_184_6_111 .img_con_li:hover .img_con_right {
    background-color: #f0f0f0
}

.img_list_page_site_184_6_111 .img_r_title {
    border-bottom: 1px solid;
    border-color: #000000;
    border-color: ;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 25px
}

.img_list_page_site_184_6_111 .img_r_title a {
    position: relative;
    font-size: 21px;
    color: #000000;
    color:
}

.img_list_page_site_184_6_111 .img_r_title a:hover {
    color: #116bc4;
    color:
}

.img_list_page_site_184_6_111 .img_r_title a::before {
    content: '';
    position: absolute;
    left: -15px;
    border-left: 5px solid;
    height: 21px;
    bottom: 0
}

.img_list_page_site_184_6_111 .img_r_des {
    line-height: 30px;
    font-size: 16px;
    color: #000000;
    color:
}

@media screen and (max-width: 992px) {
    .img_list_page_site_184_6_111 {
        padding-bottom:20px !important
    }

    .img_list_page_site_184_6_111 .img_hot_box {
        padding-top: 20px !important
    }

    .img_list_page_site_184_6_111 .row {
        padding: 0px 20px
    }

    .img_list_page_site_184_6_111 .img_s_title h4 {
        font-size: 30px
    }

    .img_list_page_site_184_6_111 .img_s_title p {
        font-size: 12px
    }

    .img_list_page_site_184_6_111 .img_con_li {
        width: unset
    }

    .img_list_page_site_184_6_111 .img_con_right {
        padding-top: 15px;
        padding-left: 20px
    }

    .img_list_page_site_184_6_111 .img_r_title {
        margin-bottom: 5px
    }

    .img_list_page_site_184_6_111 .img_r_title a {
        font-size: 18px
    }

    .img_list_page_site_184_6_111 .img_r_des {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .img_list_page_site_184_6_111 {
        padding-bottom:10px !important
    }

    .img_list_page_site_184_6_111 .img_hot_box {
        padding-top: 10px !important
    }
}

.img_list_page_site_184_6_111 .img_hot_box {
    padding: 40px 0px;
    background: url() no-repeat center / cover
}

.img_list_page_site_184_6_111 .img_hot {
    display: flex
}

.img_list_page_site_184_6_111 .img_h_l {
    width: 362px
}

.img_list_page_site_184_6_111 .img_h_l img {
    width: 100%
}

.img_list_page_site_184_6_111 .img_h_r {
    flex: 1;
    padding: 30px 0px 0px 50px
}

.img_list_page_site_184_6_111 .img_h_r p {
    margin: 0
}

.img_list_page_site_184_6_111 p.img_h_title {
    margin-bottom: 20px
}

.img_list_page_site_184_6_111 .img_h_title a {
    font-size: 24px;
    color: #000000;
    color:
}

.img_list_page_site_184_6_111 .img_h_title a:hover {
    color: #116bc4;
    color:
}

.img_list_page_site_184_6_111 p.img_h_des {
    font-size: 16px;
    margin-bottom: 80px;
    color: #000000;
    color:
}

.img_list_page_site_184_6_111 .img_h_more a {
    position: relative;
    color: #000000;
    color:
}

.img_list_page_site_184_6_111 .img_h_more a:hover {
    color: #116bc4;
    color:
}

.img_list_page_site_184_6_111 .img_h_more a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 15px;
    height: 7px;
    border-top: 2px solid
}

.img_list_page_site_184_6_111 .img_h_more a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -23px;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translateX(-50%)
}

.img_list_page_site_184_6_111 .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    bottom: 60px
}

.img_list_page_site_184_6_111 .swiper-pagination-bullet {
    background: #000000;
    background:
}

.img_list_page_site_184_6_111 .swiper-pagination-bullet-active {
    background: #116bc4;
    background:
}

@media screen and (max-width: 992px) {
    .img_list_page_site_184_6_111 .img_row {
        padding:0px 15px
    }
}

@media screen and (max-width: 767px) {
    .img_list_page_site_184_6_111 .img_hot {
        flex-direction:column
    }

    .img_list_page_site_184_6_111 .img_h_l {
        width: 100%
    }

    .img_list_page_site_184_6_111 .img_h_l img {
        width: 100%
    }

    .img_list_page_site_184_6_111 .img_h_r {
        padding: 30px 10px;
        text-align: center
    }

    .img_list_page_site_184_6_111 .img_h_title a {
        font-size: 18px
    }

    .img_list_page_site_184_6_111 p.img_h_des {
        font-size: 14px;
        margin-bottom: 30px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .img_list_page_site_184_6_111 .img_h_more {
        position: relative
    }

    .img_list_page_site_184_6_111 .img_h_more a {
        position: absolute;
        left: 50%;
        transform: translateX(calc(-50% - 10px))
    }

    .img_list_page_site_184_6_111 .swiper-pagination {
        justify-content: center;
        position: unset;
        margin-top: 20px
    }
}

.img_list_page_site_184_6_111 .page_184_1 {
    margin-top: 30px
}

.img_list_page_site_184_6_111 .page_184_1 .site_pager {
    display: flex;
    align-items: center;
    justify-content: center
}

.img_list_page_site_184_6_111 .page_184_1 .site_pager span,.img_list_page_site_184_6_111 .page_184_1 .site_pager a,.img_list_page_site_184_6_111 .page_184_1 .site_pager input {
    cursor: pointer
}

.img_list_page_site_184_6_111 .page_184_1 .site_pager span {
    border: 1px solid;
    border-color: #000000;
    border-color: #ffffff;
    padding: 5px 10px
}

.img_list_page_site_184_6_111 .page_184_1 .site_pager a {
    padding: 5px 15px;
    border: 1px solid;
    border-color: #000000;
    border-color: #ffffff;
    color: #000000;
    color: ;
    background-color: #ffffff;
    background-color:
}

.img_list_page_site_184_6_111 .page_184_1 .site_pager input {
    width: 37px;
    padding: 5px 5px;
    border: 1px solid;
    border-color: #000000;
    border-color: #ffffff;
    text-align: center
}

.img_list_page_site_184_6_111 .page_184_1 .site_pager input[type='button'] {
    background-color: transparent
}

.img_list_page_site_184_6_111 .page_184_1 a.Ahover {
    background-color: #116bc4;
    background-color: ;
    color: #ffffff;
    color:
}

.img_list_page_site_184_6_111 .page_184_1 a:hover {
    background-color: #116bc4;
    background-color: ;
    color: #ffffff;
    color: ;
    border-color: #116bc4;
    border-color:
}

.img_list_page_site_184_6_111 .page_184_1 span.NextSpan,.img_list_page_site_184_6_111 .page_184_1 span.PreSpan {
    color: #ccc
}

.img_list_page_site_184_6_111 .page_184_1 .PageText,.img_list_page_site_184_6_111 .page_184_1 #formtext,.img_list_page_site_184_6_111 .page_184_1 #pagefenyeinfo {
    display: none
}




.location_site_28_2_79.site-crumbs {
    background: #ffffff;
    background:
}

.location_site_28_2_79.site-crumbs .breadcrumb .dropdown-menu {
    top: 26px
}

.location_site_28_2_79 .breadcrumb-item a {
    color: #116bc4;
    color: #333333;
    margin: 0 2px
}

.location_site_28_2_79 .breadcrumb-item a:hover {
    text-decoration: underline
}

.location_site_28_2_79 .breadcrumb-item+.breadcrumb-item::before {
    color: #116bc4;
    color: #333333;
    content: ">"
}

.location_site_28_2_79 .breadcrumb {
    padding: 14px 0
}

@media (max-width: 767px) {
    .location_site_28_2_79 .breadcrumb {
        padding:5px 0;
        font-size: 12px
    }
}

.img_list_detail_site_16_1_84 {
    background-color: #ffffff;
    background-color: #fafafa
}

.img_list_detail_site_16_1_84 .site-showimg-body {
    background-color: transparent;
    background-color: #ffffff
}

.img_list_detail_site_16_1_84 .details-title {
    padding-bottom: 20px;
    border-bottom: 1px solid;
    border-bottom-color: #999999;
    border-bottom-color: #ebebeb
}

.img_list_detail_site_16_1_84 .details-title h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #000000;
    color:
}

.img_list_detail_site_16_1_84 .details-title .info {
    font-size: 16px;
    color: #999999;
    color:
}

.img_list_detail_site_16_1_84 .details-title .info span {
    padding-right: 10px
}

@media (max-width: 767px) {
    .img_list_detail_site_16_1_84 .details-title {
        padding-bottom:10px
    }

    .img_list_detail_site_16_1_84 .details-title h1 {
        font-size: 24px
    }

    .img_list_detail_site_16_1_84 .details-title .info {
        font-size: 14px
    }
}

@media (max-width: 349px) {
    .img_list_detail_site_16_1_84 .details-title h1 {
        font-size:20px
    }
}

.img_list_detail_site_16_1_84.bigimg .site-showimg-con {
    display: none
}

.img_list_detail_site_16_1_84 .slick-prev:before,.slick-next:before {
    display: none
}

.img_list_detail_site_16_1_84 .slick-prev {
    left: 0;
    z-index: 2
}

.img_list_detail_site_16_1_84 .slick-next {
    right: 0;
    z-index: 2
}

.img_list_detail_site_16_1_84 #site-imgs-slick {
    min-height: 150px
}

.img_list_detail_site_16_1_84 #site-imgs-slick.slick-dotted {
    padding-bottom: 80px
}

.img_list_detail_site_16_1_84 #site-imgs-slick.slick-slider:not(.slick-fade) .slick-slide {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.img_list_detail_site_16_1_84 #site-imgs-slick.fngallery.slick-fade .slick-slide:not(.slick-active) {
    visibility: hidden
}

.img_list_detail_site_16_1_84 #site-imgs-slick.fngallery .slick-slide a,.img_list_detail_site_16_1_84 #site-imgs-slick.fngallery .slick-slide img {
    cursor: zoom-in
}

.lg-outer .iconfont {
    display: none
}

@media screen\0 {
    .img_list_detail_site_16_1_84 #site-imgs-slick.fngallery .slick-slide a, .img_list_detail_site_16_1_84 #site-imgs-slick.fngallery .slick-slide img {
        cursor: url(https://gsp0.baidu.com/5aAHeD3nKhI2p27j8IqW0jdnxx1xbK/tb/img/frs/cur_zin.cur?t=1489493164029),pointer
    }
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-slide a {
    display: inline-block
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-slide img {
    max-height: 700px;
    display: inline
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-slide {
    display: block;
    float: none
}

.img_list_detail_site_16_1_84 #site-imgs-slick.slick-initialized .slick-slide {
    float: left;
    display: block
}

@media (max-height: 900px) {
    .img_list_detail_site_16_1_84 #site-imgs-slick .slick-slide img {
        max-height:600px
    }
}

@media (max-height: 800px) {
    .img_list_detail_site_16_1_84 #site-imgs-slick .slick-slide img {
        max-height:500px
    }
}

@media (max-height: 700px) {
    .img_list_detail_site_16_1_84 #site-imgs-slick .slick-slide img {
        max-height:400px
    }
}

@media (max-height: 600px) {
    .img_list_detail_site_16_1_84 #site-imgs-slick .slick-slide img {
        max-height:350px
    }
}

@media (max-height: 500px) {
    .img_list_detail_site_16_1_84 #site-imgs-slick .slick-slide img {
        max-height:300px
    }
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-img-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000
}

.img_list_detail_site_16_1_84 #site-imgs-slick .swiper-navtab {
    width: 100%;
    height: 69px;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: grab
}

.img_list_detail_site_16_1_84 #site-imgs-slick .swiper-navtab .slick-dots {
    bottom: 5px
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-dots {
    height: 64px;
    bottom: 0;
    z-index: 2
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-dots li {
    width: 60px;
    height: 60px;
    margin: 0 0 0 10px;
    border: 2px solid #ddd;
    opacity: 0.7
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-dots li:first-child {
    margin: 0
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-dots li.slick-active {
    border-color: #116bc4;
    border-color:
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-dots li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img_list_detail_site_16_1_84 #site-imgs-slick.slick-slider .slick-arrow {
    height: calc(100% - 80px)
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-arrow {
    width: 15%;
    height: 100%;
    top: 0;
    transform: translate(0,0)
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-arrow.slick-prev {
    text-align: left
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-arrow.slick-next {
    text-align: right
}

.img_list_detail_site_16_1_84 #site-imgs-slick .slick-arrow i {
    font-size: 50px;
    color: #999999;
    color: #ebebeb
}

.img_list_detail_site_16_1_84 .site-editor {
    word-wrap: break-word
}

@media (max-width: 767px) {
    .img_list_detail_site_16_1_84 #site-imgs-slick.slick-slider .slick-arrow {
        height:calc(100% - 60px)
    }

    .img_list_detail_site_16_1_84 #site-imgs-slick.slick-dotted {
        padding-bottom: 60px
    }

    .img_list_detail_site_16_1_84 #site-imgs-slick .swiper-navtab {
        height: 47px
    }

    .img_list_detail_site_16_1_84 #site-imgs-slick .slick-dots {
        height: 42px
    }

    .img_list_detail_site_16_1_84 #site-imgs-slick .slick-dots li {
        width: 40px;
        height: 40px;
        margin-left: 5px;
        border-width: 1px
    }
}

@media (max-width: 767px) {
    .img_list_detail_site_16_1_84 .site-img {
        padding:0
    }

    .img_list_detail_site_16_1_84 {
        padding: 0px
    }
}

.img_list_detail_site_16_1_84 .site-showimg-con,.img_list_detail_site_16_1_84 .img-paralist {
    margin-top: 30px
}

@media (max-width: 991px) {
    .img_list_detail_site_16_1_84 .site-showimg-con, .img_list_detail_site_16_1_84 .img-paralist {
        margin-top:20px
    }
}

@media (max-width: 767px) {
    .img_list_detail_site_16_1_84 .site-showimg-con, .img_list_detail_site_16_1_84 .img-paralist {
        margin-top:15px
    }
}

.img_list_detail_site_16_1_84 .sidebar-column a {
    color: #999999
}

.img_list_detail_site_16_1_84 .sidebar-news-list .list-group-item a {
    color: #999999
}

.img_list_detail_site_16_1_84 .panel {
    border-radius: 0px;
    box-shadow: none
}

.img_list_detail_site_16_1_84 .site-page .container {
    border-top: 1px solid;
    border-top-color: #999999;
    border-top-color: #ebebeb
}

.img_list_detail_site_16_1_84 .site-page {
    border: none
}

.img_list_detail_site_16_1_84 .page-link {
    border-color: #999999;
    border-color: #ebebeb
}

.img_list_detail_site_16_1_84 .site-page .pagination li a {
    color: #999999;
    color: ;
    background-color: #ffffff;
    background-color:
}

.img_list_detail_site_16_1_84 .site-page .pagination li a:hover {
    background-color: transparent;
    background-color: ;
    color: #116bc4;
    color:
}

.img_list_detail_site_16_1_84 .tags {
    font-size: 14px;
    color: #666666;
    display: block;
    text-align: left
}

.img_list_detail_site_16_1_84 .tags a {
    color: #666666;
    padding: 5px
}

.img_list_detail_site_16_1_84 .tags a:hover {
    color: #116bc4;
    color:
}

@media (min-width: 768px) {
    .img_list_detail_site_16_1_84 .site-showimg-body.pright {
        float:right
    }
}

.sidebar_site_11_1_85 .site-sidebar {
    margin-left: 30px;
    background: #ffffff
}

@media (max-width: 991px) {
    .sidebar_site_11_1_85 .site-sidebar {
        margin-left:0px;
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .sidebar_site_11_1_85 .site-sidebar {
        margin-top:15px
    }
}

.sidebar_site_11_1_85 .site-sidebar >:not(:first-child) {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #eeeeee
}

.sidebar_site_11_1_85 .leftsidebar {
    margin-left: 0!important;
    margin-right: 0px
}

@media (max-width: 991px) {
    .sidebar_site_11_1_85 .leftsidebar {
        margin-right:0px
    }
}

.sidebar_site_11_1_85 .sidebar-column li a {
    display: block;
    font-size: 16px;
    color: #999999;
    color: #333333
}

.sidebar_site_11_1_85 .sidebar-column li a:hover {
    color: #000000;
    color: #116bc4
}

.sidebar_site_11_1_85 .sidebar-column li .active {
    color: #000000;
    color: #116bc4
}

.sidebar_site_11_1_85 .sidebar-column li i {
    float: right;
    margin-top: 2px;
    font-size: 14px
}

.sidebar_site_11_1_85 .sidebar-column li ul a {
    font-size: 14px;
    color: #999999;
    color: #333333
}

.sidebar_site_11_1_85 .sidebar-news-list ul li a {
    color: #999999;
    color: #333333
}

.sidebar_site_11_1_85 .sidebar-news-list ul li a:hover {
    color: #000000;
    color: #116bc4
}

.sidebar_site_11_1_85 .site-sidebar {
    box-shadow: none
}

.sidebar_site_11_1_85 .site-sidebar .input-search .form-control {
    border-radius: 0;
    background: none
}

.sidebar_site_11_1_85 .site-sidebar .input-search .form-control:focus {
    border-color: #000000;
    border-color: #116bc4
}

.sidebar_site_11_1_85 .sidebar-piclist-ul li {
    margin-top: 10px
}

.sidebar_site_11_1_85 .sidebar-column li .column-1 {
    font-size: 18px;
    color: #999999;
    color: #333333
}

.sidebar_site_11_1_85 .sidebar-piclist-ul li>h4>a {
    color: #999999;
    color: #333333
}

.sidebar_site_11_1_85 .sidebar-piclist-ul li>h4>a:hover {
    color: #000000;
    color: #116bc4
}

.sidebar_site_11_1_85 .form-control {
    border-color: #e4eaec
}

.sidebar_site_11_1_85 h3 {
    color: #37474f
}

.sidebar_site_11_1_85 .list-group-item {
    border-color: #eeeeee
}

.sidebar_site_11_1_85 .icon {
    color: #2a333c
}

.sidebar_site_11_1_85 .cover {
    max-width: 100%
}





.img_list_page_site_36_1_60.site-index-body {
    padding: 70px 0px;
    background-color: #ffffff;
    background-color: #fafafa;
    background-image: url('');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.img_list_page_site_36_1_60 .portfolio-list li {
    padding: 10px
}

.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item {
    position: relative;
    overflow: hidden
}

.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item img {
    transition: all 0.7s ease 0s;
    transform: scale(1);
    width: 100%;
    height: auto
}

.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item figcaption {
    background-color: transparent;
    position: absolute;
    z-index: 1;
    bottom: -35px;
    left: 0;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: #116bc4;
    background-color: ;
    opacity: 0.6
}

.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item figcaption p {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    transition: all 0.7s ease 0s
}

.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item figcaption p span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all 0.7s ease 0s
}

.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item figcaption p:hover {
    color: #999191;
    transform: scale(1)
}

.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item figcaption p:hover span {
    color: #999191 !important
}

.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item:hover figcaption {
    visibility: visible;
    bottom: 0
}

.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item:hover img {
    transform: scale(1.1)
}

.img_list_page_site_36_1_60 .site_pager {
    margin-top: 20px;
    text-align: center
}

.img_list_page_site_36_1_60 .site_pager * {
    display: inline-block
}

.img_list_page_site_36_1_60 .site_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right: none;
    background: #ffffff;
    text-align: center;
    color: #76838f
}

.img_list_page_site_36_1_60 .site_pager a:hover {
    background: #f5f5f5;
    color: #76838f;
    color: ;
    text-decoration: none
}

.img_list_page_site_36_1_60 .site_pager a.NextA {
    border-right: 1px solid #e4eaec
}

.img_list_page_site_36_1_60 .site_pager .PreSpan,.img_list_page_site_36_1_60 .site_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #ffffff;
    color: #ccd5db;
    cursor: default
}

.img_list_page_site_36_1_60 .site_pager .firstPage,.img_list_page_site_36_1_60 .site_pager .lastPage {
    min-width: 40px;
    height: 28px;
    line-height: 28px
}

.img_list_page_site_36_1_60 .site_pager a.Ahover {
    background: #116bc4;
    background: ;
    border-color: #116bc4;
    border-color: ;
    color: #ffffff;
    cursor: default
}

.img_list_page_site_36_1_60 .site_pager a.Ahover:hover {
    background: #116bc4;
    background: ;
    border-color: #116bc4;
    border-color: ;
    color: #ffffff
}

.img_list_page_site_36_1_60 .site_pager a {
    text-decoration: none
}

.img_list_page_site_36_1_60 .site_pager a:active,.img_list_page_site_36_1_60 .site_pager a:focus,.img_list_page_site_36_1_60 .site_pager a:hover {
    text-decoration: none
}

.img_list_page_site_36_1_60 .site_pager .PageText {
    display: none;
    margin-left: 10px;
    color: #aaa
}

.img_list_page_site_36_1_60 .site_pager input {
    display: none
}

.img_list_page_site_36_1_60 .site_pager .firstPage,.img_list_page_site_36_1_60 .site_pager .lastPage {
    height: auto;
    line-height: inherit
}

.img_list_page_site_36_1_60 .pager li {
    width: 49%;
    display: inline-block
}

.img_list_page_site_36_1_60 .pager li a {
    max-width: 100%
}

.img_list_page_site_36_1_60 #site-pager-btn {
    background: #116bc4;
    background: ;
    border-color: #116bc4;
    border-color: ;
    color: #ffffff
}

.img_list_page_site_36_1_60 dl,.img_list_page_site_36_1_60 ol,.img_list_page_site_36_1_60 ul {
    margin-top: 0;
    padding: 0;
    overflow: hidden
}

@media (min-width: 768px) {
    .img_list_page_site_36_1_60 .position.right .col-md-9 {
        float:right
    }

    .img_list_page_site_36_1_60 .position.right .site-sidebar {
        margin-left: 0px;
        margin-right: 30px
    }
}

@media (max-width: 991px) {
    .img_list_page_site_36_1_60.site-index-body {
        padding:50px 0px
    }
}

@media (max-width: 767px) {
    .img_list_page_site_36_1_60.site-index-body {
        padding:20px 0px
    }

    .img_list_page_site_36_1_60 .portfolio-list li .portfolio-item figure figcaption {
        visibility: visible;
        bottom: 0
    }

    .img_list_page_site_36_1_60 .portfolio-list li .portfolio-item figcaption p,.img_list_page_site_36_1_60 .portfolio-list li .portfolio-item figcaption span {
        font-size: 14px !important;
        line-height: 25px !important
    }
}





.news_list_page_site_152_1_63 .site-news-body {
    padding: 80px 0
}

.news_list_page_site_152_1_63.site-news {
    background-color: #ffffff;
    background-color: #fafafa;
    background-image: url();
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.news_list_page_site_152_1_63 .news-section-head h3 {
    font-size: px;
    text-align: center;
    letter-spacing: 3px
}

.news_list_page_site_152_1_63 .news-section-head h3,.news_list_page_site_152_1_63 .info h3 a {
    color: #000000;
    color:
}

.news_list_page_site_152_1_63 .news-section-grid {
    margin: 10px;
    background-color: #ffffff;
    padding-bottom: 10px
}

.news_list_page_site_152_1_63 .info h3 a:hover,.news_list_page_site_152_1_63 .info h3 a:hover span,.news_list_page_site_152_1_63 .news-section-head p:hover {
    color: #116bc4 !important;
    color: !important
}

.news_list_page_site_152_1_63 .news-section-head p {
    font-size: px;
    font-family: 'Roboto Condensed',sans-serif;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300
}

.news_list_page_site_152_1_63 .img-zoom-out {
    width: 100%;
    height: 200px;
    overflow: hidden
}

.news_list_page_site_152_1_63 .news-section-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.news_list_page_site_152_1_63 a.news-title {
    font-size: 18px;
    font-size: 16px;
    display: block;
    text-decoration: none
}

.news_list_page_site_152_1_63 .info label {
    color: #999999;
    color: #cccccc;
    font-size: 13px;
    margin: 2px 0 7px 0;
    letter-spacing: 1px
}

.news_list_page_site_152_1_63 .info p {
    color: #999999;
    color: ;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 8px;
    margin-bottom: 30px;
    letter-spacing: 1px
}

.news_list_page_site_152_1_63 a.more {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000
}

.news_list_page_site_152_1_63 a.more:hover {
    color: #999999;
    color:
}

.news_list_page_site_152_1_63 .info {
    background: #ffffff;
    padding: 10px;
    border-top: none
}

.news_list_page_site_152_1_63 .appointment {
    background: #263D48;
    padding: 40px 0
}

.news_list_page_site_152_1_63 .appointment-left h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 4px
}

.news_list_page_site_152_1_63 .appointment-left p {
    color: #C1C1C1;
    font-size: 15px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 300;
    margin-top: 8px
}

.news_list_page_site_152_1_63 .appointment-right {
    margin-top: 10px
}

.news_list_page_site_152_1_63 .appointment-right a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px 20px;
    color: #fff;
    background: #8F44AD;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 0;
    border: none
}

.news_list_page_site_152_1_63 .appointment-right a:hover {
    background: #000;
    color: #fff
}

.news_list_page_site_152_1_63 .head_4 h3 {
    text-transform: uppercase;
    color: #8F44AD;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center
}

.news_list_page_site_152_1_63 .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.news_list_page_site_152_1_63 .head_4 p {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14.5px;
    line-height: 25px;
    color: #A2A1A2;
    font-weight: 300;
    margin: 10px 0 0px;
    letter-spacing: 2px;
    text-align: center
}

.news_list_page_site_152_1_63 .modal-body input[type="text"] {
    display: inline-block;
    background: none;
    border: 1px solid #A3A1A1;
    width: 47.7%;
    margin: 0 5px 15px 5px;
    outline: none;
    font-size: 16px;
    color: #9C9C9C;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    font-family: 'Roboto Condensed',sans-serif
}

.news_list_page_site_152_1_63 .modal-body textarea {
    background: none;
    border: 1px solid #A3A1A1;
    width: 98%;
    display: block;
    height: 150px;
    outline: none;
    font-size: 16px;
    color: #9B9B9C;
    font-weight: 500;
    margin: 0 5px 15px 5px;
    padding: 10px 15px 10px 15px;
    font-family: 'Roboto Condensed',sans-serif
}

.news_list_page_site_152_1_63 .modal-body input[type="submit"] {
    margin-top: 10px;
    font-weight: 600;
    outline: none;
    transition: .5s all;
    margin-left: 5px;
    color: #fff;
    border: none;
    font-size: 16px;
    background: #8F44AD;
    padding: 10px 20px;
    text-decoration: none;
    letter-spacing: 1px
}

.news_list_page_site_152_1_63 .modal-body input[type="submit"]:hover {
    color: #FFDD00;
    background: #000
}

.news_list_page_site_152_1_63 .modal-header {
    padding: 30px 10px
}

.news_list_page_site_152_1_63 .modal-header .close {
    margin-top: -31px
}

.news_list_page_site_152_1_63 .modal-header span {
    font-size: 50px
}

.news_list_page_site_152_1_63 .ladda-button {
    background-color: #116bc4;
    background-color: ;
    border-color: #116bc4;
    border-color: ;
    color: #999999;
    color:
}

.news_list_page_site_152_1_63 .btn-primary:hover {
    background-color: #116bc4;
    background-color: ;
    border-color: #116bc4;
    border-color: ;
    color: #999999;
    color:
}

.news_list_page_site_152_1_63 .site_pager {
    margin-top: 20px;
    text-align: center
}

.news_list_page_site_152_1_63 .site_pager * {
    display: inline-block
}

.news_list_page_site_152_1_63 .site_pager a.NextA {
    border-right: 1px solid #e4eaec
}

.news_list_page_site_152_1_63 .site_pager .firstPage,.site_pager .lastPage {
    min-width: 40px;
    height: 28px;
    line-height: 28px
}

.news_list_page_site_152_1_63 .site_pager a {
    text-decoration: none
}

.news_list_page_site_152_1_63 .site_pager a:active,.site_pager a:focus,.site_pager a:hover {
    text-decoration: none
}

.news_list_page_site_152_1_63 .site_pager .PageText {
    display: none;
    margin-left: 10px;
    color: #aaa
}

.news_list_page_site_152_1_63 .site_pager input {
    display: none
}

.news_list_page_site_152_1_63 .site_pager .firstPage,.site_pager .lastPage {
    height: auto;
    line-height: inherit
}

.news_list_page_site_152_1_63 .sumary_list {
    display: inline-block
}

.news_list_page_site_152_1_63 .img-zoom-out img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

@media (max-width: 991px) and (min-width:768px) {
    .news_list_page_site_152_1_63 .site-news-body {
        padding:10px 0
    }
}

@media (max-width: 767px) {
    .news_list_page_site_152_1_63 .site-news-body {
        padding:10px 0
    }

    .news_list_page_site_152_1_63 .info {
        padding: 5px
    }

    .news_list_page_site_152_1_63 .info p {
        font-size: 12px;
        line-height: 20px
    }

    .news_list_page_site_152_1_63 a.more {
        font-size: 12px;
        padding: 4px 7px
    }

    .news_list_page_site_152_1_63 .info p {
        margin-bottom: 12px
    }

    .news_list_page_site_152_1_63 .sumary_list {
        margin-bottom: 10px !important
    }
}

.news_list_page_site_152_1_63 .info p {
    display: none
}

.news_list_page_site_152_1_63 .info>h3 {
    margin: 0;
    border-bottom: 1px solid #999999
}

.news_list_page_site_152_1_63 .info>h3>a {
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.news_list_page_site_152_1_63 .day_time {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #000000;
    background-color: #035cac;
    color: #999999;
    color: #ffffff;
    text-align: center;
    margin-right: 5px
}

.news_list_page_site_152_1_63 .flex_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

.news_list_page_site_152_1_63 .site_pager a:first-child,.news_list_page_site_152_1_63 .site_pager a.NextA {
    color: #76838f;
    color: #76838f;
    background-color: #FFFFFF;
    background-color: #ffffff
}

.news_list_page_site_152_1_63 .site_pager a:first-child:hover,.news_list_page_site_152_1_63 .site_pager a.NextA:hover {
    color: #ffffff;
    background-color: #000000
}

.news_list_page_site_152_1_63 .site_pager .PreSpan,.news_list_page_site_152_1_63 .site_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    background: #ffffff;
    color: #ccd5db;
    color: #ccd5db;
    cursor: default
}

.news_list_page_site_152_1_63 .site_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right: none;
    background: #fff;
    background: #ffffff;
    text-align: center;
    color: #76838f;
    color: #76838f
}

.news_list_page_site_152_1_63 .site_pager a:hover {
    color: #76838f;
    color: #76838f;
    background: #f5f5f5;
    background: #f5f5f5;
    text-decoration: none
}

.news_list_page_site_152_1_63 .site_pager a.Ahover {
    border-color: #116bc4;
    border-color: ;
    background: #116bc4;
    background: ;
    color: #fff;
    color: #ffffff;
    cursor: default
}

.news_list_page_site_152_1_63 .site_pager a.Ahover:hover {
    border-color: #116bc4;
    border-color: ;
    color: ;
    background: #116bc4;
    background: ;
    color: #fff;
    color: #ffffff
}





.img_list_page_site_35_2_97 .container .myul_box li {
    width: 100%;
    border: 1px solid #116bc4;
    border-color: #ffffff;
    margin: 17px 0px;
    overflow: hidden;
    padding: 20px;
    background: #ffffff;
    background: #ffffff;
    list-style: none
}

.img_list_page_site_35_2_97 .container .inner .img-zoom-out img {
    max-width: 100%
}

.img_list_page_site_35_2_97 .row {
    overflow: hidden
}

.img_list_page_site_35_2_97 .my_title {
    font-size: 20px;
    color: #000000;
    color: #333333
}

.img_list_page_site_35_2_97 .futitle,.img_list_page_site_35_2_97 .desc {
    color: #999999;
    color: #999999
}

.img_list_page_site_35_2_97 .nr {
    line-height: 23px
}

.img_list_page_site_35_2_97 .box {
    text-align: center;
    padding: 0px
}

.img_list_page_site_35_2_97 .zy h2 {
    margin: 0px;
    padding: 0px
}

.img_list_page_site_35_2_97 .zy {
    margin-bottom: 12px
}

.img_list_page_site_35_2_97 .zy h2:hover,.img_list_page_site_35_2_97 .zy h2:hover span {
    color: #116bc4 !important;
    color: !important
}

.img_list_page_site_35_2_97 .container .inner .img-zoom-out:hover img {
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px)
}

.img_list_page_site_35_2_97 .container .myul_box li:hover {
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.2);
    box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.2)
}

.img_list_page_site_35_2_97 .container .inner .img-zoom-out img {
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.img_list_page_site_35_2_97.imgpage {
    background-color: #ffffff;
    background-color: #fafafa;
    background-image: url();
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.img_list_page_site_35_2_97 .container {
    padding: 60px 0px
}

.img_list_page_site_35_2_97 .site_pager {
    margin-top: 20px;
    text-align: center
}

.img_list_page_site_35_2_97 .site_pager * {
    display: inline-block
}

.img_list_page_site_35_2_97 .site_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right: none;
    background: #ffffff;
    background: ;
    text-align: center;
    color: #000000;
    color:
}

.img_list_page_site_35_2_97 .site_pager a:hover {
    text-decoration: none
}

.img_list_page_site_35_2_97 .site_pager a.NextA {
    border-right: 1px solid #e4eaec
}

.img_list_page_site_35_2_97 .site_pager .PreSpan,.site_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #ffffff;
    background: ;
    color: #000000;
    color: ;
    cursor: default
}

.img_list_page_site_35_2_97 .site_pager .firstPage,.site_pager .lastPage {
    min-width: 40px;
    height: 28px;
    line-height: 28px
}

.img_list_page_site_35_2_97 .site_pager a.Ahover {
    border-color: #e4eaec;
    color: #ffffff;
    background: #116bc4;
    background: ;
    cursor: default
}

.img_list_page_site_35_2_97 .sonlanmu ul {
    margin: 0px;
    padding: 0px
}

.img_list_page_site_35_2_97 .container .myul_box {
    margin: 0px;
    padding: 0px
}

.site_pager a:hover {
    color: #000000;
    color: ;
}

.img_list_page_site_35_2_97 .item img {
    max-width: 100%
}

.img_list_page_site_35_2_97 .btn-primary {
    color: #ffffff;
    border-color: #116bc4;
    border-color: ;
    background-color: #116bc4;
    background-color:
}

@media (min-width: 768px) {
    .img_list_page_site_35_2_97 .col-md-3 {
        float:left;
        width: 24%
    }
}

@media (max-width: 767px) {
    .img_list_page_site_35_2_97 .introduced {
        text-align:center;
        padding: 4px 0px
    }

    .img_list_page_site_35_2_97 .col-md-3 {
        float: left;
        width: 100%
    }

    .img_list_page_site_35_2_97 .container .myul_box {
        margin: 0px;
        padding: 16px
    }

    .img_list_page_site_35_2_97 .row {
        margin: 0px
    }
}

.img_list_page_site_35_2_97 .site_pager a {
    text-decoration: none
}

.img_list_page_site_35_2_97 .site_pager a:active,.site_pager a:focus,.site_pager a:hover {
    text-decoration: none
}

.img_list_page_site_35_2_97 .site_pager .PageText {
    display: none;
    margin-left: 10px;
    color: #aaa
}

.img_list_page_site_35_2_97 .site_pager input {
    display: none
}

.img_list_page_site_35_2_97 .site_pager .firstPage,.site_pager .lastPage {
    height: auto;
    line-height: inherit
}

.site_pager a:hover {
    background: #f5f5f5;
    color: ;
    color: ;
    text-decoration: none
}




.download_list_page_site_144_1_62 {
    background: #ffffff;
    background: ;
    padding: 90px 0px
}

.download_list_page_site_144_1_62 .site-download-list {
    padding: 0px
}

.download_list_page_site_144_1_62 .site-download-list .border-bottom {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px
}

.download_list_page_site_144_1_62 .site-download-list h3.name {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    color:
}

.download_list_page_site_144_1_62 .site-download-list p.desc {
    font-size: 18px;
    color: #999999;
    color: ;
    margin-bottom: 0px;
    padding-top: 25px
}

.download_list_page_site_144_1_62 .site-download-list .site-editor {
    margin-top: 25px
}

.download_list_page_site_144_1_62 .site-download-list .list-group-item .media {
    transition: all 0.5s;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #e4eaec;
    border-radius: 15px;
    background: #ffffff
}

.download_list_page_site_144_1_62 .site-download-list .list-group-item:last-child {
    border-bottom-color: #e4eaec
}

.download_list_page_site_144_1_62 .site-download-list .list-group-item .media-left i {
    font-size: 34px;
    color: #a3afb7 !important;
    margin-right: 0px
}

.download_list_page_site_144_1_62 .site-download-list .list-group-item {
    margin-top: 20px;
    background: #ffffff;
    border: none;
    margin-bottom: 0px;
    padding: 0px
}

.download_list_page_site_144_1_62 .list-group .media .media-body,.download_list_page_site_144_1_62 .list-group .media .media-left {
    padding: 0 60px
}

.download_list_page_site_144_1_62 .list-group .media .media-body {
    border-left: 1px solid #e4eaec;
    vertical-align: bottom
}

.download_list_page_site_144_1_62 .site-download-list .list-group .media .media-heading {
    margin-bottom: 0px
}

.download_list_page_site_144_1_62 .site-download-list .list-group .media .media-heading a {
    color: #000000;
    color: ;
    font-size: 18px
}

.download_list_page_site_144_1_62 .wb-download {
    font-size: 21px;
    color: #116bc4;
    color:
}

.download_list_page_site_144_1_62 .site-download-list .list-group-item .media:hover {
    background: #116bc4
}

.download_list_page_site_144_1_62 .site-download-list .list-group-item .media:hover .media-left i,.download_list_page_site_144_1_62 .site-download-list .list-group-item .media:hover .media-heading a,.download_list_page_site_144_1_62 .site-download-list .list-group-item .media:hover .media-heading a span,.download_list_page_site_144_1_62 .site-download-list .list-group-item .media:hover .wb-download {
    color: #ffffff !important
}

@media (max-width: 1440px) {
    .download_list_page_site_144_1_62 .site-download-list h3.name {
        font-size:calc( 36px - 6px)
    }
}

@media (min-width: 768px) {
    .download_list_page_site_144_1_62 .popular-product.right .col-md-9 {
        float:right
    }

    .download_list_page_site_144_1_62 .popular-product.right .col-md-3 .site-sidebar {
        margin-right: 30px!important
    }

    .download_list_page_site_144_1_62 .popular-product.left .col-md-3 .site-sidebar {
        margin-left: 30px!important
    }
}

@media (max-width: 991px) {
    .download_list_page_site_144_1_62 .site-download-list .list-group-item {
        padding-left:20px!important;
        padding-right: 20px!important
    }

    .download_list_page_site_144_1_62 .list-group .media .media-body,.download_list_page_site_144_1_62 .list-group .media .media-left {
        padding: 0 40px
    }
}

@media (max-width: 767px) {
    .download_list_page_site_144_1_62 {
        padding:30px 0px
    }

    .download_list_page_site_144_1_62 .site-download-list .list-group-item {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .download_list_page_site_144_1_62 .site-download-list .list-group-item .media-body .btn {
        margin-right: 0
    }

    .download_list_page_site_144_1_62 .site-download-list {
        padding: 0px 15px
    }

    .download_list_page_site_144_1_62 .site-download-list h3.name {
        font-size: 24px
    }

    .download_list_page_site_144_1_62 .site-download-list p.desc {
        font-size: 16px;
        padding: 15px 0px
    }

    .download_list_page_site_144_1_62 .site-download-list .site-editor {
        margin-top: 15px
    }

    .download_list_page_site_144_1_62 .site-download-list .list-group-item {
        padding: 0px
    }

    .download_list_page_site_144_1_62 .list-group .media .media-body,.download_list_page_site_144_1_62 .list-group .media .media-left {
        padding: 0 20px
    }

    .download_list_page_site_144_1_62 .site-download-list .list-group-item .media {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 479px) {
    .download_list_page_site_144_1_62 .media-left {
        display:table-cell
    }

    .download_list_page_site_144_1_62 .site-download-list .list-group-item .media-left i {
        font-size: 26px
    }

    .download_list_page_site_144_1_62 .wb-download {
        font-size: 18px
    }

    .download_list_page_site_144_1_62 .site-download-list .list-group .media .media-heading a {
        font-size: 16px
    }
}

.site_pager {
    margin-top: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.site_pager * {
    display: inline-block
}

.site_pager a {
    padding: 20px 10px;
    margin: 0 9px;
    border: none;
    text-align: center;
    color: #76838f;
    font-size: 16px
}

.site_pager a.PreA {
    background: url(../ui/download_list_page/site_144_1/img/left01.png) no-repeat;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0 19px
}

.site_pager a.NextA {
    background: url(../ui/download_list_page/site_144_1/img/right01.png) no-repeat;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0 19px
}

.site_pager .PreSpan {
    background: url(../ui/download_list_page/site_144_1/img/left.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 19px
}

.site_pager .NextSpan {
    background: url(../ui/download_list_page/site_144_1/img/right.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 19px
}

.site_pager .PreSpan,.site_pager .NextSpan {
    cursor: default
}

.site_pager .firstPage,.site_pager .lastPage {
    min-width: 40px;
    height: 28px;
    line-height: 28px
}

.site_pager a.Ahover {
    color: #116bc4;
    color: ;
    cursor: default;
    border-bottom: 1px solid #116bc4;
    border-bottom: 1px solid
}

.site_pager a.Ahover:hover {
    color: #116bc4;
    color: ;
    border-bottom: 1px solid #116bc4;
    border-bottom: 1px solid
}

.site_pager a {
    text-decoration: none
}

.site_pager a:active,.site_pager a:focus,.site_pager a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #116bc4;
    color: ;
    border-bottom: 1px solid #116bc4;
    border-bottom: 1px solid
}

.site_pager .PageText {
    display: none;
    margin-left: 10px;
    color: #aaa
}

.site_pager input {
    display: none
}

.site_pager .firstPage,.site_pager .lastPage {
    height: auto;
    line-height: inherit
}

.pager li {
    width: 49%;
    display: inline-block
}

.pager li a {
    max-width: 100%
}

.download_list_page_site_144_1_62 #site-pager-btn {
    border-color: #116bc4;
    background-color: #116bc4;
    border-color: ;
    background-color:
}

@media (max-width: 767px) {
    .site_pager {
        margin-top:30px
    }
}





.news_list_page_site_36_4_65.site-news {
    background-color: #ffffff;
    background-color: #fafafa;
    padding: 50px 0
}

.news_list_page_site_36_4_65 .main-content {
    background-color: #ffffff;
    background-color: #fafafa
}

.news_list_page_site_36_4_65 .clearfix {
    zoom:1; list-style-type: none
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 {
    float: left;
    overflow: hidden;
    width: 41.5%
}

.news_list_page_site_36_4_65.p2_1 .item1 .itembox {
    margin-bottom: 80px
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .pic {
    width: 100%;
    overflow: hidden
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a img {
    width: 100%
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.6s
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .pic img:hover {
    transform: scale(1.1)
}

.news_list_page_site_36_4_65 .tran500 {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 10px 21px 0 21px
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text:hover {
    background-color: #116bc4;
    background-color:
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    color: ;
    margin-top: 0
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text h5 span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text h5:hover {
    color: #116bc4;
    color:
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text:hover h5 {
    color: #ffffff
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text:hover h5 span {
    color: #ffffff !important
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1.gtli .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #999999
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1.gtli:hover .icon {
    color: #ffffff
}

.news_list_page_site_36_4_65 .tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.news_list_page_site_36_4_65 .TXTovehid {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_list_page_site_36_4_65.p2_1 .item1 ul,.p2_1 .item1 ul li {
    padding: 0
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text span.updatetime {
    display: block;
    line-height: 14px;
    font-size: 12px;
    color: #999999;
    color: ;
    opacity: 0.58;
    filter: alpha(opacity=58);
    margin-bottom: 5px
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text:hover span {
    color: #ffffff
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text span.updatetime i {
    padding-right: 5px;
    color: #999999;
    color:
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text:hover span i {
    color: #ffffff
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text p {
    font-size: 12px;
    line-height: 21px;
    overflow: hidden;
    color: #999999;
    color: ;
    margin-bottom: 0;
    padding-bottom: 5px
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li1 .text:hover p {
    color: #ffffff
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 {
    float: right;
    width: 54%;
    margin-bottom: 48px
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .pic {
    overflow: hidden;
    float: left;
    width: 44.4%
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.6s
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .pic img:hover {
    transform: scale(1.1)
}

.news_list_page_site_36_4_65 .tran500 {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text {
    float: right;
    width: 51.9%
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text h5 {
    font-size: 16px;
    color: #000000;
    color:
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text h5 span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text h5:hover {
    color: #116bc4;
    color:
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text h5:hover span {
    color: #116bc4 !important;
    color: !important
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text span. {
    display: block;
    line-height: 14px;
    font-size: 12px;
    color: #999999;
    color:
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text span i {
    padding-right: 5px;
    color: #999999;
    color:
}

.news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text p {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    color: ;
    overflow: hidden;
    margin-bottom: 14px
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    width: 100%
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.two.gtli {
    background: #ffffff
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.one.gtli {
    background: #ffffff
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a {
    display: block;
    padding: 10px;
    position: relative
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a .date {
    font-size: 20px;
    color: #999999;
    color: ;
    width: 11%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli:hover a .date {
    color: #e5f2ff
}

.news_list_page_site_36_4_65 .fl {
    float: left
}

.news_list_page_site_36_4_65 .fr {
    float: right
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a .cont {
    width: 89%;
    padding: 0 25px
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a .cont h5 {
    font-size: 16px;
    color: #000000;
    color:
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a .cont h5 span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli:hover a .cont h5 {
    color: #ffffff
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli:hover a .cont h5 span {
    color: #ffffff !important
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a .cont p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    color: ;
    overflow: hidden
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli:hover a .cont p {
    color: #ffffff
}

.news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli:hover {
    background: #116bc4;
    background:
}

.site_pager {
    margin-top: 20px;
    text-align: center
}

.site_pager * {
    display: inline-block
}

.site_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right: none;
    background: #ffffff;
    text-align: center;
    color: #76838f
}

.site_pager a:hover {
    background: #f5f5f5;
    color: #76838f;
    color: ;
    text-decoration: none
}

.site_pager a.NextA {
    border-right: 1px solid #e4eaec
}

.site_pager .PreSpan,.site_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #ffffff;
    color: #ccd5db;
    cursor: default
}

.site_pager .firstPage,.site_pager .lastPage {
    min-width: 40px;
    height: 28px;
    line-height: 28px
}

.site_pager a.Ahover {
    background: #116bc4;
    background: ;
    border-color: #116bc4;
    border-color: ;
    color: #ffffff;
    cursor: default
}

.site_pager a.Ahover:hover {
    background: #116bc4;
    background: ;
    border-color: #116bc4;
    border-color: ;
    color: #ffffff
}

.site_pager a {
    text-decoration: none
}

.site_pager a:active,.site_pager a:focus,.site_pager a:hover {
    text-decoration: none
}

.site_pager .PageText {
    display: none;
    margin-left: 10px;
    color: #aaa
}

.site_pager input {
    display: none
}

.site_pager .firstPage,.site_pager .lastPage {
    height: auto;
    line-height: inherit
}

.pager li {
    width: 49%;
    display: inline-block
}

.pager li a {
    max-width: 100%
}

.news_list_page_site_36_4_65 #site-pager-btn {
    border-color: #116bc4;
    background-color: #116bc4;
    border-color: ;
    background-color:
}

@media (min-width: 768px) {
    .news_list_page_site_36_4_65 .f-aboutQ.right .col-md-9 {
        float:right
    }

    .news_list_page_site_36_4_65 .f-aboutQ.right .col-md-3 .site-sidebar {
        margin-right: 30px!important
    }

    .news_list_page_site_36_4_65 .f-aboutQ.left .col-md-3 .site-sidebar {
        margin-left: 30px!important
    }
}

@media(max-width: 768px) {
    .news_list_page_site_36_4_65.p2_1 .item1 .itembox {
        margin-bottom:20px
    }

    .news_list_page_site_36_4_65.p2_1 .item1 li.li1 {
        width: 100%;
        margin-bottom: 20px
    }

    .news_list_page_site_36_4_65.p2_1 .item1 li.li2 {
        width: 100%;
        margin-bottom: 20px
    }

    .news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text h5 {
        margin-top: 0
    }

    .news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli {
        margin-bottom: 0
    }

    .news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a .date {
        width: 20%
    }

    .news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a .cont {
        width: 80%;
        padding: 0 10px
    }

    .news_list_page_site_36_4_65.p2_1 .item1 li.li1.gtli .icon {
        right: 5px
    }
}

@media(max-width: 991px) {
    .news_list_page_site_36_4_65.site-news {
        padding:30px 0
    }
}

@media(max-width: 767px) {
    .news_list_page_site_36_4_65.site-news {
        padding:10px 0
    }

    .news_list_page_site_36_4_65.p2_1 .item1 li.li1 {
        width: 100%;
        margin-bottom: 20px
    }

    .news_list_page_site_36_4_65.p2_1 .item1 li.li1.scaleimg:not(:first-child) {
        margin-top: 20px
    }

    .news_list_page_site_36_4_65.p2_1 .item1 li.li2 {
        width: 100%;
        margin-bottom: 20px
    }

    .news_list_page_site_36_4_65.p2_1 .item1 li.li2 .text h5 {
        margin-top: 0
    }

    .news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli {
        margin-bottom: 0
    }

    .news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a .date {
        width: 20%
    }

    .news_list_page_site_36_4_65.p2_1 .item1 ul li.gtli a .cont {
        width: 80%;
        padding: 0 10px
    }

    .news_list_page_site_36_4_65.p2_1 .item1 li.li1.gtli .icon {
        right: 5px
    }
}

.news_list_page_site_36_4_65 .updatetime {
    color: #999999;
    color:
}




.contact_list_site_184_2_95 {
    padding: 50px 0px;
    font-size: 16px;
    background-color: #ffffff;
    background-color: #fafafa;
    position: relative
}

.contact_list_site_184_2_95 .container {
    position: relative;
    z-index: 1
}

.contact_list_site_184_2_95.section_bg_type::after {
    content: "";
    background: url(../../../upload/202305/1685522365.jpg);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter: brightness(30%)
}

.contact_list_site_184_2_95 ul,.contact_list_site_184_2_95 li {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact_list_site_184_2_95 .contanct_content {
    display: flex;
    justify-content: space-between
}

.contact_list_site_184_2_95 .contanct_left {
    flex: 60%;
    padding-top: 50px;
    padding-right: 10%
}

.contact_list_site_184_2_95 .contanct_right {
    flex: 40%;
    height: 590px;
    border-radius: 5px;
    background-color: #ffffff;
    background-color: ;
    padding: 60px 0px;
    text-align: center;
    font-size: 18px
}

.contact_list_site_184_2_95 table {
    border: 0
}

.contact_list_site_184_2_95 table tr {
    display: block;
    margin-bottom: 50px
}

.contact_list_site_184_2_95 table tr td {
    display: block;
    color: #000000;
    color: ;
    border: 0
}

.contact_list_site_184_2_95 table tr td p {
    color: #000000;
    color:
}

.contact_list_site_184_2_95 table td p:first-child {
    font-size: 36px;
    margin-bottom: 30px;
    word-break: break-all
}

.contact_list_site_184_2_95 .contanct_bottom_left_list {
    flex: 50%;
    margin-right: 70px
}

.contact_list_site_184_2_95 .contanct_bottom_right_list {
    flex: 50%
}

.contact_list_site_184_2_95 .contanct_right h3 {
    margin: 0 0 40px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    color:
}

.contact_list_site_184_2_95 .contanct_right .contanct_right_p1 {
    color: #000000;
    color: ;
    margin-bottom: 55px
}

.contact_list_site_184_2_95 .contanct_right .contanct_right_p2 {
    width: 200px;
    height: 200px;
    margin: 0 auto 70px
}

.contact_list_site_184_2_95 .contanct_right .contanct_right_p2 img {
    width: 100%
}

.contact_list_site_184_2_95 .contanct_right .contanct_right_p3 {
    width: 198px;
    height: 56px;
    background: #116bc4;
    background: ;
    border-radius: 28px;
    line-height: 56px;
    margin: 0 auto
}

.contact_list_site_184_2_95 .contanct_right .contanct_right_p3 a {
    color: #000000;
    color: #ffffff
}

.contact_list_site_184_2_95 .contanct_right .contanct_right_p3:hover {
    background: #116bc4;
    background:
}

.contact_list_site_184_2_95 .contanct_right .contanct_right_p3:hover a {
    color: #000000;
    color: #ffffff
}

@media screen and (min-width: 768px) and (max-width:1200px) {
    .contact_list_site_184_2_95 table tr {
        display:flex
    }

    .contact_list_site_184_2_95 table tr td {
        flex: 1
    }

    .contact_list_site_184_2_95 .contanct_content {
        flex-direction: column
    }

    .contact_list_site_184_2_95 table td p:first-child {
        font-size: 28px
    }

    .contact_list_site_184_2_95 table {
        display: block;
        margin: 0px
    }

    .contact_list_site_184_2_95 table tbody {
        display: block
    }

    .contact_list_site_184_2_95 .contanct_left {
        font-size: 16px;
        padding-right: unset;
        padding-top: unset
    }

    .contact_list_site_184_2_95 .contanct_right {
        font-size: 16px;
        padding: 20px 0px
    }

    .contact_list_site_184_2_95 .contanct_right .contanct_right_p3 a {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .contact_list_site_184_2_95 .contanct_content {
        padding:0px 10px;
        flex-direction: column
    }

    .contact_list_site_184_2_95 .contanct_left {
        font-size: 14px;
        padding-right: unset;
        padding-top: unset
    }

    .contact_list_site_184_2_95 table {
        max-width: 100%;
        width: 100%
    }

    .contact_list_site_184_2_95 table tr td {
        padding: 0 !important;
        width: 100%
    }

    .contact_list_site_184_2_95 table td p:first-child {
        font-size: 24px
    }

    .contact_list_site_184_2_95 table tr td:not(:last-child) {
        display: block !important;
        margin-bottom: 50px
    }

    .contact_list_site_184_2_95 .contanct_right {
        font-size: 16px;
        padding: 20px 0px
    }

    .contact_list_site_184_2_95 .contanct_right .contanct_right_p3 a {
        font-size: 14px
    }

    .contact_list_site_184_2_95 .contanct_left_bottom {
        flex-direction: column
    }

    .contact_list_site_184_2_95 .contanct_bottom_left_list {
        margin-right: unset
    }
}

.show_site_16_1_96.site-show-body {
    background: #ffffff;
    padding: 30px 0px;
    display: block
}

.show_site_16_1_96.site-show-body.bgcolor {
    background:
}

.show_site_16_1_96.site-show-body.bgpic {
    background: url() no-repeat;
    background-size: cover;
    background-position: center
}

.show_site_16_1_96 .title {
    color: #000000;
    color:
}

.show_site_16_1_96 .site-feedback .form-group input,.form-control {
    border-color: #999999;
    border-color:
}

textarea {
    border-color: #999999;
    border-color:
}

.show_site_16_1_96 .site-feedback .form-group input:focus,.form-control:focus {
    border-color: #116bc4;
    border-color:
}

.show_site_16_1_96 .site-feedback .form-group .btn {
    background: #000000;
    background: ;
    border: none
}

.show_site_16_1_96 .site-feedback .form-group .btn:hover {
    opacity: .8;
    transition: all 1s
}

.show_site_16_1_96 .site-feedback .form-group input,.form-control {
    color: #116bc4;
    color:
}

.show_site_16_1_96 .site-feedback .form-group label {
    color: #000000;
    color:
}

.show_site_16_1_96 .site-editor * {
    max-width: 100%
}

.show_site_16_1_96.site-show-body .container-fluid .m0 {
    margin: 0px
}

.show_site_16_1_96 .radio-custom input[type=radio]:checked+label::before,.show_site_16_1_96 .checkbox-primary input[type=checkbox]:checked+label::before {
    background: #116bc4;
    border-color: #116bc4
}

.show_site_16_1_96 .radio-custom input[type=radio]:focus+label::before,.show_site_16_1_96 .checkbox-custom input[type=checkbox]:focus+label::before {
    outline: none
}

@media (min-width: 768px) {
    .show_site_16_1_96 .my-show.right .col-md-9 {
        float:right
    }

    .show_site_16_1_96 .my-show.right .col-md-3 .site-sidebar {
        margin-right: 30px!important;
        margin-left: 0px !important
    }

    .show_site_16_1_96 .my-show.left .col-md-3 .site-sidebar {
        margin-left: 30px!important
    }
}

@media (max-width: 767px) {
    .show_site_16_1_96.site-show-body {
        padding:15px 0px
    }

    .show_site_16_1_96.site-show-body .m0 {
        margin: 0px
    }
}

.show_site_16_1_96.pdnone {
    padding: 0px !important
}

.show_site_16_1_96 .pdnone {
    padding: 0px !important
}




.siteshow_newlabel {
    padding: 30px 0;
    display: block
}

.siteshow_newlabel .site-editor div {
    max-width: 100%
}

.siteshow_newlabel .site-editor {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #fafafa;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,37,55,0.05)
}

.siteshow_newlabel.site-show-body.bgcolor {
    background: #ffffff;
    background: #fafafa
}

.siteshow_newlabel.site-show-body.bgpic {
    background: url() no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width: 767px) {
    .siteshow_newlabel .site-editor {
        padding:10px
    }

    .siteshow_newlabel.pright .col-md-9 {
        padding-bottom: 20px
    }
}

@media (min-width: 768px) {
    .siteshow_newlabel.pright .col-md-9 {
        float:right
    }

    .siteshow_newlabel.pright .site-sidebar {
        margin-right: 30px;
        margin-left: 0
    }
}






.job_list_page_site_152_2_89 {
    padding: 50px 0
}

.job_list_page_site_152_2_89 ul {
    list-style: none;
    padding: 0;
    padding-left: 36px
}

.job_list_page_site_152_2_89 ul li {
    margin-bottom: 20px;
    padding: 0 40px;
    box-shadow: 0px 4px 13px 0px #d5dce2;
    background-color: #ffffff
}

.job_list_page_site_152_2_89 ul li:hover {
    box-shadow: 0px 10px 13px 0px #ced6de
}

.job_list_page_site_152_2_89 ul li:not(:first-child) .content_box {
    display: none
}

.job_list_page_site_152_2_89 ul li.active .job_title {
    border: none
}

.job_list_page_site_152_2_89 .switch {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 85px;
    background: #174592;
    border-radius: 6px 0 6px 0;
    right: calc(100% + 20px);
    top: 50%;
    margin-top: -42.5px
}

.job_list_page_site_152_2_89 .switch i {
    font-size: 26px;
    color: #ffffff
}

.job_list_page_site_152_2_89 .fa-angle-up {
    display: none
}

.job_list_page_site_152_2_89 li.active .fa-angle-up {
    display: inline
}

.job_list_page_site_152_2_89 li.active .fa-angle-down {
    display: none
}

.job_list_page_site_152_2_89 {
    background-color: #ffffff;
    background-color: #fafafa;
    background-image: url();
    background-size: cover;
    background-position: center
}

.job_list_page_site_152_2_89 .container {
}

.job_list_page_site_152_2_89 .block_title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #000000;
    color: ;
    margin-bottom: 18px
}

.job_list_page_site_152_2_89 .block_desc {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #000000;
    color:
}

.job_list_page_site_152_2_89 .more {
    width: 181px;
    height: 53px;
    border: 2px solid;
    border-color: #000000;
    border-color:
}

.job_list_page_site_152_2_89 .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    color:
}

.job_list_page_site_152_2_89 .more:hover {
    background-color: #000000;
    background-color: #174592;
    border-color: #000000;
    border-color: #174592
}

.job_list_page_site_152_2_89 .more:hover a {
    color: #116bc4;
    color: #ffffff
}

.job_list_page_site_152_2_89 .content_box {
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: 1px solid;
    border-color: #000000;
    border-color: #d9d9d9
}

.job_list_page_site_152_2_89 .job_title,.job_list_page_site_152_2_89 .job_list_top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.job_list_page_site_152_2_89 .job_list_top {
    position: relative;
    cursor: pointer;
    padding: 20px 0
}

.job_list_page_site_152_2_89 .job_title {
    align-items: stretch;
    width: 35%;
    border-right: 1px solid;
    border-color: #000000;
    border-color: #d9d9d9;
    padding: 15px 0
}

.job_list_page_site_152_2_89 .list_img {
    width: 20%
}

.job_list_page_site_152_2_89 .list_img img {
    width: 100%;
    height: auto
}

.job_list_page_site_152_2_89 .list_title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 70%
}

.job_list_page_site_152_2_89 .job_position a {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    color: ;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.job_list_page_site_152_2_89 .job_deal,.job_list_page_site_152_2_89 .job_count,.job_list_page_site_152_2_89 .job_place,.job_list_page_site_152_2_89 .job_time {
    font-size: 16px;
    font-weight: 400;
    color: #999999
}

.job_list_page_site_152_2_89 .job_time {
    color:
}

.job_list_page_site_152_2_89 .job_deal {
    color:
}

.job_list_page_site_152_2_89 .job_count {
    color:
}

.job_list_page_site_152_2_89 .job_place {
    color:
}

.job_list_page_site_152_2_89 .desc_ {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1024px) {
    .job_list_page_site_152_2_89 {
        padding:40px 0px
    }

    .job_list_page_site_152_2_89 .job_title {
        width: 40%
    }

    .job_list_page_site_152_2_89 .list_img {
        width: 25%
    }

    .job_list_page_site_152_2_89 .desc_ {
        flex-wrap: wrap
    }

    .job_list_page_site_152_2_89 .desc_ span {
        white-space: nowrap
    }

    .job_list_page_site_152_2_89 .sidebar_true .job_title {
        width: 55%
    }

    .job_list_page_site_152_2_89 .sidebar_true .desc_ {
        width: 40%
    }
}

@media (max-width: 768px) {
    .job_list_page_site_152_2_89 .job_title {
        width:45%
    }

    .job_list_page_site_152_2_89 .desc_ {
        width: 45%
    }

    .job_list_page_site_152_2_89 .sidebar_true .job_list_top {
        flex-wrap: wrap
    }

    .job_list_page_site_152_2_89 .sidebar_true .job_title,.job_list_page_site_152_2_89 .sidebar_true .desc_ {
        width: 100%;
        align-items: center;
        border: none
    }
}

@media (max-width: 480px) {
    .job_list_page_site_152_2_89 {
        padding:30px 0px
    }

    .job_list_page_site_152_2_89 .job_list_top {
        flex-wrap: wrap
    }

    .job_list_page_site_152_2_89 .desc_,.job_list_page_site_152_2_89 .job_title {
        width: 100%;
        border: none
    }

    .job_list_page_site_152_2_89 .desc_ {
        flex-wrap: wrap
    }

    .job_list_page_site_152_2_89 .container {
        padding-left: .9375rem
    }

    .job_list_page_site_152_2_89 .switch {
        display: none
    }

    .job_list_page_site_152_2_89 ul {
        padding-left: 0
    }

    .job_list_page_site_152_2_89 ul li {
        padding-right: 20px;
        padding-left: 20px
    }

    .job_list_page_site_152_2_89 .job_list_top {
        padding-top: 0
    }

    .job_list_page_site_152_2_89 .job_title>span {
        display: none
    }
}

.job_list_page_site_152_2_89 .site_pager {
    padding: 20px 0
}

.job_list_page_site_152_2_89 .site_pager a:first-child,.job_list_page_site_152_2_89 .site_pager a.NextA {
    color: #76838f;
    color: ;
    background-color: #FFFFFF;
    background-color:
}

.job_list_page_site_152_2_89 .btn_attribute {
    background-color: #116bc4;
    background-color: ;
    color: #999999;
    color:
}

.job_list_page_site_152_2_89 .site_pager a:first-child:hover,.job_list_page_site_152_2_89 .site_pager a.NextA:hover {
    color: ;
    background-color:
}

.job_list_page_site_152_2_89 .site_pager .PreSpan,.job_list_page_site_152_2_89 .site_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    background: ;
    color: #ccd5db;
    color: ;
    cursor: default
}

.job_list_page_site_152_2_89 .site_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    background: ;
    text-align: center;
    color: #76838f;
    color:
}

.job_list_page_site_152_2_89 .btn_attribute {
    background-color: #116bc4;
    background-color: ;
    color: #999999;
    color:
}

.job_list_page_site_152_2_89 .site_pager a:hover {
    color: #76838f;
    color: ;
    background: #f5f5f5;
    background: ;
    text-decoration: none
}

.job_list_page_site_152_2_89 .site_pager a.Ahover {
    border-color: #116bc4;
    border-color: ;
    background: #116bc4;
    background: ;
    color: #fff;
    color: ;
    cursor: default
}

.job_list_page_site_152_2_89 .site_pager a.Ahover:hover {
    border-color: #116bc4;
    border-color: ;
    color: ;
    background: #116bc4;
    background: ;
    color: #fff;
    color:
}

.job_list_page_site_152_2_89 .PageText,.job_list_page_site_152_2_89 #formtext,.job_list_page_site_152_2_89 #pagefenyeinfo {
    display: none
}

.job_list_page_site_152_2_89 .no {
    display: none !important
}

.job_list_page_site_152_2_89 .fanye button,.job_list_page_site_152_2_89 .fanye {
    font-size: 18px
}

.job_list_page_site_152_2_89 .modal-header {
    background-color: #116bc4
}

.job_list_page_site_152_2_89 .radio-primary input[type=radio]:checked+label::before {
    border-color: #116bc4
}

.job_list_page_site_152_2_89 .btn-primary {
    border-color: #116bc4;
    background-color: #116bc4
}









.onlinebox_two{background-color: transparent;box-shadow: none;}
.onlinebox_two .site-online-box {width: 54px; height: 54px; position: relative; margin-bottom: 1px;}
.onlinebox_two .online-item  {position: absolute; width: 54px; height: 54px; top: 0; right: 0;transition: all.3s; opacity: .8; filter: Alpha(opacity = 80); color: #fff; font-size: 14px;line-height: 54px;overflow: hidden;}
.onlinebox_two .online-item i{font-size: 20px; width: 54px;}
.onlinebox .onlinebox-open {display: block; cursor: pointer; padding: 0 10px; font-size: 18px; line-height: 40px; color: #fff; }
.onlinebox_two .onlineclose{display: none;}
.site-online-modal .close{position: absolute;right: 5px;top: 0;opacity: 1;}
#onlinebox .site-online-box:hover .online-item{width: 130px;opacity: 1;filter:Alpha(opacity=100);}
#onlinebox .site-online-box:hover .online-item i{width: 30px;}
@media (min-width: 992px){
.onlinebox_two .onlinebox-open{display: none;}
}
@media (max-width: 991px){
.onlinebox_two .onlinebox_two_list{display: none;position: relative;}
.onlinebox_two .onlineclose{font-style: initial;color: #fff;opacity: .8;position: absolute; right: -5px; top: -15px; border-radius: 50%; width: 25px;
    height: 25px;line-height:25px; display: block;font-family: arial;z-index: 10;}
}






















.about_list_site_184_8_108 ul,.about_list_site_184_8_108 li,.about_list_site_184_8_108 p {
    margin: 0;
    padding: 0;
    list-style: none
}

.about_list_site_184_8_108 {
    padding: 80px 0px;
    background-color: #ffffff;
    background-color:
}

.about_list_site_184_8_108.about_bg_type {
    background: url() no-repeat center / cover
}

.about_list_site_184_8_108 .about_con {
    padding: 0px 30px;
    display: flex;
    align-items: center
}

.about_list_site_184_8_108 .about_lf {
    width: 40%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.about_list_site_184_8_108 .about_rt {
    width: 10%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.about_list_site_184_8_108 .about_mid {
    flex: 1;
    padding: 0 5%
}

.about_list_site_184_8_108 .about_info_i,.about_list_site_184_8_108 .about_txt3 {
    font-size: 18px;
    color: #000000;
    color:
}

.about_list_site_184_8_108 .about_info_m {
    color: #000000;
    color: ;
    font-size: 36px;
    font-weight: 400;
    margin: 30px 0px;
    line-height: 1.2
}

.about_list_site_184_8_108 .about_link {
    display: inline-block;
    border: 1px solid;
    font-size: 18px;
    padding: 15px 30px;
    color: #116bc4;
    margin-top: 30px;
    white-space: nowrap
}

.about_list_site_184_8_108 .about_link:hover {
    color: #116bc4
}

.about_list_site_184_8_108 .about_line {
    height: 5px;
    display: block;
    background-color: #cccccc;
    width: 60%;
    margin-top: 60px;
    border-radius: 10px
}

.about_list_site_184_8_108 .about_line span {
    display: block;
    position: absolute;
    height: 5px;
    width: 30%;
    background-color: #116bc4;
    border-radius: 20px
}

@media (max-width: 1599px) {
    .about_list_site_184_8_108 .about_mid {
        padding:0 20px
    }

    .about_list_site_184_8_108 .about_info_m {
        font-size: 30px
    }

    .about_list_site_184_8_108 .about_info_i, .about_list_site_184_8_108 .about_txt3 {
        font-size: 16px
    }

    .about_list_site_184_8_108 .about_link {
        padding: 12px 20px
    }

    .about_list_site_184_8_108 .about_line {
        margin-top: 30px
    }
}

@media (max-width: 991px) {
    .about_list_site_184_8_108 {
        padding:50px 0px
    }

    .about_list_site_184_8_108 .about_con {
        width: 750px;
        padding: 0 15px;
        max-width: 100%;
        margin: 0 auto;
        flex-direction: column
    }

    .about_list_site_184_8_108 .about_lf {
        width: 100%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

    .about_list_site_184_8_108 .about_mid {
        padding: 30px 0px 0px
    }

    .about_list_site_184_8_108 .about_rt {
        display: none
    }

    .about_list_site_184_8_108 .about_info_m {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .about_list_site_184_8_108 {
        padding:50px 0px
    }

    .about_list_site_184_8_108 .about_info_m {
        margin: 20px 0
    }

    .about_list_site_184_8_108 .about_link {
        font-size: 16px;
        padding: 10px 15px;
        margin-top: 20px
    }
}

@font-face {
    font-family: 'bigFont';
    src: url('../ui/team_list/site_16_1/img/iconfont.woff')
}

.aboutpage_team_list.site-index-body.bgcolor {
    background:
}

.aboutpage_team_list.site-index-body.bgpic {
    background: url() no-repeat;
    background-size: cover;
    background-position: center
}

.aboutpage_team_list.site-index-body {
    padding: 80px 0px
}

.aboutpage_team_list.site-index-body h2 {
    font-size: 26px;
    color: #116bc4;
    color: #333333;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.aboutpage_team_list.site-index-body p.desc {
    padding: 0 10%;
    font-size: 16px;
    color: #999999;
    color: ;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.aboutpage_team_list .home-line {
    width: 100%;
    height: 11px;
    text-align: center;
    overflow: hidden;
    background: url()center no-repeat
}

.aboutpage_team_list .teamlist {
    margin-top: 50px
}

.aboutpage_team_list .teamlist .item {
    float: left;
    height: 400px;
    position: relative;
    -webkit-transition: all .38s ease;
    transition: all .38s ease;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
     width: 20.8333%;

}

.aboutpage_team_list .teamlist .item a {
    display: block;
    height: 100%;
    text-align: left
}

.aboutpage_team_list .teamlist .item .markname {
    height: 30px;
    width: 80px;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.58);
    overflow: hidden
}

.aboutpage_team_list .teamlist .item .introduce {
    height: 380px;
    position: absolute;
    top: 10px;
    left: 90px;
    right: 10px;
    background: rgba(255,255,255,0.78);
    visibility: hidden;
    -webkit-transition: all .38s ease;
    transition: all .38s ease;
    overflow: hidden
}

.aboutpage_team_list .teamlist .item .introduce.active {
    opacity: 1;
    visibility: visible
}

.aboutpage_team_list .teamlist .item .introduce .name {
    margin: 20px 25px 10px 25px;
    letter-spacing: 4px;
    color: #116bc4;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold
}

.aboutpage_team_list .teamlist .item .introduce .details {
    margin: 0 25px;
    color: #000000;
    color:
}

.aboutpage_team_list .teamlist .item .introduce .details:nth-child(2) {
    font-size: 16px
}

.aboutpage_team_list .teamlist .item .introduce .des {
    margin: 20px 50px;
    color: #000000;
    color: ;
    position: relative
}

.aboutpage_team_list .teamlist .item .introduce .des span {
    font: 14px/1.5 "bigFont","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,sans-serif;
    font-size: 60px;
    color: #116bc4;
    color: #333333;
    font-weight: 600;
    position: absolute
}

.aboutpage_team_list .teamlist .item .introduce .des .start {
    left: -30px;
    top: -40px
}

.aboutpage_team_list .teamlist .item .introduce .des .end {
    right: 0px
}

@media (max-width: 991px) {
    .aboutpage_team_list.site-index-body {
        padding:50px 0px
    }
}

@media (max-width: 767px) {
    .aboutpage_team_list.site-index-body {
        padding:50px 0px
    }
}

.about_list_fzlc.site-index-body {
    background-color: transparent;
    background-color: #ffffff;
    ;background-color: ;
    background-image: url(../images/1686104255.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100px;
    padding: 60px 0
}

.about_list_fzlc .ibox-inner {
    margin: 0px auto;
    position: relative;
    z-index: 1
}

.about_list_fzlc {
    position: relative
}

.about_list_fzlc .xian {
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    left: 0;
    bottom: 190px
}

.about_list_fzlc .xianlu {
    height: 300px;
    margin: 0;
    padding-left: 0;
    list-style: none;
    zoom:1; z-index: 1
}

.about_list_fzlc .shang {
    position: absolute;
    left: -80px;
    cursor: pointer;
    margin: 0;
    bottom: 111px
}

.about_list_fzlc .xia {
    position: absolute;
    right: -80px;
    cursor: pointer;
    margin: 0;
    bottom: 111px
}

.about_list_fzlc .shang i,.about_list_fzlc .xia i {
    font-size: 40px;
    color: #116bc4;
    color: #ffffff
}

.about_list_fzlc .xianlu li {
    width: 25%;
    float: left;
    height: 300px;
    position: relative
}

.about_list_fzlc .xianlu li.x .bottom {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 125px;
    z-index: 450
}

.about_list_fzlc .xianlu li .dianxian {
    width: 45px;
    height: 22px;
    position: absolute;
    top: 153px;
    left: 0;
    z-index: 500
}

.about_list_fzlc .xianlu li.x .top {
    width: 100%;
    height: 140px;
    border-left: 1px solid #b3b3b3;
    position: absolute;
    left: 0;
    bottom: -13px;
    overflow: hidden
}

.about_list_fzlc .xianlu li.x .top p {
    position: absolute;
    . left: 0px;
    max-height: 100%;
    line-height: 25px
}

.about_list_fzlc .xianlu li .top p {
    color: #999999;
    color: #ebebeb;
    font-size: 14px;
    line-height: 28px;
    padding-left: 24px;
    max-height: 100%
}

.about_list_fzlc .xianlu li .bottom p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    color: #ffffff
}

.about_list_fzlc .xianlu li.x .dianxian span {
    display: inline-block;
    width: 30px;
    height: 5px;
    position: absolute;
    top: 20px;
    left: 0;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-radius: 10px
}

.about_list_fzlc .xianlu li .dianxian img {
    max-width: 22px;
    position: absolute;
    top: 4px;
    right: 0
}

.about_list_fzlc .xianlu li.s .top {
    width: 100%;
    height: 140px;
    border-left: 1px solid #b3b3b3;
    position: absolute;
    left: 0;
    top: 22px;
    overflow: hidden
}

.about_list_fzlc .xianlu li.s .dianxian span {
    display: inline-block;
    width: 30px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    border-bottom: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-radius: 10px
}

.about_list_fzlc .xianlu li.s .bottom {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 450
}

.about_list_fzlc .t {
    color: #000000;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 36px;
    text-align: center;
    padding-bottom: 15px
}

.about_list_fzlc .en {
    color: #999999;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    padding-bottom: 40px
}

@media(max-width: 991px) {
    .about_list_fzlc .shang,.about_list_fzlc .xia {
        display:none
    }

    .about_list_fzlc .t {
        font-size: 30px
    }

    .about_list_fzlc .en {
        font-size: 20px;
        padding-bottom: 14px
    }
}

@media(max-width: 767px) {
    .about_list_fzlc.site-index-body {
        padding:30px 0
    }

    .about_list_fzlc .xian {
        bottom: 160px
    }

    .about_list_fzlc .ibox-inner {
        width: 90%
    }
}

.about_list_jtry ul,.about_list_jtry li,.about_list_jtry h2,.about_list_jtry p {
    margin: 0;
    padding: 0;
    list-style: none
}

.about_list_jtry * {
    transition: all .3s
}

.about_list_jtry {
    padding: 80px 0px;
    background-color: #fafafa;
    background-color:
}

.about_list_jtry.img_bg_type {
    background: url() no-repeat center / cover
}

.about_list_jtry h2.title {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    color:
}

.about_list_jtry .main {
    margin-top: 60px
}

.about_list_jtry .main > ul {
    display: flex;
    position: relative
}

.about_list_jtry .list_item {
    padding: 10px;
    background-color: #ffffff;
    background-color: ;
    height: 100%
}

.about_list_jtry .list_item:not(:last-child) {
}

.about_list_jtry .list_item > img {
    width: 100%
}

.about_list_jtry .list_item > a {
    display: block;
    padding: 20px 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    color:
}

.about_list_jtry .list_item > a:hover {
    color: #116bc4;
    color:
}

.about_list_jtry .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -70px;
    background-image: url();
    background-size: auto
}

.about_list_jtry .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -70px;
    background-image: url();
    background-size: auto
}

@media screen and (max-width: 1200px) {
    .about_list_jtry .main {
        align-items:center
    }

    .about_list_jtry .main_left {
        margin-top: unset
    }
}

@media screen and (max-width: 992px) {
    .about_list_jtry {
        padding:50px 0px
    }
}

@media screen and (max-width: 767px) {
    .about_list_jtry {
        padding:50px 0px
    }
}

.about_list_zzjg ul,.about_list_zzjg li,.about_list_zzjg h4,.about_list_zzjg p {
    margin: 0;
    padding: 0;
    list-style: none
}

.about_list_zzjg .container {
    max-width: 1200px;
    padding: 0px
}

.about_list_zzjg {
    padding: 80px 0px;
    background: #ffffff;
    background: ;
    padding-bottom: unset
}

.about_list_zzjg.adbanner_bg_type {
    background: url() no-repeat center / cover
}

.about_list_zzjg .ad_title {
    text-align: center;
    margin-bottom: 60px
}

.about_list_zzjg .ad_title h4 {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    color:
}

.about_list_zzjg .ad_img img {
    max-width: 100%;
    transition: all .5s
}

.about_list_zzjg .ad_img {
    text-align: center
}

@media screen and (min-width: 1200px) {
    .about_list_zzjg .container {
        width:1200px
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .about_list_zzjg {
        padding:50px 0px
    }
}

@media screen and (max-width: 767px) {
    .about_list_zzjg {
        padding:50px 0px
    }

    .about_list_zzjg .container {
        width: unset;
        padding: 0px 15px
    }

    .about_list_zzjg .ad_title h4 {
        font-size: 36px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    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 {
    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: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    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: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    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-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.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-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: 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-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    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-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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;
    backface-visibility: hidden
}

body .cover {
    height: auto
}

.img_list_site_158_7_50 {
    padding: 30px 0
}

.img_list_site_158_7_50 .site_magazine_list li a {
    position: relative;
    display: block;
    overflow: hidden
}

.img_list_site_158_7_50 .site_magazine_list img {
    width: 100%;
    height: auto
}

.img_list_site_158_7_50 .site_magazine .container img {
    width: 100%;
    height: auto;
    transition: .3s
}

.img_list_site_158_7_50 .site_magazine .swiper-slide {
    overflow: hidden;
    flex-direction: column
}

.img_list_site_158_7_50 .site_magazine .swiper-slide:hover img {
    transform: scale(1.06)
}

.img_list_site_158_7_50 .site_magazine .site_magazine_swiper .swiper-wrapper {
    height: auto
}

.img_list_site_158_7_50 .site_magazine .top_box,.img_list_site_158_7_50 .site_magazine .bottom_box {
    padding: 35px 0
}

.img_list_site_158_7_50 .site_magazine .bottom_box {
    background-color: #f5f5f5
}

.img_list_site_158_7_50 .site_magazine .text_box {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.img_list_site_158_7_50 .site_magazine .text_box .left_box,.img_list_site_158_7_50 .site_magazine .text_box .right_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%
}

.img_list_site_158_7_50 .site_magazine .text_box .right_box {
    border-left: 1px solid #eee;
    padding: 20px 0;
    padding-left: 10%;
    text-align: left;
    align-items: flex-start
}

.img_list_site_158_7_50 .site_magazine .text_box .right_box h4 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    color:
}

.img_list_site_158_7_50 .site_magazine .right_box .line_box {
    width: 30px;
    height: 2px;
    background-color: #116bc4;
    background-color: ;
    margin: 20px 0
}

.img_list_site_158_7_50 .site_magazine .text_box .right_box p {
    width: 100%
}

.img_list_site_158_7_50 .site_magazine .text_box .right_box .btn_box {
    width: 100%;
    margin-top: 30px
}

.img_list_site_158_7_50 .site_magazine h2 {
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    color:
}

.img_list_site_158_7_50 .site_magazine h2::before {
    display: block;
    content: '';
    height: 30px;
    width: 2px;
    margin-right: 10px;
    background-color: #116bc4;
    background-color:
}

.img_list_site_158_7_50 .site_magazine_swiper {
    position: relative
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-button-next,.img_list_site_158_7_50 .site_magazine_swiper .swiper-button-prev {
    opacity: 0;
    transition: .2s;
    background-image: none;
    background-image: unset
}

.img_list_site_158_7_50 .swiper-button-prev:after,.img_list_site_158_7_50 .swiper-container-rtl .swiper-button-next:after,.img_list_site_158_7_50 .swiper-button-next:after,.img_list_site_158_7_50 .swiper-container-rtl .swiper-button-prev:after {
    font-size: 35px
}

.img_list_site_158_7_50 .site_magazine_swiper:hover .swiper-button-next,.img_list_site_158_7_50 .site_magazine_swiper:hover .swiper-button-prev {
    opacity: 1 !important
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-button-prev {
    left: -30px;
    color: #116bc4;
    color:
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-button-next {
    right: -30px;
    color: #116bc4;
    color:
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-pagination {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    position: static;
    position: unset
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-pagination-bullet {
    width: 38px;
    height: 5px;
    border-radius: 0;
    margin: 0 3px;
    opacity: 1;
    background-color: #e8e8e8
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-pagination-bullet-active {
    background-color: #116bc4;
    background-color:
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-slide {
    text-align: center
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-slide h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    color:
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-slide h4:hover {
    color: #116bc4;
    color:
}

.img_list_site_158_7_50 .site_magazine_swiper .swiper-slide p {
    font-size: 14px;
    color: #999
}

.img_list_site_158_7_50 .site_magazine .swiper-button-next.swiper-button-disabled,.img_list_site_158_7_50 .site_magazine .swiper-button-prev.swiper-button-disabled {
    visibility: hidden;
    opacity: 0 !important
}

.img_list_site_158_7_50 .site_magazine .top_box {
    background-color: #fafafa
}

.img_list_site_158_7_50 .site_magazine .top_box:nth-child(2n) {
    background-color: #f5f5f5;
    background-color: #ffffff
}

.img_list_site_158_7_50 .site_magazine .top_box .text_box {
    background-color: #fff
}

.img_list_site_158_7_50 .site_magazine .top_box .swiper-slide {
    background-color: #fff
}

.img_list_site_158_7_50 .site_magazine .right_box p {
    color: #aaa
}

.img_list_site_158_7_50 .site_magazine .btn_box a {
    color: #999999;
    border: 1px solid #999999;
    padding: 3px 15px
}

.img_list_site_158_7_50 .site_magazine .btn_box a:hover {
    color: #116bc4;
    border-color: #116bc4;
    color: ;
    border-color:
}

.img_list_site_158_7_50 .site_magazine .swiper-container_ img {
    width: 50%
}

.overflow_visible {
    overflow: visible !important
}

@media (max-width: 767px) {
    .img_list_site_158_7_50 .swiper-pagination-bullet {
        width:22px;
        height: 3px
    }

    .img_list_site_158_7_50 .site_magazine_swiper .swiper-button-prev {
        left: -5px;
        opacity: 1
    }

    .img_list_site_158_7_50 .site_magazine_swiper .swiper-button-next {
        right: -5px;
        opacity: 1
    }

    .img_list_site_158_7_50 .site_magazine_swiper .swiper-button-next:after,.img_list_site_158_7_50 .site_magazine_swiper .swiper-button-prev:after {
        font-size: 30px
    }

    .img_list_site_158_7_50 .site_magazine h2 {
        font-size: 20px
    }

    .img_list_site_158_7_50 .site_magazine .text_box .right_box {
        border: none
    }

    .img_list_site_158_7_50 .site_magazine .text_box .right_box h4 {
        font-size: 18px;
        margin: 0
    }

    .img_list_site_158_7_50 .swiper-slide h4 {
        font-size: 16px
    }

    .img_list_site_158_7_50 .swiper-slide p {
        margin-bottom: 0
    }

    .img_list_site_158_7_50 .site_magazine .right_box .line_box {
        margin: 10px 0
    }

    .img_list_site_158_7_50 .site_magazine .text_box .right_box .btn_box {
        margin-top: 15px
    }

    .img_list_site_158_7_50 .site_magazine .text_box .right_box {
        padding: 10px 0;
        padding-left: 8%
    }

    .img_list_site_158_7_50 .site_magazine_swiper .swiper-slide h4 {
        font-size: 18px
    }
}










