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

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

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

.slick-loading .slick-list {
    background: #fff url('../image/ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family:'slick';font-weight:normal;font-style:normal;src:url('../../../public/plugins/slick/./fonts/slick.eot');src:url('../font/slick.eot') format('embedded-opentype'),url('../font/slick.woff') format('woff'),url('../font/slick.ttf') format('truetype'),url('https://mb.mituo.cn/mui1058/public/plugins/slick/fonts/slick.svg') 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
}

@font-face {
    font-family:"iconfont";src:url('../../../public/fonts/iconfont/iconfont.eot?t=1497855280632');src:url('../font/iconfont.eot') format('embedded-opentype'),url('../font/iconfont.woff') format('woff'),url('../font/iconfont.ttf') format('truetype'),url('https://mb.mituo.cn/mui1058/public/fonts/iconfont/iconfont.svg?t=1497855280632') 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"
}

.head_nav_vmao_2022 h1,.head_nav_vmao_2022 h2,.head_nav_vmao_2022 li,.head_nav_vmao_2022 p,.head_nav_vmao_2022 ul {
    margin: 0;
    padding: 0
}

.head_nav_vmao_2022 ul li {
    list-style: none
}

.head_nav_vmao_2022 .text-center {
    text-align: center
}

.head_nav_vmao_2022 .transition,.head_nav_vmao_2022+.scroll-container .transition {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.head_nav_vmao_2022 .middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.head_nav_vmao_2022 .full-img img {
    display: block;
    width: 100%
}

.head_nav_vmao_2022 .float-left {
    float: left
}

.head_nav_vmao_2022 .float-right {
    float: right
}

.head_nav_vmao_2022 {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center
}

.head_nav_vmao_2022 .head-nav {
    height: 4.715rem
}

.head_nav_vmao_2022 .logo-wrap img {
    height: 100%
}

@media screen and (min-width:992px) {
    .head_nav_vmao_2022 .nav-link {
        font-size: 14px;
        color: #000000;
    }

}

.head_nav_vmao_2022 .login-btn,.head_nav_vmao_2022 .signin-btn {
    display: inline-block;
    margin-top: 0px;
    padding: 0 10px;
    border: 1px solid;
    font-size: 14px;
    line-height: 30px
}

.head_nav_vmao_2022 .login-btn {
    margin-right: 10px;
    background-color: transparent;
    border-color: #7ecef4;
    color: #7ecef4;
    border-radius: 5px
}

.head_nav_vmao_2022 .signin-btn {
    background-color: #7ecef4;
    border-color: #7ecef4;
    color: !important;
    border-radius: 5px
}

.head_nav_vmao_2022 .user-msg {
    position: relative;
    display: block;
    font-size: 14px
}

.head_nav_vmao_2022 .flag-icon {
    display: inline-block;
    width: 16px;
    vertical-align: middle
}

.head_nav_vmao_2022 .user-head {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 2.143rem;
    border-radius: 99px;
    vertical-align: middle;
    overflow: hidden
}

.head_nav_vmao_2022 .user-name {
    color: #000000;
}

.head_nav_vmao_2022 .select-item {
    color: #000000;
}

@media screen and (max-width:1400px) {
    .head_nav_vmao_2022 .container {
        width: 100%
    }
}

@media screen and (max-width:1300px) {
    .head_nav_vmao_2022 .container {
        width: 100%
    }

    .head_nav_vmao_2022 .nav-link p {
        display: none
    }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a.nav-link::before {
        display: none
    }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a.nav-link::after {
        display: none
    }

    .head_nav_vmao_2022 .nav-link {
        padding: 0 10px 20px
    }
}

@media screen and (min-width:1025px) {
    .head_nav_vmao_2022 .logo-wrap {
        margin-top: 3px;
        height: 60px
    }

    .head_nav_vmao_2022 .nav-list {
        float: right;
        font-size: 0
    }

    .head_nav_vmao_2022 .nav-item {
        position: relative;
        float: left;
        font-size: 0
    }

    .head_nav_vmao_2022 .mb-nav-item {
        display: none
    }

    .head_nav_vmao_2022 .nav-link {
        display: block;
        padding: 0;
        cursor: pointer
    }

    .head_nav_vmao_2022 .nav-link.dropdown-toggle:after {
        position: absolute;
        top: 34px;
        margin-right: -14px
    }

    .head_nav_vmao_2022 .user-msg {
        padding: 0 20px
    }

    .head_nav_vmao_2022 .dropdown-toggle:after {
        border-top-color: #000000;
        border-top-color:
    }

    .head_nav_vmao_2022 .select-list {
        position: absolute;
        z-index: 10;
        width: 100%;
        background-color: #ffffff;
        }

    .head_nav_vmao_2022 .arrow-icon {
        display: none
    }

    .head_nav_vmao_2022 .select-item {
        width: 100%;
        height: 40px;
        line-height: 40px;
        position: relative;
        padding: 0 5px;
        box-sizing: border-box;
        display: block;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center
    }

    .head_nav_vmao_2022 .select-list .select-item:last-child {
        border-bottom: none
    }

    .head_nav_vmao_2022 .lang-select .select-item {
        padding: 0 10px;
        text-align: left
    }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a.nav-link::after {
        content: '';
        background: #7ecef4;
            content: "";
        height: 30px;
        position: absolute;
        width: 2px;
        left: 50%;
        top: 70%;
        opacity: 0
    }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a.nav-link::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #7ecef4;
            top: 65%;
        left: 50%;
        margin-left: -2px;
        opacity: 0
    }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a.nav-link p {
        opacity: 0;
        color: #7ecef4;
    
        font-size: 14px
    }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a {
        font-size: 18px
    }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item.active > a {
        color: #7ecef4;
        }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a:hover {
        color: #7ecef4;
        }

    .head_nav_vmao_2022 .head-nav {
        display: flex
    }

    .head_nav_vmao_2022 .logo-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .head_nav_vmao_2022 .nav-list.J-nav-list {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: flex-end
    }

    .head_nav_vmao_2022 .pc-nav-item .nav-link {
        padding-bottom: 20px
    }

    .head_nav_vmao_2022 {
        padding-top: 20px
    }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a.nav-link:hover p,.head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a.nav-link:hover::after,.head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item a.nav-link:hover::before {
        opacity: 1
    }

    .head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item.active a.nav-link p,.head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item.active a.nav-link::after,.head_nav_vmao_2022 .nav-list>.nav-item.pc-nav-item.active a.nav-link::before {
        opacity: 1
    }

    .head_nav_vmao_2022 .logo-wrap img {
        margin-top: -10px
    }

    .head_nav_vmao_2022 .nav-link {
        padding: 0 15px 20px 15px
    }
}

@media screen and (max-width:1024px) {
    .head_nav_vmao_2022 .nav-list>.nav-item a.nav-link p {
        display: none
    }

    .head_nav_vmao_2022 .select-list {
        display: none
    }

    .head_nav_vmao_2022 .pc-nav-item {
        display: none
    }

    .head_nav_vmao_2022 .nav-list {
        display: none;
        position: absolute;
        top: 4.715rem;
        left: 0;
        z-index: 1;
        padding-bottom: 10px;
        width: 100%;
        background-color: #ffffff;
            overflow: hidden;
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .head_nav_vmao_2022 .login-box,.head_nav_vmao_2022 .nav-link {
        padding: 0 .9375rem;
        line-height: 40px
    }

    .head_nav_vmao_2022 .menu-btn {
        position: relative;
        top: 26px;
        width: 20px;
        height: 16px
    }

    .head_nav_vmao_2022 .menu-btn:after,.head_nav_vmao_2022 .menu-btn:before {
        position: absolute;
        left: 0;
        content: " ";
        transform-origin: left center;
        transition: all .2s;
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    .head_nav_vmao_2022 .menu-btn span,.head_nav_vmao_2022 .menu-btn:after,.head_nav_vmao_2022 .menu-btn:before {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000000;
        }

    .head_nav_vmao_2022 .menu-btn:before {
        top: 0
    }

    .head_nav_vmao_2022 .menu-btn:after {
        bottom: 0
    }

    .head_nav_vmao_2022 .menu-btn.active span {
        opacity: 0
    }

    .head_nav_vmao_2022 .menu-btn.active:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    .head_nav_vmao_2022 .menu-btn.active:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .head_nav_vmao_2022 .select-list .select-item {
        display: block;
        padding: 0 .9375rem;
        line-height: 40px
    }

    .head_nav_vmao_2022 .dropdown-toggle::after {
        opacity: 0
    }

    .head_nav_vmao_2022 .arrow-icon {
        line-height: 1;
        right: .9375rem;
        color: #000000;
        }

    .head_nav_vmao_2022 .user-msg .arrow-icon i {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    .head_nav_vmao_2022 .nav-item.active .arrow-icon i,.head_nav_vmao_2022 .user-msg.active .arrow-icon i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        }

    .pagination-list {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .head_nav_vmao_2022 .logo-wrap {
        margin-top: 8px;
        height: 50px
    }

    .head_nav_vmao_2022 .login-box,.head_nav_vmao_2022 .nav-link {
        margin: 0 auto;
        max-width: 750px
    }
}

@media screen and (max-width:767px) {
    .head_nav_vmao_2022 .logo-wrap {
        margin-top: 8px;
        height: 50px
    }
}

@media screen and (max-width:768px) {
    .head_nav_vmao_2022 .nav-item,.head_nav_vmao_2022 .nav-item a,.head_nav_vmao_2022 .nav-item a span {
        color: #000000;
        }
}

.nav-link:focus,.nav-link:hover {
    background: unset !important
}

.head_nav_vmao_2022 .jianfanti,.head_nav_vmao_2022 .duoyuyan {
    padding: 0 10px
}

.head_nav_vmao_2022 .dropdown-menu {
    border-radius: unset
}

.banner_vmao_35_2_3_box {
    max-width: 100%
}

.banner_vmao_35_2_3 {
    z-index: 0
}

.banner_vmao_35_2_3 .slick-slide {
    width: 100%;
    position: relative;
    overflow: hidden
}

.banner_vmao_35_2_3 .slick-slide img {
    min-height: 100px
}

.banner_vmao_35_2_3 .slick-slide img[data-lazy] {
    max-height: 150px
}

.banner_vmao_35_2_3 .slick-arrow {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    text-align: center;
    display: none !important;
    background-color: #999999;
    opacity: 0.2;
    border: 0;
    transition: all 0.3s ease 0s;
    padding: 15px
}

.banner_vmao_35_2_3:hover .slick-arrow {
    display: block !important
}

.banner_vmao_35_2_3 .slick-next {
    left: auto;
    right: 30px
}

.banner_vmao_35_2_3 .slick-prev {
    left: 30px
}

.banner_vmao_35_2_3 .slick-prev:before,.banner_vmao_35_2_3 .slick-next:before {
    display: none
}

.banner_vmao_35_2_3 .slick-arrow:hover {
    background-color: #999999;
    opacity: 1
}

.banner_vmao_35_2_3 .slick-arrow i {
    filter: alpha(opacity=100);
    font-size: 40px;
    color: #7ecef4;

    opacity: 1;
    -moz-opacity: 1
}

.banner_vmao_35_2_3 .slick-arrow:hover i {
    color: #7ecef4 !important;
}

@media (max-width:991px) {
    .banner_vmao_35_2_3 {
        position: static
    }

    .banner_vmao_35_2_3 .slick-arrow {
        padding: 10px
    }

    .banner_vmao_35_2_3 .slick-prev {
        left: 20px
    }

    .banner_vmao_35_2_3 .slick-next {
        right: 20px
    }
}

@media (max-width:767px) {
    .banner_vmao_35_2_3 .slick-arrow {
        display: block !important;
        padding: 5px
    }

    .banner_vmao_35_2_3 .slick-prev {
        left: 10px
    }

    .banner_vmao_35_2_3 .slick-next {
        right: 10px
    }

    .banner_vmao_35_2_3 .slick-arrow i {
        font-size: 30px
    }
}

.banner_vmao_35_2_3 .banner-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12
}

.banner_vmao_35_2_3 .slick-slide .banner-text>a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.banner_vmao_35_2_3 .banner-text .container {
    display: table;
    text-align: center;
    position: relative
}

.banner_vmao_35_2_3 .banner-text .container .banner-text-con {
    display: table-cell;
    vertical-align: middle
}

.banner_vmao_35_2_3 .banner-text .container .banner-text-con>div {
    width: 70%;
    display: inline-block
}

.banner_vmao_35_2_3 .banner-text.p-0 .container {
    text-align: left
}

.banner_vmao_35_2_3 .banner-text.p-1 .container {
    text-align: right
}

.banner_vmao_35_2_3 .banner-text.p-2 .container {
    top: 10%
}

.banner_vmao_35_2_3 .banner-text.p-2 .container .banner-text-con {
    vertical-align: top
}

.banner_vmao_35_2_3 .banner-text.p-3 .container {
    top: auto;
    bottom: 10%
}

.banner_vmao_35_2_3 .banner-text.p-3 .container .banner-text-con {
    vertical-align: bottom
}

.banner_vmao_35_2_3 .banner-text h4,.banner_vmao_35_2_3 .banner-text p {
    color: #fff
}

.banner_vmao_35_2_3 .banner-text h4 {
    margin: 0;
    font-size: 30px
}

.banner_vmao_35_2_3 .banner-text p {
    font-size: 36px;
    margin: 20px 0 0;
    text-shadow: none
}

.banner_vmao_35_2_3 .banner-text .banner-btn {
    position: relative;
    z-index: 2
}

.banner_vmao_35_2_3 .banner-text .banner-btn .btn {
    line-height: 2.5
}

@media (max-width:991px) {
    .banner_vmao_35_2_3 .banner-text h4 {
        font-size: 20px
    }

    .banner_vmao_35_2_3 .banner-text p {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .banner_vmao_35_2_3 .banner-text .container .banner-text-con>div {
        width: 100%
    }

    .banner_vmao_35_2_3 .banner-text h4 {
        font-size: 18px
    }

    .banner_vmao_35_2_3 .banner-text p {
        margin-top: 15px;
        font-size: 24px
    }

    .banner_vmao_35_2_3 .banner-text .banner-btn {
        margin-top: 10px
    }

    .banner_vmao_35_2_3 .banner-text .banner-btn .btn {
        line-height: 2;
        margin-left: 5px !important;
        margin-right: 5px !important;
        font-size: 14px
    }
}

@media (max-width:479px) {
    .banner_vmao_35_2_3 .banner-text h4 {
        font-size: 16px
    }

    .banner_vmao_35_2_3 .banner-text p {
        margin-top: 10px;
        font-size: 20px
    }
}

.banner_vmao_35_2_3-ny {
    background-color: #ffffff;
}

.banner_vmao_35_2_3-ny h2 {
    padding: 40px 15px;
    font-size: 35px;
    text-shadow: none;
    color: #000000;
}

@media (max-width:767px) {
    .banner_vmao_35_2_3-ny h2 {
        padding: 30px 15px;
        font-size: 30px
    }
}

@media (max-width:480px) {
    .banner_vmao_35_2_3 .slick-prev,.banner_vmao_35_2_3 .slick-next {
        display: none !important
    }
}

.friendship_link {
    background-color: #ffffff;
    background-color: #ebf4fa
}

.friendship_link .breadcrumb-item {
    float: none;
    display: inline-block;
    padding: 0 5px
}

.friendship_link .breadcrumb-item.split {
    padding: 0
}

.friendship_link .breadcrumb-item a {
    color: #999999;

    transition: color 0.2s ease-out
}

.friendship_link .breadcrumb-item a:hover {
    color: #7ecef4;
}

.friendship_link .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

.friendship_link .breadcrumb-item:nth-child(1) {
    color: #000000;

    font-size: 16px
}

.friendship_link .container {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ebf4fa;
    border-top: 1px solid #ebf4fa
}

.friendship_link .breadcrumb-item+.breadcrumb-item::before {
    display: none
}

.friendship_link .breadcrumb-item+.breadcrumb-item.split::before {
    display: inline-block
}

@media (max-width:767px) {
    .friendship_link .container {
        text-align: left
    }
}

.foot_nav_vmao h2,.foot_nav_vmao h1,.foot_nav_vmao p,.foot_nav_vmao ul,.foot_nav_vmao li,.foot_nav_vmao dl,.foot_nav_vmao dd {
    margin: 0;
    padding: 0
}

.foot_nav_vmao ul li {
    list-style: none
}

.foot_nav_vmao .text-center {
    text-align: center
}

.foot_nav_vmao .foot-nav-list li {
    float: left
}

.foot_nav_vmao .foot-nav-list {
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex
}

.foot_nav_vmao .nav-item {
    flex-grow: 1
}

.foot_nav_vmao .cnavlist {
}

.foot_nav_vmao .navlist {
    display: inline-block
}

.foot_nav_vmao .foot-msg {
    text-align: center
}

.foot_nav_vmao .transition {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.foot_nav_vmao .middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.foot_nav_vmao .full-img img {
    display: block;
    width: 100%
}

.foot_nav_vmao .float-left {
    float: left
}

.foot_nav_vmao .float-right {
    float: right
}

.foot_nav_vmao {
    position: relative;
    width: 100%;
    height: auto!important;
    background-color: #ffffff;
    background-color: #ebf4fa;
    background-size: cover;
    background-position: center center
}

.foot_nav_vmao .container {
    position: relative!important;
    top: 0!important;
    transform: translateY(0)!important;
    -o-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    -moz-transform: translateY(0)!important;
    -webkit-transform: translateY(0)!important
}

.foot_nav_vmao .foot-nav-list .nav-f .right {
    display: inline-block;
    width: 150px;
    padding: 20px;
    color: #999999;
}

.foot_nav_vmao .foot-nav-list .contact-wrap {
    padding-right: 10px;
    border-left: 1px solid #ebf4fa;
    border-right: 1px solid #ebf4fa;
    padding: 40px;
    min-height: 260px
}

.foot_nav_vmao .foot-nav-list .nav-t {
    border-left: 1px solid #ebf4fa;
    padding: 40px;
    min-height: 260px;
    width: 33.33%
}

.foot_nav_vmao .foot-nav-list .nav-f {
    border-right: 1px solid #ebf4fa;
    padding: 40px;
    min-height: 260px
}

.foot_nav_vmao .foot-nav-list .nav-item .title,.nav-t .title {
    font-size: 15px;
    color: #000000;

    font-weight: normal;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold
}

.foot_nav_vmao .nav-t {
    padding: 0
}

.foot_nav_vmao .ctitle {
    padding-right: 15px;
    padding-bottom: 10px;
    color: #999999;

    margin-bottom: 15px;
    display: block
}

.foot_nav_vmao .ctitle:hover {
    color: #7ecef4;
}

.foot_nav_vmao .foot-nav-list .nav-hide {
    margin-bottom: 15px;
    width: 25%
}

.foot_nav_vmao .foot-nav-list .title:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 75px;
    height: 2px;
    width: 20px;
    background: #7ecef4;
}

.foot_nav_vmao .contact-wrap {
    display: block;
    margin: 0 auto
}

.foot_nav_vmao .foot-nav-list .nav-item dl dd {
    padding: 5px 0;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden
}

.foot_nav_vmao .foot-nav-list .nav-item a:hover span {
    color: #7ecef4!important;
}

.foot_nav_vmao .foot-nav-list .nav-item dl dd:last-child {
    padding-bottom: 0
}

.foot_nav_vmao .foot-nav-list .nav-item a {
    cursor: pointer;
    display: inline-block;
    color: #999999;
}

.foot_nav_vmao .code-img {
    padding-top: 5px;
    width: 100px;
    height: 100px;
    float: left
}

.foot_nav_vmao .tel-msg {
    margin-bottom: 0;
    font-weight: bold!important;
    line-height: 1.2;
    font-size: 22px!important;
    color: #7ecef4;
}

.foot_nav_vmao .time-text {
    color: #999999;

    font-size: 14px;
    line-height: 26px
}

.foot_nav_vmao .share {
    position: relative;
    display: inline-block;
    font-size: 20px
}

.foot_nav_vmao .share .icon {
    padding: 5px;
    background: #ffffff;
    color: #fff;
    color: #ffffff;
    font-size: 22px;
    margin-right: 10px;
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 10px
}

.foot_nav_vmao .share .icon:hover {
    background: #7ecef4;
    color: #fff!important
}

.foot_nav_vmao .foot-nav-list .title {
    padding-bottom: 20px
}

.foot_nav_vmao .share .icon:first-child:hover + .wechat-code,.foot_nav_vmao .wechat-code:hover {
    display: block
}

.foot_nav_vmao .wechat-code {
    display: none;
    position: absolute;
    left: -24px;
    bottom: 110%;
    padding: 6px;
    width: 100px;
    background-color: #ffffff;
    background-color: #ebf4fa;
    box-shadow: 0 0 5px rgba(0,0,0,.4)
}

.foot_nav_vmao .foot-msg {
    padding: 15px 0;
    background-color: #ffffff;
    background-color: #144e73
}

.foot_nav_vmao .foot-msg,.foot_nav_vmao .foot-msg a,.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
    color: #ffffff
}

.foot_nav_vmao_bottom {
    display: none
}

.foot_nav_vmao_bottom.iskeshi {
    display: block
}

@media screen and (min-width:1025px) {
    .foot_nav_vmao.on,.swiper-sub >.swiper-wrapper>.swiper-slide.foot_nav_vmao.on {
        padding-left: 288px!important
    }
}

@media(max-width:1024px) {
    .foot_nav_vmao .foot-nav-list .nav-f .right {
        width: 130px
    }
}

@media screen and (min-width:992px) {
    .foot_nav_vmao .foot-nav-list li {
        display: inline-block
    }

    .foot_nav_vmao .foot-left,.foot_nav_vmao .foot-right {
        text-align: center
    }

    .nav-fixed,.close-btn2 {
        display: none
    }

    .foot_nav_vmao .link-title {
        float: left
    }

    .foot_nav_vmao .breadcrumb {
        float: left
    }
}

@media screen and (max-width:991px) {
    .foot_nav_vmao .foot-nav-list li {
        display: inline-block
    }

    .foot_nav_vmao .nav-hide {
        display: none
    }

    .foot_nav_vmao .nav-item {
        text-align: center
    }

    .foot_nav_vmao .code-img {
        margin: 0 auto
    }

    .foot_nav_vmao .foot-nav-list .nav-t {
        padding: 40px 0 0 40px
    }

    .foot_nav_vmao .foot-nav-list .nav-f {
        text-align: left
    }

    .foot_nav_vmao .foot-nav-list .nav-f .right {
        padding: 20px 0
    }

    .foot_nav_vmao .foot-nav-list .nav-item .title {
        text-align: left
    }

    .foot_nav_vmao .time-wrap {
        text-align: left
    }

    .foot_nav_vmao .ctitle {
        padding-bottom: 0
    }

    .foot_nav_vmao .share .icon {
        font-size: 16px;
        margin: 10px 0 10px;
        padding: 10px
    }

    .foot_nav_vmao .foot-msg {
        text-align: center
    }

    .foot_nav_vmao .breadcrumb {
        display: inline-block
    }

    .close-btn2 {
        position: absolute;
        top: 10%;
        right: 0%;
        padding: 5px 10px;
        background-color: #ffffff;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        color: #000000;
        text-align: center
    }

    .close-btn2 span {
        display: inline-block;
        margin-left: 5px;
        font-size: 14px
    }

    .nav-fixed {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        padding-left: 25%;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.4)
    }

    .close-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        right: 75%;
        padding: 15px 10px;
        background-color: #ffffff;
            border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        color: #000000;
        }

    .nav-fixed .list-group {
        margin-bottom: 0;
        transform: translateX(75%);
        -webkit-transform: translateX(75%);
        transition: .2s;
        -webkit-transition: .2s
    }

    .nav-fixed.active .list-group {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .nav-fixed .list-group-item {
        border-radius: 0
    }

    .list-one {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
            overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .list-one .list-group-item {
        margin-bottom: 0;
        border: none;
        border-bottom: 1px solid;
        border-color:
    }

    .list-one .list-group-item.one-list {
        background-color: #ffffff;
        color: #000000;
    }

    .list-two .list-group-item {
        padding-left: 30px;
        background-color: #ffffff;
        color: #999999;

    }

    .foot_nav_vmao .link-img.link-logo li:first-child {
        width: 100%
    }

    .foot_nav_vmao .link-title {
        display: inline-block;
        width: 100%
    }

    .foot_nav_vmao .breadcrumb {
        margin-top: 5px;
        max-width: 90%;
        overflow-y: hidden
    }

    .foot_nav_vmao .share {
        text-align: left;
        display: inherit
    }

    .foot_nav_vmao .cnavlist {
        text-align: left
    }
}

@media screen and (max-width:767px) {
    .foot_nav_vmao_bottom {
        display: block
    }

    .foot_nav_vmao .foot-nav-list .nav-item .title {
        margin-bottom: 5px
    }

    .foot_nav_vmao_bottom.iskeshi {
        display: block
    }

    .foot_nav_vmao .foot-nav-list .nav-t,.foot_nav_vmao .foot-nav-list .contact-wrap,.foot_nav_vmao .foot-nav-list .nav-f {
        border: none;
        padding: 20px;
        min-height: inherit
    }

    .foot_nav_vmao .foot-nav-list .title:before {
        background: transparent
    }

    .foot_nav_vmao .foot-nav-list .title {
        padding-bottom: 0
    }

    .foot_nav_vmao .foot-nav-list .nav-f .right {
        padding: 20px 5px
    }

    .foot_nav_vmao .share {
        width: 100%;
        text-align: left
    }

    .foot_nav_vmao .foot-nav-list {
        display: inherit
    }

    .foot_nav_vmao .cnavlist {
        text-align: left
    }

    .foot_nav_vmao .foot-nav-list .nav-t {
        width: 100%
    }
}

.foot_nav_vmao_bottom {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

.foot_nav_vmao_bottom a.item {

    padding: 5px 0;
    display: inline-block
}

.foot_nav_vmao_bottom a.item i {
    font-size: 16px;
    display: block;

}



.foot_nav_vmao_bottom.iskeshi {
    display: block
}

.foot_nav_vmao_bottom .main {
    display: flex
}

.foot_nav_vmao_bottom .main>div {
    flex: 1
}

.back_top_vmao_76_1_59.back-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    font-size: 0;
    cursor: pointer
}

.back_top_vmao_76_1_59.back-top > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1
}

.back_top_vmao_76_1_59 .back-top-text {
    margin-right: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
    color: #000000;

}

.back_top_vmao_76_1_59.back-top .go-top-icon {
    position: relative;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #000000;

    font-size: 18px
}

.back_top_vmao_76_1_59.back-top .go-top-icon:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.6
}

.back_top_vmao_76_1_59.back-top .go-top-icon i {
    position: relative;
    z-index: 1
}

.back_top_vmao_76_1_59.back-top:hover .back-top-text {
    opacity: 1
}

.back_top_vmao_76_1_59.back-top:hover .go-top-icon {
    color: #ffffff
}

.back_top_vmao_76_1_59.back-top:hover .go-top-icon:before {
    background-color: #7ecef4;
}

@media screen and (max-width:1024px) {
    .back_top_vmao_76_1_59.back-top {
        right: 10px;
        bottom: 70px
    }
}

@media screen and (max-width:992px) {
    .back_top_vmao_76_1_59 .back-top-text {
        display: none !important
    }
}

.countup_vmao_28_1_48.vmao-index-countup {
    background: #ffffff
}

.countup_vmao_28_1_48.vmao-index-body.bgcolor {
    background: #7ecef4
}

.countup_vmao_28_1_48.vmao-index-body.bgpic {
    background: url() no-repeat;
    background-size: cover;
    background-position: center
}

.countup_vmao_28_1_48.vmao-index-countup {
    padding: 50px 0px
}

.countup_vmao_28_1_48.vmao-index-countup ul li {
    text-align: center;

    margin-bottom: 8px
}

.countup_vmao_28_1_48 ul li h5 {
    font-size: 14px;
    margin: 0;
    color: #999999;
    line-height: 30px
}

.countup_vmao_28_1_48 ul li h5 span {
    font-size: 24px;
    margin: 0;
    color: #7ecef4;
    font-weight: 700;
    padding-right: 5px
}

.countup_vmao_28_1_48 ul li span.title {
    font-size: 14px;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 300;
    color: #ffffff
}

.countup_vmao_28_1_48 ul li p {
    font-size: 18px;

    margin: 0 auto
}

@media (max-width:991px) {
    .countup_vmao_28_1_48 ul li h5 {
        font-size: 20px
    }

    .countup_vmao_28_1_48 ul li h5 span {
        font-size: 24px
    }

    .countup_vmao_28_1_48.vmao-index-countup {
        padding: 30px 0px
    }
}

@media (max-width:767px) {
    .countup_vmao_28_1_48.vmao-index-countup {
        padding: 20px 0px
    }

    .countup_vmao_28_1_48 ul li h5 {
        font-size: 16px
    }

    .countup_vmao_28_1_48 ul li span.title {
        font-size: 14px
    }
}

.service_list_vmao_16_1_47.vmao-index-body.bgcolor {
    background: #ffffff;
}

.service_list_vmao_16_1_47.vmao-index-body.bgpic {
    background: url() no-repeat;
    background-size: cover;
    background-position: center
}

.service_list_vmao_16_1_47.vmao-index-body {
    padding: 70px 0px;
    width: 100%;
    overflow: hidden
}

.service_list_vmao_16_1_47.vmao-index-body h2 {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
}

.service_list_vmao_16_1_47.vmao-index-body p.desc {
    font-size: 16px;
    color: #999999;
}

.service_list_vmao_16_1_47 .index-service-list li h4 {
    color: #000000;
}

.service_list_vmao_16_1_47 .index-service-list li p {
    color: #999999;
}

.service_list_vmao_16_1_47 .index-service-list li i {
    color: #999999;
}

@media (min-width:768px) {
    .service_list_vmao_16_1_47.conceal {
        display: none
    }
}

@media (max-width:991px) {
    .service_list_vmao_16_1_47.vmao-index-body {
        padding: 60px 0px
    }
}

@media (max-width:767px) {
    .service_list_vmao_16_1_47.vmao-index-body {
        padding: 50px 0px
    }

    .service_list_vmao_16_1_47.vmao-index-body h2 {
        font-size: 28px;
        font-weight: 300
    }

    .service_list_vmao_16_1_47.vmao-index-body p.desc {
        font-size: 14px
    }

    .service_list_vmao_16_1_47 .index-service-list li h4 {
        font-size: 14px !important;
        margin-top: 5px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.service_list_vmao_16_1_47 .index-service-list li {
    margin: 50px 0 0
}

.service_list_vmao_16_1_47 .index-service-list li.donttop {
    margin: 0 !important
}

.service_list_vmao_16_1_47 .index-service-list {
    overflow: hidden
}

.service_list_vmao_16_1_47 .index-service-list li i {
    width: 120px;
    background: #ffffff;
    height: 120px;
    line-height: 120px;
    font-size: 50px;
    color: #7ecef4
}

.service_list_vmao_16_1_47 .index-service-list li:hover i {
    background: #7ecef4;
    color: #ffffff
}

.service_list_vmao_16_1_47 .index-service-list li img {
    max-width: 100%
}

.service_list_vmao_16_1_47 .index-service-list li h4 {
    font-size: 20px
}

@media (max-width:991px) {
    .service_list_vmao_16_1_47 .index-service-list li {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .service_list_vmao_16_1_47 .index-service-list li img {
        max-width: 75%
    }

    .service_list_vmao_16_1_47 .index-service-list {
        margin: 0 -5px
    }

    .service_list_vmao_16_1_47 .index-service-list li {
        margin-top: 30px;
        padding: 0 5px
    }

    .service_list_vmao_16_1_47 .index-service-list li i {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 40px
    }
}

@media (min-width:480px) {
    .service_list_vmao_16_1_47 .index-service-list li p {
        padding: 0 10%
    }
}

.service_list_vmao_16_1_47 .index-service-list li:hover h4 {
    color: #7ecef4;

}

.service_list_vmao_16_1_47 .index-service-list li:hover p {
    color: #7ecef4;

}

.service_list_vmao_16_1_47 .news-bg {
    margin-top: 20px;
    opacity: 1
}

.service_list_vmao_16_1_47 .news-bg .bg {
    height: 100%;
    no-repeat;background-size: cover;
    background-position: center
}

.service_list_vmao_16_1_47 .news-bg .bg img {
    width: 100%
}

.service_list_vmao_16_1_47 .container-fluid {
    padding: 0
}

.service_list_vmao_16_1_47 .teshu {
    margin: 0px
}

.service_list_vmao_16_1_47 .more {
    margin: 0 auto;
    padding: 6px 50px;
    display: inline-block;
    -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .5s cubic-bezier(.215,.61,.355,1) 0s;
    border: #999999 1px solid;
    border: 1px solid;
    color: #999999;

    background-color: #ffffff;
    margin-top: 70px
}

.service_list_vmao_16_1_47 .more:hover {
    color: #ffffff;
    border-color: #7ecef4;
    border-color: #7ecef4;
    background-color: #7ecef4;
    background-color: #7ecef4
}

.service_list_vmao_16_1_47 .subtitle {
    color: #999999;
}

.about_list_vmao_83_2_49 .fa {
    color: #fff
}

.about_list_vmao_83_2_49 .container {
    width: 100%
}

.about_list_vmao_83_2_49.bg_img {
    background-image: url(../image/1612345249.jpg);
    background-position: top center;
    background-size: cover
}

.about_list_vmao_83_2_49.bg_color {
    background-color: #ffffff;
    background-color: #ffffff
}

.about_list_vmao_83_2_49 {
    padding: 60px 0
}

.about_list_vmao_83_2_49 .title {
    font-size: 3.3rem;
    color: #000000;
}

.about_list_vmao_83_2_49 .ctitle {
    color: #666666
}

.about_list_vmao_83_2_49 .desc {
    color: #999999;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.about_list_vmao_83_2_49 .cdesc {
    color: #999999;
    color: #666666;
    line-height: 1.9;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.about_list_vmao_83_2_49 .text-center {
    text-align: center
}

.about_list_vmao_83_2_49 .container {
    position: relative;
    overflow: hidden
}

.about_list_vmao_83_2_49 .block-title {
    margin: 35px 0 0;
    font-size: px;
    color: #000000;
}

.about_list_vmao_83_2_49 .play-btn {
    display: block;
    margin: 35px auto;
    width: 100px;
    height: 60px;
    border-radius: 99px;
    border: 1px solid;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    cursor: pointer
}

.about_list_vmao_83_2_49 .play-btn i {
}

.about_list_vmao_83_2_49 .play-btn:hover {
    box-shadow: 0 0 10px 0
}

.about_list_vmao_83_2_49 .play-btn:hover i {
}

.about_list_vmao_83_2_49 .body-popm {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7)
}

.about_list_vmao_83_2_49 .body-pop {
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.about_list_vmao_83_2_49 .message-wrap {
    margin: 0 auto 35px;
    color: #fff
}

.about_list_vmao_83_2_49 .message-left {
}

.about_list_vmao_83_2_49 .button-right {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #7ecef4;

    cursor: pointer;
    border: none;
    overflow: hidden
}

@media screen and (min-width:992px) {
    .about_list_vmao_83_2_49 .message-wrap {
        top: 210px;
        width: 500px
    }

    .about_list_vmao_83_2_49 .message-wrap:after {
        display: block;
        content: " ";
        width: 0;
        height: 0;
        clear: both
    }

    .about_list_vmao_83_2_49 .message-left {
        float: left;
        max-width: 380px
    }

    .about_list_vmao_83_2_49 .button-right {
        float: right
    }

    .index-video {
        display: inline-block;
        width: 800px!important
    }
}

@media screen and (max-width:1024px) {
    .about_list_vmao_83_2_49 {
        padding: 40px 0px
    }

    .about_list_vmao_83_2_49 .align-self-center {
        width: 50%
    }

    .about_list_vmao_83_2_49 .about-splash {
        margin-left: 0 !important
    }
}

@media (max-width:768px) {
    .about_list_vmao_83_2_49 .align-self-center {
        width: 100%
    }

    .about_list_vmao_83_2_49 .col-md-6 {
        float: none;
        width: 100%
    }

    .about_list_vmao_83_2_49 .about-splash {
        padding-bottom: 0 !important;
        margin-left: 0 !important
    }
}

@media (max-width:767px) {
    .about_list_vmao_83_2_49 {
        padding: 30px 0px
    }

    .about_list_vmao_83_2_49 .title {
        font-size: 24px !important
    }
}

@media screen and ( min-width:768px ) and ( max-width:991px ) {
    .about_list_vmao_83_2_49 .message-wrap {
        width: 400px
    }

    .about_list_vmao_83_2_49 .message-wrap:after {
        display: block;
        content: " ";
        width: 0;
        height: 0;
        clear: both
    }

    .about_list_vmao_83_2_49 .message-left {
        float: left;
        max-width: 280px
    }

    .about_list_vmao_83_2_49 .button-right {
        float: right
    }

    .index-video {
        display: inline-block;
        width: 600px!important
    }
}

@media screen and ( max-width:767px ) {
    .about_list_vmao_83_2_49 .message-wrap {
        top: 180px;
        padding: 0 10px;
        width: 100%
    }

    .about_list_vmao_83_2_49 .message-left {
        text-align: center
    }

    .about_list_vmao_83_2_49 .button-right {
        margin: 10px auto 0
    }

    .index-video {
        display: inline-block;
        width: 300px!important
    }
}

.about_list_vmao_83_2_49 .about-splash {
    position: relative;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    text-align: center;
    margin-left: 150px
}

.about_list_vmao_83_2_49.about-splash .man-figure-left {
    position: absolute;
    left: 10px;
    bottom: 50px
}

.about_list_vmao_83_2_49 .about-splash .man-figure-right {
    position: absolute;
    right: -80px;
    bottom: 150px;
    width: 260px
}

.about_list_vmao_83_2_49 .about-splash img {
    max-width: 100%
}

.about_list_vmao_83_2_49 .video-btn {
    width: 80px;
    height: 80px;
    display: inline-block;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(75deg,#7ecef4 0%,#aed7eb 100%);
    font-size: 2rem;
    border-radius: 100%;
    border: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.06),0 3px 6px rgba(0,0,0,0.09);
    animation: pulse-purple 2s infinite alternate
}

.about_list_vmao_83_2_49 .video-btn:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.07),0 15px 12px rgba(0,0,0,0.1);
    color: #ffffff
}

.about_list_vmao_83_2_49 .video-btn.bg-white {
    background: #ffffff;
    color: #d500f9
}

.about_list_vmao_83_2_49 .video-btn.bg-white:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.07),0 15px 12px rgba(0,0,0,0.1);
    color: #d500f9 !important
}

@keyframes pulse-purple {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255,255,255,0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

.product_list_vmao_2022 {
    padding: 70px;
    background-color: #ffffff
}

.product_list_vmao_2022 .head .title {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;

    opacity: 0;
    transform: translate(0,100%)
}

.product_list_vmao_2022 .head .subtitle {
    margin-top: 0;
    color: #999999;

    opacity: 0;
    transform: translate(0,100%)
}

.product_list_vmao_2022 .head .desc {
    margin-top: 0;
    color: #999999;

    opacity: 0;
    transform: translate(0,100%)
}

.product_list_vmao_2022 .service-list {
    margin-top: 50px;
    padding: 0
}

.product_list_vmao_2022 .service-list .item {
    opacity: 0;
    transform: translate(0,100%)
}

.product_list_vmao_2022 li {
    margin-right: 25px;
    margin-left: 25px;
    list-style: none
}

.product_list_vmao_2022 li a {
    display: block;
    width: 100%;
    position: relative;
    text-align: left
}

.product_list_vmao_2022 li a img {
    width: 100%
}

.product_list_vmao_2022 li a h4 {
    text-shadow: none;
    font-size: 16px;
    height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 46px;
    color: #000000;

    -webkit-transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
    transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    width: 100%
}

.product_list_vmao_2022 li a h4 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.product_list_vmao_2022 li a h4:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000000;
    margin-top: 46px;
    -webkit-transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
    transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1)
}

.product_list_vmao_2022 li a p {
    color: #999999;

    font-size: 13px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px
}

.product_list_vmao_2022 li a:hover {
    text-decoration: none
}

.product_list_vmao_2022 li a:hover h4,.product_list_vmao_2022 li a:hover h4 span {
    color: #7ecef4 !important;
}

.product_list_vmao_2022 li a:hover h4:before {
    width: 100%;
    background-color: #7ecef4;
}

@media (min-width:767px) and (max-width:1200px) {
    .product_list_vmao_2022 img {
        max-width: 300px;
        margin: 0 auto
    }
}

.product_list_vmao_2022 .slick-arrow {
    width: 20px;
    font-size: 30px
}

.product_list_vmao_2022 .slick-arrow:before {
    display: none
}

.product_list_vmao_2022 .slick-arrow.slick-prev {
    left: -20px
}

.product_list_vmao_2022 .slick-arrow i {
    color: #999999;
}

@media (max-width:767px) {
    .product_list_vmao_2022 {
        padding: 30px 15px
    }
}

.adbanner_vmao_2022.vmao-index-body {
    background-color: #ffffff;
}

.adbanner_vmao_2022.vmao-index-body {
background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.adbanner_vmao_2022.vmao-index-body {
    padding: 0px 0px
}

.adbanner_vmao_2022 {
    overflow: hidden;
    text-align: center
}

.adbanner_vmao_2022 img {
    width: 100%
}

@media (max-width:991px) {
    .adbanner_vmao_2022.vmao-index-body {
        padding: 0px 0px
    }
}

@media (max-width:767px) {
    .adbanner_vmao_2022.vmao-index-body {
        padding: 0px 0px
    }
}

.team_list_vmao_2022.vmao-index-body {
    padding: 70px 0;
    position: relative;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.team_list_vmao_2022 .container-center {
    max-width: 89%;
    margin: 0 auto
}

@media(max-width:768px) {
    .team_list_vmao_2022.vmao-index-body {
        padding: 50px 0
    }
}

@media(max-width:767px) {
    .team_list_vmao_2022.vmao-index-body {
        padding: 20px 0
    }
}

.team_list_vmao_2022 .head-box {
    overflow: hidden
}

.team_list_vmao_2022 .left,.team_list_vmao_2022 .right {
    width: 50%;
    float: left
}

.team_list_vmao_2022 .title {
    margin-top: 0;
    color: #000000;

    font-size: 24px
}

.team_list_vmao_2022 .desc {
    color: #999999!important;
    color: !important;
    font-size: 14px;
    margin-bottom: 0
}

.team_list_vmao_2022 .more {
    border: 1px solid;
    border-color: #999999;
    width: 100px;
    height: 26px;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: all .3s ease-out 0s
}

.team_list_vmao_2022 .right .more {
    float: right
}

.team_list_vmao_2022 .more:hover {
    border: 1px solid;
    border-color: #7ecef4;
    background: #7ecef4;
}

.team_list_vmao_2022 .more:hover i {
    color: #ffffff
}

.team_list_vmao_2022 .more i {
    font-size: 20px;
    color: #999999;
}

.team_list_vmao_2022 .more i:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-left: -60px;
    margin-top: -4px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    margin-left: 0;
    width: 15px;
    background: #999999;
}

.team_list_vmao_2022 .more i:after {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -58px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    margin-top: -4px;
    height: 15px;
    background: #999999;
}

.team_list_vmao_2022 .more:hover i:before,.team_list_vmao_2022 .more:hover i:after {
    background: #ffffff
}

.team_list_vmao_2022 .thumbnail {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.38,.04,.18,.97) 0s;
    transition: all .6s cubic-bezier(.38,.04,.18,.97) 0s;
    transform: scale(.9)
}

.team_list_vmao_2022 .description {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s cubic-bezier(.38,.04,.18,.97) 0s;
    transition: all .5s cubic-bezier(.38,.04,.18,.97) 0s;
    background-color: inherit;
    padding: 30px;
    position: absolute;
    top: -100%;
    z-index: 1;
    opacity: 0;
    height: 100%;
    width: 100%;
    background: #7ecef4;
    padding: 40px
}

.team_list_vmao_2022 .item_info {
    text-align: center
}

.team_list_vmao_2022 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 22px
}

.team_list_vmao_2022 li {
    overflow: hidden
}

.team_list_vmao_2022 img {
    max-width: 100%
}

.team_list_vmao_2022 .item_block {
    margin-right: 0px;
    visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0s;
    position: relative
}

@-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
}

.team_list_vmao_2022 .item_block .item_img .img_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s cubic-bezier(.38,.04,.18,.97) 0s;
    transition: all .5s cubic-bezier(.38,.04,.18,.97) 0s;
    vertical-align: top;
    max-width: 100%;
    transform: scale(1);
    opacity: 1;
    border-radius: 0;
    overflow: hidden
}

.team_list_vmao_2022 .item_block:hover .item_img .img_box {
    transform: scale(.2);
    opacity: 0
}

.team_list_vmao_2022 .item_block:hover .description {
    opacity: 1;
    top: 0
}

.team_list_vmao_2022 .item_block .description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #ffffff
}

.team_list_vmao_2022 .item_block:hover .thumbnail {
    z-index: 6;
    opacity: 1;
    transform: translateX(-50%);
    bottom: -45px
}

.team_list_vmao_2022 .item_block .thumbnail img {
    transform: scale(1.2)
}

.team_list_vmao_2022 .item_block .item_info {
    padding: 20px
}

.team_list_vmao_2022 .item_block:hover .item_info {
    border-color: transparent;
    background: 0 0
}

.team_list_vmao_2022 .item_block .item_info {
    text-align: center;
    border-top: 0;
    background: #ffffff
}

.team_list_vmao_2022 .item_block:hover .item_info .title {
    padding-top: 40px
}

.team_list_vmao_2022 .item_block .item_info .title {
    font-size: 16px;
    color: #000000;

    line-height: 28px;
    padding-top: 0;
    transition: all .6s ease
}

.team_list_vmao_2022 .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.team_list_vmao_2022 .item_block .item_info .subtitle {
    color: #999999;
}

.team_list_vmao_2022 .item_block .item_info .subtitle {
    font-size: 12px;
    line-height: 20px
}

.team_list_vmao_2022 .img_box {
    text-align: center;
    display: block
}

.team_list_vmao_2022 .item_img {
    position: relative;
    margin: 0 30px;
    box-shadow: 0 4px 29px rgba(0,0,0,.1)
}

.team_list_vmao_2022 .item_wrapper {
    margin: 0 30px;
    box-shadow: 0 4px 29px rgba(0,0,0,.1);
    border: 1px solid #dedede;
    border-top: none
}

.team_list_vmao_2022 .item_block:hover .item_wrapper {
    border: none
}

.team_list_vmao_2022 .item_img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #dedede
}

.team_list_vmao_2022 .pc {
    display: block
}

.team_list_vmao_2022 .mobile {
    display: none
}

@media (max-width:1600px) {
    .team_list_vmao_2022 .item_img {
        margin: 0
    }

    .team_list_vmao_2022 .item_wrapper {
        margin: 0
    }
}

@media (max-width:1024px) {
    .team_list_vmao_2022 .pc {
        display: none
    }

    .team_list_vmao_2022 .mobile {
        display: block
    }

    .team_list_vmao_2022 .right.mobile {
        width: 100%;
        text-align: center
    }

    .team_list_vmao_2022 li {
        padding: 0;
        width: 100%;
        border: 1px solid #dedede;
        padding: 10px
    }

    .team_list_vmao_2022 .item_img {
        margin: 0
    }

    .team_list_vmao_2022 .item_wrapper {
        margin: 0
    }

    .team_list_vmao_2022 .item_block {
        background: #ffffff
    }

    .team_list_vmao_2022 .item_block .item_info .subtitle {
        margin-bottom: 0
    }

    .team_list_vmao_2022 .item_block:hover .description, .team_list_vmao_2022 .item_block:hover .thumbnail {
        opacity: 0;
        display: none
    }

    .team_list_vmao_2022 .item_block:hover .item_img .img_box {
        opacity: 1;
        transform: none
    }

    .team_list_vmao_2022 .item_block:hover .item_info .title {
        padding-top: 0
    }

    .team_list_vmao_2022 .description, .team_list_vmao_2022 .thumbnail {
        display: none
    }

    .team_list_vmao_2022 .left {
        width: 100%;
        text-align: center
    }

    .team_list_vmao_2022 .mobile .more {
        float: none
    }

    .team_list_vmao_2022 .item_img {
        width: 33.3333%;
        float: left
    }

    .team_list_vmao_2022 .item_wrapper {
        width: 66.6666%;
        float: left;
        box-shadow: none;
        border: none
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://mb.mituo.cn/mui1058/templates/mui1058/img/owl/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.feedback_list_vmao_2022.bgimg {
    background-position: center center!important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    opacity: 1;
    filter: alpha(opacity=100);
// padding: 50px 0 0px;
    background: url()
}

.feedback_list_vmao_2022.bgcolor {
    background-color: #ffffff;
    background-color: #ebf4fa
}

.feedback_list_vmao_2022 h3 a {
    color: #fff
}

.feedback_list_vmao_2022 p.desc {
    color: #fff
}

@media (max-width:767px) {
    .feedback_list_vmao_2022 {
        margin-bottom: 20px
    }

    .feedback_list_vmao_2022 .owl-nav {
        display: none
    }
}

@media (min-width:768px) {
    .feedback_list_vmao_2022 {
        background-attachment: fixed!important
    }
}

.feedback_list_vmao_2022 .owl-nav .owl-prev,.feedback_list_vmao_2022 .owl-nav .owl-next {
    top: 40%;
    pointer-events: auto;
    text-align: center;
    position: absolute;
    z-index: 999!important;
    cursor: pointer;
    background: #000000;
    background: #5486b0;
    color: #ffffff;
    line-height: 38px;
    font-size: 20px;
    width: 48px;
    height: 48px;
    padding-top: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%
}

@media (max-width:991px) {
    .feedback_list_vmao_2022 .owl-nav .owl-prev,.feedback_list_vmao_2022 .owl-nav .owl-next {
        top: 10px
    }
}

.feedback_list_vmao_2022 .owl-nav .owl-prev {
    left: -5%
}

@media (max-width:991px) {
    .feedback_list_vmao_2022 .owl-nav .owl-prev {
        left: 5px
    }
}

.feedback_list_vmao_2022 .owl-nav .owl-next {
    right: -5%
}

@media (max-width:991px) {
    .feedback_list_vmao_2022 .owl-nav .owl-next {
        right: 5px
    }
}

.feedback_list_vmao_2022 .owl-nav .owl-prev:hover,.feedback_list_vmao_2022 .owl-nav .owl-next:hover {
    background: #7ecef4;
    color: #ffffff
}

.feedback_list_vmao_2022 .testimonials {
    display: block;
    float: left
}

.feedback_list_vmao_2022 .testimonials-content1 {
    background: #f4f6f8;
    padding: 30px 30px 5px;
    float: left;
    display: block
}

.feedback_list_vmao_2022 .testimonials-content1:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f4f6f8;
    position: relative;
    top: 38px;
    left: 10px;
    z-index: 22
}

.feedback_list_vmao_2022 .testimonials-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 20px;
    float: left;
    border: 2px solid #f4f6f8;
    padding: 5px
}

.feedback_list_vmao_2022 .testimonials-author span {
    margin-top: 35px;
    float: left;
    font-weight: 600;
    color: #000000;
}

.feedback_list_vmao_2022 .testimonials-author span.t-mgr0 {
    margin-top: 0px
}

.feedback_list_vmao_2022 .testimonials-author p {
    margin-top: 40px;
    float: left;
    font-weight: 600
}

.feedback_list_vmao_2022 .testimonials-content {
    display: block;
    text-align: left;
    padding: 30px 30px 5px;
    background-color: rgba(255,255,255,0.3);
    float: left
}

.feedback_list_vmao_2022 .testimonials-content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(255,255,255,0.3);
    position: relative;
    top: 39px;
    left: 10px
}

.feedback_list_vmao_2022 .testimonials-content h3 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600;
    color: #000000;

    margin-bottom: 10px
}

.feedback_list_vmao_2022 .testimonials-content p {
    line-height: 1.71em;
    font-weight: 400;
    color: #999999;
}

.feedback_list_vmao_2022 {
    padding: 50px 0px 40px 0
}

.feedback_list_vmao_2022 h3 {
    font-size: 22px;
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

.feedback_list_vmao_2022 h3 a {
    color: #000000;

    position: relative
}

.feedback_list_vmao_2022 h3 a:after {
    background: none repeat scroll 0 0;
    background: #7ecef4;
    content: "";
    height: 3px;
    width: 30%;
    left: 35%;
    top: 35px;
    position: absolute
}

.feedback_list_vmao_2022 p.desc {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #999999;

    margin: 0px auto;
    margin-bottom: 6px;
    margin-bottom: 47px
}

@media (max-width:991px) {
    .feedback_list_vmao_2022 {
        padding: 60px 0px
    }
}

@media (max-width:767px) {
    .feedback_list_vmao_2022 {
        padding: 50px 0px
    }
}

@media (max-width:488px) {
    .feedback_list_vmao_2022 {
        padding: 40px 0px
    }
}

@media (max-width:358px) {
    .feedback_list_vmao_2022 {
        padding: 30px 0px
    }
}

.feedback_list_vmao_2022 h3 {
    font-size: 22px;
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

.news_list_vmao_2022 {
    background: #ffffff;
    position: relative;
    background-position: top center;
    background-size: cover;
    color: #999999;

    padding: 70px 0
}

@media(max-width:1199px) {
    .news_list_vmao_2022 {
        padding: 15px 0
    }
}

@media(max-width:767px) {
    .news_list_vmao_2022 {
        padding: 10px 0
    }
}

.news_list_vmao_2022 .title-box {
}

.news_list_vmao_2022 .title-box:after {
    display: block;
    clear: both;
    content: ''
}

.news_list_vmao_2022 .title-name {
    float: left;
    padding-top: 10px
}

.news_list_vmao_2022.swiper-slide-active .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.news_list_vmao_2022 .title-name h3 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    color: #000000;
}

.news_list_vmao_2022 .title-move {
    float: right;
    line-height: 24px;
    text-align: center;
    padding-top: 10px
}

.news_list_vmao_2022 .title-move i {
    float: left;
    width: 40px;
    font-size: 12px;
    border: 1px solid #ffffff;
    cursor: pointer
}

.news_list_vmao_2022 .title-move i:hover {
    background: #7ecef4;
    color: #ffffff;
    border-color: #7ecef4;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}

.news_list_vmao_2022 .title-move .fa-chevron-left {
    color: #999999;

}

.news_list_vmao_2022 .title-move .fa-chevron-right {
    color: #000000;

    border-left: none
}

.news_list_vmao_2022 .info-cut {
    margin: 0 -7px;
    overflow: hidden
}

.news_list_vmao_2022 .info-cut .vmao_pager {
    margin-top: 14px
}

.news_list_vmao_2022 .info-cut.index {
    margin: 7px -7px
}

.news_list_vmao_2022 .info-cut ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.news_list_vmao_2022 .info-cut.index ul {
    width: 10000%
}

.news_list_vmao_2022 .info-cut ul:after {
    display: block;
    content: '';
    clear: both
}

.news_list_vmao_2022 .info-cut ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 7px;
    width: 25%
}

.news_list_vmao_2022 .info-cut.index ul li {
    width: .25%
}

.news_list_vmao_2022 .info-cut ul li a {
    display: block;
    background: #ffffff;
}

.news_list_vmao_2022 .info-cut ul li a {
    transition: transform .5s,box-shadow .5s;
    -moz-transition: transform .5s,box-shadow .5s;
    -ms-transition: transform .5s,box-shadow .5s;
    -o-transition: transform .5s,box-shadow .5s;
    -webkit-transition: transform .5s,box-shadow .5s
}

.news_list_vmao_2022 .info-cut ul li a:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,.25)
}

.news_list_vmao_2022 .info-cut ul li a img {
    display: block;
    width: 100%
}

.news_list_vmao_2022 .info-cut ul li a .span-wrap {
    display: block;
    padding: 24px
}

.news_list_vmao_2022 .info-cut ul li a p {
    display: block;
    margin: 0;
    line-height: 1.75;
    height: 72px;
    overflow: hidden;
    color: #999999;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.news_list_vmao_2022 .info-cut ul li a i {
    display: block;
    font-style: normal;
    margin: 14px 0 7px 0;
    font-size: 12px;
    color: #999999;
}

.news_list_vmao_2022 .info-cut ul li a i em {

    font-style: normal;
    border-left: 1px solid #ffffff;
    padding-left: 7px;
    margin-left: 7px
}

.news_list_vmao_2022 .info-cut ul li a b {
    display: block
}

.news_list_vmao_2022 .info-cut ul li a b span {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #000000;

    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media(max-width:1199px) {
    .news_list_vmao_2022 .info-cut ul li {
        width: 33.33333%
    }

    .news_list_vmao_2022 .info-cut.index ul li {
        width: .3333333%
    }
}

@media(max-width:992px) {
    .news_list_vmao_2022 .info-cut ul li {
        width: 50%
    }

    .news_list_vmao_2022 .info-cut.index ul li {
        width: .5%
    }
}

@media(max-width:640px) {
    .news_list_vmao_2022 .info-cut ul li {
        width: 100%
    }

    .news_list_vmao_2022 .info-cut.index ul li {
        width: 1%
    }

    .news_list_vmao_2022.swiper-slide-active .title-move {
        margin-top: 0px
    }

    .news_list_vmao_2022.swiper-slide-active .title-name h3 {
        font-size: 18px
    }

    .news_list_vmao_2022.swiper-slide-active .container {
        width: 100%
    }
}

.news_list_vmao_2022 .title-name {
    float: none;
    text-align: center
}

.news_list_vmao_2022 .title-name>h3 {
    margin-bottom: 10px
}

.news_list_vmao_2022 .info-cut ul li a {
    background: #fff;
}

.news_list_vmao_2022 .title-move .fa-chevron-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.news_list_vmao_2022 .title-move .fa-chevron-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.news_list_vmao_2022 .info-cut ul li a i.wb-eye {
    display: inline-block;
    margin-left: 10px;
    color: #000000;
}

.news_list_vmao_2022 .info-cut ul li a span.readnum {
    padding: 0;
    display: inline-block;
    margin-left: 10px
}

.news_list_vmao_2022 .desc {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 80%;
    margin: 0px auto
}

.news_list_vmall_2022_9_1.vmall-index-body {
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 880px 0px 0px 0px;
}

.news_list_vmall_2022_9_1 .news-ul {
    margin-top: 50px
}

.news_list_vmall_2022_9_1 .news-ul li {
    position: relative
}

.news_list_vmall_2022_9_1 .news-ul li:hover {
    transform: translateY(-10px)
}

.news_list_vmall_2022_9_1 .news-ul li .text {
    position: relative;
    height: 250px
}

.news_list_vmall_2022_9_1 .news-ul.noposition li:not(:first-child) {
    margin-top: 50px
}

.news_list_vmall_2022_9_1 .news-ul.noposition .text {
    height: auto
}

.news_list_vmall_2022_9_1 .news-ul.noposition li .text-body {
    padding: 0
}

.news_list_vmall_2022_9_1 .news-ul li.top {
    padding-top: 250px
}

.news_list_vmall_2022_9_1 .news-ul li.top .text {
    position: absolute;
    top: 0;
    left: 0
}

.news_list_vmall_2022_9_1 .news-ul li .text-body {
    padding: 15px
}

.news_list_vmall_2022_9_1 .news-ul li .text-body .mynum {
    color: #d95d11;
    font-size: 50px
}

.news_list_vmall_2022_9_1 .news-ul li .text-body h4 {
    color: #000000;
    margin: 5px auto 0;
    font-size: 20px
}

.news_list_vmall_2022_9_1 .news-ul li .text-body p {
    margin-top: 10px;
    font-size: 14px
}

.news_list_vmall_2022_9_1 .news-ul li .text-body p, .news_list_vmall_2022_9_1 .mydesc {
    color: #999999;
}

.news_list_vmall_2022_9_1 .mydesc {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0px auto 0
}

.news_list_vmall_2022_9_1 .mytitle {
    font-size: 30px;
    color: #000000;
}

.news_list_vmall_2022_9_1 .mytitle:hover, .news_list_vmall_2022_9_1 .news-ul li .text-body h4:hover, .news_list_vmall_2022_9_1 .news-ul li .text-body h4:hover span {
    color: #4184a7 !important;
    color: !important
}

@media (max-width: 991px) {
    .news_list_vmall_2022_9_1.vmall-index-body {
        padding: 30px 0px
    }
}

@media (max-width: 767px) {
    .news_list_vmall_2022_9_1.vmall-index-body {
        padding: 20px 0px
    }

    .news_list_vmall_2022_9_1 .news-ul {
        margin-top: 30px
    }

    .news_list_vmall_2022_9_1 .news-ul li .text-body .mynum {
        font-size: 38px
    }

    .news_list_vmall_2022_9_1 .news-ul li .text-body h4 {
        font-size: 18px
    }

    .news_list_vmall_2022_9_1 .news-ul li .text-body p {
        font-size: 12px
    }
}